Remove nnml-retrieve-groups that is unnecessary and somewhat problematic
[gnus] / lisp / ChangeLog
1 2015-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * nnml.el (nnml-retrieve-groups): Remove.  See:
4         <http://thread.gmane.org/gmane.emacs.gnus.general/86308> and
5         <http://thread.gmane.org/gmane.emacs.gnus.general/86321>
6
7 2015-11-11  Eli Zaretskii  <eliz@gnu.org>
8
9         * mm-url.el (mm-url-form-encode-xwfu): Allow argument CHUNK to be nil.
10         (Bug#21881)
11
12 2015-11-08  Michael Sperber  <mike@xemacs.org>
13
14         * gnus-sum.el (gnus-summary-backend-map): Bind B-backspace to
15         `gnus-summary-delete-article` in a way that also works on XEmacs.
16
17 2015-11-01  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
18
19         * ntlm.el: Change version to 2.0.0.
20
21 2015-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22
23         Silence lexical-binding warnings
24
25         * auth-source.el (auth-source-netrc-use-gpg-tokens):
26         Simplify (symbol-value 'VAR) to just VAR.
27         (auth-source-backend-parse): Use make-instance.
28         (auth-source-search): Remove unused key args.
29         Remove unused vars `accessor-key' and `backend'.  Avoid `eval'.
30         (auth-source-search-backends): Use slot names rather than their initarg.
31         (auth-source-netrc-create):
32         (auth-source-delete):
33         (auth-source-secrets-create, auth-source-plstore-search)
34         (auth-source-macos-keychain-create, auth-source-macos-keychain-search)
35         (auth-source-plstore-create, auth-source-netrc-search)
36         (auth-source-netrc-parse): Remove unused key args.
37         (auth-source-forget+): Simplify the arglist.
38         (auth-source-macos-keychain-search-items)
39         (auth-source-token-passphrase-callback-function): Mark unused args.
40         (auth-source-epa-extract-gpg-token): Remove unused var `plain'.
41         (pp-escape-newlines): Declare.
42         (auto-source--symbol-keyword): New function.
43         (auth-source-plstore-create, auth-source-netrc-create)
44         (auth-source-netrc-normalize): Use it.
45         (auth-source-netrc-search): Don't pass :delete to
46         auth-source-netrc-parse since it doesn't use it.
47         (auth-source-plstore-create, auth-source-netrc-create): Use plist-get
48         symbol-value to index in keyword args.
49         (auth-source-macos-keychain-result-append): Avoid setq.
50         (auth-source-netrc-create): Remove unused vars `file' and `add'.
51         (auth-source-user-or-password): Remove unused var `cname'.
52
53 2015-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
54
55         * gnus-topic.el (gnus-topic-prepare-topic): Remove unused var `topic'.
56         (gnus-topic-remove-topic): Mark unused arg `hide'.
57         (gnus-tmp-header): Declare.
58         (gnus-topic-goto-missing-group): Remove unused var `entry'.
59         (gnus-topic-unmark-topic): Mark unused arg `dummy'.
60         (gnus-topic-copy-matching): Mark unused arg `copyp'.
61         Move initialization of `topic' into its declaration.
62
63 2015-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
64
65         * auth-source.el: Revert.
66
67         * auth-source.el: Add eval-and-compile to autoloads for
68         epg-context-set-passphrase-callback, epg-decrypt-string,
69         epg-encrypt-string, and epg-context-set-armor.
70
71 2015-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
72
73         * mailcap.el (mailcap-mime-data): Remove fboundp checks.
74         (mailcap-viewer-passes-test): Do it instead.  Thanks to Stefan Monnier.
75
76 2015-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
77
78         * mailcap.el (mailcap-mailcap-entry-passes-test): Doc fix.
79
80 2015-10-20  Michael Sperber  <mike@xemacs.org>
81
82         * mailcap.el (mailcap-mime-data): Conditonalize `doc-view-mode', which
83         does not exist on XEmacs.
84
85 2015-10-18  Michael Sperber  <mike@xemacs.org>
86
87         * nnml.el (nnml-retrieve-groups, nnml-request-scan):
88         * nnmail.el (nnmail-get-new-mail-per-group):
89         (nnmail-get-new-mail-1): Unbreak `group' option for `mail-sources'.
90
91 2015-10-18  Michael Sperber  <mike@xemacs.org>
92
93         * message.el (message-get-reply-headers): In addition to
94         `mail-dont-reply-to-names', bind `rmail-dont-reply-to-names', which is
95         used in XEmacs.
96
97 2015-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
98
99         * auth-source.el (auth-source-epa-make-gpg-token): Revert.
100
101 2015-10-11  Nicolas Petton  <petton.nicolas@gmail.com>
102
103         * auth-source.el (auth-source-epa-make-gpg-token):
104         Replace an usage of `epg-context-set-armor' with `setf'.
105         (auth-source-do-debug, auth-source-do-trivia)
106         (auth-source-read-char-choice, auth-source-search)
107         (auth-source-pick-first-password, auth-source-netrc-parse)
108         (auth-source-netrc-search, auth-source-secrets-search)
109         (auth-source-macos-keychain-search)
110         (auth-source-macos-keychain-search-items, auth-source-plstore-search)
111         (auth-source-user-or-password): Use sharp-quoting with functions.
112
113 2015-09-30  Wieland Hoffmann  <themineo@gmail.com>
114
115         * auth-source.el (auth-source-search): Clarify :create's meaning.
116
117 2015-09-17  Paul Eggert  <eggert@cs.ucla.edu>
118
119         Backslash cleanup in Elisp source files
120
121         This patch should not change behavior.  It typically omits backslashes
122         where they are redundant (e.g., in the string literal "^\$").
123         In a few places, insert backslashes where they make regular expressions
124         clearer: e.g., replace "^\*" (equivalent to "^*") with "^\\*", which
125         has the same effect as a regular expression.
126         Also, use ‘\ %’ instead of ‘\%’ when avoiding confusion with SCCS IDs,
127         and similarly use ‘\ $’ instead of ‘\$’ when avoiding confusion
128         with RCS IDs, as that makes it clearer that the backslash is intended.
129         * auth-source.el (auth-source-secrets-search)
130         (auth-source-macos-keychain-search):
131         * gnus-art.el (gnus-mime-action-on-part)
132         (gnus-mime-display-multipart-related-as-mixed)
133         (gnus-button-mid-or-mail-heuristic-alist)
134         (gnus-button-mid-or-mail-heuristic, gnus-article-extend-url-button):
135         * gnus-bookmark.el (gnus-bookmark-bmenu-toggle-infos)
136         (gnus-bookmark-bookmark-inline-details, gnus-bookmark-bookmark-details)
137         (gnus-bookmark-alist, gnus-bookmark-name-from-full-record)
138         (gnus-bookmark-bmenu-mode, gnus-bookmark-delete):
139         * gnus-cus.el (gnus-group-customize):
140         * gnus-group.el (gnus-group-line-format, gnus-group-mode-line-format)
141         (gnus-group-jump-to-group-prompt, gnus-group-name-at-point):
142         * gnus-mlspl.el (gnus-group-split-fancy):
143         * gnus-registry.el (gnus-registry-prune-factor):
144         * gnus-salt.el (gnus-summary-pick-line-format):
145         * gnus-sieve.el (gnus-sieve-update, gnus-sieve-generate)
146         (gnus-sieve-script):
147         * gnus-util.el (gnus-directory-sep-char-regexp):
148         * gnus.el (gnus-message-archive-group, gnus-user-agent):
149         * message.el (message-archive-header, message-reply-headers)
150         (message-send-method-alist):
151         * mm-decode.el (mm-add-meta-html-tag):
152         * nndoc.el (nndoc-generate-lanl-gov-head):
153         * nnheader.el (nnheader-max-head-length):
154         * registry.el (registry-db, registry-prune):
155         * rfc1843.el (rfc1843-hzp-word-regexp)
156         (rfc1843-hzp-word-regexp-strictly):
157         * rfc2047.el (rfc2047-encoded-word-regexp)
158         (rfc2047-encoded-word-regexp-loose):
159
160         Fix several backslash typos in Elisp strings
161         * gnus-art.el (gnus-button-handle-library):
162         * gnus-group.el (gnus-read-ephemeral-gmane-group-url):
163         * nntp.el (nntp-via-shell-prompt, nntp-telnet-shell-prompt):
164         * spam-report.el (spam-report-gmane-regex):
165         Fix typo by replacing ‘\’ with ‘\\’ in a string literal.
166         For example, to get the regular expression ‘\.’ use the string
167         literal "\\.", not "\." (which is equivalent to ".").
168
169         * auth-source.el (auth-source-read-char-choice):
170         * nnmaildir.el (NOV example):
171         * registry.el (registry-search): Doc fix.
172
173 2015-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
174
175         * gnus-compat.el: Require overlay for XEmacs.
176
177 2015-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
178
179         * message.el (message-hide-headers): Bind inhibit-modification-hooks to
180         t rather than after-change-functions to nil.
181
182 2015-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
183
184         * time-date.el (time-to-seconds, time-less-p):
185         Mark unused vars with underscore.
186
187 2015-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
188
189         * time-date.el (with-decoded-time-value): Fix debug spec.
190
191 2015-09-08  Paul Eggert  <eggert@cs.ucla.edu>
192
193         * nnmairix.el (nnmairix-widget-create-query):
194         * time-date.el (format-seconds): Prefer grave quoting in source-code
195         strings used to generate help and diagnostics.
196
197 2015-09-07  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
198
199         * ntlm.el: Bump version to 2.00.  New maintainer.  Add comm keyword.
200
201 2015-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
202
203         * ntlm.el (ntlm-unibyte-string): New compatibility function.
204
205 2015-09-06  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
206
207         Add support for NTLMv2 authentication.
208         * ntlm.el (ntlm): New customization group.
209         (ntlm-compatibility-level): New defcustom.
210         (ntlm-compute-timestamp): New function.
211         (ntlm-generate-nonce): Likewise.
212         (ntlm-build-auth-response): Add support for NTLMv2 authentication.
213
214 2015-09-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
215
216         * nnimap.el (nnimap-request-group): Handle nil "info" arg.  This arg
217         isn't always passed in, check it's not nil before making it into a
218         list.  The active arg will also be nil if the group is new, check for
219         that.
220
221 2015-09-04  Adam Sjøgren  <asjo@koldfront.dk>
222
223         * mail-source.el (mail-source-fetch-imap): allow :mailbox to be a list.
224
225 2015-09-03  Paul Eggert  <eggert@cs.ucla.edu>
226
227         * gmm-utils.el (gmm-image-load-path-for-library):
228         * gnus-art.el (gnus-boring-article-headers, gnus-split-methods):
229         * gnus-registry.el (gnus-registry-split-strategy):
230         * gnus-start.el (gnus-check-new-newsgroups):
231         * gnus-sum.el (gnus-select-group-hook):
232         * gnus-uu.el (gnus-uu-user-archive-rules):
233         * gnus.el (gnus-message-archive-group, gnus-visual):
234         * message.el (message-cite-style):
235         * nnir.el (nnir-swish++-additional-switches)
236         (nnir-swish-e-additional-switches, nnir-hyrex-additional-switches)
237         (nnir-namazu-additional-switches, nnir-notmuch-additional-switches):
238         * nnmail.el (nnmail-split-methods, nnmail-expiry-wait-function):
239         * nntp.el (nntp-server-action-alist):
240         * tls.el (tls-checktrust):
241         Fix some more docstring etc. quoting problems.
242         Mostly these fixes prevent the transliteration of apostrophes
243         that should stay apostrophes.  Also, prefer curved quotes in
244         Bahá’í proper names, as that’s the preferred Bahá’í style and
245         these names are chock-full of non-ASCII characters anyway.
246
247 2015-09-02  Paul Eggert  <eggert@cs.ucla.edu>
248
249         Escape ` and ' in doc
250         * gnus-art.el (gnus-article-address-banner-alist)
251         (gnus-face-properties-alist):
252         * gnus-sum.el (gnus-newsgroup-variables):
253         * nndiary.el (nndiary-reminders):
254         * nnmail.el (nnmail-fancy-expiry-targets, nnmail-split-fancy):
255         Escape apostrophes and grave accents in docstrings if they
256         are supposed to stand for themselves and are not quotes.  Remove
257         apostrophes from docstring examples like ‘'(calendar-nth-named-day
258         -1 0 10 year)’ that confuse source code with data.  Do some other
259         minor docstring fixups as well, e.g., insert a missing close
260         quote.
261
262 2015-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
263
264         * gnus-util.el (gnus-format-message):
265         * tls.el (tls-format-message): Use defalias at the top level so as to
266         make eval-and-compile unnecessary.  Thanks to Stefan Monnier.
267
268         * gnus-sum.el (gnus-summary-search-article):
269         Ensure that the article where the search word is found is displayed
270         and pointed to in the summary buffer.
271
272 2015-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
273
274         * tls.el (tls-format-message):
275         Alias to format-message, or format if not available.
276         (open-tls-stream): Use it.
277
278 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
279
280         * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server):
281         * gnus-art.el (gnus-article-browse-delete-temp-files):
282         * gnus-eform.el (gnus-edit-form):
283         * gnus-fun.el (gnus-display-x-face-in-from):
284         * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl):
285         * gnus-topic.el (gnus-topic-edit-parameters):
286         * mail-source.el (mail-source-delete-old-incoming):
287         * message.el (message-strip-subject-encoded-words)
288         (message-check-recipients, message-send-form-letter):
289         * mm-decode.el (mm-display-part):
290         * mm-uu.el (mm-uu-pgp-signed-extract-1):
291         * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
292         * spam-report.el (spam-report-process-queue):
293         * tls.el (open-tls-stream):
294         Respect ‘text-quoting-style’ in diagnostics.
295         * gnus-art.el (article-display-face):
296         * gnus-fun.el (gnus-display-x-face-in-from):
297         Use straight quoting in email.
298         * rfc2231.el (rfc2231-decode-encoded-string):
299         Escape apostrophes in doc strings.
300
301 2015-08-26  Paul Eggert  <eggert@cs.ucla.edu>
302
303         Go back to grave quoting in Gnus
304
305         * auth-source.el (auth-source-netrc-parse-entries):
306         * gnus-agent.el (gnus-agent-check-overview-buffer)
307         (gnus-agent-fetch-headers):
308         * gnus-int.el (gnus-start-news-server):
309         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal)
310         (gnus-registry-post-process-groups):
311         * gnus-score.el (gnus-summary-increase-score):
312         * gnus-start.el (gnus-convert-old-newsrc):
313         * gnus-topic.el (gnus-topic-rename):
314         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
315         * spam.el (spam-check-blackholes):
316         Stick with grave quoting in diagnostics strings.  This is more
317         portable to older Emacs, desirable for Gnus.
318
319 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
320
321         Prefer directed to neutral quotes in docstings and diagnostics.
322         In docstrings, escape apostrophes that would otherwise be translated
323         to curved quotes using the newer, simpler rules.
324
325         * auth-source.el (auth-source-netrc-parse-entries):
326         * gnus-agent.el (gnus-agent-check-overview-buffer)
327         (gnus-agent-fetch-headers):
328         * gnus-int.el (gnus-start-news-server):
329         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
330         * gnus-score.el (gnus-summary-increase-score):
331         * gnus-start.el (gnus-convert-old-newsrc):
332         * gnus-topic.el (gnus-topic-rename):
333         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
334         * nnmairix.el (nnmairix-widget-create-query):
335         * spam.el (spam-check-blackholes):
336         Use directed rather than neutral quotes in diagnostics.
337
338         * gnus-util.el (gnus-format-message):
339         Alias to format-message, or format if not available.
340
341 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
342
343         * auth-source.el (auth-sources):
344         Prefer (substitute-command-keys "`\\[foo-command]'")
345         to "`M-x foo-command'" in docstring.
346
347         * time-date.el (format-seconds):
348         Use curved quotes in diagnostic format strings.
349
350         * nnmairix.el (nnmairix-propagate-marks-upon-close):
351         * pop3.el (pop3-authentication-scheme):
352         Don't quote symbols with apostrophes in doc strings.
353         Use asymmetric quotes instead.
354
355 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
356
357         Use overlay functions directly
358
359         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
360         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
361
362         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
363         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
364         (gnus-article-highlight-signature, gnus-article-extend-url-button)
365         (gnus-article-add-button, gnus-insert-prev-page-button)
366         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
367         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
368         * gnus-html.el (gnus-html-wash-tags):
369         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
370         (gnus-highlight-selected-tree):
371         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
372         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
373         * gnus-util.el (gnus-put-overlay-excluding-newlines):
374         * message.el (message-fix-before-sending)
375         (message-toggle-image-thumbnails):
376         * mm-decode.el (mm-convert-shr-links):
377         * sieve.el (sieve-highlight, sieve-insert-scripts):
378         Use overlay functions directly instead of using gnus-overlay-*,
379         message-overlay-*, and sieve-overlay-*.
380
381         * gnus-sum.el (gnus-remove-overlays):
382         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
383         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
384         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
385         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
386         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
387         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
388         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
389         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
390         (gnus-overlays-at, gnus-overlays-in):
391         * message.el (message-delete-overlay, message-make-overlay)
392         (message-overlay-get, message-overlay-put, message-overlays-in):
393         * messagexmas.el (message-delete-overlay, message-make-overlay)
394         (message-overlay-get, message-overlay-put, message-overlays-in):
395         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
396         Remove.
397
398 2015-08-19  Glenn Morris  <rgm@gnu.org>
399
400         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
401
402 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
403
404         * message.el (message-overlay-put, message-make-overlay)
405         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
406         (message-delete-overlay, message-window-inside-pixel-edges):
407         Declare before using.
408
409 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * message.el (message-overlay-get, message-overlays-in)
412         (message-window-inside-pixel-edges):
413         * messagexmas.el (message-overlay-get, message-overlays-in):
414         XEmacs compatible functions.
415
416 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
417
418         * message.el (message-toggle-image-thumbnails): New command.
419
420 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
421
422         * message.el (message-send-form-letter): Change (message (format ...))
423         to (message ...).  This lessens the probability of confusion when
424         the output of `format' contains `%'.
425
426 2015-08-04  David Kastrup  <dak@gnu.org>
427
428         * gnus-art.el (gnus-article-describe-key)
429         (gnus-article-describe-key-briefly):
430         Do not overwrite preexisting contents of unread-command-events.
431
432 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
433
434         * nnimap.el (nnimap-request-move-article)
435         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
436         extension if available.
437
438 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
439
440         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
441         capabilities instead of relying on LOGIN response.
442
443 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
444
445         * nnbabyl.el (nnbabyl-retrieve-headers):
446         * nndiary.el (nndiary-retrieve-headers):
447         * nneething.el (nneething-retrieve-headers):
448         * nnmbox.el (nnmbox-retrieve-headers):
449         * nnmh.el (nnmh-retrieve-headers):
450         * nnml.el (nnml-retrieve-headers):
451         * nnspool.el (nnspool-retrieve-headers):
452         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
453         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
454         progress-report percentages and the like.  This avoids problems
455         if (* 100 NUMERATOR) would overflow.
456
457         * gnus-registry.el (gnus-registry-import-eld):
458         * registry.el (registry-reindex):
459         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
460
461 2015-07-17  Julien Danjou  <jd@abydos>
462
463         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
464         command.
465
466 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
467
468         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
469         of function arguments.
470
471 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
472
473         * nnimap.el: Clean up "unused var" warnings.
474         (auth-source-creation-prompts): Declare.
475         (nnimap-retrieve-headers, nnimap-status-message)
476         (nnimap-request-create-group, nnimap-request-delete-group)
477         (nnimap-close-group, nnimap-request-move-article)
478         (nnimap-request-accept-article, nnimap-request-newgroups)
479         (nnimap-request-post, nnimap-dummy-active-number)
480         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
481         (nnimap-parse-flags): Remove unused var `p'.
482         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
483         (nnimap-flags-to-marks): Remove unused var `totalp'.
484
485 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
486
487         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
488         before RFC822.SIZE.
489
490 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
491
492         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
493         so that a 'plain value for the `nnimap-stream' server variable is
494         handled correctly.
495
496 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
497
498         Remove unused let variables
499         * nnimap.el (nnimap-request-group): Variables are not used.
500
501         Check if group names are already strings
502         * gnus-group.el (gnus-group-group-name):
503         The group name may already be a string.
504         Specifically, in the group list reached from the *Server* buffer,
505         the 'gnus-group text property returns a string.  Everywhere else
506         it returns a symbol.
507
508 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
509
510         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
511         (nnmaildir--update-nov): Remove unused var `numdir'.
512         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
513         (nnmaildir-request-group, nnmaildir-request-create-group)
514         (nnmaildir-request-post, nnmaildir-request-move-article)
515         (nnmaildir-request-accept-article, nnmaildir-active-number):
516         Mark unused args.
517         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
518         Declare.
519         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
520         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
521         `mark', `end', `new-mark', and `mark-sym'.
522         (nnmaildir-retrieve-headers):
523         Remove unused args `srv-dir', `dir', `nlist2'.
524         (nnmaildir-request-expire-articles):
525         Remove unused vars `article', `stop' and `nlist2'.
526         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
527         `end'.  Use nnmaildir--article when dyn-binding is needed.
528         Give the value directly in the `let' for `del-mark', `del-action',
529         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
530         (nnmaildir-close-server):
531         Declare those local vars that need to be dyn-bound.
532
533 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
534
535         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
536
537 2015-05-31  David Engster  <deng@randomsample.de>
538
539         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
540         instead of using `sleep-for', as the latter does not seem to reliably
541         wait (see for instance bug 15990).
542
543 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
544
545         * gnus-art.el (gnus-button-alist): Re-revert last change.
546         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
547
548 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
549
550         * gnus-art.el (gnus-button-alist): Revert last change.
551         It wasn't that important, and it caused a Gnus build to fail.  See:
552         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
553
554         * gnus-art.el (gnus-button-alist):
555         Also treat "‘" and "’" as quoting chars.
556
557 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
558
559         * gnus-art.el (gnus-treat-strip-list-identifiers)
560         (gnus-article-mode-syntax-table):
561         * gnus-group.el (gnus-group-nnimap-edit-acl):
562         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
563         e.g., missing quote, ``x'' where `x' was meant, etc.
564
565 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
566
567         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
568         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
569         into just c.
570
571 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
572
573         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
574         Normalize characters into numbers in spec keys.
575
576 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
577
578         * dgnushack.el (declare-function): Redefine it to use autoload.
579         * lpath.el (gnus-html-prefetch-images): Declare.
580
581 2015-05-04  Glenn Morris  <rgm@gnu.org>
582
583         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
584
585         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
586
587         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
588         (gnus-topic-create-topic, gnus-topic-enter-dribble):
589         Declare rather than autoload.
590
591         * mm-archive.el (gnus-recursive-directory-files)
592         (mailcap-extension-to-mime): Autoload at run-time.
593
594         * mm-util.el (latin-unity-massage-name)
595         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
596         (latin-unity-representations-present-region):
597         Declare rather than autoload.
598
599         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
600         Autoload at run-time.
601         (epg-context-set-signers, epg-context-result-for)
602         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
603         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
604         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
605         (epg-configuration, epg-expand-group, epa-select-keys):
606         Declare rather than autoload.
607
608         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
609         Autoload at run-time.
610         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
611         (gnus-registry-get-id-key, gnus-registry-action):
612         Declare rather than autoload.
613
614         * nnmail.el (mail-send-and-exit): Autoload at run-time.
615
616         * spam.el (spam-stat-buffer-change-to-non-spam)
617         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
618         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
619         (spam-stat-split-fancy): Remove pointless autoloads.
620
621         * mm-view.el (epg-decrypt-string): Autoload.
622         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
623         (epg-sub-key-validity): Fix declarations.
624
625 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
626
627         * gnus.el: Ma Gnus v0.13 is released.
628
629 2015-05-01  Glenn Morris  <rgm@gnu.org>
630
631         * gnus-util.el (iswitchb-read-buffer):
632         * mm-decode.el (libxml-parse-html-region):
633         * mml.el (libxml-parse-html-region):
634         * nnrss.el (libxml-parse-html-region): Update declaration.
635
636 2015-04-27  Glenn Morris  <rgm@gnu.org>
637
638         * message.el (gnus-extract-address-components):
639         Remove bogus declaration that was masking previous problem.
640
641 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
642
643         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
644         altering the buffer.
645         (hashcash-insert-payment-async-2): Revert previous change because it
646         still means that the mark is moving around.
647
648 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
649
650         * gnus-uu.el (gnus-uu-save-article):
651         Make the save-restriction/widen calls make more sense.
652
653 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
654
655         * gnus-art.el (gnus-use-idna):
656         * gnus-sum.el (gnus-summary-idna-message):
657         * message.el (message-use-idna):
658         Catch the invalid-operation error that idna.el will issue.
659
660 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
661
662         * gnus-group.el (gnus-group--setup-tool-bar-update):
663         cursor-sensor-functions should be a list of functions.
664
665 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
666
667         * gnus-group.el (gnus-tmp-*): Declare.
668         (gnus-update-group-mark-positions): Remove unused `topic' var.
669         (gnus-group-insert-group-line): Remove unused var `header'.
670         (gnus-group--setup-tool-bar-update): New function.
671         (gnus-group-insert-group-line): Use it.
672         (gnus-group-update-eval-form): Declare local
673         dynamically-bound variables.
674         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
675
676         * gnus-topic.el (gnus-topic-jump-to-topic)
677         (gnus-group-prepare-topics, gnus-topic-update-topic)
678         (gnus-topic-change-level, gnus-topic-catchup-articles)
679         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
680         Use inhibit-read-only.
681         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
682         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
683
684 2015-04-12  João Távora  <joaotavora@gmail.com>
685
686         * message.el (message-mode):
687         Use `set' and `make-local-variable' instead of `setq-local'.
688
689 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
690
691         * gnus-sum.el (gnus-summary-refer-thread):
692         Make sure gnus-newsgroup-unreads remains sorted.
693
694 2015-04-12  João Távora  <joaotavora@gmail.com>
695
696         Improve sexp-based movement in message-mode
697         * message.el (message--syntax-propertize): New function.
698         (message-mode): Set syntax-related vars.d
699         (message-smileys): New variable.
700
701 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
702
703         * gnus-art.el (gnus-hidden-properties): Simplify.
704         (gnus-article-hide-text, gnus-article-unhide-text)
705         (gnus-article-unhide-text-type): Remove special handling of
706         `intangible' since that property is not used any more.
707         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
708
709 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
710
711         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
712         and a runtime function for it, of which the XEmacs version takes only
713         two arguments.
714
715 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
716
717         Use American spelling for 'normalize'
718         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
719         All uses changed.  Add an alias for obsolete usages.
720
721 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
722
723         * gnus-art.el (gnus-article-browse-html-save-cid-content):
724         Always return relative file name.
725         (gnus-article-browse-html-parts):
726         Make external links absolute and cid file names relative.
727
728 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
729
730         * registry.el (registry-prune): Re-use `registry-full' in
731         `registry-prune'.  It's a bit of redundant work, but safer.
732         Also ensure that target-size is an integer.
733
734 2015-03-31  Daiki Ueno  <ueno@gnu.org>
735
736         * plstore.el (plstore--decrypt): Clear entry in
737         `plstore-passphrase-alist' if decryption failed (bug#20030).
738
739 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
740
741         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
742         to "Display" menu.
743
744 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
745
746         * nnimap.el (nnimap-split-incoming-mail): If a message is already
747         in the group it should be split to, don't re-copy it into the group.
748
749 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
750
751         * nnmh.el (nnmh-request-expire-articles):
752         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
753
754 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
755
756         * registry.el (registry-lookup-secondary, registry-full)
757         (registry-prune, registry-collect-prune-candidates):
758         * gnus-registry.el (gnus-registry-load): Use slot names rather than
759         initarg names in `oref' and `oset'.
760
761 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
762
763         * registry.el (registry-prune): Allow registry to reach full size
764         before pruning.
765
766 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
767
768         * registry.el (registry-collect-prune-candidates): Fix call to
769         cl-subseq.
770
771 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
772
773         * registry.el (registry-db): Temporary fix old Emacsen compilation.
774
775 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
776
777         * gnus-registry.el (gnus-registry-handle-action)
778         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
779         (gnus-registry-keywords): Make it do something.
780         (gnus-registry-import-eld): Remove unused var `new-entry'.
781         (gnus-registry-action): Remove unused var `to-name'.
782         (gnus-registry-make-db): Prefer `make-instance' to avoid
783         compiler warnings.
784         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
785
786         * registry.el (registry-db): Don't oset-default an instance-allocated
787         slot.
788
789 2015-03-10  Glenn Morris  <rgm@gnu.org>
790
791         * message.el (message-valid-fqdn-regexp): Bump :version for
792         2014-11-17 change.
793
794 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
795
796         * gnus-notifications.el (gnus-notifications-action): Raise window
797         frame.
798         (gnus-notifications-action): Allow mark as read.
799         (gnus-notifications-notify): Show uption to mark as read.
800
801 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
802
803         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
804         (registry-search, registry-delete, registry-size, registry-insert)
805         (registry-reindex, registry-collect-prune-candidates):
806         * gnus-registry.el (gnus-registry-fixup-registry)
807         (gnus-registry-remove-extra-data): Use slot names rather than initarg
808         names in `oref' and `oset'.
809
810 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
811         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
812         in the group it should be split to, don't re-copy it into the group.
813
814 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
815
816         * message.el (message-insert-formatted-citation-line): Change %F to
817         fall back to email address if no first name could be determined.
818
819 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
820
821         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
822         Fix point motion when removing displayed MIME part.
823         (gnus-article-edit-part): Make jumping to the next part really work
824         when deleting or stripping.
825         (gnus-mime-buttonize-attachments-in-header): Make header attachment
826         buttons identical to the ones in the article body so as to work deleting
827         and stripping.
828
829 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
830
831         * mm-decode.el (mm-shr)
832         * mm-view.el (mm-inline-text-html-render-with-w3m):
833         Revert my bogus change that made the start marker of a part
834         the "moves after insertion" type.
835
836 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
837
838         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
839         Tools: https://github.com/politza/pdf-tools) for viewing PDF
840         attachments in emacs.
841
842 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
843
844         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
845         instead of sasl-scram-sha-1, as the former is the name that can be
846         required.
847
848         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
849         (sasl-scram-sha-1-client-final-message)
850         (sasl-scram-sha-1-authenticate-server): Move to end of file.
851
852 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
855
856 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
859         (sasl-string-prefix-p): New compatibility functions.
860
861 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
862
863         * gnus-compat.el (process-live-p): Added new compat function for Emacs
864         23.
865
866 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
867
868         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
869         from the server LIST response.
870
871 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
872
873         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
874         during header retrieval, error out instead of interpreting the data in
875         the buffer as the only messages there.  This way, we don't mark
876         articles as read on a server hangup (bug#19035).
877
878         * mm-decode.el (mm-head-p): New function.
879         (mm-display-part): Go to a blank line when inserting parts internally.
880
881 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
882
883         * sasl-scram-rfc.el: New file.
884
885         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
886         Add SCRAM-SHA-1 first.
887         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
888         entry (bug#17636).
889
890 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
891
892         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
893         that we don't get a warning when setting the buffer-local variable
894         (bug#19573).
895
896         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
897         `gnus-request-group'.
898
899 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
900
901         * gnus-art.el (gnus-article-browse-html-save-cid-content)
902         (gnus-article-browse-html-parts): Make cid file names relative if and
903         only if html doesn't specify <base> directory.
904
905 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
906
907         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
908         parts, because that breaks filling (since buttons are in a bold face).
909
910 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
911
912         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
913         use gnus-overlays-at and gnus-overlay-put.
914
915 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
916
917         * mm-decode.el (mm-shr): Only pass the fill column when not using
918         fonts, because limiting the width to what's appropriate for followups
919         doesn't really help when not using proportional fonts.
920
921 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
922
923         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
924         shr, beacause that breaks folding.
925         (mm-shr): Don't shorten the width when using fonts.
926
927 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
928
929         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
930         variable; always check the newrc timestamp.
931         (gnus-save-newsrc-file): Always check timestamp.
932
933 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
934
935         * mail-source.el (mail-source-call-script): If scripts exit with an
936         error, pop up an error buffer.
937
938 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
939
940         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
941         as a default.
942
943         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
944         correct server.
945
946 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
947
948         * nnimap.el (nnimap-request-group-scan): Fix the function name.
949
950         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
951
952 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
953
954         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
955         that nnimap works for non-activated backends.
956
957 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
958
959         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
960         message, since we already get an obsolescence message.  Use `declare'.
961
962 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
963
964         * nnir.el: Revert "Enable non-ASCII IMAP searches".
965
966 2015-01-30  Glenn Morris  <rgm@gnu.org>
967
968         * gnus-registry.el (gnus-registry-max-pruned-entries)
969         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
970         Fix :version.
971         (gnus-registry-default-sort-function): Improve :type.
972
973 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
974
975         * nnimap.el (nnimap-request-group): Allow running this function on
976         groups that don't exist in Gnus yet.
977         (nnimap-request-group): Revert previous patch since that made it
978         impossible to enter nnimap groups.
979
980         * message.el (message-smtpmail-send-it): Remove the mail header
981         separator before sending.
982
983 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
984
985         * nnimap.el (nnimap-find-expired-articles): Fix handling of
986         (expiry-wait . never).
987
988 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
989
990         * nnimap.el (nnimap-request-group): Clear the buffer before returning
991         the data.
992
993 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
994
995         * gnus-compat.el (string-bytes): Work for XEmacs.
996
997 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
998
999         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
1000
1001         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
1002         IMAP.
1003
1004 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
1005
1006         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
1007
1008         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
1009
1010         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
1011         be added to the backlog.
1012
1013 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
1014
1015         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
1016         target with a recursive make call.
1017
1018 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
1019
1020         * nnimap.el (nnimap-header-parameters): Refactor and request
1021         X-GM-LABELS if it's been announced.
1022         (nnimap-transform-headers): Gather and output GM-LABELS.
1023
1024 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
1025
1026         * mm-decode.el (mm-display-part): Make non-string methods work.
1027         Non-string methods are funcalled and work just fine, the test was
1028         bogus.
1029         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
1030         whole frame.
1031
1032 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1033
1034         * nnimap.el (nnimap-request-accept-article): Allow respooling using
1035         nnimap.
1036
1037         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
1038         request rescans when being run interactively.
1039
1040         * nnimap.el (nnimap-request-group): Don't rescan the group here,
1041         because that can be very slow in large groups.
1042
1043         * gnus-int.el (gnus-request-group-scan): New backend function.
1044
1045         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
1046
1047 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1048
1049         * gnus-group.el (gnus-group-suspend): Close all backends.
1050
1051 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1052
1053         * dgnushack.el (dgnushack-compile-file): New function.
1054         (dgnushack-compile): Use it (bug#19514).
1055
1056 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057
1058         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
1059
1060 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1061
1062         * registry.el: Don't use <class> as a variable.
1063
1064 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1065
1066         system-name's returned value can vary
1067         Also, the system-name variable is now obsolete.
1068         Fixes Bug#19438.
1069         * message.el (message-make-fqdn):
1070         * nnvirtual.el (nnvirtual-retrieve-headers)
1071         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
1072         and avoid naming locals 'system-name'.
1073
1074 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
1075
1076         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
1077         lines don't get overlong when responding.
1078
1079 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1080
1081         * registry.el (cl-remf, cl-loop, cl-subseq):
1082         Alias to remf, loop, and subseq respectively for old Emacsen.
1083
1084 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
1085
1086         * gnus-group.el (gnus-read-ephemeral-bug-group):
1087         Bind coding-system-for-read and coding-system-for-write only around
1088         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
1089
1090 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1091
1092         * registry.el (registry-db): Set default slot later.
1093         This is because its value is not a literal integer.
1094
1095 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1096
1097         * registry.el (registry-db): Fix default registry-db max-size.
1098
1099 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1100
1101         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
1102         add warning.
1103
1104         * gnus-art.el: Fix up compiler warnings.
1105         (article-display-face, article-display-x-face): Remove unused `face'.
1106         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
1107         (article-date-ut): Remove unused var `first'.
1108         (gnus-article-prepare): Remove unused var `gnus-article'.
1109         (gnus-mime-save-part-and-strip): Remove unused var `param'.
1110         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
1111         `coding-system' along with corresponding dead code.
1112         (gnus-mime-view-part-externally): Remove unused var
1113         `mm-user-display-methods'.
1114         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
1115         (gnus-display-mime): Remove unused var `handle'.
1116         (gnus-mime-display-alternative): Remove unused var `props'.
1117         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
1118         (gnus-article-edit-done): Remove unused var `p'.
1119         (gnus-url-mailto): Remove unused var `to'.
1120         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
1121         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
1122
1123 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
1124
1125         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
1126         slots into a :max-size slot.
1127         (registry-db-version): Add new variable for database version number.
1128         (registry-prune): Use :max-size slot. Accept and use a sort-function
1129         argument.
1130         (registry-collect-prune-candidates): Add new function for finding
1131         non-precious pruning candidates.
1132         (registry-prune-hard-candidates, registry-prune-soft-candidates):
1133         Remove obsolete functions.
1134         (initialize-instance): Upgrade registry version when starting.
1135
1136         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
1137         (gnus-registry-max-pruned-entries): Remove obsolete variable.
1138         (gnus-registry-cache-file): Change default
1139         filename extension to "eieio".
1140         (gnus-registry-read): Add new function, split out from
1141         `gnus-registry-load', that does the actual object reading.
1142         (gnus-registry-load): Use it. Add condition case handler to check for
1143         old filename extension and rename to the new one.
1144         (gnus-registry-default-sort-function): New variable to specify a sort
1145         function to use when pruning.
1146         (gnus-registry-save, gnus-registry-insert): Use it.
1147         (gnus-registry-sort-by-creation-time): Define a default sort function.
1148
1149         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
1150         Adjust test for new object signature.
1151         (gnustest-registry-pruning-test): Add new pruning test.
1152         (gnustest-registry-sort-function): Default sort function for testing.
1153         (gnustest-registry-pruning-sort-test): New test for sorting.
1154
1155 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1156
1157         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
1158         function for reuse.
1159         (gnus-mime-buttonize-attachments-in-header): Adjust.
1160
1161 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1162
1163         * message.el (message-change-subject): Really check whether the subject
1164         changed.
1165
1166 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1167
1168         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
1169         PDFs.
1170         (mailcap-view-mime): New function.
1171
1172 2014-12-01  Glenn Morris  <rgm@gnu.org>
1173
1174         * gnus-cloud.el (gnus-cloud): Add :version tag.
1175
1176 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1177
1178         * gnus-art.el (gnus-use-idna):
1179         * gnus-sum.el (gnus-summary-idna-message):
1180         * message.el (message-use-idna):
1181         Protect against nil value for idna-program.
1182
1183         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
1184
1185 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
1186
1187         * auth-source.el (auth-source-macos-keychain-search-items): Return
1188         result of `auth-source-macos-keychain-result-append' (bug#19074).
1189
1190 2014-11-25  Glenn Morris  <rgm@gnu.org>
1191
1192         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
1193         Add :version tag.
1194
1195 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196
1197         * pop3.el (pop3-open-server): Warn unless encrypted.
1198
1199         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
1200
1201 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1202
1203         Port new time stamp handling to Emacs 23.2.
1204         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
1205         * time-date.el (time-add, time-subtract, time-less-p):
1206         Use eval-and-compile, not eval-when-compile.
1207
1208 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
1209
1210         * message.el (message-valid-fqdn-regexp): Add non-internaional new
1211         TLDs.
1212
1213 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1214
1215         Port new time stamp handling to old Emacs and to XEmacs.
1216         This is needed for Gnus, which copies time-date.el and which
1217         runs on older Emacs implementations.
1218         * time-date.el (with-decoded-time-value):
1219         Handle 'nil' and floating-point arg more compatibly with new Emacs.
1220         (encode-time-value, with-decoded-time-value):
1221         Obsolete only if new Emacs.
1222         (time-add, time-subtract, time-less-p): Define if not new Emacs.
1223
1224         Improve time stamp handling, and be more consistent about it.
1225         This implements a suggestion made in:
1226         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
1227         Among other things, this means timer.el no longer needs to
1228         autoload the time-date module.
1229         * time-date.el (seconds-to-time, days-to-time, time-since)
1230         (with-decoded-time-value):
1231         Treat 'nil' as current time.  This is mostly for XEmacs.
1232         (encode-time-value, with-decoded-time-value): Obsolete.
1233         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
1234         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
1235
1236 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1237
1238         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
1239         discarding changes in ephemeral groups.
1240
1241         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
1242         things the user isn't interested in.
1243
1244 2014-11-13  Julien Danjou  <jd@abydos>
1245
1246         * gnus-notifications.el (gnus-notifications-notify): Provide both
1247         app-icon and image-path.
1248
1249 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1250
1251         * mm-url.el (mm-url-encode-multipart-form-data):
1252         Restore to handle "multipart/form-data" by eww.
1253
1254 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
1255
1256         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
1257         Landscheidt.
1258
1259 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1260
1261         Simplify use of current-time and friends.
1262         * gnus-delay.el (gnus-delay-article):
1263         * gnus-sum.el (gnus-summary-read-document):
1264         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
1265         * message.el (message-make-expires-date):
1266         Omit unnecessary call to current-time.
1267         * gnus-util.el (gnus-float-time): Simplify to an alias because
1268         time-to-seconds now behaves like float-time with respect to nil arg.
1269         (gnus-seconds-year): Don't call current-time twice to get the current
1270         time stamp, as this can lead to inconsistent results.
1271         * time-date.el (time-to-seconds) [!float-time]:
1272         Use current time if arg is nil, to be compatible with float-time.
1273         (time-date--day-in-year): New function, with most of the guts of
1274         the old time-to-day-in-year.
1275         (time-to-day-in-year): Use it.
1276         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1277
1278 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1279
1280         * gnus.el (gnus-mode-line-buffer-identification):
1281         Don't add image data for a non-graphic display (bug#18813).
1282
1283 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
1286         load-path, it blocks autoloading of find-image (bug#18813).
1287
1288 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
1289
1290         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
1291         to keep connection open (bug#18728).
1292
1293 2014-10-20  Glenn Morris  <rgm@gnu.org>
1294
1295         * Merge in all changes up to 24.4 release.
1296
1297 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
1298
1299         * message.el (message-insert-signature): Use `newline' instead of
1300         inserting explicit "\n".
1301
1302 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
1303
1304         * gnus-icalendar.el: Support vcal format timezones.
1305         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
1306         compute dates with associated timezone.
1307         (gnus-icalendar-event-from-ical): Compute all timezones.
1308
1309 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1310
1311         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
1312         check the newsrc.eld file's timestamp before saving it.
1313         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
1314         timestamp has changed to be newer.
1315
1316 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
1317
1318         * gnus-icalendar.el (gnus-icalendar-identities):
1319         Include message-alternative-emails.
1320
1321 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1324         New compatibility functions.
1325         (ntlm-build-auth-response): Use them.
1326
1327 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1328
1329         * ntlm.el (ntlm-build-auth-request):
1330         Add NTLM2 Session support.  (Bug#15603)
1331
1332 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1333
1334         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1335         expired messages only when it was built in reverse order.
1336
1337 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1338
1339         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1340         last so it can be used in `message-send-hook'.
1341
1342 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1343
1344         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1345         <#secure> tag (bug#18513).
1346
1347 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1348
1349         * parse-time.el: Require cl when compiling.
1350
1351 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1352
1353         Use cl-lib as much as possible following the 2014-09-26 change
1354         in the Emacs trunk.
1355         * parse-time.el: Try requiring cl-lib.
1356         (parse-time-incf): Alias to cl-incf or incf.
1357         (digit-char-p): Remove.
1358         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1359         (parse-integer): Rename to parse-time-integer.
1360         (parse-time-tokenize, parse-time-rules, parse-time-string)
1361         Use parse-time-incf and parse-time-integer.
1362
1363 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1364
1365         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1366         of ":delete".
1367
1368 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1369
1370         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1371         (gnus-article-browse-html-parts):
1372         Revert last change that breaks links other than cid contents.
1373
1374 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1375
1376         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1377         (gnus-article-browse-html-parts): Make cid file names relative.
1378
1379 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1380
1381         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1382         temporarily displayed when running a mode function (at least org-mode
1383         requires it).
1384
1385 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1386
1387         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1388         the gnus-summary-article-expire-hook should be told where the function
1389         is going. In particular, the Gnus registry might want to know.
1390
1391 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1392
1393         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1394
1395 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1396
1397         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1398
1399 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1400
1401         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1402         the gnus-summary-article-expire-hook should be told where the function
1403         is going. In particular, the Gnus registry might want to know.
1404
1405 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1406
1407         Don't mishandle year-9999 dates (Bug#18176).
1408         * parse-time.el (parse-time-rules):
1409         Allow years up to most-positive-fixnum.
1410         * time-date.el (date-to-time):
1411         Pass "Specified time is not representable" errors through.
1412
1413 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1414
1415         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1416         groups and t.
1417
1418 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1419
1420         * gnus-utils.el (gnus-recursive-directory-files):
1421         Unify hard or symbolic links (bug#18063).
1422
1423 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1424
1425         * gnus-msg.el (gnus-configure-posting-style):
1426         Allow string replacements in values when matching against a header.
1427
1428 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1429
1430         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1431         the dribble buffer even when it is shrunk a lot.
1432         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1433
1434 2014-06-26  Glenn Morris  <rgm@gnu.org>
1435
1436         * mm-util.el (help-function-arglist): Remove outdated declaration.
1437
1438 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1439
1440         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1441         attribute values.  (Bug#17834)
1442
1443 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1444
1445         * gnus-sum.el (gnus-summary-edit-article-done):
1446         Prefer point-marker to copy-marker of point.
1447
1448 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1449
1450         * Makefile.in (install-el, install-el-elc): Compress .el files.
1451         (uninstall): Remove compressed .el files.
1452
1453 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1454
1455         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1456         (gnus-article-read-summary-keys):
1457         Don't bug out when there is no article in the summary buffer.
1458         (gnus-mime-buttonize-attachments-in-header):
1459         Improve criterion that finds parts to display.
1460
1461         * gnus-art.el (gnus-mm-display-part):
1462         * mm-decode.el (mm-shr):
1463         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1464         (mm-insert-inline): Revert last changes.
1465
1466 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1467
1468         * gnus-art.el (gnus-mm-display-part):
1469         * mm-decode.el (mm-shr):
1470         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1471         (mm-insert-inline): Set insertion type of end-marker, not only
1472         start-marker, of undisplayer so as to stay after inserted text.
1473
1474 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1475
1476         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1477         attribute. (Bug#17613)
1478
1479 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1480
1481         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1482         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1483
1484 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1485
1486         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1487         Don't delete next part button; keep spacing between buttons.
1488
1489 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1490
1491         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1492         Work for the last MIME part in an article.
1493         (gnus-mime-display-single): Suppress excessive newlines between parts.
1494
1495         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1496         by leading or trailing newline.
1497
1498 2014-05-12  Sam Steingold  <sds@gnu.org>
1499
1500         * time-date.el (seconds-to-string): New function to pretty print time
1501         delay in seconds.
1502
1503 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1504
1505         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1506         while prompting a user for a file name, etc.
1507         (gnus-mime-display-single): Display part with a common appearance no
1508         matter whether MIME button is omitted or not; don't add duplicate entry
1509         to gnus-article-mime-handle-alist.
1510         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1511
1512 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1513
1514         * mml2015.el (mml2015-display-key-image): New variable.
1515
1516 2014-05-08  Glenn Morris  <rgm@gnu.org>
1517
1518         * gnus-fun.el (gnus-grab-cam-face):
1519         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1520         This is CVE-2014-3421.
1521
1522 2014-05-04  Glenn Morris  <rgm@gnu.org>
1523
1524         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1525
1526 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1527
1528         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1529         the displaying state of a part.
1530         (gnus-mm-display-part): Don't insert a newline in the beginning of
1531         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1532
1533         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1534         (mm-shr): Make undisplayer unbreakable.
1535
1536         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1537         Don't insert excessive newline.
1538         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1539         (mm-insert-inline): Make undisplayer unbreakable.
1540
1541 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1542
1543         * gnus.el: Ma Gnus v0.11 is released.
1544
1545 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1546
1547         * gnus-art.el (gnus-mm-display-part):
1548         Highlight header attachment buttons.
1549
1550 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1551
1552         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1553         a part; redisplay a button (enbugged in 2014-02-05).
1554
1555 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1556
1557         * auth-source.el (auth-source-search, auth-source-search-backends):
1558         Treat :max 0 as an indicator that a boolean return is wanted, as
1559         documented. Reported by Joe Bloggs.
1560
1561 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1562
1563         * gnus-icalendar.el: Require gnus-art.
1564
1565 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1566
1567         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1568         (gnus-icalendar--update-org-event): put event timestamp in
1569         the org entry body instead of the drawer.
1570         (gnus-icalendar-event--get-attendee-names): list of participants should
1571         contain even attendees without common name attribute.
1572         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1573         property tags in org drawers.
1574
1575 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1576
1577         * gmm-utils.el (gmm-format-time-string): New function.
1578
1579         * message.el (message-insert-formatted-citation-line): Use the original
1580         author's time zone to express a date string.
1581
1582 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1583
1584         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1585         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1586         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1587         Silence compiler warnings.
1588         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1589
1590 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1591
1592         * mml.el: Require url when compiling.
1593
1594         * gnus-cloud.el (gnus-cloud-parse-version-1):
1595         Use plist-get rather than CL's getf.
1596         (gnus-activate-group, gnus-subscribe-group): Declare.
1597
1598         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1599
1600 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1603         buttons when toggling the header off.
1604
1605 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1606
1607         * tls.el (tls-program): Reflow docstring.
1608
1609 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1610
1611         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1612         groups work again.
1613
1614 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1615
1616         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1617         999 correctly (i.e. "1,342").
1618
1619 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1620
1621         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1622         out if the directory doesn't exist.
1623
1624 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1625
1626         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1627         commands here; instead, only check if epg-config.el is available.
1628
1629 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1630
1631         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1632         messages with embedded images.
1633         (mml-generate-mime): Don't bug out if you don't have libxml.
1634
1635 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1636
1637         * message.el (message-make-html-message-with-image-files): New command.
1638
1639 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1640
1641         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1642
1643         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1644
1645 2014-02-23  David Engster  <deng@randomsample.de>
1646
1647         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1648         to stay compatible with older Emacsen, so replace `cl-loop' with
1649         `loop'.
1650
1651 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1652
1653         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1654         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1655         instead, build list of patterns.
1656
1657 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1658
1659         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1660         Display header attachment buttons by gnus-article-prepare-display
1661         rather than gnus-article-prepare so as to view in mml-preview as well.
1662
1663 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1664
1665         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1666         in `auth-sources' means and link to EPA docs.
1667
1668 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1669
1670         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1671         (bug#12375).
1672
1673 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1674
1675         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1676         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1677
1678 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1679
1680         * message.el (message-tab): Mention what happens on normal tabs
1681         (bug#11297).
1682
1683 2014-02-08  Glenn Morris  <rgm@gnu.org>
1684
1685         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1686
1687 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1688
1689         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1690         buttons that are hidden in unselected alternative part as well.
1691         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1692
1693         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1694
1695 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1696
1697         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1698         keystroke.
1699         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1700         types.
1701
1702         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1703         with an empty string.
1704
1705 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1706
1707         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1708         buffer-local in some buffers, so bind it explicitly in the buffer we're
1709         trying to cancel the article in (bug#10808).
1710
1711 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1712
1713         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1714         New functions.
1715
1716         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1717         New user option.
1718         (gnus-mime-buttonize-attachments-in-header): New function.
1719         (gnus-article-prepare): Use it.
1720         (gnus-mime-inline-part): Suppress extra newline.
1721         (gnus-mm-display-part): Save excursion;
1722         remove useless deleting and adding of buttons.
1723         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1724
1725         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1726         Add gnus-mime-buttonize-attachments-in-header.
1727
1728 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1729
1730         * nnimap.el (nnimap-request-articles): New command to download several
1731         articles at once.
1732
1733         * gnus.el (gnus-variable-list): Save Cloud variables.
1734
1735         * gnus-int.el (gnus-request-accept-article): Doc fix.
1736
1737 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1738
1739         * parse-time.el (parse-time-iso8601-regexp)
1740         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1741         it more generally.
1742
1743 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1744
1745         * gnus-cloud.el: New file to provide the Emacs Cloud.
1746
1747         * dgnushack.el: Silence XEmacs w3 warning.
1748
1749         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1750         `url-retrieve-synchronously', apparently.
1751
1752         * dgnushack.el: Silence XEmacs dns.el warning.
1753
1754         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1755         instead of in all files.
1756
1757         * dns.el (network-interface-list): Define for XEmacs.
1758
1759         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1760         XEmacs.
1761
1762         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1763
1764 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1765
1766         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1767         `gnus-group-split-fancy'.
1768
1769 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1770
1771         * message.el (message-remove-header): Doc fix.
1772         (message-forward-included-headers): New variable.
1773         (message-remove-ignored-headers): Use it.
1774
1775 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1776
1777         * nnir.el (nnir-request-update-mark): Don't try to update the source
1778         group if we can't find it (bug#16611).
1779
1780 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1781
1782         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1783
1784 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1785
1786         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1787         network interfaces changed.
1788         (dns-query): Use it to flush the data.
1789
1790 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1791
1792         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1793         from random face commands.
1794         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1795         Face.
1796         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1797         (gnus--random-face-with-type): Generic function returning a face-type
1798         as a string.
1799         (gnus--insert-random-face-with-type): Generic function inserting a face
1800         in a message buffer header.
1801         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1802         (gnus-insert-random-x-face-header): Rewritten to use
1803         `gnus--insert-random-face-with-type`.
1804         (gnus-random-face): Return random (png) Face as string.
1805         (nus-insert-random-face-header): Insert random (png) Face in a message
1806         buffer.
1807
1808 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1809
1810         * mm-url.el: Remove all usage of w3.
1811
1812         * nnrss.el: Ditto.
1813
1814         * mm-decode.el: Ditto.
1815
1816         * mm-view.el: Ditto.
1817
1818         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1819         outdated and all Emacsen have url.el built-in.
1820
1821         * gnus-setup.el: Remove outdated file.
1822
1823 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1824
1825         * gnus.el: Ma Gnus v0.9 is released.
1826
1827 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1828
1829         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1830
1831 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1832
1833         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1834         in the summary buffer (bug#13769).
1835
1836 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1837
1838         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1839         name if we're using a single article buffer.  Otherwise, it may point
1840         to a killed buffer (bug#13756).
1841
1842 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1843
1844         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1845         the match data, just save and restore it explicitly (bug#12375).
1846
1847         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1848         that's needed.
1849
1850         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1851         the code once (bug#9069).
1852
1853 2014-01-18  Steinar Bang  <sb@dod.no>
1854
1855         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1856         reading.
1857
1858 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1859
1860         * message.el (message-bury): Call bury-buffer with no argument
1861         in the message-return-action case too.
1862
1863 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1866         (nnimap-split-fancy, nnimap-split-methods): Declare.
1867
1868         * mm-util.el (help-function-arglist): Declare.
1869
1870 2013-12-28  Glenn Morris  <rgm@gnu.org>
1871
1872         * gnus-sieve.el (gnus-sieve-select-method):
1873         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1874         (gravatar-rating, gravatar-size):
1875         * message.el (message-minibuffer-local-map):
1876         * sieve-manage.el (sieve-manage-authenticators)
1877         (sieve-manage-authenticator-alist): Specify custom types.
1878
1879         * hashcash.el (hashcash-program): Rename from hashcash-path.
1880         Update callers.
1881
1882         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1883         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1884         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1885
1886         * auth-source.el (auth-sources):
1887         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1888         Fix custom types.
1889
1890         * tls.el (tls-certtool-program): Fix default value.
1891
1892 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1893
1894         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1895         we get proper traces there, too.
1896
1897 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1898
1899         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1900         value of the parameters if the current article has a Reply-To or From
1901         field.
1902
1903 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1904
1905         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1906
1907 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1908
1909         * gnus-sum.el (gnus-summary-exit): Stop animations.
1910
1911 2013-12-19  Juri Linkov  <juri@jurta.org>
1912
1913         * gnus.el (gnus-suppress-keymap):
1914         * gnus-art.el (gnus-article-mode-map):
1915         * gnus-group.el (gnus-group-mode-map):
1916         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1917         Remove [backspace] key binding because it shadows DEL (bug#16035).
1918
1919         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1920
1921 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1922
1923         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1924         Make sure work directory exists.
1925         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1926         rather than tmp directory.
1927         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1928         not necessarily always run, with it.
1929
1930 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1931
1932         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1933         value of gnus-icalendar-additional-identities work without restart.
1934
1935 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1936
1937         * mm-util.el (mm-make-temp-file):
1938         Alias to make-temp-file for modern Emacsen.
1939
1940 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1941
1942         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1943         nnir-article-number and nnir-article-group.
1944
1945 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1946
1947         * message.el (message-send-mail-with-sendmail):
1948         Don't kill error buffer if sending fails.
1949
1950 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1951
1952         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1953         (gnus-icalendar-event->org-entry)
1954         (gnus-icalendar--update-org-event)
1955         (gnus-icalendar-event->gnus-calendar): Distinguish between
1956         required/optional/non-participant attendee status.  Fix bug causing
1957         the first required event participant to be omitted.
1958
1959 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1960
1961         * gnus-art.el (article-de-quoted-unreadable)
1962         (article-de-base64-unreadable, gnus-mime-copy-part)
1963         * gnus-html.el (gnus-article-html)
1964         * mm-view.el (mm-inline-text-html-render-with-w3)
1965         (mm-inline-text-html-render-with-w3m-standalone)
1966         * rfc2231.el (rfc2231-decode-encoded-string):
1967         Allow overriding charset by mm-charset-override-alist.
1968
1969         * gnus-art.el (gnus-article-browse-html-parts):
1970         Replace LWSPs with `&nbsp;'s in header.
1971
1972         Work for broken Chinese articles.
1973
1974         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1975         Exclude broken handles that gnus-summary-enter-digest-group may create.
1976         (gnus-article-browse-html-parts):
1977         Allow overriding charset by mm-charset-override-alist.
1978
1979 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1980
1981         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1982         (gnus-icalendar-identities): Support additional-identities.
1983
1984 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1985
1986         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1987         org-timestamp for events ending at midnight.
1988
1989 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1990
1991         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1992         .log files.
1993
1994 2013-11-20  David Engster  <deng@randomsample.de>
1995
1996         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1997
1998 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1999
2000         * message.el (message-beginning-of-line):
2001         Use beginning-of-visual-line when visual-line-mode is turned on.
2002
2003 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
2004
2005         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
2006         (gnus-icalendar-event-from-ical)
2007         (gnus-icalendar-event->org-entry)
2008         (gnus-icalendar--update-org-event): Required/optional participation,
2009         list of attendees synced to org.
2010
2011 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
2012
2013         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
2014         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
2015         cancellations to be synced to org if the original appt has an org
2016         outline.
2017
2018 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
2019
2020         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
2021         (gnus-icalendar-event->org-entry)
2022         (gnus-icalendar--update-org-event)
2023         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
2024
2025 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
2026
2027         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
2028         Fix timezone handling in gnus-icalendar export to org.
2029
2030 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
2033
2034 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2035
2036         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
2037
2038 2013-10-30  Glenn Morris  <rgm@gnu.org>
2039
2040         * gnus-group.el (gnus-group-browse-foreign-server):
2041         * gnus-int.el (gnus-start-news-server):
2042         Silence compiler obsolescence warning.
2043
2044 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2045
2046         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
2047         `nnoo-current-server' first, then for the actual `nnimap-address' to
2048         allow netrc entries for the nnoo server to coexist with netrc entries
2049         for the `nnimap-address'.
2050
2051 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2052
2053         * mm-decode.el (mm-dissect-buffer): Revert last change.
2054         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
2055         The problem that motivated those changes was attributed to a broken
2056         mail sender, and has been fixed.
2057
2058 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
2061         token is missing in the Content-Type header.
2062
2063         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
2064
2065 2013-09-18  Glenn Morris  <rgm@gnu.org>
2066
2067         * gnus-util.el (image-size): Declare.
2068
2069 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2070
2071         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
2072         (gnus-icalendar-event-from-ical)
2073         (gnus-icalendar-event--build-reply-event-body)
2074         (gnus-icalendar-event-reply-from-buffer)
2075         (gnus-icalendar-find-org-event-file)
2076         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
2077         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
2078
2079         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
2080
2081 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2082
2083         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
2084         Use save-current-buffer.
2085         (gnus-tree-mode-map): Initialize in the declaration.
2086         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
2087         (scroll-in-place): Defvar it.
2088         (gnus-tmp-*): Defvar them.
2089         (gnus-get-tree-buffer): Use derived-mode-p.
2090         (gnus--let-eval): New macro.
2091         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
2092         non-prefixed variables.
2093         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
2094
2095         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
2096         vars since it doesn't seem to be available.
2097         (gnus-set-global-variables, gnus-summary-read-group-1)
2098         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
2099         (gnus-summary-display-article, gnus-summary-select-article)
2100         (gnus-summary-next-article, gnus-offer-save-summaries)
2101         (gnus-summary-generic-mark): Use derived-mode-p.
2102         (gnus-summary-read-group-1, gnus-summary-exit)
2103         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
2104         Adjust calls to gnus-tree-close and gnus-tree-open.
2105
2106         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
2107
2108         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
2109         (gnus-agent-mode): Use derived-mode-p.
2110         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
2111         gnus-command-method and *-command-method to nil, but bind
2112         gnus-command-method to *-command-method instead!
2113         (gnus-agent-fetch-articles): Remove unused var `id'.
2114         (gnus-agent-fetch-headers): Remove unused arg `force'.
2115         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
2116         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
2117         (gnus-agent-short-article, gnus-agent-long-article)
2118         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
2119         first use.
2120         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
2121         `score-param'.
2122         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
2123         (gnus-get-predicate): Push in front of the cache, rather than end.
2124         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
2125         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
2126         (gnus-agent-expire-unagentized-dirs): Don't rebind
2127         gnus-agent-expire-current-dirs since the defvar silences the warning.
2128         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
2129         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
2130         (gnus-agent-regenerate): Simplify interactive spec and doc.
2131
2132 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2133
2134         * gnus-int.el (gnus-open-server): Silence compiler.
2135
2136         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2137
2138         * message.el (message-display-completion-list): Abolish.
2139         (message-completion-in-region): Use display-completion-list.
2140
2141 2013-09-17  Glenn Morris  <rgm@gnu.org>
2142
2143         * gnus-util.el (gnus-message-with-timestamp-1):
2144         Use `messages-buffer' function if available.  Ignore read-only.
2145
2146 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2147
2148         * message.el (message-expand-group, message-completion-in-region):
2149         Correct the order of start and end of a region.
2150
2151 2013-09-13  Glenn Morris  <rgm@gnu.org>
2152
2153         * mml2015.el (gnus-create-image): Autoload it.
2154
2155         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
2156
2157         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
2158         (image-size): Declare.
2159
2160 2013-09-12  Glenn Morris  <rgm@gnu.org>
2161
2162         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
2163         Avoid using `find', which i) might not be defined at runtime;
2164         ii) does not work, since its default test is eql, not equal.
2165         (gnus-mime-action-alist): Declare.
2166
2167 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2168
2169         * score-mode.el (gnus-score-mode-map): Move initialization
2170         into declaration.
2171         (gnus-score-mode): Use define-derived-mode.
2172         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
2173         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
2174         into declaration.
2175         (gnus-kill-file-mode): Use define-derived-mode.
2176         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
2177         Use derived-mode-p.
2178         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
2179         (gnus-group-setup-buffer, gnus-group-name-at-point)
2180         (gnus-group-make-web-group, gnus-group-enter-directory)
2181         (gnus-group-suspend): Use derived-mode-p.
2182         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
2183         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
2184         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
2185         (gnus-article-setup-buffer, gnus-article-prepare)
2186         (gnus-article-prepare-display, gnus-sticky-article)
2187         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
2188         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
2189         (gnus-article-read-summary-keys): Use derived-mode-p.
2190
2191 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2192
2193         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
2194
2195 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2196
2197         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
2198         shift_jis from the default value set for Japanese users.
2199
2200 2013-08-13  Glenn Morris  <rgm@gnu.org>
2201
2202         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
2203
2204         * gnus.el (gnus-valid-select-methods): Fix type.
2205
2206         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
2207
2208 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2209
2210         * mm-decode.el (mm-display-external): Run a timer for the temp files
2211         deletion after a viewer exits; add a deletion timer for the needsterm
2212         case, too.
2213
2214         * mm-decode.el (mm-display-external): Try to delete temporary files by
2215         using a 1-min. timer.
2216
2217 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2218
2219         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
2220         New internal variables.
2221         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
2222         (mm-display-external): Use it to delete temporary files instead of
2223         using timers.
2224
2225 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2226
2227         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
2228
2229 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
2230
2231         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
2232         with cond for backwards compatability.
2233
2234 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * mm-decode.el (mm-display-external): Bind process-connection-type to
2237         nil; don't delete a temp file immediately even if a viewer finishes,
2238         since it may be a shell script, like xdg-open, that launches a real
2239         viewer program belatedly.
2240
2241 2013-08-05  Dave Abrahams  <dave@boostpro.com>
2242
2243         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
2244         that we can create nndoc groups that excerpt other groups.
2245
2246 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2247
2248         * gnus-delay.el (gnus-delay-article): Fix typo.
2249
2250         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
2251         articles.
2252
2253         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
2254         we can get spell-checking etc.
2255
2256 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2257
2258         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
2259         a single one used for encoding the whole text in a header.
2260
2261 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2262
2263         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
2264         doesn't work properly on XEmacs.
2265
2266 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267
2268         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
2269         before sending.
2270
2271         * dgnushack.el (dgnushack-compile): Add a temporary check for
2272         gnus-icalendar.
2273
2274         * mm-decode.el (mm-command-output): New face.
2275         (mm-display-external): Use it.
2276
2277 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
2278
2279         * nnmbox.el (nnmbox-request-article): Don't change point.
2280
2281 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2282
2283         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
2284         Include `handle' parameter.
2285
2286 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
2287
2288         * gnus-icalendar.el: New file.
2289
2290 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
2293
2294         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
2295         dummy roots, too.
2296
2297 2013-08-01  David Edmondson  <dme@dme.org>
2298
2299         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
2300         out on ttys.
2301
2302 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2303
2304         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
2305         not empty.
2306
2307         * nnrss.el (nnrss-discover-feed): Indent.
2308
2309 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2310
2311         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
2312
2313 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2314
2315         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
2316         dirty to ensure nnimap data being saved.
2317
2318 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2319
2320         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2321         menu entry.
2322
2323         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2324         the current thread's total score instead of the current article's
2325         score.
2326
2327         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2328         (gnus-sort-threads-recursively): Delete defcustom.
2329         (gnus-sort-threads-recursive): Adapt accordingly.
2330
2331 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2332
2333         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2334         (gnus-sort-threads-recursive): Use it.
2335         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2336         again.  Now that determines how to sort subthreads.
2337
2338 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2339
2340         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2341         (gnus-sort-threads): Use it.
2342
2343 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2344
2345         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2346         punctuation characters follow parentheses (bug#14950).
2347
2348 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2349
2350         * gnus.el (gnus-continuum-version):
2351         * gnus-msg.el (gnus-extended-version): Simplify.
2352
2353         * gnus.el (gnus-continuum-version-1): Remove.
2354         * gnus-msg.el (gnus-bug): Revert.
2355
2356         Calculate gnus-version correctly on Cygwin.
2357
2358         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2359         (gnus-continuum-version-1): New function, return a string.
2360
2361         * gnus-msg.el (gnus-extended-version, gnus-bug):
2362         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2363
2364 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2365
2366         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2367         (bug#13384).
2368
2369 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2370
2371         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2372         that were only relevant in a development version a long time ago.
2373
2374 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2377         that the old Emacs 24s bundle.
2378
2379 2013-07-10  David Engster  <deng@randomsample.de>
2380
2381         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2382         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2383         fixes a bug in Emacs trunk where the 'unexist' marks were always
2384         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2385         Gnus v0.03".
2386
2387 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2388
2389         * gnus.el (gnus-summary-line-format): Reference
2390         `gnus-user-date-format-alist' for the &user-date; format, not
2391         `gnus-summary-user-date-format-alist'.
2392
2393 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2394
2395         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2396         delete files (bug#13481).
2397
2398 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2399
2400         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2401
2402 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2403
2404         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2405         display images.
2406
2407         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2408
2409         * message.el (message-cancel-news): According to
2410         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2411         preferred over "cmsg cancel" in the Subject.
2412
2413         * nnir.el (nnir-engines): Note that the group specs are regexps
2414         (bug#13238).
2415
2416         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2417         gotten read-only text properties, ensure that those aren't heeded when
2418         copying stuff over (bug#13434).
2419
2420         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2421         (bug#13762).
2422
2423 2013-07-05  David Kastrup  <dak@gnu.org>
2424
2425         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2426         authinfo file again (important for blank passwords).  This had been
2427         broken with 2013-06-15 change.
2428
2429 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2432         Revert 2013-01-14 change.
2433
2434 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2435
2436         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2437         of 'create-image' for XEmacs compatibility; check errors when decoding
2438         image.  Reported by Uwe Brauer.
2439
2440 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2441
2442         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2443         gnus-button-push revised at 2011-01-19.
2444
2445 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2446
2447         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2448         now live in the lisp/net Emacs 24 repository.
2449
2450 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2451
2452         * eww.el (eww-update-header-line-format): Quote % characters.
2453
2454 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2455
2456         * eww.el (eww-process-text-input): Display passwords as asterisks.
2457
2458         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2459
2460 2013-06-19  Tom Tromey  <tromey@redhat.com>
2461
2462         * eww.el (eww-top-url): Remove.
2463         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2464         (eww-render): Set new variables.  Don't set eww-top-url.
2465         (eww-handle-link): Handle "prev", "home", and "contents".
2466         Downcase the rel text.
2467         (eww-top-url): Choose best top URL.
2468
2469 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * eww.el: Rewrite to implement form elements "by hand" instead of
2472         relying in widget.el.  Using widget.el leads to too many
2473         user interface inconsistencies.
2474         (eww-self-insert): Implement entering commands in text fields.
2475         (eww-process-text-input): New function to make text input field editing
2476         work.
2477         (eww-submit): Rewrite to use the new-style form methods.
2478         (eww-select-display): Display the correct selected item.
2479         (eww-change-select): Implement changing the select value.
2480         (eww-toggle-checkbox): Implement radio/checkboxes.
2481         (eww-update-field): Fix compilation error.
2482         (eww-tag-textarea): Implement <textarea>.
2483
2484         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2485         don't shadow mode-specific bindings.
2486
2487         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2488         nothing to push.
2489
2490         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2491
2492 2013-06-19  Glenn Morris  <rgm@gnu.org>
2493
2494         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2495
2496 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2497
2498         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2499
2500 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2501
2502         * shr.el (shr-make-table-1): Implement <td rowspan>.
2503         (shr-table-horizontal-line): Allow nil as a value, and change the
2504         default.
2505         (shr-insert-table-ruler): Respect the nil value.
2506
2507 2013-06-18  Tom Tromey  <tromey@barimba>
2508
2509         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2510         New defvars.
2511         (eww-open-file): New defun.
2512         (eww-render): Initialize new variables.
2513         (eww-display-html): Handle "link" and "a".
2514         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2515         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2516         (eww-back-url): Rename from eww-previous-url.
2517         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2518         defuns.
2519
2520 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2521
2522         * shr.el (shr-tag-table): Insert the images after the table, so that
2523         they're not covered by the table colourisation, which often looked
2524         awkward.
2525         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2526         <dd>.
2527         (shr-make-table-1): Implement <td colspan=> support.
2528         (shr-insert-document): Use one less than window width if `shr-width' is
2529         nil, since otherwise things may get one character too wide.
2530
2531 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2532
2533         * eww.el (eww-detect-charset): Improve regexp; move backward.
2534
2535 2013-06-18  Glenn Morris  <rgm@gnu.org>
2536
2537         * mm-decode.el (widget-convert-button): Autoload.
2538
2539         * sieve-manage.el (mm-enable-multibyte): Autoload.
2540
2541         * shr.el (libxml-parse-html-region): Declare.
2542         (shr-render-buffer): Explicit error if no libxml2 support.
2543
2544 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2545
2546         * auth-source.el (auth-source-current-line): New function.
2547         (auth-source-netrc-parse-entries): When a data token is "machine",
2548         assume we're in the wrong place and abort parsing the current line.
2549
2550 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2551
2552         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2553         (eww-convert-widgets): Don't bug out if the first widget starts at the
2554         beginning of the buffer.
2555         (eww-convert-widgets): Fix last patch.
2556         (eww-tag-input): Support <input type=image>.
2557
2558         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2559         (shr-tag-base): Protect against base specs that are degenerate.
2560         (shr-ensure-paragraph): Don't delete empty lines that have text
2561         properties, because these may be input fields.
2562
2563         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2564         we can navigate to them.
2565
2566         * shr.el (shr-colorize-region): Put the colours over the entire region.
2567         (shr-inhibit-decoration): New variable.
2568         (shr-add-font): Use it to inhibit text property decorations while doing
2569         preliminary table renderings.  This speeds up typical Wikipedia page
2570         renderings by 15%.
2571         (shr-tag-span): Don't respect the <title>, because that overwrites the
2572         help-echo from links inside the spans.
2573         (shr-next-link): Use `help-echo' for navigation, so that we can
2574         navigate to form elements, too.
2575
2576         * eww.el (eww-button): New face.
2577         (eww-convert-widgets): Use it to make submit buttons more button-like.
2578
2579         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2580         that Gnus commands work.
2581
2582         * shr.el (shr-render-td): Support horizontal alignment.
2583
2584         * eww.el (eww-put-color): Removed.
2585         (eww-colorize-region): Use `add-face-text-property'.
2586
2587         * shr.el (shr-add-font): Append face data, so that we get the correct
2588         precedence: The innermost value (which is applied first) wins.
2589         (shr-make-overlay): Obsolete function.
2590
2591         * mm-decode.el (mm-convert-shr-links): New function to convert
2592         new-style shr URL links into widgets.
2593         (mm-shr): Use it.
2594
2595         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2596         widget commands, since we're no longer using widgets for links.
2597
2598         * shr.el (shr-next-link): New command.
2599         (shr-previous-link): New command.
2600         (shr-urlify): Don't use `widget-convert', because that's slow.
2601         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2602         because collecting the overlays and reapplying them when generating
2603         tables is slow.
2604         (shr-insert-table): Ditto.
2605
2606 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2607
2608         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2609         * shr.el (browse-url): Require `url'.
2610         * eww.el (url): Require format-spec.
2611
2612 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2613
2614         * eww.el (eww-display-html): Default to using the entire window width.
2615         (eww-browse-url): Don't add a User-Agent header (twice), because that
2616         makes Bing refuse connection.
2617
2618         * shr.el (shr-make-table): Cache the table rendering at the table
2619         level, and not the <td> level.  This is a bit faster.
2620
2621         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2622         #id.
2623
2624         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2625         browsers don't.
2626         (shr-expand-url): Respect #anchor links.
2627         (shr-parse-base): Chop off the anchor before using.
2628         (shr-descend): Respect display: none.
2629         (shr-descend): Allow marking elements that have certain IDs.
2630
2631         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2632
2633         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2634
2635         * eww.el (eww-tag-textarea): Support <textarea>.
2636
2637 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2638
2639         * shr.el (shr-dom-to-xml): Fixed function call.
2640
2641         * eww.el (eww): New group.
2642         (eww-header-line-format): New custom variable.
2643         (eww-current-title): New variable.
2644         (eww-display-html): Update header and handle title tag.
2645         (eww-update-header-line-format): New function.
2646         (eww-tag-title): New function.
2647
2648         * shr.el (shr-dom-to-xml): New function.
2649         (shr-tag-svg): Add support for the SVG tag.
2650         (shr-bullet): New custom variable.
2651         (shr-tag-li): Support custom bullet in unordered lists.
2652
2653 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2654
2655         * shr.el (shr-expand-url): Respect // URLs.
2656
2657         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2658         put a background colour onto the entire buffer.
2659         (eww-render): When being redirected, use the redirect URL as the new
2660         base URL.
2661
2662         * shr.el (shr-parse-base): Fix parsing error.
2663
2664         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2665
2666         * shr.el (shr-parse-base): New function.
2667         (shr-expand-url): Use it to expand relative URLs reliably.
2668
2669 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2670
2671         * auth-source.el (auth-source-search-collection): Fix docstring.
2672         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2673         single-quoted strings and multiline entries.
2674         (auth-source-netrc-parse-next-interesting)
2675         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2676         functions to support parser.
2677
2678 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679
2680         * eww.el (eww-submit): Get submit button logic right when hitting RET
2681         on non-submit buttons.
2682
2683         * shr.el: Remove shr-preliminary-table-render, since that can't really
2684         be used for anything in practice.
2685
2686 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2687
2688         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2689         (sieve-manage-quit).
2690
2691 2013-06-14  Glenn Morris  <rgm@gnu.org>
2692
2693         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2694
2695 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2696
2697         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2698         control the maximum size of photo ID image.
2699         (mml2015-epg-key-image-to-string): Respect it.
2700
2701 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2702
2703         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2704         instead of the final one so that we can more easily distinguish them.
2705
2706         * eww.el (eww-submit): Compute the submission URL correctly.
2707
2708 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2709
2710         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2711         Use plist-get rather than CL's getf.
2712         (sieve-manage-parse-capability): Avoid CL's remove-if.
2713
2714 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2715
2716         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2717         (sieve-manage-quit).
2718
2719 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2720
2721         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2722         last slash.
2723
2724         * eww.el (eww-tag-select): Use the first value as the default value.
2725
2726 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2727
2728         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2729         (eww-mode): Use `define-derived-mode'.
2730         (eww-parse-headers): Parse headers from beginning of buffer so that
2731         file:// links work.
2732
2733 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2734
2735         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2736
2737 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2738
2739         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2740         to handle them at all.
2741
2742 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743
2744         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2745         work, too.
2746         (eww-tag-select): Implement <select>.
2747
2748 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2749
2750         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2751         stream managing functions by using open-protocol-stream to do most of
2752         the work.  Has the nice benefit of enabling STARTTLS.
2753         Wait for capabilities after STARTTLS: following RFC5804, the server
2754         sends new capabilities after successfully establishing a TLS connection
2755         with the client.  The client should update the cached list of
2756         capabilities, but we just ignore the answer for now.
2757         (sieve-manage-network-p, sieve-manage-network-open)
2758         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2759         (sieve-manage-forward, sieve-manage-streams)
2760         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2761         API, nor called by any other function.
2762         Enable Multibyte for SieveManage buffers: The parser won't properly
2763         handle umlauts and line endings unless multibyte is turned on in the
2764         process buffer.
2765
2766 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2767
2768         * eww.el (eww-tag-input): Support password fields.
2769         (eww-submit): Support POST.
2770
2771 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2772
2773         * eww.el (eww-tag-form): Protect against degenerate forms.
2774
2775         * shr.el (shr-expand-url): Expand URLs that start with a slash
2776         correctly.
2777
2778         * eww.el (eww-submit): Get submit button logic right.
2779
2780         * shr.el (shr-final-table-render): New variable to signal when we're
2781         doing the final table rendering so that we can collect more data at
2782         that point.
2783
2784         * eww.el (eww-submit): Make form submission work.
2785         (eww-tag-input): Implement submit buttons.
2786         (eww-click-radio): Implement radio and checkboxes.
2787         (eww-submit): Handle hidden elements.
2788
2789         * shr.el (shr-descend): Allow other packages to override (or provide)
2790         rendering of elements.
2791         (shr-expand-url): Strip query strings from URLs before expanding them.
2792
2793         * eww.el: Don't require cl-lib.
2794         (eww-tag-form): Start form support.
2795
2796         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2797
2798         * eww.el: Start writing a new, tiny web browser.
2799         (eww-previous-url): New command.
2800         (eww-quit): New command.
2801
2802 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2803
2804         * sieve.el: Put point at beginning of buffer when viewing a script.
2805         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2806         number in sieve-buffer's header.  Fixed code to also work with a string
2807         as port specifier.  Properly close the connection on pressing 'q'.  Make
2808         sieve-manage-quit close the connection and process buffer.  Also, remove
2809         duplicate keybinding for 'q'.
2810
2811 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2812
2813         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2814         make it easier to read.
2815         (mm-pkcs7-enveloped-magic): Ditto.
2816
2817 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2818
2819         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2820         before `image-type-available-p' to avoid loading the image libraries
2821         needlessly.
2822
2823 2013-06-05  David Engster  <deng@randomsample.de>
2824
2825         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2826         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2827         to see whether the group was synced before.
2828
2829 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2830
2831         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2832         when opening the connection.
2833         Suggested by João Távora <joaotavora@gmail.com> in
2834         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2835
2836 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2837
2838         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2839         assume Date header begins with "Date", that may be customized into
2840         something like "X-Sent" using gnus-article-time-format.
2841         (article-transform-date): Allow multi-line Date header.
2842
2843 2013-06-02  David Engster  <deng@randomsample.de>
2844
2845         * registry.el (initialize-instance, registry-lookup)
2846         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2847         (registry-lookup-secondary-value, registry-search, registry-delete)
2848         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2849         not wrap methods in `eval-and-compile'.  This breaks due to latest
2850         changes in EIEIO (introduction of eieio-core.el).
2851
2852 2013-05-30  Glenn Morris  <rgm@gnu.org>
2853
2854         * nnmail.el (nnmail-fancy-expiry-target):
2855         Also bind mail-dont-reply-to-names.
2856
2857         * spam-stat.el (spam-stat-save):
2858         No need to tweak font-lock in temp buffers.
2859
2860         * shr.el (shr-put-image): Silence compiler.
2861
2862 2013-05-29  Glenn Morris  <rgm@gnu.org>
2863
2864         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2865
2866         * gnus-group.el (gnus-sequence-of-unread-articles)
2867         (gnus-summary-add-mark, gnus-mark-article-as-read)
2868         (gnus-group-make-articles-read): Declare.
2869
2870         * gnus-sum.el (gnus-parameter-list-identifier)
2871         (gnus-article-stop-animations, gnus-stop-downloads)
2872         (gnus-article-only-boring-p, article-goto-body)
2873         (gnus-flush-original-article-buffer, article-narrow-to-head)
2874         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2875         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2876
2877         * gnus.el: No need to eval-and-compile autoloads.
2878
2879         * gravatar.el (help-function-arglist): Autoload.
2880
2881         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2882
2883         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2884
2885         * spam.el: No need to load spam-report when compiling.
2886         No need to eval-and-compile autoloads.
2887         (spam-report-resend-to): Declare.
2888         (spam-report-resend-register-routine): Require 'spam-report.
2889
2890 2013-05-24  Julien Danjou  <julien@danjou.info>
2891
2892         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2893         setup.
2894
2895 2013-05-23  Glenn Morris  <rgm@gnu.org>
2896
2897         * gnus-util.el (rmail-swap-buffers-maybe)
2898         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2899         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2900         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2901
2902         * mm-decode.el: No need to load term when compiling.
2903         (term-mode, term-char-mode): Declare.
2904
2905         * mm-util.el: No need to load jka-compr when compiling.
2906         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2907
2908         * nnmaildir.el: Require is automatically eval-and-compile.
2909         (nnmail): Require at run-time too.
2910
2911         * registry.el (registry-size): Move definition before use.
2912
2913 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2914
2915         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2916         signed data to conform the standard.  (Bug#14232)
2917
2918 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2919
2920         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2921         double angle quotation mark.
2922
2923 2013-05-20  Glenn Morris  <rgm@gnu.org>
2924
2925         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2926
2927 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2928
2929         * message.el (message-insert-formatted-citation-line): handle finding
2930         first/lastname when more than 2 names appear.
2931
2932 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2933
2934         * shr.el (shr-tag-span): New function.
2935
2936 2013-05-18  Glenn Morris  <rgm@gnu.org>
2937
2938         * message.el (message-mode): Use message-mode-abbrev-table,
2939         with text-mode-abbrev-table as parent.  (Bug#14413)
2940
2941 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * message.el (message-expand-group): Decode group names.
2944
2945 2013-05-16  Julien Danjou  <julien@danjou.info>
2946
2947         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2948         app-icon.
2949
2950 2013-05-15  Glenn Morris  <rgm@gnu.org>
2951
2952         * shr-color.el (shr-color-visible-luminance-min)
2953         (shr-color-visible-distance-min): Use shr-color group.
2954
2955 2013-05-11  Glenn Morris  <rgm@gnu.org>
2956
2957         * gnus-vm.el: Make it loadable without VM.
2958         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2959         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2960
2961 2013-05-09  Glenn Morris  <rgm@gnu.org>
2962
2963         * mml1991.el: Make it loadable.  (Bug#13456)
2964
2965         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2966         * gnus-async.el (gnus-async-post-fetch-function):
2967         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2968         * gnus-html.el (gnus-html-image-cache-ttl):
2969         * gnus-notifications.el (gnus-notifications-timeout):
2970         * gnus-picon.el (gnus-picon-properties):
2971         * gnus-util.el (gnus-completion-styles):
2972         * gnus.el (gnus-other-frame-resume-function):
2973         * message.el (message-user-organization-file)
2974         (message-cite-reply-position):
2975         * nnir.el (nnir-summary-line-format)
2976         (nnir-retrieve-headers-override-function):
2977         * shr-color.el (shr-color-visible-luminance-min):
2978         * shr.el (shr-blocked-images):
2979         * spam-report.el (spam-report-resend-to):
2980         * spam.el (spam-summary-exit-behavior): Fix custom types.
2981
2982         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2983
2984 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2987         because of let-binding help-xref-following.  (Bug#14356)
2988
2989 2013-05-06  Glenn Morris  <rgm@gnu.org>
2990
2991         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2992
2993 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2994
2995         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2996         entering into the registry.
2997
2998 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2999
3000         * gnus.el: Ma Gnus v0.7 is released.
3001
3002 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3003
3004         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
3005         (Bug#14304)
3006
3007 2013-04-27  Glenn Morris  <rgm@gnu.org>
3008
3009         * gnus.el (gnus-list-debbugs):
3010         Use require rather than autoload.  (Bug#14262)
3011
3012 2013-04-27  Julien Danjou  <julien@danjou.info>
3013
3014         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
3015         port to "sieve" now that it has an official IANA port assigned.
3016
3017 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3018
3019         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
3020         Don't set the MAILHOST environment variable permanently (Bug#14271).
3021
3022 2013-04-26  Glenn Morris  <rgm@gnu.org>
3023
3024         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
3025
3026 2013-04-25  Andrew Cohen  <cohen@bu.edu>
3027
3028         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
3029         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
3030
3031 2013-04-24  Andrew Cohen  <cohen@bu.edu>
3032
3033         * nnir.el (nnir-close-group): Make sure we are in the right group.
3034
3035         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
3036         dependency table from all newly retrieved headers.
3037
3038 2013-04-16  David Edmondson  <dme@dme.org>
3039
3040         Support <img src="data:...">.
3041
3042         * shr.el (shr-image-from-data): New function.
3043         (shr-tag-img): Use it.
3044
3045 2013-04-14  Andrew Cohen  <cohen@bu.edu>
3046
3047         * nnir.el (nnir-request-set-mark): Make sure we are in the right
3048         group.
3049
3050 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
3053         corresponding to any existing group (Bug#14166).
3054
3055 2013-04-10  Andrew Cohen  <cohen@bu.edu>
3056
3057         * nnir.el (number-sequence): No longer used.
3058         (nnir-request-set-mark): New function.
3059         (nnir-request-update-info): Improve marks updating.
3060         (nnir-request-scan): Don't duplicate marks updating.
3061         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
3062         Use 'assq rather than 'assoc.  Quote anonymous function.
3063         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
3064         Use 'gnus-group-prefixed-p.
3065         (gnus-summary-create-nnir-group): Make sure server for method is open.
3066
3067 2013-04-04  Andrew Cohen  <cohen@bu.edu>
3068
3069         * nnir.el (gnus-nnir-group-p): New function.
3070         (nnir-possibly-change-group): Use it.
3071
3072         * gnus-msg.el (gnus-setup-message): Use it.
3073
3074 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * mml.el (mml-minibuffer-read-description): Use `default' insted of
3077         `initial-input' for the argument name.
3078         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3079
3080 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
3081
3082         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
3083         (used by MH-E).
3084
3085 2013-04-01  Andrew Cohen  <cohen@bu.edu>
3086
3087         * nnir.el (nnir-request-update-mark): Improve mark updating in original
3088         group.
3089
3090         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
3091         fix compilation.
3092
3093 2013-03-31  Andrew Cohen  <cohen@bu.edu>
3094
3095         * nnir.el (nnir-method-default-engines): And another typo.
3096
3097 2013-03-30  Andrew Cohen  <cohen@bu.edu>
3098
3099         * nnir.el (nnir-method-default-engines): Fix typo.
3100
3101 2013-03-29  Andrew Cohen  <cohen@bu.edu>
3102
3103         * nnir.el: Define 'number-sequence for xemacs.
3104         (gnus-summary-create-nnir-group): New function to create an nnir group
3105         from an nnir summary buffer based on the current query.
3106         (nnir-request-create-group): Update to allow nnir group creation based
3107         on the current query.
3108
3109 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3110
3111         * nndraft.el (nndraft-request-expire-articles):
3112         Make expiry target always `delete'.
3113
3114 2013-03-27  Andrew Cohen  <cohen@bu.edu>
3115
3116         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
3117         buffer use the posting-style and gcc of the original article group.
3118         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
3119
3120         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
3121         after other deffoos.
3122
3123 2013-03-25  Andrew Cohen  <cohen@bu.edu>
3124
3125         * nnir.el: Major rewrite.  Cleaner separation between searches and group
3126         management.  Marks are now shown in nnir summary buffers.  Rudimentary
3127         support for real (i.e. not ephemeral) nnir groups.
3128         (gnus-summary-make-nnir-group): New function for initiating searches
3129         from a summary buffer.
3130
3131 2013-03-18  Sam Steingold  <sds@gnu.org>
3132
3133         * message.el (message-bury): Minor cleanup.
3134
3135 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
3136
3137         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
3138
3139 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * nndir.el (nndir-request-list): Remove 2nd argument passed to
3142         nnml-request-list.  (Bug#13873)
3143         (nndir-request-newsgroups): Remove, unused.
3144
3145         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
3146
3147 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3148
3149         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
3150         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
3151         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
3152
3153 2013-03-03  Ted Phelps  <phelps@gnusto.com>
3154
3155         * shr.el: Make all the overlays set the `evaporate' property so that
3156         they're removed properly.
3157
3158 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
3159
3160         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
3161         shell-quote-argument.
3162
3163 2013-02-22  David Engster  <deng@randomsample.de>
3164
3165         * gnus-registry.el (gnus-registry-save): Provide class name when
3166         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
3167         `condition-case' to stay compatible with older EIEIO versions which
3168         only accept one argument.
3169
3170 2013-02-17  Daiki Ueno  <ueno@gnu.org>
3171
3172         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
3173         (epg-user-id-validity): Autoload.
3174         (mml2015-epg-check-user-id): New function.
3175         (mml2015-epg-check-sub-key): New function split from
3176         mml2015-epg-find-usable-key.
3177         (mml2015-epg-find-usable-key): Accept context, name, usage, and
3178         optional name-is-key-id, to handle the case when user-id is unusable.
3179         Reported by Łukasz Stelmach <stlman@poczta.fm>.
3180
3181 2013-02-17  Glenn Morris  <rgm@gnu.org>
3182
3183         * shr.el (shr-put-image): Use image-multi-frame-p if available.
3184
3185 2013-02-16  Glenn Morris  <rgm@gnu.org>
3186
3187         * shr.el (shr-put-image): Only animate images that specify a delay.
3188         This is consistent with the old image-animated-p behavior.
3189
3190 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3191
3192         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
3193         for XEmacs.
3194
3195 2013-02-13  Juri Linkov  <juri@jurta.org>
3196
3197         * gnus-art.el (gnus-article-mode-map):
3198         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
3199         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3200
3201 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
3202
3203         * auth-source.el (auth-source-format-prompt): Don't get confused by
3204         any "\" in replacement text.  (Bug#13637)
3205
3206 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
3207
3208         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
3209         (gnus-backend-trace): Honour gnus-backend-trace.
3210
3211         * mml.el (mml-insert-part): Insert closing tag.
3212
3213         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
3214
3215 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3216
3217         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
3218         able to find the article, which can happen in debbugs groups,
3219         apparently.
3220
3221 2013-01-16  Glenn Morris  <rgm@gnu.org>
3222
3223         * smiley.el (smiley-style): Make the file loadable in batch mode.
3224
3225 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3226
3227         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
3228         imap process running.
3229
3230 2013-01-14  Julien Danjou  <julien@danjou.info>
3231
3232         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
3233         Compare addresses against addresses, not against the full From field.
3234
3235 2013-01-13  Richard Stallman  <rms@gnu.org>
3236
3237         * message.el (message-forward-make-body-mime): New args BEG, END
3238         specify what part of FORWARD-BUFFER to use.  Do the work directly
3239         instead of calling `mml-insert-buffer'.
3240
3241 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3242
3243         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
3244         cross-reference(s).
3245
3246         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
3247         cross-reference(s).
3248
3249 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3250
3251         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
3252         and point-max-marker.
3253         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
3254
3255 2013-01-11  Julien Danjou  <julien@danjou.info>
3256
3257         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3258         max are almost equal.  Also return the correct value for V which is
3259         already between 0 and 1.
3260
3261 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
3262
3263         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
3264         to mml2015-encrypt-to-self.
3265         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
3266
3267 2013-01-09  Daiki Ueno  <ueno@gnu.org>
3268
3269         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
3270         mml-smime-epg-find-usable-secret-key.
3271
3272 2013-01-08  Glenn Morris  <rgm@gnu.org>
3273
3274         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
3275
3276 2013-01-07  Daiki Ueno  <ueno@gnu.org>
3277
3278         * mml-smime.el: Support signing by sender.
3279         Requested by Uwe Brauer.
3280         (mml-smime-sign-with-sender): New user option analogous
3281         to mml2015-sign-with-sender.
3282         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
3283         (mml-smime-epg-find-usable-secret-key): New helper function copied from
3284         mml2015.el.
3285
3286 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3287
3288         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
3289         isn't running, because Gnus will probably not know how to handle the
3290         Gcc header (bug#11941).
3291
3292         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
3293         articles.
3294
3295 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296
3297         * nnfolder.el (nnfolder-recursive-directory-files): New function.
3298         (nnfolder-generate-active-file): Make this function work with recursive
3299         folder names.
3300
3301 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3302
3303         * nntp.el (nntp-open-connection): Use HELP as the capability command
3304         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
3305         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
3306
3307 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
3308
3309         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
3310         place holder since this gives `Invalid face reference: nil' messages.
3311         Use the `default' face instead.  It has the same effect here, even
3312         though it is not no-op.
3313
3314         * gnus-util.el
3315         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
3316
3317 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3318
3319         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3320         non-string posting styles (bug#13285).
3321
3322 2012-12-27  Glenn Morris  <rgm@gnu.org>
3323
3324         * plstore.el (plstore-passphrase-callback-function):
3325         Use plstore-get-file.
3326
3327 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3328
3329         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3330         stderr.
3331
3332 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3333
3334         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3335
3336         * gnus-compat.el (set-buffer-multibyte): Remove.
3337
3338 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3339
3340         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3341         temporary file to get PGP key image.  Pass no-show-photos when
3342         extracting image to avoid having it pop up twice.
3343
3344 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3345
3346         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3347         eligible for treatment.
3348
3349         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3350         lines.  This makes summary commands with hidden threads work more
3351         reliably.
3352
3353         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3354         button to mark the hidden citations (bug#9395).
3355
3356 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3357
3358         * mml2015.el (mml2015-epg-signature-to-string): New function.
3359         (mml2015-epg-verify-result-to-string): New function.
3360         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3361         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3362         instead of epg-verify-result-to-string.
3363         (epg-signature-key-id, epg-signature-to-string): Autoload.
3364         (epg-verify-result-to-string): Remove autoload.
3365
3366 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3367
3368         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3369         ID image from GPG public key.
3370         (mml2015-epg-key-image-to-string): New function.
3371
3372 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3373
3374         * plstore.el (plstore-passphrase-callback-function): Fix error when
3375         error when plstore-cache-passphrase-for-symmetric-encryption is set
3376         (bug#13264).
3377
3378 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3379
3380         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3381         buffer to the article buffer here, because that clobbers multiple
3382         article buffers.
3383
3384         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3385         buffer always points to the right summary buffer.
3386
3387 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3388
3389         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3390         the password (bug#12097).
3391
3392 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3393
3394         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3395         (bug#13263).
3396
3397         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3398         buffer exists before using it (bug#12475).
3399
3400         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3401         offline groups (bug#11937).
3402
3403         * message.el (message-yank-original): When using customize to set the
3404         value of `message-cite-style', the variable it set to a symbol that's
3405         the name of the variable, which must then be dereferenced (bug#12616).
3406
3407 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3408
3409         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3410         the `face' property with a list whose car is the face specified in the
3411         format string and whose cdr is (nil).
3412         * lisp/gnus-util.el
3413         (gnus-put-text-property-excluding-characters-with-faces):
3414         Change accordingly.
3415         (gnus-get-text-property-excluding-characters-with-faces): New function.
3416         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3417         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3418         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3419
3420 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3421
3422         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3423         login methods.
3424         (nnimap-login): Respect the `nnimap-authenticator' variable.
3425
3426         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3427         mark state when moving articles.  Otherwise unticked articles will get
3428         their ticks back after moving.
3429
3430 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3431
3432         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3433
3434         * message.el (message-ignored-news-headers): Always remove
3435         X-Message-SMTP-Method to avoid information leakage if the user
3436         mistakenly inserts the header into news messages.
3437
3438         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3439
3440         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3441         right than four characters, this command would move point to
3442         `point-max'.  Don't do that.
3443
3444         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3445         to nil to allow re-selecting groups that gain articles.
3446         (gnus-bug-group-download-format-alist): Update the URL.
3447
3448 2012-12-23  Andreas Schwab  <schwab@suse.de>
3449
3450         * shr.el (shr-tag-em): Render em as italic, not bold.
3451
3452 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3453
3454         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3455         for reuse.
3456         (gnus-open-server): Use it to add more tracing.
3457         (gnus-finish-retrieve-group-infos): Add backend tracing.
3458         (gnus-backend-trace): Also note the elapsed seconds.
3459
3460 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3461
3462         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3463         Set epa-file-encrypt-to from variable to avoid querying.
3464
3465 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3466
3467         * sieve-mode.el (sieve-font-lock-keywords):
3468         Keywords should be word delimited.  (Bug#13173)
3469
3470 2012-12-13  Andreas Schwab  <schwab@suse.de>
3471
3472         * tls.el (tls-program): Update customize type.
3473
3474 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3475
3476         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3477         instead of <pre> to align message header.
3478
3479 2012-12-12  Sam Steingold  <sds@gnu.org>
3480
3481         * gnus.el (gnus-other-frame-resume-function): Add user option.
3482         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3483
3484 2012-12-06  Sam Steingold  <sds@gnu.org>
3485
3486         * gnus-start.el (gnus-before-resume-hook): Add.
3487         (gnus-1): Run it when Gnus is alive.
3488
3489 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3490
3491         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3492         * gnus-art.el (article-unsplit-urls)
3493         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3494         * gnus-registry.el (gnus-registry-get-article-marks)
3495         * message.el (message-goto-body): Use it.
3496         (message-called-interactively-p): Remove.
3497
3498         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3499         (spam-stat-score-buffer): Use it.
3500
3501         * spam.el: Silence the warnings against BBDB functions when compiling.
3502
3503         * gnus-score.el (gnus-score-decode-text-parts):
3504         Use append+mapcar instead of the cl function mapcan.
3505
3506 2012-12-05  Sam Steingold  <sds@gnu.org>
3507
3508         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3509         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3510         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3511
3512 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3513
3514         * gmm-utils.el (gmm-called-interactively-p): Revert.
3515         This seems to cause Emacs to get stuck!
3516         * gnus-art.el (article-unsplit-urls)
3517         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3518         * gnus-registry.el (gnus-registry-get-article-marks)
3519         * message.el (message-goto-body)
3520         (message-called-interactively-p): Revert.
3521
3522         * gmm-utils.el (gmm-called-interactively-p): New function.
3523         * gnus-art.el (article-unsplit-urls)
3524         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3525         * gnus-registry.el (gnus-registry-get-article-marks)
3526         * message.el (message-goto-body): Use it.
3527         (message-called-interactively-p): Remove.
3528
3529         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3530         * gnus-sync.el (gnus-sync-lesync-call)
3531         * message.el (message-read-from-minibuffer): Use it.
3532
3533 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3534
3535         * gmm-utils.el (gmm-flet): Remove.
3536         * gnus-sync.el (gnus-sync-lesync-call)
3537         * message.el (message-read-from-minibuffer): Don't use it.
3538
3539 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3540
3541         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3542
3543 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3546
3547         * gnus-sync.el (gnus-sync-lesync-call)
3548         * message.el (message-read-from-minibuffer): Use gmm-flet.
3549
3550         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3551
3552         * gnus-util.el (gnus-macroexpand-all): Remove.
3553
3554 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3555
3556         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3557         to TAB, not [tab].
3558         (gnus-summary-article-map): Likewise.
3559
3560         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3561         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3562
3563 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3564
3565         * time-date.el: Commentary fix.
3566
3567 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3568
3569         * color.el: Don't require cl.
3570         (color-complement): `caddr' -> `nth 2'.
3571
3572         * time-date.el (time-to-seconds): De-obsolete.
3573
3574 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3575
3576         * message.el (message-get-reply-headers):
3577         Make sure the reply goes to the author if it is a wide reply.
3578
3579 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3580
3581         * gnus-score.el (gnus-score-body):
3582         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3583         scoring by body.
3584
3585 2012-11-16  Glenn Morris  <rgm@gnu.org>
3586
3587         * gnus-diary.el (nndiary-request-create-group-functions)
3588         (nndiary-request-update-info-functions)
3589         (gnus-subscribe-newsgroup-functions)
3590         (nndiary-request-accept-article-functions):
3591         Use new names for hooks rather than obsolete aliases.
3592
3593 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3594
3595         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3596
3597 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3598
3599         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3600         in meta tag with the one the part specifies in its header.
3601
3602 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3603
3604         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3605         by default.
3606
3607 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3608
3609         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3610         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3611
3612 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3615         and a runtime function for it, of which the XEmacs version takes only
3616         two arguments.
3617
3618 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3619
3620         * nndiary.el (nndiary-request-create-group-functions)
3621         (nndiary-request-update-info-functions)
3622         (nndiary-request-accept-article-functions):
3623         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3624         "-hooks" suffix.
3625
3626 2012-10-19  Julien Danjou  <julien@danjou.info>
3627
3628         * gnus-art.el: Require gnus-util because it uses
3629         `gnus-timer--function'.
3630
3631 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3632
3633         * starttls.el (starttls-extra-arguments): Doc fix.
3634
3635 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3636
3637         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3638         it.
3639
3640 2012-10-06  Glenn Morris  <rgm@gnu.org>
3641
3642         * gnus-notifications.el (gnus-notifications):
3643         Add missing group :version tag.
3644         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3645         (gnus-gcc-post-body-encode-hook):
3646         * gnus-sync.el (gnus-sync-lesync-name)
3647         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3648
3649 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3650
3651         * color.el (color-hsl-to-rgb): Fix incorrect results for
3652         small and large hue values.  (Bug#12559)
3653
3654 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3655
3656         New UIDL implementation.
3657
3658         * mail-source.el (mail-sources, mail-source-keyword-map):
3659         Add :leave as a pop3 keyword.
3660         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3661
3662         * pop3.el (pop3-leave-mail-on-server): Allow number.
3663         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3664         (pop3-movemail): Add UIDL support.
3665         (pop3-send-streaming-command): Take a list of mail numbers instead of
3666         the number of mails.
3667         (pop3-write-to-file): Add X-UIDL header.
3668         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3669         (pop3-uidl-add-xheader): New functions.
3670
3671         * message.el (message-ignored-resent-headers):
3672         Add X-Content-Length and X-UIDL headers.
3673
3674 2012-10-05  Glenn Morris  <rgm@gnu.org>
3675
3676         * color.el (color-name-to-rgb, color-rgb-to-hex)
3677         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3678         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3679         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3680         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3681
3682 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3683
3684         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3685         a user about whether to delete temp files if once a user answered as n.
3686
3687 2012-09-25  Chong Yidong  <cyd@gnu.org>
3688
3689         * password-cache.el (password-read-and-add): Use a declare form to mark
3690         this function obsolete.
3691
3692 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * lpath.el: Bind mail-encode-mml for old Emacsen.
3695
3696 2012-09-17  Richard Stallman  <rms@gnu.org>
3697
3698         * message.el (message-in-body-p): Don't set mark or modify buffer.
3699
3700         * mml.el (mml-attach-file): Doc fix.
3701         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3702         Set mail-encode-mml when in Mail mode.
3703         Simplify code to set HEAD and move back to HEAD.
3704         (mml-insert-multipart, mml-insert-part):
3705         Set mail-encode-mml when in Mail mode.
3706
3707 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3708
3709         * gnus-util.el (gnus-timer--function): New function.
3710
3711         * gnus-art.el (gnus-article-stop-animations): Use it.
3712
3713 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3714
3715         Fix glitches caused by addition of psec to timers.
3716         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3717         rather than raw access to timer vector.
3718
3719 2012-09-11  Julien Danjou  <julien@danjou.info>
3720
3721         * gnus-notifications.el (gnus-notifications): Check for nil values in
3722         ignored addresses check.
3723
3724 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3725
3726         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3727
3728 2012-09-07  Chong Yidong  <cyd@gnu.org>
3729
3730         * gnus-util.el
3731         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3732
3733         * gnus-salt.el (gnus-tree-highlight-node):
3734         * gnus-sum.el (gnus-summary-highlight-line):
3735         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3736
3737 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3738
3739         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3740
3741 2012-09-06  Juri Linkov  <juri@jurta.org>
3742
3743         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3744         scheme for buffer names to be more consistent with other group and
3745         article buffer names in Gnus.
3746
3747 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3748
3749         * gnus-util.el
3750         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3751
3752         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3753         Jenkner.
3754
3755         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3756
3757         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3758
3759         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3760
3761 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3762
3763         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3764         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3765
3766         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3767         string-prefix-p in Emacs >=23.2.
3768
3769         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3770         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3771         instead of string-match-p.
3772         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3773
3774 2012-09-06  Kenichi Handa  <handa@gnu.org>
3775
3776         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3777         lowercase a..f.
3778
3779 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3780
3781         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3782
3783 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3784
3785         * nnimap.el (nnimap-request-move-article): Decode the group name when
3786         doing internal moves to avoid charset issues.
3787
3788         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3789         TIME is set.
3790
3791 2012-09-05  Juri Linkov  <juri@jurta.org>
3792
3793         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3794         than one group at a time (bug#11961).
3795
3796 2012-09-05  Julien Danjou  <julien@danjou.info>
3797
3798         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3799         this hide the real reason with a message giving absolutely no hint.
3800
3801 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3802
3803         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3804         to the backend (bug#11804).
3805
3806         * message.el (message-insert-newsgroups): Don't insert newsgroup
3807         duplicates (bug#12275).
3808
3809 2012-09-05  John Wiegley  <johnw@newartisans.com>
3810
3811         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3812         sieve rules.
3813
3814 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3815
3816         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3817         function.
3818
3819         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3820
3821         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3822
3823 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3824
3825         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3826         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3827         This should make nnmaildir more usable with offlineimap.
3828
3829 2012-09-05  Julien Danjou  <julien@danjou.info>
3830
3831         * nnimap.el (nnimap-request-list): Revert change that made listing
3832         synchronous.
3833         (nnimap-get-responses): Restore.
3834
3835 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3836
3837         * dgnushack.el: XEmacs 21.5 compilation fix.
3838
3839         * gnus-notifications.el (gnus-notifications-notify): Use it.
3840
3841         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3842         warnings on XEmacs.
3843
3844 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3845
3846         Better seeds for (random).
3847         * gnus-sync.el (gnus-sync-lesync-setup):
3848         * message.el (message-canlock-generate, message-unique-id):
3849         Change (random t) to (random), now that the latter is more random.
3850
3851 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3852
3853         * nnimap.el (nnimap-change-group): Document result value
3854
3855         * auth-source.el (auth-sources): Fix macos keychain access.
3856
3857         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3858         allow the backend `request-head' function to determine the group
3859         name on its own.
3860         (gnus-request-expire-articles): Filter out negative article numbers
3861         during expiry (Bug#11980).
3862
3863         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3864         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3865
3866         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3867         you've found the article when you haven't.
3868
3869         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3870         that nnimap-change-group can return t.
3871
3872 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3873
3874         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3875
3876 2012-08-30  Julien Danjou  <julien@danjou.info>
3877
3878         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3879         `gnus-notifications-timeout'.
3880         (gnus-notifications-timeout): Add.
3881         (gnus-notifications-action): New function.
3882         (gnus-notifications-notify): Add :action using
3883         `gnus-notifications-action'.
3884         (gnus-notifications-id-to-msg): New variable.
3885         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3886         notifications id to messages.
3887
3888 2012-08-30  Kenichi Handa  <handa@gnu.org>
3889
3890         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3891         once.
3892
3893 2012-08-29  Julien Danjou  <julien@danjou.info>
3894
3895         * gnus-notifications.el: New file.
3896         (gnus-notifications-notify): New function.
3897         (gnus-notifications): Use `gnus-notifications-notify'.
3898
3899 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3902         transfer encoding first; bind gnus-newsgroup-charset to the charset
3903         that the article specifies (Bug#12209).
3904
3905 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3906
3907         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3908         (gnus-group-customize-done): Encode values posting-style holds.
3909
3910         * gnus-msg.el (gnus-summary-resend-message)
3911         (gnus-configure-posting-styles): Decode values posting-style group
3912         parameter holds.
3913
3914 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3915
3916         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3917         `name' and `address' in Resent-From header.
3918
3919 2012-08-14  Chong Yidong  <cyd@gnu.org>
3920
3921         * gnus-art.el (article-display-face): Handle failure in
3922         gnus-create-image (Bug#11802).
3923
3924 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3925
3926         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3927         Use defsetf.
3928
3929 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3930
3931         * auth-source.el (auth-source-plstore-search)
3932         (auth-source-secrets-search): Ignore :require and :type in search spec.
3933
3934 2012-08-06  Julien Danjou  <julien@danjou.info>
3935
3936         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3937         `nnimap-request-move-article'.
3938
3939         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3940         Remove autoload, already handled by gnus.el.
3941
3942         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3943
3944         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3945         supported by nnimap actually.  Reverts previous change.
3946
3947         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3948         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3949         to-buffer argument that is already supported.
3950
3951 2012-08-05  Julien Danjou  <julien@danjou.info>
3952
3953         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3954         Add autoload.
3955
3956 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3957
3958         * gnus.el (gnus-valid-select-methods): Fix custom type.
3959
3960 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3961
3962         * auth-source.el (auth-sources, auth-source-backend-parse)
3963         (auth-source-macos-keychain-search)
3964         (auth-source-macos-keychain-search-items)
3965         (auth-source-macos-keychain-result-append)
3966         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3967         auth-source.el through the /usr/bin/security utility.
3968         (auth-sources): Fix syntax error.
3969         (auth-source-macos-keychain-result-append): Fix variable name.
3970         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3971
3972 2012-07-27  Julien Danjou  <julien@danjou.info>
3973
3974         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3975         Emacs < 24.1
3976
3977 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3978
3979         * message.el (message-kill-address): Don't kill last newline.
3980         (message-skip-to-next-address): Don't move to the next header.
3981         (message-fill-field-address): Work properly.
3982
3983 2012-07-25  Julien Danjou  <julien@danjou.info>
3984
3985         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3986
3987 2012-07-24  Julien Danjou  <julien@danjou.info>
3988
3989         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3990
3991         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3992         (nntp-async-timer-handler): Remove, unused.
3993
3994         * nnimap.el (nnimap-get-responses): Remove, unused.
3995
3996         * nnheader.el (mail-header-set-extra): Remove, unused.
3997
3998         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3999         unused.
4000
4001         * mm-view.el (mm-view-sound-file): Remove, unused.
4002
4003         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
4004         (mm-url-encode-multipart-form-data): Remove, unused.
4005
4006         * message.el (message-remove-signature, message-make-host-name)
4007         (message-fill-address): Remove, unused.
4008
4009         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
4010         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
4011         unused.
4012
4013         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
4014         (gnus-xmas-call-region): Remove, unused.
4015
4016         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
4017
4018         * gnus-util.el (gnus-extract-address-component-name)
4019         (gnus-extract-address-component-email, gnus-sortable-date)
4020         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
4021         (gnus-process-live-p): Remove, unused.
4022
4023         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
4024
4025         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
4026         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
4027         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
4028         function.
4029
4030         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
4031
4032         * gnus-score.el (gnus-summary-score-crossposting)
4033         (gnus-score-regexp-bad-p): Remove, unused.
4034
4035         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
4036
4037         * gnus-range.el (gnus-sublist-p): Remove, unused.
4038
4039         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
4040         unused.
4041
4042         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
4043
4044         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
4045         (gnus-request-associate-buffer): Remove, unused.
4046
4047         * gnus-group.el (gnus-group-set-method-info)
4048         (gnus-group-set-params-info): Remove, unused.
4049
4050         * gnus-fun.el (gnus-shell-command-to-string)
4051         (gnus-shell-command-on-region): Remove, unused.
4052
4053         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
4054
4055         * gnus-art.el (gnus-article-text-type-exists-p)
4056         (article-translate-characters, gnus-article-hide-text-of-type)
4057         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
4058         Remove, unused.
4059
4060 2012-07-22  Andrew Cohen  <cohen@bu.edu>
4061
4062         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
4063
4064 2012-07-21  Julien Danjou  <julien@danjou.info>
4065
4066         * message.el (message-dont-reply-to-names): Replace deprecated
4067         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
4068         (message-get-reply-headers): Ditto.
4069
4070 2012-07-18  Julien Danjou  <julien@danjou.info>
4071
4072         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
4073         `sieve-upload-and-kill'.
4074
4075         * sieve.el (sieve-bury-buffer): Remove function.
4076         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
4077         (sieve-upload-and-kill): New function, mapped to C-c C-c.
4078
4079 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
4080
4081         * shr.el (shr-expand-url): Handle URL starting with `//'.
4082
4083 2012-07-13  Chong Yidong  <cyd@gnu.org>
4084
4085         * smime.el (smime-certificate-info): Set buffer-read-only directly,
4086         instead of calling toggle-read-only with a (bogus) argument.
4087
4088 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
4089
4090         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
4091         of initial input when reading the author to restrict the summary to.
4092
4093 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4094
4095         * mm-decode.el (mm-shr):
4096         Allow overriding charset by mm-charset-override-alist.
4097
4098 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * gnus-art.el (gnus-article-view-part):
4101         Toggle subparts of multipart/alternative part.
4102
4103 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4104
4105         * shr.el (shr-render-buffer): New command.
4106         (shr-visit-file): Use it.
4107
4108 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4109
4110         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
4111         Set no-byte-compile and no-update-autoloads.
4112
4113 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4114
4115         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
4116
4117 2012-06-25  Julien Danjou  <julien@danjou.info>
4118
4119         * nnimap.el (nnimap-request-articles-find-limit): Rename from
4120         `nnimap-request-move-articles-find-limit' since we do not use it only
4121         for move operations.
4122         (nnimap-request-accept-article): Use
4123         `nnimap-request-articles-find-limit' to limit search by message-id.
4124
4125 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4126
4127         Support higher-resolution time stamps (Bug#9000).
4128
4129         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
4130         VARLIST.  It's optional, for backward compatibility.
4131         (encode-time-value): New optional arg PICO.  New type 3.
4132         (time-to-seconds) [!float-time]: Support the new picoseconds
4133         component if it's used.
4134         (seconds-to-time, time-subtract, time-add):
4135         Support ps-resolution time stamps as well.
4136
4137 2012-06-19  Julien Danjou  <julien@danjou.info>
4138
4139         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
4140
4141         * nnimap.el (nnimap-log-buffer): Check that
4142         `window-point-insertion-type' is boundp, since it's not available in
4143         XEmacs.
4144
4145 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4146
4147         * nnimap.el (nnimap-log-buffer): Add this, setting
4148         `window-point-insertion-type' in the buffer to t.
4149         (nnimap-log-command): Use nnimap-log-buffer.
4150
4151 2012-06-19  Julien Danjou  <julien@danjou.info>
4152
4153         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
4154         argument to be able to limit the search.
4155         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
4156         (nnimap-request-move-articles-find-limit): Add this to limit the search
4157         by Message-Id after a message move.
4158         (nnimap): Add defgroup.
4159
4160 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4161
4162         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
4163
4164 2012-06-15  Julien Danjou  <julien@danjou.info>
4165
4166         * nnimap.el (nnimap-find-article-by-message-id): Use
4167         `nnimap-possibly-change-group' rather than its own EXAMINE call.
4168         (nnimap-possibly-change-group): Add read-only argument.
4169         (nnimap-request-list): Use nnimap-possibly-change-group rather than
4170         issuing EXAMINE manually.
4171         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
4172         with read-only argument.
4173         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
4174         cannot possibly change because we need to be sure that it's either
4175         read-write or read-only.
4176
4177 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4178
4179         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
4180         being bound to a lambda form.
4181
4182 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
4183
4184         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
4185         articles when fetch-old is non-nil (bug#11370).
4186
4187 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
4188
4189         * gnus-picon.el (gnus-picon-properties): New defcustom.
4190         (gnus-picon-create-glyph): Use it.
4191
4192 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4193
4194         * gnus-group.el (gnus-group-get-new-news): Respect
4195         `gnus-group-use-permanent-levels', as documented (bug#11638).
4196
4197 2012-06-10  Dave Abrahams  <dave@boostpro.com>
4198
4199         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
4200         groups (bug#11641).
4201
4202 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
4203
4204         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
4205         is an integer to avoid later problems.
4206
4207 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4208
4209         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
4210         locales.
4211
4212         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
4213         on a handle.
4214
4215         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
4216         address as the default.
4217         (gnus-summary-insert-old-articles): Don't include unexisting messages.
4218
4219         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
4220         makes no sense to query the user about internal files.
4221
4222         * gnus-spec.el: Remove all the byte-compilation stuff, since
4223         benchmarking shows that it doesn't help when entering large summary
4224         buffers.
4225
4226         * gnus-xmas.el (gnus-xmas-define): Remove.
4227
4228         * gnus-util.el (gnus-byte-code): Remove.
4229
4230         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
4231         grouplens stuff.
4232
4233 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4234
4235         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
4236         (bug#11514).
4237
4238 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
4239
4240         * message.el (message-buffers): Return all buffers derived from Message
4241         to make `gnus-dired-attach' work with mu4e.
4242
4243 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4244
4245         * nntp.el: Stop the `letf' madness.
4246         (nntp--report-1): New var.
4247         (nntp-report): Merge nntp-report-1 into it.
4248         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
4249         the nntp-report function.
4250
4251         * auth-source.el: Fix comment-style to follow the convention.
4252
4253 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
4254
4255         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
4256         (mm-dissect-singlepart): Don't guess the MIME type of
4257         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
4258         set.
4259         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
4260         toplevel MIME type is multipart/encrypted.
4261
4262 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4265         a string so that Gcc works (bug#11514).
4266
4267 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4268
4269         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
4270         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
4271
4272 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4273
4274         * gnus-win.el (gnus-configure-frame): Don't signal an error when
4275         jumping to *Server* from a dedicated *Group* window.
4276         (gnus-configure-frame): CSE.
4277
4278         * gnus-registry.el: Minor style cleanup.
4279         (gnus-registry--set/remove-mark): New function, extracted from
4280         gnus-registry-install-shortcuts.
4281         (gnus-registry-install-shortcuts): Use it.
4282
4283 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4284
4285         * nnspool.el (news-path): Use eval-and-compile.
4286
4287 2012-05-24  Glenn Morris  <rgm@gnu.org>
4288
4289         * nnspool.el (news-directory, news-path, news-inews-program):
4290         Move here from paths.el.  Don't see a need for these to be autoloaded.
4291
4292         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
4293         Merge in doc from paths.el version.  Don't see any need for this to be
4294         autoloaded, or for the warning about users not setting it.
4295
4296 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
4297
4298         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
4299         format.  In particular, add an optional argument and a docstring.
4300
4301         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
4302
4303         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
4304         current before calling `gnus-groups-to-gnus-format'.
4305         Note that this was already the case for `gnus-active-to-gnus-format'.
4306
4307 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4308
4309         Fix minor Y10k bug.
4310         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
4311
4312 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4313
4314         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
4315         message once it's actually open.
4316
4317 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4318
4319         * gnus.el: Ma Gnus v0.5 is released.
4320
4321 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4322
4323         * auth-source.el (auth-source--aput-1, auth-source--aput)
4324         (auth-source--aget): New functions and macros.
4325         Use them instead of aput/aget.
4326
4327 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4328
4329         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4330
4331 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4332
4333         * plstore.el (plstore-called-interactively-p): New compat macro copied
4334         from message.el.
4335         (plstore-mode): Use it.
4336
4337 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4338
4339         * plstore.el: Revive the editing feature.
4340         (plstore-mode): New mode to edit plstore file.
4341         (plstore-mode-toggle-display, plstore-mode-original)
4342         (plstore-mode-decoded): New command.
4343         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4344         (plstore--insert-buffer, plstore--make): New function.
4345         (plstore-open, plstore-save): Simplify by using them.
4346
4347 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4348
4349         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4350
4351 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4352
4353         * tls.el (open-tls-stream): Remove unused binding.
4354
4355 2012-04-16  Glenn Morris  <rgm@gnu.org>
4356
4357         * nndraft.el (nndraft-request-list): Fix declaration.
4358
4359 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4360
4361         * mm-decode.el (mm-dissect-buffer): Doc fix.
4362
4363         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4364         don't have a current group.
4365
4366         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4367         buffer if it doesn't exist.
4368
4369         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4370         given, mark the group as ephemeral with the current window conf.
4371
4372         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4373         buffer exists, which it doesn't if we haven't started Gnus.
4374         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4375
4376 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4377
4378         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4379         type is.
4380
4381         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4382         `unexists' entries.
4383         (gnus-clean-old-newsrc): Fix last checkin.
4384
4385         * nnimap.el (nnimap-update-info): None of the articles below the active
4386         low-water mark exist.
4387
4388         * dgnushack.el: Get rid of XEmacs compilation warning.
4389
4390         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4391         would have gotten if we posted to the group, and use that to compare
4392         against the message we want to cancel (bug#10808).
4393
4394         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4395         on XEmacs.
4396
4397 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4398
4399         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4400         `scroll-margin'.
4401
4402 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4403
4404         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4405         citation prefix within a block of cited text should be considered part
4406         of that block *only* if it is a blank line.
4407
4408 2012-04-09  Chong Yidong  <cyd@gnu.org>
4409
4410         * binhex.el, hashcash.el, uudecode.el:
4411         Remove * characters from the front of variable docstrings.
4412
4413 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4414
4415         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4416         before kinsoku-bol characters nor within kinsoku-eol characters.
4417
4418 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4419
4420         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4421         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4422         (gnus-sync-read): Use mapc instead of mapcar.
4423
4424         * mm-archive.el: Require mm-decode for some macros.
4425         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4426         the byte compiler.
4427         (mm-archive-decoders): New function that returns the value of
4428         the mm-archive-decoders variable.
4429
4430         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4431         instead.
4432         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4433
4434         * nnimap.el (gnus-refer-thread-use-nnir):
4435         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4436
4437 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4438
4439         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4440
4441 2012-03-12  Peter Münster  <pmrb@free.fr>
4442
4443         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4444         (gnus-demon-cancel): Ditto.
4445         (gnus-demon-run-callback): When function cannot be called due to low
4446         idleness, call it when idleness reaches the expected value, instead of
4447         waiting another timer period.
4448         (gnus-demon-init): Add `time' to arguments of call-back.
4449
4450 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4451
4452         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4453
4454         * gnus.el: Register gnus-registry functions.
4455
4456         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4457         indent.
4458
4459         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4460         enabled before warping.
4461
4462 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4463
4464         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4465         registry about each article retrieved.
4466
4467         * gnus-int.el (gnus-select-group-with-message-id): New function.
4468         (gnus-try-warping-via-registry): Ditto.
4469         (gnus-warp-to-article): Fall back on the registry.
4470
4471 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4472
4473         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4474         inboxes.
4475
4476 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4477
4478         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4479
4480 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4483         gnus-gcc-self-resent-messages may be a group parameter.
4484         (gnus-summary-resend-message): Don't encode encoded words in header
4485         when Gcc'ing resent message.
4486
4487 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4488
4489         * shr.el (shr-insert): Treat non-breaking space just like normal
4490         space.  This seems to produce more pleasing results.
4491         (shr-insert): Only insert a blank line if we're starting from an image.
4492         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4493         (shr-ensure-paragraph): Consider lines with white space to be blank.
4494
4495 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4496
4497         * Makefile.in: Respect DESTDIR.
4498
4499 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4500
4501         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4502         and gnus-gcc-post-body-encode-hook.
4503
4504 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4505
4506         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4507         messages that don't exist.
4508
4509         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4510
4511 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4514         Remove.
4515
4516         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4517
4518         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4519
4520 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4521
4522         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4523         have a group name.
4524
4525         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4526         a multibyte buffer (bug#7410).
4527         (article-wash-html): Parse the original article buffer to get the
4528         unencoded data (bug#7410).
4529
4530         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4531         .newsrc.el files.
4532
4533 2012-04-05  Bastien Guerry  <bzg@altern.org>
4534
4535         * color.el (color-lighten-name): Fix typo.
4536
4537 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4538
4539         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4540         "#" to avoid having them interpreted as comments.
4541
4542 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4543
4544         * shr.el (shr-insert): Update the text state properly to avoid
4545         inserting spurious paragraph starts.
4546
4547 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4548
4549         * shr.el (shr-table-widths): Divide the extra width more fairly over
4550         the TDs (bug#10973).
4551         (shr-render-td): Don't delete too much padding.
4552         (shr-natural-width): Compute the natural width more correctly.
4553         (shr-insert): Allow the natural width to be computed for tables again.
4554         (shr-tag-table-1): Rework how the natural widths are computed by
4555         rendering the table a third time.
4556         (shr-natural-width): Removed.
4557         (shr-buffer-width): New function.
4558         (shr-expand-newlines): Use it.
4559
4560         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4561         using a `gnus-use-full-window' setup (bug#11013).
4562
4563 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4564
4565         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4566         24.1 release.
4567
4568 2012-03-10  David Edmondson  <dme@dme.org>
4569
4570         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4571         'Forwarded Message' header and the start of the message.
4572
4573 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4574
4575         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4576         isn't running (bug#10897).
4577
4578 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4579
4580         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4581         This is inconsistent with all the other stream functions, which leave
4582         the setting up to the higher levels (if so wanted) (bug#10931).
4583
4584 2012-02-28  Glenn Morris  <rgm@gnu.org>
4585
4586         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4587         mm-decode.el: Standardize possessive apostrophe usage.
4588
4589 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4590
4591         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4592
4593 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4594
4595         * parse-time.el (parse-time-string): Allow extractor to return nil.
4596
4597 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4598
4599         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4600
4601 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4602
4603         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4604
4605 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4606
4607         * mm-decode.el (mm-shr): Remove "soft hyphens".
4608
4609         * nnimap.el (nnimap-request-list): Return the group names encoded as
4610         utf8.  Otherwise non-European group names don't work.
4611         (nnimap-request-newgroups): Ditto.
4612
4613         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4614         the default in `read-string' (bug#10757).
4615
4616         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4617         topics (bug#10843).
4618
4619         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4620         buffer.  Suggested by Herbert Valerio Riedel.
4621         (nnimap-request-move-article): Delete the message from the correct IMAP
4622         server.
4623
4624 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4625
4626         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4627         Reported by Peter Münster.
4628
4629 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4630
4631         * shr.el (shr-image-fetched): Make sure we really kill the right
4632         buffer.
4633
4634 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4635
4636         * gnus-start.el (gnus-1): Avoid duplicate entries.
4637
4638 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4639
4640         * imap.el: Remove.
4641
4642         * nntp.el (nntp-coding-system-for-read): Remove.
4643         (nntp-coding-system-for-write): Ditto.
4644         (nntp-open-connection): Just use `binary' directly.
4645
4646         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4647         Gnus 0.3.
4648
4649 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4650
4651         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4652         application/octet-stream parts really is.
4653
4654         * gnus-sum.el (gnus-propagate-marks): Remove.
4655
4656 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4657
4658         * shr.el (shr-rescale-image): Undo previous change; see
4659         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4660
4661 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4662
4663         * gnus.el: Ma Gnus v0.3 is released.
4664
4665 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4666
4667         * gnus-sum.el (gnus-summary-local-variables): Make
4668         `gnus-newsgroup-unexist' into a local variable.
4669
4670 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4671
4672         * registry.el (registry-usage-test, registry-persistence-test): Move to
4673         tests/gnustest-registry.el.
4674         (registry-make-testable-db, registry-match-test)
4675         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4676
4677         * gnus-registry.el (gnus-registry-misc-test)
4678         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4679
4680         * tests/gnustest-registry.el: New file with the registry and
4681         gnus-registry ERT tests.
4682
4683 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * gnus-msg.el (gnus-summary-resend-message): Make
4686         gnus-summary-resend-message-insert-gcc be last item in
4687         message-header-setup-hook.
4688
4689 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4690
4691         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4692         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4693         Remove.
4694         (nnfolder-open-server): Don't use marks.
4695         (nnfolder-request-delete-group): Ditto.
4696         (nnfolder-request-rename-group): Ditto.
4697         (nnfolder-request-set-mark, nnfolder-request-marks)
4698         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4699         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4700
4701         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4702         (nnml-marks-modtime): Remove.
4703         (nnml-request-delete-group): Don't use marks.
4704         (nnml-request-rename-group): Ditto.
4705         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4706         (nnml-save-marks, nnml-open-marks): Remove.
4707
4708         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4709         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4710         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4711         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4712         (nntp-server-to-method-cache): Remove.
4713
4714         * shr.el (shr-rescale-image): Fix wrong merge.
4715
4716 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4717
4718         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4719         too-wide lines.
4720
4721 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4722
4723         * nnimap.el (nnimap-record-commands): New variable.
4724         (nnimap-log-command): Use it.
4725         (nnimap-make-process-buffer): Add a space to the process buffer.
4726         (nnimap-transform-headers): Don't bug out on header lines containing
4727         stuff that look like IMAP length encodings.
4728
4729         * shr.el (shr-rescale-image): Allow viewing large images.
4730
4731 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4732
4733         * nnml.el (nnml-request-compact-group): Delete the marks file after
4734         compaction (bug#10800).
4735
4736         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4737         group exit.
4738
4739         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4740         QRESYNC/FETCH output.
4741
4742 2012-02-11  Glenn Morris  <rgm@gnu.org>
4743
4744         * sieve-manage.el (sieve-manage-default-stream):
4745         * shr.el (shr):
4746         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4747         (nnir-retrieve-headers-override-function)
4748         (nnir-imap-default-search-key, nnir-notmuch-program)
4749         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4750         (nnir-method-default-engines):
4751         * message.el (message-cite-reply-position):
4752         * gssapi.el (gssapi-program):
4753         * gravatar.el (gravatar):
4754         * gnus-sum.el (gnus-refer-thread-use-nnir):
4755         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4756         (gnus-registry-max-pruned-entries):
4757         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4758         * gnus-int.el (gnus-after-set-mark-hook)
4759         (gnus-before-update-mark-hook):
4760         * gnus-async.el (gnus-async-post-fetch-function):
4761         * auth-source.el (auth-source-cache-expiry):
4762         Add missing :version tags to new defcustoms and defgroups.
4763
4764 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4765
4766         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4767         `gnus-newsgroup-unexist'.
4768
4769         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4770         marks.
4771         (gnus-article-special-mark-lists): Put the `unexist' in the special
4772         marks list instead.
4773
4774         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4775         articles in the list of articles to be selected.
4776
4777         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4778         articles.
4779         (nnimap-update-info): Keep track of unexisting articles.
4780         (nnimap-update-qresync-info): Ditto.
4781
4782 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4783
4784         * message.el (message-default-send-mail-function): Made into own
4785         function for reuse by emacsbug.el.
4786
4787 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4788
4789         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4790         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4791
4792 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4793
4794         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4795         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4796
4797         * gnus-compat.el: Define `timer-set-function'.
4798
4799         * mm-decode.el (mm-display-external): Output the text from the command
4800         in the buffer after the command finished.  This makes text-based
4801         commands behave better.
4802
4803 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4804
4805         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4806
4807 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4808
4809         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4810         23.1.
4811
4812 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4813
4814         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4815
4816 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4817
4818         * message.el (smtpmail-smtp-user): Silence compiler warning.
4819
4820 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4821
4822         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4823         SMTP user name.
4824
4825 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4826
4827         * gnus-sum.el (gnus-summary-show-thread):
4828         next-single-char-property-change may return nil in XEmacs.
4829         (gnus-summary-article-map): Fix typo.
4830
4831 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4832
4833         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4834         running.
4835
4836         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4837
4838         * gnus.el (gnus-server-extend-method): Don't add an -address component
4839         if the method already has one (bug#9676).
4840
4841 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4842
4843         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4844         of an initial-input for consistency (bug#10757).
4845
4846         * dgnushack.el: Fix XEmacs compilation warning.
4847
4848         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4849
4850         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4851
4852 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4853
4854         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4855         lines that are narrower than the window width.  Otherwise background
4856         "blocks" will look less readable.
4857
4858 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4859
4860         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4861         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4862         have newlines within the strings, and where the UID comes after the
4863         BODYSTRUCTURE element (bug#10537).
4864
4865         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4866         (bug#10732).
4867
4868         * shr.el (shr-insert-document): Add doc string.
4869         (shr-visit-file): Ditto.
4870         (shr-remove-trailing-whitespace): New function.
4871         (shr-insert-document): Use it to clean up trailing whitespace as the
4872         final step (bug#10714).
4873
4874 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4875
4876         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4877         buffer if `gnus-kill-summary-on-exit' is nil.
4878
4879 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4880
4881         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4882         when just reading a single group from "without" Gnus.
4883
4884 2012-02-06  Chong Yidong  <cyd@gnu.org>
4885
4886         * gnus-sum.el (gnus-summary-show-thread):
4887         next-single-char-property-change never returns nil (Bug#8657).
4888
4889 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4890
4891         * message.el (message-multi-smtp-send-mail): New function.
4892         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4893         header to implement multi-SMTP functionality.
4894
4895         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4896         (gnus-agentize): Don't set it.
4897         (gnus-agent-send-mail): Don't use it.
4898
4899         * gnus-sum.el (gnus-summary-widget-backward): New function and
4900         keystroke.
4901
4902         * gnus-compat.el: More the compat functions more compatible.
4903
4904         * shr.el (shr-put-image): Remove underlines from sliced images.
4905         (shr-zoom-image): Compute the region to be replaced more correctly.
4906
4907 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4910         (gnus-summary-resend-message-insert-gcc): New function.
4911         (gnus-summary-resend-message): Modify message-header-setup-hook and
4912         message-sent-hook to make it work for Gcc.
4913         (gnus-inews-do-gcc): Update the number of unread articles of groups
4914         that messages are Gcc'd to.
4915
4916         * message.el (message-resend): Run message-sent-hook to do Gcc.
4917
4918 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4919
4920         * lpath.el: Fix an XEmacs compilation warning.
4921
4922         * gnus-compat.el: Require `help-fns' to fix compilation error.
4923
4924         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4925         a higher level to silence compilation.
4926
4927         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4928         parameter to allow controlling the scaling.
4929
4930         * shr.el (shr-zoom-image): New command and keystroke.
4931         (shr-put-image): Take a `size' flag to say how to scale the image.
4932
4933         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4934         deletion unless already defined.
4935
4936         * gnus.el (gnus-compat): Require it.
4937
4938         * gnus-compat.el: New file.
4939
4940         * gnus-start.el (gnus-clean-old-newsrc): New function.
4941         (gnus-read-newsrc-file): Use it.
4942
4943         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4944         Use recursive deletion.
4945         (mm-dissect-archive): Add support for zip files.
4946
4947         * gnus-util.el (gnus-recursive-directory-files): New function.
4948
4949         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4950         (mm-archive-decoders): Add tgz support.
4951
4952         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4953         Otherwise inserting text into the Gnus buffer can look odd.
4954
4955         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4956
4957         * mm-archive.el (mm-archive-decoders): Add support for tar.
4958
4959         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4960
4961         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4962
4963 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4964
4965         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4966
4967         * mm-archive.el: New file.
4968
4969         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4970
4971         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4972
4973         * message.el (message-goto-*): Make all the `message-goto-*' commands
4974         push the mark before moving point.  This makes it easier to go back to
4975         where you came from after editing whatever you jumped to.
4976
4977 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4978
4979         * gnus.el: Ma Gnus v0.1 is released.
4980
4981 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4982
4983         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4984         without reconnecting.
4985         (nnimap-possibly-change-group): Ditto.
4986         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4987         connection has died before being called.
4988
4989 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4990
4991         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4992         an initial sync unless we're really doing one.
4993
4994         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4995         address parameter if one already exists (bug#9676).
4996
4997         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4998         not the prefix, as documented (bug#10689).
4999
5000 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5001
5002         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
5003         the "server".
5004
5005         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
5006         the real error message with the useless "previously known to be down".
5007         Which isn't even correct.
5008
5009         * nntp.el (nntp-open-connection): Report the error message if the nntp
5010         server can't be reached.
5011
5012         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
5013         groups we do a total scan for.
5014         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
5015         doing that.
5016
5017 2012-01-31  Jim Meyering  <jim@meyering.net>
5018
5019         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5020         Correct a comment (insert "not") and hide nominally-doubled "to".
5021
5022 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5023
5024         * gnus.el (gnus-version): Change name to "Ma Gnus".
5025
5026 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
5027
5028         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
5029         section in the manual.
5030
5031 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5032
5033         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
5034         words.
5035         (rfc2047-encode-string): Ditto.
5036         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
5037         understand folded filename="..." parameters, for instance.
5038
5039         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
5040         the message for greater debuggability.
5041
5042 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5043
5044         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
5045         instead of setting it locally, since the latter doesn't seem to have
5046         any effect (most of the time).
5047
5048 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
5049
5050         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
5051         function call.
5052
5053 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
5054
5055         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
5056         seconds, and make the repeat clause with HH:MM specs work as
5057         documented.
5058
5059 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5060
5061         * proto-stream.el (proto-stream-capability-open): Fall back on
5062         :end-of-command if :end-of-capability doesn't exist.
5063
5064 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5065
5066         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
5067         bound globally in old Emacsen and XEmacsen.
5068
5069 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5070
5071         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
5072         so that previous errors don't prohibit getting new news.
5073
5074         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
5075
5076         * nntp.el (nntp-retrieve-group-data-early): Ditto.
5077
5078 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
5079
5080         * gnus.el (gnus-group-find-parameter): Check for liveness of the
5081         buffer, not of the string which is its name.
5082
5083 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5084
5085         * proto-stream.el (proto-stream-capability-open): Wait for
5086         :end-of-capability, not :end-of-command.
5087
5088         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
5089         non-server-marks groups.
5090         (gnus-group-make-articles-read): Ditto.
5091
5092         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
5093         methods (bug#9676).
5094
5095         * gnus.el (gnus-method-ephemeral-p): New function.
5096
5097 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
5100         left-to-right.
5101
5102 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5103
5104         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
5105         warning.
5106
5107 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5108
5109         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
5110         macroexpand the nnir things, since they haven't been defined yet, and
5111         nnir requires gnus-sum.
5112
5113 2012-01-24  Julien Danjou  <julien@danjou.info>
5114
5115         * color.el (color-rgb-to-hsl): Fix value computing.
5116         (color-hue-to-rgb): New function.
5117         (color-hsl-to-rgb): New function.
5118         (color-clamp, color-saturate-hsl, color-saturate-name)
5119         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5120         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5121
5122 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5123
5124         * mm-decode.el (mm-interactively-view-part): Fix prompt.
5125
5126 2012-01-19  Julien Danjou  <julien@danjou.info>
5127
5128         * color.el (color-name-to-rgb): Use the white color to find the max
5129         color component value and return correctly computed values.
5130         (color-name-to-rgb): Add missing float conversion for max value.
5131
5132 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5133
5134         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
5135         logical server name in addition to the actual machine address.
5136
5137         * auth-source.el (auth-source-user-and-password): Add convenience
5138         wrapper to search by just host and optionally user.
5139
5140 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5141
5142         * shr.el (shr-visit-file): Move point to the beginning of the buffer
5143         after rendering.
5144
5145 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5146
5147         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
5148         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
5149         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
5150
5151 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5152
5153         * gnus-sum.el (gnus-summary-read-group): Document more parameters
5154         (bug#9693).
5155         (gnus-summary-setup-buffer): Document return value (bug#9697).
5156
5157         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
5158         since ido doesn't work on symbols (bug#9632).
5159
5160         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
5161         when getting a single value as when getting all the values.  This means
5162         that atoms like `gcc-self' work cumulatively, like variable settings,
5163         instead of getting the value from the last matching clause.
5164         (gnus-group-find-parameter): Protect against the group buffer not
5165         existing (bug#9585).
5166
5167 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5168
5169         * gnus-start.el (gnus-activate-group): Document more parameters
5170         (bug#9694).
5171
5172         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
5173         (bug#9692).
5174
5175         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
5176         article was fetched, so that it can be expired later (bug#9958).
5177         (gnus-agent-summary-fetch-series): Add doc string.
5178         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
5179         (bug#9517).
5180
5181         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
5182         retrieval is happening.
5183
5184         * gnus.el (gnus-parameters): Doc fix.
5185
5186 2012-01-06  Dave Abrahams  <dave@boostpro.com>
5187
5188         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
5189         show the thread after expansion.
5190
5191 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5192
5193         * gnus-art.el (article-narrow-to-head): If the head is completely
5194         empty, narrow to the empty region (bug#9764).
5195
5196         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
5197         read, and then mark them as unread only when the unread mark is used.
5198         This makes `C-- T k' actually work, even though it's confusing.
5199
5200         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
5201         alive before we try to find its window.
5202
5203 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
5204
5205         * mm-decode.el (mm-display-external): Use a longer timeout for the
5206         deletion to allow slow programs to display the file.
5207
5208 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5209
5210         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
5211         prompt to be less confusing.
5212
5213         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
5214         argument to `message-reply'.  This broke `special-display-*' frame
5215         pop-uping (bug#10238).
5216
5217 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5218
5219         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
5220         systems, since these allegedly don't work there.
5221
5222 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
5223
5224         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
5225         live buffer.
5226
5227 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5228
5229         * nnir.el (nnir-retrieve-headers): Protect against the article not
5230         existing on the server (bug#10335).
5231
5232 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5233
5234         * gnus-agent.el (gnus-agent-load-local): Recompute
5235         gnus-agent-article-local on changing method.
5236
5237 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5238
5239         * gnus.el (gnus-parameters): Note precedence.
5240
5241 2012-01-04  Leo Liu  <sdl.web@gmail.com>
5242
5243         * nndraft.el (nndraft-update-unread-articles): Don't move point around
5244         in the group buffer.
5245
5246 2012-01-04  Julien Danjou  <julien@danjou.info>
5247
5248         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
5249         change.
5250
5251 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5252
5253         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
5254         too.
5255
5256         * nntp.el (nntp-retrieve-group-data-early): Use it.
5257
5258 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5259
5260         * nntp.el (nntp-retrieval-in-progress): New variable.
5261         (nntp-make-process-buffer): Make it buffer-local.
5262
5263         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
5264         2010.
5265         (gnus-demon-init): Use it to compute the time if time is on the form
5266         "04:23".
5267
5268         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
5269
5270         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
5271         status in the correct buffer.
5272
5273 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5274
5275         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
5276         when opening topics (bug#10407).
5277
5278 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5279
5280         * gnus-cus.el (gnus-score-customize):
5281         * gnus-sum.el (gnus-sort-gathered-threads):
5282         * message.el (message-shorten-references):
5283         * nnmairix.el (nnmairix-request-group):
5284         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
5285
5286 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5287
5288         * gnus-agent.el (gnus-agent-regenerate-group):
5289         * gnus-int.el (gnus-retrieve-group-data-early):
5290         * mm-util.el (mm-codepage-ibm-list):
5291         * nndiary.el (Commentary, nndiary-get-new-mail):
5292         * nnir.el (nnir):
5293         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
5294
5295 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * mm-view.el (mm-display-inline-fontify): Add comment.
5298
5299 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5300
5301         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
5302         * ntlm.el (ntlm-smb-dohash): Spelling fix.
5303
5304 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
5305
5306         * gnus-art.el (gnus-split-methods):
5307         * gnus-msg.el (gnus-configure-posting-styles):
5308         * gnus-spec.el (gnus-parse-simple-format):
5309         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5310         * message.el (message-do-actions): Spelling fix.
5311
5312 2011-12-15  Juri Linkov  <juri@jurta.org>
5313
5314         * mm-decode.el (mm-inline-media-tests): Add missing
5315         `mm-handle-media-subtype'.
5316
5317 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5318
5319         * gnus-group.el (gnus-group-tool-bar):
5320         * gnus-sum.el (gnus-summary-tool-bar):
5321         * message.el (message-tool-bar):
5322         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5323
5324 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5325
5326         * plstore.el (plstore--insert-buffer): Spelling fix.
5327
5328 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5329
5330         * message.el (message-valid-fqdn-regexp): Update with newly approved
5331         top-level domain names ".tel" and ".asia".
5332
5333 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5336         unconditionally.
5337
5338 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5341         pop-to-buffer-same-window for old Emacsen.
5342
5343 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5344
5345         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5346
5347 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5348
5349         * netrc.el (netrc-credentials): Spelling fix.
5350
5351 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5352
5353         * gnus-fun.el (gnus-fun-ppm-change-string):
5354         * gnus-msg.el (gnus-inews-do-gcc):
5355         * gnus-sum.el (gnus-summary-find-for-reselect):
5356         * gnus.el (gnus-summary-cancelled):
5357         * message.el (message-cancel-hook, message-send-news):
5358         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5359         * nnir.el (nnir-run-hyrex):
5360         * nntp.el (nntp-with-open-group-function):
5361         * pgg.el (pgg-pending-timers): Spelling fix.
5362
5363 2011-12-04  Chong Yidong  <cyd@gnu.org>
5364
5365         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5366         change (Bug#10200).
5367
5368 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * compface.el (uncompface):
5371         * gnus-art.el (gnus-article-x-face-command): Update the header format
5372         of icon data for the most recent icontopbm program.
5373
5374 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5375
5376         * gnus-msg.el (gnus-inews-do-gcc):
5377         * message.el (message-send-mail):
5378         * mml.el (mml-generate-mime): Share the value of the buffer-local
5379         `message-options' variable between a draft buffer and temprary working
5380         buffers.
5381
5382 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5383
5384         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5385
5386 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5389         for Cygwin.
5390
5391 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5392
5393         * gnus-group.el (gnus-group-prepare-flat):
5394         * mm-bodies.el (mm-encode-body):
5395         * mml.el (mml-preview):
5396         * nnml.el (nnml-request-compact-group):
5397         * pop3.el (pop3-stream-type): Spelling fix.
5398
5399 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5400
5401         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5402
5403 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5404
5405         * color.el (color-rgb-to-hsl):
5406         * gmm-utils.el (gmm-tool-bar-style):
5407         * gnus-group.el (gnus-group-prepare-flat):
5408         * gnus-topic.el (gnus-topic-prepare-topic):
5409         * mm-decode.el (mm-discouraged-alternatives):
5410         * rfc2047.el (rfc2047-encode-1):
5411         * starttls.el: Spelling fix.
5412
5413 2011-11-24  Glenn Morris  <rgm@gnu.org>
5414
5415         * binhex.el (binhex-begin-line): Give it basic doc-string.
5416
5417         * starttls.el, tls.el: Fix case of "GnuTLS".
5418
5419 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5420
5421         * gnus-group.el (gnus-group-highlight): Fix typo.
5422
5423 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5424
5425         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5426         value of `delete-file', that returns nil for a local file but returns t
5427         for a remote file using ssh.
5428
5429 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5430
5431         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5432
5433 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5434
5435         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5436         avoid later breakage.
5437
5438 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5439
5440         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5441         article buffers' name.
5442
5443 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5444
5445         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5446         by Paul Eggert's spellfixes two days ago.
5447
5448 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5449
5450         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5451         doesn't have it.
5452
5453         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5454         buffer-local instead of binding them to avoid warnings.  Also demote
5455         errors (bug#10063).
5456         (font-lock-mode-hook): Shut up byte compiler.
5457
5458 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5459
5460         * mm-util.el (mm-charset-after):
5461         * nnir.el (nnir-run-hyrex):
5462         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5463         (ntlm-get-password-hashes, ntlm-md4hash):
5464         * smime.el: Fix typo.
5465
5466 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5467
5468         * gnus-agent.el (gnus-agent-expire-group-1):
5469         * nndiary.el (nndiary-last-occurence):
5470         * nnimap.el (nnimap-request-set-mark):
5471         * nnmairix.el (nnmairix-only-use-registry):
5472         * gnus-group.el (gnus-group-prepare-flat):
5473         * gnus-sum.el (gnus-decode-encoded-word-methods):
5474         * message.el (message-wash-subject):
5475         * nntp.el (nntp-retrieve-headers-with-xover):
5476         * smime.el (smime-certificate-directory): Spelling fix.
5477
5478 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5479
5480         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5481
5482         * color.el:
5483         * gnus-agent.el (gnus-agent-possibly-alter-active):
5484         * gnus-dired.el (gnus-dired-print):
5485         * mail-parse.el:
5486         * nnmairix.el (nnmairix-request-group):
5487         * shr.el (shr-image-displayer):
5488         * sieve-manage.el:
5489         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5490
5491 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5492
5493         * gnus-sum.el (gnus-auto-select-subject):
5494         * spam-report.el (spam-report-resend): Spelling fix.
5495
5496 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5497
5498         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5499         * gnus-art.el (gnus-default-article-saver):
5500         * gnus-srvr.el (gnus-server-copy-server):
5501         * gnus.el (gnus-sloppily-equal-method-parameters):
5502         * html2text.el (html2text-format-tag-list):
5503         * message.el (message-narrow-to-head):
5504         * nndiary.el:
5505         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5506         * sieve.el: Spelling fix.
5507
5508 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5509
5510         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5511         * gnus-sum.el (gnus-summary-make-menu-bar):
5512         * gnus-uu.el (gnus-uu-decode-postscript)
5513         (gnus-uu-decode-postscript-and-save):
5514         * mailcap.el (mailcap-print-command):
5515         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5516         Fix typos.
5517
5518 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5519
5520         * gnus-art.el (gnus-article-part-wrapper):
5521         * html2text.el (html2text-fix-paragraphs):
5522         * mm-decode.el (mm-image-fit-p):
5523         * rfc2047.el (rfc2047-encode-message-header):
5524         * shr-color.el (shr-color-visible-distance-min)
5525         (shr-color-relative-to-absolute, set-minimum-interval)
5526         (shr-color-visible): Fix typos.
5527
5528 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5529
5530         * gmm-utils.el (gmm-tool-bar-item):
5531         * gnus-art.el (gnus-treat-body-boundary):
5532         * gnus-diary.el (gnus-user-format-function-d):
5533         * gnus-start.el (gnus-get-unread-articles):
5534         * pgg-gpg.el (pgg-gpg-update-agent):
5535         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5536
5537 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5538
5539         * gnus-topic.el (gnus-group-prepare-topics):
5540         * gnus-uu.el (gnus-extract-view):
5541         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5542
5543 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5544
5545         * spam.el: Move BBDB autoloads.
5546         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5547         BBDB 2 and 3.
5548         (spam-check-BBDB): Use it.
5549         (spam-enter-ham-BBDB): Use it.
5550
5551 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5552
5553         * smime.el (smime-draw-buffer): Spelling fix.
5554
5555 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5556
5557         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5558         for scanning exactly one level.
5559         * gnus-start.el (gnus-get-unread-articles): Ditto.
5560
5561 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5562
5563         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5564         slightly clearer.
5565
5566 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5567
5568         * gnus-sync.el: More commentary about setup.
5569
5570 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5571
5572         * message.el (message-send-and-exit): Document `arg'.
5573
5574 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5575
5576         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5577
5578 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5579
5580         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5581
5582         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5583         we don't use `bound-and-true-p'.
5584
5585 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5586
5587         * gnus-util.el (gnus-bound-and-true-p): Remove.
5588         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5589         * nnir.el: Use it.
5590         * nnmairix.el: Use it.
5591
5592 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5593
5594         * gnus-sync.el: Improve docs about CouchDB admins.
5595
5596         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5597         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5598         for reasons unknown.
5599         * nnir.el: Use it.
5600         * nnmairix.el: Use it.
5601
5602         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5603         * nnir.el: Ditto.
5604         * nnmairix.el: Ditto.
5605
5606         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5607
5608 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5609
5610         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5611         not needed.  Provide xmlplistread list function to produce XML plist
5612         output for non-Gnus LeSync clients.
5613
5614 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5615
5616         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5617
5618         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5619         and save against it.  Group subscriptions, read marks, other marks,
5620         subscription levels, topic names, and topic offsets (the group's
5621         position within the topic) are saved.  This is an experimental backend
5622         and may change significantly.  Load json.el from the gnus-fallback-lib
5623         if it's not available otherwise.
5624         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5625
5626 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5627
5628         * message.el (message-completion-function): Make sure
5629         message-tab-body-function is not attempted if one of
5630         message-completion-alist fails to find a completion (bug#9158).
5631
5632 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5633
5634         * mml.el (mml-quote-region): Quote <#secure> tag.
5635         (mml-generate-mime-1): Unquote <#secure> tag.
5636
5637 2011-10-20  Chong Yidong  <cyd@gnu.org>
5638
5639         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5640         calling a minor mode from Lisp with nil arg enables it, so we have to
5641         make the wording a bit ambiguous here).
5642
5643 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5644
5645         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5646         * nnir.el (nnir-mode): Use it.
5647         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5648         Use it.
5649
5650         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5651         * nnmairix.el (gnus-registry-enabled): Ditto.
5652
5653 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5654
5655         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5656         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5657         only while we need to find out if it should be t or nil.
5658         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5659         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5660         the registry is installed.  Set it to nil when it's unloaded.
5661         (gnus-registry-install-p): Provide user guidance for the initial value
5662         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5663         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5664         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5665         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5666         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5667         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5668         `gnus-registry-install'.
5669
5670 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5671
5672         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5673         previous change.
5674         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5675         primary key is marked as disabled.
5676
5677 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5678
5679         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5680         primary key is marked as disabled.
5681
5682 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5683
5684         * html2text.el (html2text-clean-anchor): Check for quotes around
5685         `href' value.
5686
5687 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5688
5689         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5690         searching.  Drop `bbdb-cache'.
5691
5692 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * message.el (message-signed-or-encrypted-p): Exclude header when
5695         checking if there is signed or encrypted body in text/plain message.
5696
5697 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5698
5699         * html2text.el (html2text-get-attr): Correctly handle attribute values
5700         containing "=".
5701
5702 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5703
5704         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5705         handle bindings.
5706
5707 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5708
5709         * gnus-win.el (gnus-configure-windows): Protect against reading
5710         ephemeral groups outside of Gnus.
5711
5712 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * shr.el (shr-tag-img): Don't get images displayed in tables.
5715
5716 2011-10-03  Glenn Morris  <rgm@gnu.org>
5717
5718         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5719         the "maintainer" version of debbugs.gnu.org reports.
5720
5721 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5722
5723         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5724         make asynchronous adjacent image insertion work better.
5725
5726 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5727
5728         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5729         documentation.
5730
5731 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5732
5733         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5734         `gnus-asynchronous' isn't shadowed.
5735
5736 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5737
5738         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5739
5740         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5741         (nnimap-insert-partial-structure): The charset parameter isn't
5742         case-sensitive.
5743
5744         * nnheader.el (nnheader-message-maybe): New function.
5745
5746         * shr.el (shr-tag-table): Render totally broken tables better.
5747
5748         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5749         computing the boundary.
5750
5751 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5752
5753         * pop3.el (pop3-number-of-responses): Remove.
5754         (pop3-wait-for-messages): Rewrite to take linear time instead of
5755         exponential time.
5756
5757 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5758
5759         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5760         re-fetch images.
5761
5762         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5763         re-fetch images when hitting `g' in Gnus.
5764
5765 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5768         (mml-compute-boundary): Don't check collision if it is non-nil.
5769         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5770         before checking collision.
5771
5772 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5773
5774         * message.el (message-indent-citation): Really make sure there's a
5775         newline at the end.
5776
5777         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5778         Fix suggested by John Wiegley.
5779
5780         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5781
5782         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5783
5784         * message.el (message-default-send-rename-function): Break out into its
5785         own function.
5786
5787         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5788         doesn't work under XEmacs.
5789
5790         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5791         of "imaps" to word around Windows problems.
5792         (nnimap-open-connection-1): Use it.
5793
5794         * message.el (message-indent-citation): Revert last change which made
5795         `F' not work.
5796
5797 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5798
5799         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5800         terminal as well.
5801
5802 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5803
5804         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5805         because it displays images using overlays that aren't easy to copy to
5806         the article buffer.
5807
5808 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5809
5810         * message.el (message-indent-citation): Fix empty line removal at the
5811         end of the citation.
5812
5813 2011-09-20  Julien Danjou  <julien@danjou.info>
5814
5815         * auth-source.el (auth-source-netrc-create): Use default value for
5816         password if specified.  Evaluate default.
5817         (auth-source-plstore-create): Ditto.
5818         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5819         value evaluation.
5820         (auth-source-netrc-create): Typo fix.
5821         (auth-source-plstore-create): Ditto.
5822
5823         * password-cache.el (password-cache-remove): Remove entries even if the
5824         value is nil, so that password with a nil value (negative caching) is
5825         possible to invalidate.
5826
5827         * auth-source.el (auth-source-format-cache-entry): New function.
5828
5829 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5832
5833 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5834
5835         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5836
5837 2011-09-19  Julien Danjou  <julien@danjou.info>
5838
5839         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5840         which work with things that are not ASCII.
5841
5842 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5843
5844         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5845
5846 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5847
5848         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5849         message level.
5850
5851 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5854
5855 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5856
5857         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5858
5859 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5860
5861         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5862         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5863
5864 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5865
5866         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5867         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5868         articles.
5869
5870 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5871
5872         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5873         (message-mail-other-window, message-mail-other-frame)
5874         (message-news-other-window, message-news-other-frame):
5875         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5876         instead of setting buffer display varibles.
5877
5878 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5879
5880         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5881
5882         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5883
5884 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5885
5886         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5887         duplicates" to a higher level.
5888
5889         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5890         most egregious messages.
5891
5892 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5893
5894         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5895
5896 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5897
5898         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5899         up the file (bug#9351).
5900
5901 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5902
5903         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5904         it does with all other backends, but decode the names immediately after
5905         getting them.
5906
5907         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5908         decoding nnimap groups.
5909
5910         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5911         newsrc file.  It doesn't seem like an important optimization any more.
5912
5913 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5914
5915         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5916         overflows.
5917
5918 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5919
5920         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5921         (gnus-interactive-exit): Extend to `quiet'.
5922
5923         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5924
5925         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5926         string.
5927
5928         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5929         renaming function arguments from `this'.
5930
5931         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5932
5933         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5934         has been renamed.
5935         (gnus-lrm-string-p): Include RLM and PDF, too.
5936
5937         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5938         (bug#9225).
5939
5940 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5941
5942         Add autoload cookies for functions used by sendmail.el.
5943         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5944
5945         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5946
5947 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * gnus-art.el (article-date-ut): Work properly even when there are
5950         things like Date header in the body; work for forwarded parts.
5951
5952 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5953
5954         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5955         original-article-buffer.
5956
5957 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5958
5959         * nnir.el (nnir-compose-result): Fix matching of server type.
5960         (nnir-run-swish++): Ditto.
5961         (nnir-run-namazu): Ditto.
5962         (nnir-run-notmuch): Ditto.
5963
5964 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5965
5966         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5967         (bug#9405).
5968
5969         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5970         (bug#9421).
5971
5972         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5973         (bug#9425).
5974
5975         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5976         thing (bug#9426).
5977
5978 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5979
5980         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5981         the error message.
5982
5983 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5984
5985         * message.el (message-setup-1): Return t (Bug#9392).
5986
5987 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5988
5989         * gnus-sum.el: When adding article headers to a summary buffer also
5990         update gnus-newsgroup-articles (bug#9386).
5991
5992 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * auth-source.el: Autoload help-mode.
5995
5996 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5997
5998         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5999         names.
6000
6001 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
6002
6003         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
6004         mm-replace-in-string for compatibility issues.
6005         * mml2015.el (mml2015-epg-verify): Ditto.
6006
6007 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
6010
6011         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
6012
6013 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6014
6015         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
6016         continue on and do the clean-up phase (bug#9188).
6017
6018         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
6019         just ignore groups that can't be opened instead of erroring out
6020         (bug#9225).
6021
6022         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
6023         nil since some many people are fuddy-duddies.
6024
6025         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
6026         images.
6027
6028         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
6029         instead.
6030
6031         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
6032
6033         * gnus-util.el (gnus-process-live-p): Copy over compat function.
6034
6035         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
6036         processing.
6037
6038         * nntp.el (nntp-kill-buffer): Kill the process before killing the
6039         buffer to avoid warnings.
6040
6041 2011-08-20  Simon Josefsson  <simon@josefsson.org>
6042
6043         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
6044         specified to reduce precision.
6045
6046 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6047
6048         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
6049         bodystructures (bug#9314).
6050
6051 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
6054         Make button keymap non-sticky after buttons.
6055
6056 2011-08-18  David Engster  <dengste@eml.cc>
6057
6058         * nnmairix.el (nnmairix-request-set-mark)
6059         (nnmairix-goto-original-article): Remove adding of article to registry,
6060         since `gnus-registry-add-group' isn't available anymore.
6061         (nnmairix-determine-original-group-from-registry):
6062         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
6063         available anymore.
6064
6065 2011-08-12  Simon Josefsson  <simon@josefsson.org>
6066
6067         * starttls.el (starttls-any-program-available): Define as obsolete
6068         function.
6069
6070 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6071
6072         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
6073         versions which Gnus use when appropriate.
6074
6075         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
6076         a pretty destructive command.
6077
6078         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
6079
6080 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6081
6082         * message.el (message-fix-before-sending): Make a different warning
6083         about NUL characters (bug#9270).
6084
6085         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
6086         from custom (bug#9260).
6087
6088         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
6089         things work in Emacs 22 and XEmacs, too.
6090
6091         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
6092         default From.
6093
6094         * gnus-spec.el (gnus-lrm-string-p): New macro.
6095         (gnus-lrm-string): New constant.
6096         (gnus-summary-line-format-spec): LRM-ify the from.
6097         (gnus-tilde-max-form): LRM-ify string chopping.
6098
6099         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
6100
6101         * message.el (message-is-yours-p): Allow disabling canlock checking
6102         (bug#9295).
6103         (message-shoot-gnksa-feet): Add `canlock-verify'.
6104         (message-auto-save-directory): Use ~/ as the auto-save directory if the
6105         message directory isn't writable (bug#9304).
6106
6107         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
6108         non-world-readable.
6109
6110 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
6113         articles.
6114
6115 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
6116
6117         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
6118         copy-list.
6119
6120 2011-08-12  Sam Steingold  <sds@gnu.org>
6121
6122         * gnus-score.el (gnus-score-find-alist): Keep the score files already
6123         in the reverse order to avoid modifying the cache with `nreverse'.
6124         (gnus-all-score-files): Do not modify the value returned by
6125         `gnus-score-find-alist' because it lives in a cache variable.
6126         (gnus-current-home-score-file): No need to `nreverse' the return value
6127         of `gnus-score-find-alist', it is already in the correct order.
6128
6129 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
6130
6131         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
6132         type MESSAGE and subtype RFC822 is slightly different from those of
6133         type TEXT.
6134
6135 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
6136
6137         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
6138         This allows article-referral to work from an nnir group.
6139
6140 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
6141
6142         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
6143
6144 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
6145
6146         * mml1991.el (mml1991-epg-find-usable-key)
6147         (mml1991-epg-find-usable-secret-key): New function.
6148         (mml1991-epg-sign): Check if signing key is usable.
6149         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
6150
6151 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
6152
6153         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
6154         server-variables only.  This should fix a bug introduced with commit
6155         e1889675b7f4adf057833c5513c9374134c4e053.
6156         (nnir-run-query): 'nnir-search-engine should not be set from the global
6157         environment.
6158
6159 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
6160
6161         * nnir.el (nnir-search-thread): Position point on referring article
6162         line.
6163         (nnir-warp-to-article): Clean up summary buffers.
6164
6165         * nnimap.el (nnimap-request-thread): Whitespace fix.
6166
6167 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
6168
6169         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
6170
6171 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6172
6173         * starttls.el (starttls-available-p): Rename from
6174         `starttls-any-program-available' and changed return convention.
6175
6176 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
6177
6178         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
6179         `unix-sync' unless it's defined.
6180
6181 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
6182
6183         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
6184         `aref' for XEmacs compatibiltiy.
6185
6186 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6187
6188         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
6189
6190 2011-07-31  Dave Abrahams  <dave@boostpro.com>
6191
6192         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
6193         closures, quote the form properly (bug#9194).
6194
6195 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6196
6197         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
6198         (gnus-summary-insert-new-articles): Protect against servers that are
6199         down.
6200
6201 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6202
6203         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
6204         in mm handle if none is specified.
6205
6206 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
6207
6208         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
6209
6210 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
6211
6212         * nnir.el (nnir-search-thread): New function to make an nnir group
6213         based on a thread query.
6214
6215         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
6216         of nnir in thread referral.
6217         (gnus-summary-refer-thread): Use it.
6218
6219         * nnimap.el (nnimap-request-thread): Use it.
6220
6221 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6222
6223         * shr.el (shr-tag-comment): Ignore HTML comments.
6224
6225 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
6226
6227         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
6228         argument.
6229         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
6230         Use `nnir-address' to handle server info rather than passing an arg.
6231
6232         * nnimap.el (nnimap-make-thread-query): New utility function to format
6233         an imap thread search query.
6234         (nnimap-request-thread): Use it.
6235
6236         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
6237         right select-method if we are not going back to the group buffer.
6238
6239 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6240
6241         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
6242         enter invalid buffer configurations into the quit form (bug#9107).
6243         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
6244         unplugged/plugged.
6245
6246         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
6247         keep track of which ones are unread (bug#9061).
6248
6249         * gnus.el (gnus-refer-article-method): Allow entering any sexp
6250         (bug#9055).
6251
6252         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
6253         (bug#9041).
6254
6255         * gnus-html.el (mm-util): Require (bug#9073).
6256
6257         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
6258         (gnus-summary-refer-thread): Use it to remove duplicates in the
6259         un-threaded view (bug#9053).
6260         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
6261
6262 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
6263
6264         * nnir.el (nnir-read-server-parm): Use default value from global
6265         variable.  Without this the default search engine parameters aren't
6266         used at all.
6267
6268 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6269
6270         * message.el (message-unique-id): Don't use the undocumented return
6271         value from (random t) (bug#9118).
6272
6273 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6274
6275         * message.el (message-auto-save-directory): If the ~/Mail directory
6276         doesn't exist, use ~ as the auto-save directory (bug#4432).
6277
6278         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
6279         hasn't already been started.
6280
6281 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6282
6283         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
6284
6285         * message.el (message-reply): Work around mysterious bug where
6286         `message-mode' seems to overwrite the locally bound `subject' variable.
6287
6288 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
6289
6290         * nnimap.el (nnimap-request-thread): Ensure search is performed in
6291         correct group.
6292
6293         * gnus-int.el (gnus-request-thread): Add group argument.
6294
6295         * gnus-sum.el (gnus-summary-refer-thread): Use it.
6296
6297 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6298
6299         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
6300
6301         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
6302         renamed to `debbugs-gnu-*'.
6303
6304 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
6305
6306         * plstore.el: Revert the editing feature since it is not urgent.
6307         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
6308         (plstore-mode-decoded): Remove.
6309
6310 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6311
6312         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
6313         isn't very interesting any more, and it leaks potentially secret data.
6314         (gnus-debug): Remove.
6315
6316         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
6317         use of :custom-show.
6318
6319 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6320
6321         * plstore.el: Add documentation.
6322         (plstore-mode): New mode to edit plstore file.
6323         (plstore-mode-toggle-display, plstore-mode-original)
6324         (plstore-mode-decoded): New command.
6325         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6326         (plstore--insert-buffer, plstore--make): New function.
6327         (plstore-open, plstore-save): Simplify by using them.
6328
6329 2011-07-06  Glenn Morris  <rgm@gnu.org>
6330
6331         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6332
6333 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6334
6335         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6336         no longer is much used.
6337         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6338         Articles".
6339
6340 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6341
6342         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6343         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6344         `notmuch' backend.
6345
6346 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6347
6348         * mm-decode.el (mm-text-html-renderer): Doc fix.
6349
6350         * gnus-msg.el (gnus-bug): Fix the MML tag.
6351
6352         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6353
6354 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6355
6356         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6357         secondary methods if started with `gnus-no-server'.
6358
6359 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6360
6361         * message.el (message-return-action): Fix typo in docstring.
6362
6363 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6364
6365         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6366         bug reports at once.
6367
6368         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6369
6370 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * nndraft.el: Require gnus-group.
6373         (nndraft-request-list): Declare.
6374
6375         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6376         no unread article unless it matches gnus-permanently-visible-groups.
6377
6378         * nndraft.el (nndraft-update-unread-articles): New function.
6379         (nndraft-request-associate-buffer): Use it to update the number of
6380         unread articles for the nndraft groups in the group buffer when saving
6381         or killing a draft message.
6382
6383 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6384
6385         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6386         systems to binary before writing and reading the mbox files.
6387
6388         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6389         instead of trying to list them all (bug#8978).
6390
6391 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6392
6393         * pop3.el (pop3-open-server): Use :end-of-capability.
6394
6395 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6396
6397         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6398         the id is always a number.
6399
6400         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6401
6402         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6403         debbugs mode, if possible.
6404
6405 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6406
6407         * auth-source.el (auth-source-token-passphrase-callback-function):
6408         Reindent.
6409         (epg-context-operation): Remove unnecessary autoload.
6410
6411 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6412
6413         * gnus.el (gnus-list-debbugs): New command.
6414
6415         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6416         mboxstat instead of the maintbox, since the stat seems to be fuller.
6417
6418         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6419         summary buffers.
6420
6421         * message.el (message-get-reply-headers): Delete all duplicates,
6422         instead of the first.
6423         (message-get-reply-headers): Ensure that we have progress while
6424         deleting duplicates.
6425
6426         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6427         gnus-posting-style value from the summary buffer to make it easier to
6428         make that a per-buffer conf.
6429
6430 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6431
6432         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6433         found by setting `shortcut' in 'query.
6434         (nnir-request-article): Use `shortcut' setting when requesting article
6435         by Message-ID.
6436
6437 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6438
6439         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6440         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6441         Bring the pseudo-headers back too.
6442
6443 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6444
6445         * auth-source.el (auth-source-token-passphrase-callback-function):
6446         Simplify and remove EPA dependency.
6447
6448 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6449
6450         * nnir.el (nnir-request-article): Fix error message text.
6451
6452 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6453
6454         * auth-source.el (plstore-delete): Autoload.
6455         (auth-source-plstore-search): Support delete operation.
6456         * plstore.el (plstore-delete): New function.
6457
6458 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6461         mark actually existing articles as unread rather than the ones that
6462         active asserts.
6463
6464 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6465
6466         * nntp.el (nntp-record-command):
6467         * gnus-util.el (gnus-message-with-timestamp-1):
6468         Use format-time-string rather than decoding time stamps by hand.
6469         This is simpler and insulates the code from potential changes to
6470         current-time format.
6471
6472 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6475
6476 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6477
6478         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6479         (plstore-save): Support public key encryption.
6480         (plstore--init-from-buffer): New function.
6481         (plstore-open): Use it; fix error when opening a non-existent file.
6482         (plstore-revert): Use plstore--init-from-buffer.
6483
6484 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6485
6486         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6487
6488 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6489
6490         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6491         for old Emacsen.
6492
6493 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6494
6495         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6496         is not fully working.
6497
6498 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6499
6500         * dgnushack.el: Autoload sha1 on XEmacs.
6501
6502         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6503         quit window configuration.
6504
6505         * auth-source.el (epg-context-set-passphrase-callback):
6506         Remove duplicate autoload.
6507
6508 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6509
6510         * nnir.el (nnir-request-article): Allow requesting articles by
6511         Message-ID with nnimap.
6512
6513         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6514         current server.
6515
6516 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6517
6518         * auth-source.el: Autoload EPA/EPG functions.
6519         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6520         changed when EPA/EPG is not available.
6521         (auth-source-backend): Rename "arg" member to "data".
6522         (auth-source-backend-parse, auth-source-plstore-search)
6523         (auth-source-plstore-create): Use it.
6524
6525 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6526
6527         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6528         `gnus-refer-article-methods'.
6529
6530 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6531
6532         * auth-source.el: Require EPA and EPG.
6533         (auth-source-passphrase-alist): New variable.
6534         (auth-source-passphrase-callback-function)
6535         (auth-source-token-passphrase-callback-function): Callbacks for the
6536         netrc field encryption (GPG tokens).
6537         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6538         Symmetric encryption and decryption of the netrc GPG tokens.
6539         (auth-source-netrc-normalize): Use them, simplifying the closure.
6540
6541 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6544         is available.
6545
6546 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6547
6548         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6549         non-nil, and `nnimap-split-methods' is nil, use the former.
6550
6551 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6552
6553         * plstore.el (plstore-revert): New function.
6554         (plstore-open): Use it; hide the buffer from user.
6555
6556 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6557
6558         * auth-source.el (auth-source-backend): New member "arg".
6559         (auth-source-backend-parse): Handle new backend 'plstore.
6560         * plstore.el: New file.
6561
6562 2011-06-30  Glenn Morris  <rgm@gnu.org>
6563
6564         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6565
6566 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6567
6568         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6569         expiring articles to.
6570
6571         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6572         variations as ASCII (bug#5458).
6573
6574 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6577
6578 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6579
6580         * message.el (message-point-in-header-p): Tweak the function to default
6581         to saying that we're not in the headers if there is no separator at
6582         all.  This makes it possible to use the Message version of `M-q' in
6583         buffers with no headers (bug#7987).
6584         (message-point-in-header-p): Fix last checkin to work with an empty
6585         mail-header-separator, too.
6586
6587         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6588         again, save the choice via customize.
6589
6590 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6591
6592         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6593
6594         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6595         ended the connection, bail out before waiting infinitely on a new
6596         connection.
6597
6598 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6599
6600         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6601         reports.
6602
6603         * gnus.el (gnus-bug-package): Use "gnus."
6604         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6605
6606 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6607
6608         * dgnushack.el: Make the timer warning go away on XEmacs.
6609
6610         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6611         animations going on at article exit time.
6612
6613         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6614         since removing it breaks people upgrading.
6615
6616         * shr.el (shr-put-image): Use the new interface for animating images.
6617         (shr-put-image): Animate for 60 seconds.
6618
6619         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6620         avoid compiler warnings.
6621
6622         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6623         error with `find-file-hooks' on Emacs 22.
6624         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6625         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6626         on all architectures.
6627
6628         * spam.el (spam-stat): Require in a normal fashion without binding
6629         `spam-stat-install-hooks' to avoid compilation warnings.
6630
6631         * spam-stat.el (spam-stat-install-hooks): Remove.
6632         (spam-stat-install-hooks): Don't run automatically.
6633
6634 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6635
6636         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6637         and keystroke.
6638
6639 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * auth-source.el (auth-source-netrc-cache): Move forward.
6642
6643 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6644
6645         * proto-stream.el (proto-stream-open-starttls): Use
6646         `gnutls-available-p' to see whether we have built-in support.
6647
6648         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6649         we already know.
6650         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6651         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6652
6653 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6654
6655         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6656         %S format, since that looks odd.
6657         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6658         file, especially when saving.
6659
6660 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6661
6662         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6663         article found.
6664
6665 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6666
6667         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6668         `auth-source-save-secrets' with a more sensitive alist that can be
6669         configured per file.  Experimental, so defaults to 'never.
6670         (auth-source-netrc-create): Use it.  Still experimental code.
6671         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6672         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6673
6674 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6675
6676         * auth-source.el (auth-source-save-secrets): New variable to control if
6677         secret tokens should be saved encrypted.
6678         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6679         to `auth-source-netrc-normalize'.
6680         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6681         on the EPA variables being defined.
6682         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6683         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6684         the lexical-let closure.
6685         (auth-source-netrc-create): Create "gpg:" tokens according to
6686         `auth-source-save-secrets'.
6687
6688 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * gnus-group.el (gnus-group-update-group): Add new argument
6691         `info-unchanged' that stops updating dribble buffer.
6692
6693         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6694         deletes lines matching to it in dribble buffer.
6695
6696         * gnus-agent.el (gnus-agent-fetch-group-1):
6697         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6698         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6699         * gnus-start.el (gnus-group-change-level):
6700         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6701
6702         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6703         if newsgroup info is not changed.
6704
6705         * gnus-group.el (gnus-group-get-new-news-this-group):
6706         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6707         Don't update dribble buffer.
6708
6709 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6710
6711         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6712         remove entries with groups we ignore.
6713
6714 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6715
6716         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6717         the underline comes at the bottom.
6718
6719 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6720
6721         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6722         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6723         (gnus-registry-article-marks-to-names): Rename from
6724         `gnus-registry-user-format-function-M2'.
6725
6726 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6729         ephemeral group.
6730
6731 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6732
6733         * shr.el (shr-browse-image): Copy the URL if called interactively.
6734
6735 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6736
6737         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6738         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6739         done, then unselected articles may be marked as read.
6740
6741         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6742         since not doing this seems to lead to a race condition in pop3-logon.
6743
6744         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6745         so that the call chain it correct when we call "upwards".
6746
6747         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6748         in read-only groups.
6749
6750         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6751
6752         * message.el (message-cite-reply-position): Doc string fix.
6753
6754         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6755         avoid regexp overflow.
6756         (nnimap-transform-split-mail): Ditto.
6757
6758         * pop3.el (pop3-retr): Error out if the server closes the connection.
6759
6760 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6761
6762         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6763         mm-with-unibyte-current-buffer.  The buffer should not contain any
6764         multibyte chars anyway at this stage.
6765
6766 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6767
6768         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6769         at the end of lines.
6770
6771 2011-05-29  Julien Danjou  <julien@danjou.info>
6772
6773         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6774
6775 2011-05-27  Glenn Morris  <rgm@gnu.org>
6776
6777         * gnus-group.el (gnus-bug-group-download-format-alist):
6778         Use the "maintainer" version of debian reports as well.
6779
6780 2011-05-26  Glenn Morris  <rgm@gnu.org>
6781
6782         * gnus-group.el (gnus-bug-group-download-format-alist):
6783         Use the "maintainer" version of debbugs.gnu.org reports.
6784
6785 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6788
6789 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6790
6791         * gnus-cus.el (gnus-agent-customize-category):
6792         * gnus-delay.el (gnus-delay-send-queue):
6793         * gnus.el (gnus-other-frame):
6794         Don't quote lambda expressions with `quote'.
6795
6796 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6797
6798         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6799         the thread moves us backwards and so we loop forever.
6800
6801 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6804         whitespace in base64 data lines.
6805
6806 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6807
6808         * gnus-registry.el (gnus-registry-user-format-function-M):
6809         Use `mapconcat'.
6810         (gnus-registry-user-format-function-M2): Use to see the full text of
6811         the marks.  Make "," the mark text separator.
6812
6813         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6814         authentication with auth-source.
6815
6816 2011-05-17  Glenn Morris  <rgm@gnu.org>
6817
6818         * gnus-group.el (gnus-import-other-newsrc-file):
6819         Use insert-file-contents.
6820
6821 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6822
6823         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6824         1000 iterations.
6825
6826 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * nntp.el (nntp-open-connection): Check if process-type is available.
6829
6830 2011-05-16  Julien Danjou  <julien@danjou.info>
6831
6832         * shr.el (shr-tag-del): Add support for del tag.
6833
6834 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6835
6836         * gnus-html.el (gnus-html-put-image): Register a displayer.
6837
6838         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6839
6840 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6841
6842         * registry.el (prune-factor): New initialization parameter defaulting
6843         to 0.1.
6844         (registry-prune-hard): Use it.
6845
6846         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6847         0.1 expicitly.
6848
6849 2011-05-13  Glenn Morris  <rgm@gnu.org>
6850
6851         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6852         is bound, since this function requires sendmail.
6853
6854 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6855
6856         * registry.el (registry-usage-test): Disable pruning test.
6857
6858 2011-05-11  David Engster  <dengste@eml.cc>
6859
6860         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6861         Bind set-network-process-option for XEmacs.
6862
6863 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6864
6865         * registry.el (registry-prune-hard-candidates)
6866         (registry-prune-soft-candidates): Helper methods for registry pruning.
6867         (registry-prune): Use them.  Make the sort function optional.
6868
6869 2011-05-10  Jim Meyering  <meyering@redhat.com>
6870
6871         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6872
6873 2011-05-10  Julien Danjou  <julien@danjou.info>
6874
6875         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6876         symbol and not a list.
6877
6878 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6879
6880         * gnus-art.el (gnus-article-mode): Move binding of
6881         shr-put-image-function here from gnus-article-prepare-display.
6882
6883         * shr.el (shr-put-image-function): New variable.
6884         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6885         (shr-put-image): Return scaled image.
6886
6887         * gnus-art.el (gnus-shr-put-image): New function.
6888         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6889
6890         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6891         original ones, as deletable.
6892
6893 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6894
6895         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6896
6897 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6898
6899         * registry.el (registry-full): Add convenience method.  Fix logic.
6900         (registry-insert): Use it.  Fix logic here too.
6901
6902         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6903         `registry-prune' if `registry-full' returns t.
6904         (gnus-registry-handle-action)
6905         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6906         (gnus-registry-usage-test): Use it.
6907
6908 2011-05-07  Julien Danjou  <julien@danjou.info>
6909
6910         * shr.el (shr-link): Make shr-link inherit from link by default.
6911
6912 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6913
6914         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6915
6916 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6917
6918         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6919         error out because the face is not a list.
6920
6921 2011-05-05  Glenn Morris  <rgm@gnu.org>
6922
6923         * proto-stream.el (gnutls-negotiate): Fix declarations.
6924
6925         * gnus-start.el (gnus-propagate-marks): Declare.
6926
6927 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6928
6929         * registry.el (registry-reindex): Fix percentage message.
6930
6931         * proto-stream.el (network-stream-open-starttls): Adjust to call
6932         `gnutls-negotiate' with :process and :hostname arguments.
6933
6934 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6935
6936         * shr.el: Add shr-link face for links.
6937         (shr-urlify): Use it.
6938
6939         * registry.el (registry-insert): Make error message more helpful.
6940
6941 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6942
6943         * gnus-html.el (gnus-html-schedule-image-fetching):
6944         Use url-queue-retrieve, if it exists.
6945
6946         * shr.el (shr-tag-img): Ditto.
6947
6948         * gnus.el: Autoload more gnus-agent functions.
6949
6950         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6951         agent if we haven't already (bug#8502).
6952
6953         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6954         into the Agent, too.
6955
6956         * gnus-agent.el (gnus-agent-store-article): New function.
6957
6958         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6959         and moved from that file for reuse.
6960
6961         * pop3.el (pop3-open-server): Error messages are "-ERR".
6962
6963 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6964
6965         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6966         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6967
6968 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6969
6970         * gnus.el: No Gnus v0.17 is released.
6971
6972 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6973
6974         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6975         buffer has moved to a different frame.
6976
6977 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6978
6979         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6980         to get the conversion from unibyte to multibyte buffers to work on
6981         Emacs 22.
6982
6983         * nntp.el (nntp-request-article): Slight clean-up.
6984
6985 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6986
6987         * shr.el (shr-strike-through): New face.
6988         (shr-tag-s): Use it to provide <s> support.
6989         (shr-tag-s): Remove duplicate definition.
6990
6991 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6992
6993         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6994         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6995
6996 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6997
6998         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6999         `gnutls-negotiate'.
7000         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
7001
7002 2011-04-23  Glenn Morris  <rgm@gnu.org>
7003
7004         * gnus-sum.el (gnus-extra-headers): Bump :version.
7005
7006 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7007
7008         * shr.el (shr-tag-sup): New function.
7009         (shr-tag-sub): Ditto.
7010
7011 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
7012
7013         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
7014         for the case where `gnus-registry-ignored-groups' is a list of lists,
7015         and don't call `gnus-parameter-registry-ignore' otherwise.
7016
7017 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7018
7019         * nnimap.el (nnimap-user): New backend variable.
7020         (nnimap-open-connection-1): Use it.
7021         (nnimap-credentials): Accept user parameter so it's explicit what user
7022         name is desired.
7023
7024         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
7025         default.
7026
7027         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
7028         not gnus-registry.el.
7029
7030         * gnus-registry.el: Mention in comments how to modify
7031         `gnus-extra-headers' for proper recipient tracking and that it may
7032         already have To and Cc recently, which it does as of this commit.
7033         (gnus-registry-ignored-groups): Remove defcustom.
7034         Explain why in comments.
7035         (gnus-registry-action): Fix data-header reference to use the extra
7036         headers.  Explain in package commentary how to add To and Cc headers to
7037         the gnus-extra-headers.
7038         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
7039         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
7040         parameter list or a string list in `gnus-registry-ignored-groups'.
7041         Fix logic error.
7042
7043 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7044
7045         * shr.el (shr-expand-url): Protect against null urls.
7046
7047 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7048
7049         * shr.el (shr-base): New binding.
7050         (shr-tag-base): Keep track of <base>.
7051         (shr-expand-url): New function used throughout.
7052
7053 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
7054
7055         * gnus-registry.el
7056         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
7057         (gnus-registry-ignored-groups): New variable.
7058         (gnus-registry-ignore-group-p): Use it.
7059         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
7060         set the destination group to nil (same as delete) if it's ignored.
7061
7062 2011-04-20  David Engster  <dengste@eml.cc>
7063
7064         * tests/gnustest-nntp.el: New file for simple NNTP testing.
7065
7066         * Makefile.in (test-nntp): New rule.
7067         (check): Add it.
7068         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
7069
7070 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7071
7072         * gnus-registry.el (gnus-registry-action)
7073         (gnus-registry-fetch-header-fast):
7074         Don't use mail-header that looks an internal function of mailheader.el.
7075
7076 2011-04-19  Glenn Morris  <rgm@gnu.org>
7077
7078         * time-date.el (time-to-days): Remove unused local variables.
7079
7080 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7081
7082         * gnus-registry.el: Eliminate cl functions.
7083         (gnus-registry-sort-addresses): New function that replaces mapcan.
7084         (gnus-registry-action, gnus-registry-spool-action)
7085         (gnus-registry-split-fancy-with-parent)
7086         (gnus-registry-fetch-recipients-fast): Use it.
7087         (gnus-registry-import-eld): Replace delete* with dolist + delq.
7088
7089         * registry.el (initialize-instance, registry-lookup)
7090         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
7091         (registry-lookup-secondary-value, registry-search, registry-delete)
7092         (registry-insert, registry-reindex, registry-size, registry-prune):
7093         Use eval-and-compile.
7094
7095 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7096
7097         * registry.el (registry-reindex): New method to recreate the secondary
7098         registry indices.
7099
7100         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
7101         tracked field changes.
7102         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
7103         (gnus-registry-action, gnus-registry-spool-action)
7104         (gnus-registry-handle-action)
7105         (gnus-registry--split-fancy-with-parent-internal)
7106         (gnus-registry-split-fancy-with-parent)
7107         (gnus-registry-register-message-ids): Add recipient tracking on spool,
7108         move, and delete actions, and for fancy splitting with parent.
7109         (gnus-registry-extract-addresses)
7110         (gnus-registry-fetch-recipients-fast)
7111         (gnus-registry-fetch-header-fast): Convenience functions.
7112         (gnus-registry-misc-test): ERT test of
7113         `gnus-registry-extract-addresses'.
7114
7115 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
7116
7117         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7118         Track by subject first, then sender.
7119
7120 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7121
7122         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
7123
7124         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
7125         Lisp.
7126
7127         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
7128         (gnus-draft-send): Use it to avoid popping
7129         up frames from gnus-group-send-queue.
7130
7131 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
7132
7133         * gnus-registry.el: Updated gnus-registry docs.
7134
7135 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7136
7137         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7138         Fix logic bug.
7139         (gnus-registry-post-process-groups): Fix logging of no results and
7140         quote sender and subject.
7141
7142 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7143
7144         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
7145         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
7146         gnutls-cli are too slow to be done opportunistically.
7147
7148         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
7149         (gnus-read-active-for-groups): Don't try to finish getting stuff where
7150         we had no early-data returned.
7151         (gnus-get-unread-articles): Add a sanity check so that we don't issue
7152         two async commands to the same server at the same time.
7153
7154 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
7155
7156         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
7157
7158 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7159
7160         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
7161         "warning" level.
7162
7163         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
7164         (mm-url-insert-file-contents): Don't set the package names.
7165
7166 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
7167
7168         * gnus-registry.el (gnus-registry-action): Remove properties and
7169         simplify subject in `gnus-registry-handle-action'.
7170         (gnus-registry-spool-action): Get subject and sender from message if
7171         they are not passed in.
7172         (gnus-registry-handle-action): Remove properties and simplify subject
7173         consistently.
7174
7175 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7176
7177         * registry.el: Require CL before using defmacro*.
7178
7179 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * gnus-art.el (article-treat-date): Assume that
7182         gnus-article-date-headers may be a group parameter.
7183
7184 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
7185
7186         * gnus-registry.el (gnus-registry-handle-action): More debugging.
7187
7188         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
7189         interactively so the newsrc file can contain foreign groups too.
7190         Useful for debugging but not much for users.
7191
7192 2011-04-07  David Engster  <dengste@eml.cc>
7193
7194         * registry.el (registry-usage-test): Only do
7195         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
7196         lexical binding.
7197
7198 2011-04-07  David Engster  <dengste@eml.cc>
7199
7200         * Makefile.in (check, test-registry): New rules for test-suite.
7201
7202 2011-04-06  David Engster  <dengste@eml.cc>
7203
7204         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
7205         argument NOERROR for `require', since XEmacs 21.4 does not support it.
7206
7207 2011-04-06  David Engster  <dengste@eml.cc>
7208
7209         * registry.el (initialize-instance): Change :after to :AFTER to be
7210         compatible with old EIEIO version in XEmacs.
7211
7212 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7213
7214         * gnus-registry.el (gnus-registry-post-process-groups)
7215         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
7216         and provide better messaging.
7217
7218 2011-04-06  David Engster  <dengste@eml.cc>
7219
7220         * Makefile.in (fail-on-warning): New rule to compile with warnings as
7221         errors.
7222
7223         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
7224         dgnushack-compile with error-on-warn enabled, and to signal an error if
7225         clean compilation failed.
7226         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
7227         with `byte-compile-error-on-warn'.  Return nil if errors occured.
7228
7229 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7230
7231         * gnus-registry.el: Don't use ERT if it's not available.  Load it
7232         unconditionally anyway, discarding errors.
7233         (gnus-registry-delete-entries): New convenience function.
7234         (gnus-registry-import-eld): Import from old .eld registry.
7235
7236         * registry.el: Don't use ERT if it's not available.  Load it
7237         unconditionally anyway, discarding errors.
7238
7239         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
7240         version from the Claudio Bley GnuTLS patch (extra optional parameters
7241         and host name).
7242
7243 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
7244
7245         * gnus-registry.el (gnus-registry-fixup-registry): New function to
7246         fixup the parameters that can be customized by the user between
7247         save/read cycles.
7248         (gnus-registry-read): Use it.
7249         (gnus-registry-make-db): Use it.
7250         (gnus-registry-spool-action, gnus-registry-handle-action):
7251         Fix messaging.
7252         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
7253         Map references to actual group names with sender and subject tracking.
7254         (gnus-registry-post-process-groups): Use `cond' for better messaging.
7255         (gnus-registry-usage-test): Add subject lookup test.
7256
7257         * registry.el (registry-db, initialize-instance): Set up constructor
7258         instead of :initform arguments for the sake of older Emacsen.
7259         (registry-lookup-breaks-before-lexbind): New method to demonstrate
7260         pre-lexbind merge bug.
7261         (registry-usage-test): Use it.
7262         (initialize-instance, registry-db): Move the non-function initforms
7263         back to the class definition.
7264
7265 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
7266
7267         * registry.el: New library to manage gnus-registry-style data.
7268
7269         * gnus-registry.el: Use it (major rewrite).
7270
7271         * nnregistry.el: Use it.
7272
7273         * spam.el: Use it.
7274
7275 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7276
7277         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
7278         marks on non-selected articles.
7279
7280 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7281
7282         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
7283         parameter to open-protocol-stream.
7284
7285 2011-04-01  Julien Danjou  <julien@danjou.info>
7286
7287         * mm-view.el (mm-display-inline-fontify): Do not fontify with
7288         fundamental-mode.
7289
7290 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7291
7292         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
7293         servers.
7294
7295 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7296
7297         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
7298         made marks not propagate, again.
7299
7300 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
7301
7302         * proto-stream.el (open-protocol-stream): Bring back `network' type.
7303         Make this the default type.
7304         (proto-stream-open-plain): Rename from proto-stream-open-default.
7305         (open-protocol-stream, proto-stream-open-starttls)
7306         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
7307         with `plain'.
7308
7309         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
7310         value.
7311
7312         * nntp.el (nntp-open-connection-function): Document the fact that some
7313         values are not functions but are instead handled specially.
7314         Recognize nntp-open-plain-stream value.
7315         (nntp-open-connection): Recognize that value.
7316
7317 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7318
7319         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7320         where it seems to be needed.
7321
7322 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7323
7324         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7325         stuff.
7326
7327         * gnus-score.el (gnus-score-string): Fix calling convention of
7328         `gnus-simplify-buffer-fuzzy' after last patches.
7329
7330         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7331         server for articles we didn't get any headers for.  This is a sanity
7332         check.
7333
7334 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7335
7336         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7337         new CAPABILITY, use it.
7338
7339 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7340
7341         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7342         downloading anything.
7343
7344         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7345
7346 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7347
7348         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7349         colors.
7350         (gnus-splash-svg-color-symbols): New function.
7351
7352 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7353
7354         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7355         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7356         (gnus-simplify-subject-fuzzy): Use the local
7357         gnus-simplify-subject-fuzzy-regex instead of the global one.
7358         This makes using this variable in group parameters work.
7359
7360 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7361
7362         * gnus-registry.el (gnus-registry-unfollowed-groups):
7363         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7364         archive:sent-YYYY-MM-DD groups).
7365         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7366         tracking if there are more than `gnus-registry-max-track-groups'
7367         matches.
7368
7369 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7370
7371         * message.el (message--yank-original-internal): New function to do the
7372         insertion cleanly inside eval in `message-yank-original'.
7373         (message-yank-original): Use it.
7374
7375 2011-03-29  Julien Danjou  <julien@danjou.info>
7376
7377         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7378         local variables disabled rather than `normal-mode'.
7379
7380 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7381
7382         * imap.el (imap-shell-open, imap-process-connection-type):
7383         Use imap-process-connection-type for 'shell' streams as well as
7384         Kerberos, SSL, other subprocesses.
7385
7386 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7387
7388         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7389         with open-network-stream.
7390         (proto-stream-always-use-starttls): Option removed.
7391         (open-protocol-stream): Return a process object by default.  Provide a
7392         new parameter :return-list specifying a list-type return value, which
7393         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7394         :type `network' to `try-starttls', and `network-only' to `default'.
7395         Make `default' the default, for compatibility with open-network-stream.
7396         Handle the no-parameter case exactly as open-network-stream, with no
7397         additional stream processing.  Search plists using plist-get.
7398         Explicitly add :end-of-commend parameter if it is missing.
7399         (proto-stream-open-default): Rename from
7400         proto-stream-open-network-only.  Return 'default as the type.
7401         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7402         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7403         failed.  Always return a list with a (possibly dead) process as the
7404         first element, for compatibility with open-network-stream.
7405         (proto-stream-open-tls): Use plist-get.  Always return a list.
7406         (proto-stream-open-shell): Return `default' as connection type.
7407         (proto-stream-capability-open): Use plist-get.
7408         (proto-stream-eoc): Function deleted.
7409
7410         * nnimap.el (nnimap-stream, nnimap-open-connection)
7411         (nnimap-open-connection-1): Handle renaming of :type parameter for
7412         open-protocol-stream.
7413         (nnimap-open-connection-1): Pass a :return-list parameter
7414         open-protocol-stream to obtain a list return value.  Parse this list
7415         using plist-get.
7416
7417         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7418         for open-protocol-stream.  Accept open-protocol-stream return value
7419         that is a subprocess object instead of a list.  Handle the case of a
7420         dead returned process.
7421
7422 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7423
7424         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7425
7426         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7427
7428 2011-03-21  Julien Danjou  <julien@danjou.info>
7429
7430         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7431         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7432         query.
7433         (mm-inline-text): Render normal text with fontification whenever
7434         possible.
7435
7436         * gnus-sum.el (gnus-summary-save-parts-1):
7437         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7438         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7439         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7440         Use `mm-handle-filename'.
7441
7442         * mm-util.el (mm-handle-filename): New function, return the filename of
7443         an handle.
7444
7445 2011-03-18  Julien Danjou  <julien@danjou.info>
7446
7447         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7448         (gnus-buffer-live-p): Check that buffer is not nil.
7449
7450 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7451
7452         * gnus.el: No Gnus v0.15 is released.
7453
7454 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7455
7456         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7457         avoid warning on XEmacs.
7458
7459         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7460         on XEmacs.
7461
7462         * gnus-art.el: Require mouse, which the build bot seems to say is
7463         needed.
7464
7465         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7466
7467         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7468         XEmacs, since it doesn't have url-retrieve-synchronously.
7469
7470         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7471         since assoc-string doesn't exist in XEmacs.
7472
7473 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7474
7475         * gnus-group.el (gnus-group-list-ticked): New function.
7476         (gnus-group-make-menu-bar): Provide a menu entry for it.
7477         (gnus-group-list-map): Provide a binding for it.
7478
7479 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7480
7481         * shr.el (shr-visit-file): New command.
7482
7483         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7484
7485 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7486
7487         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7488         servers.
7489
7490 2011-03-16  Julien Danjou  <julien@danjou.info>
7491
7492         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7493         inline.
7494
7495         * gnus-art.el (article-hide-list-identifiers):
7496         Use gnus-group-get-list-identifiers.
7497
7498         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7499         (gnus-summary-remove-list-identifiers):
7500         Use gnus-group-get-list-identifiers to get regexp.
7501         (gnus-select-newsgroup, gnus-summary-insert-subject)
7502         (gnus-summary-insert-articles):
7503         Call gnus-summary-remove-list-identifiers unconditionally.
7504
7505 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7506
7507         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7508         we're selecting a group with unread articles.
7509
7510         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7511
7512         * gssapi.el: New file separated out from imap.el to provide a general
7513         Kerberos 5 connection facility for Emacs.
7514
7515         * message.el (message-elide-ellipsis): Document the format spec
7516         ellipsis.
7517
7518 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7519
7520         * message.el (message-elide-region): Allow the ellipsis to say how many
7521         lines were removed.
7522
7523 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7524
7525         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7526         window configurations containing buffers that are now dead.
7527
7528         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7529         parsing to avoid integer overflows.
7530         (nnimap-parse-flags): Simplify the last change.
7531         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7532         too large for 32-bit Emacsen.
7533
7534 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7535
7536         * auth-source.el (auth-source-netrc-create):
7537         * message.el (message-yank-original): Fix use of `case'.
7538
7539 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7540
7541         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7542         XEmacs, which was one character too wide.
7543
7544 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7545
7546         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7547         default number of articles to display.
7548         (gnus-articles-to-read): Use pretty names for prompt.
7549
7550 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7551
7552         * gnus-int.el (gnus-open-server): Ditto.
7553
7554         * gnus-start.el (gnus-activate-group): Give a backtrace if
7555         debug-on-quit is set and the user hits `C-g'.
7556         (gnus-read-active-file): Ditto.
7557
7558         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7559
7560 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7561
7562         * message.el (message-yank-original): Use cond instead of CL case.
7563
7564 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7565
7566         * auth-source.el (auth-source-netrc-create): Use usual format for the
7567         default in prompts.
7568
7569 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7570
7571         * lpath.el: Fbind read-char-choice for XEmacs.
7572
7573 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7574
7575         * auth-source.el (auth-source-netrc-create): Show the default in the
7576         prompt when prompting for token creation.
7577
7578 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7579
7580         * auth-source.el (auth-source-format-prompt): Always convert the value
7581         to a string to avoid evaluating non-string arguments.
7582         (auth-source-netrc-create): Offer default properly, not as initial
7583         content in `read-string'.
7584         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7585         of line to determine if we've been run before.  If so, don't run again,
7586         but print a trivial message to indicate the cache was hit instead.
7587
7588 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7589
7590         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7591         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7592         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7593         Gnus.
7594
7595 2011-03-11  Julien Danjou  <julien@danjou.info>
7596
7597         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7598         modified file".
7599
7600 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7601
7602         * auth-source.el (auth-source-read-char-choice): New function to read a
7603         character choice using `dropdown-list', `read-char-choice', or
7604         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7605         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7606         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7607         (auth-source-netrc-saver): Use it.
7608         (auth-source-pick-first-password): New convenience function.
7609
7610 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7611
7612         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7613         parameter in the credentials.
7614         (nnimap-open-connection-1): Use it after a successful login.
7615         (nnimap-credentials): Add IMAP-specific user and password prompt.
7616
7617         * auth-source.el (auth-source-search): Add :require parameter, taking a
7618         list.  Document it and the :save-function return token.  Pass :require
7619         down.  Change the CREATED message from a warning to a debug statement.
7620         (auth-source-search-backends): Pass :require down.
7621         (auth-source-netrc-search): Pass :require down.
7622         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7623         Change save prompt to indicate all modifications saved here are
7624         deletions.
7625         (auth-source-netrc-create): Take user login name as default in user
7626         prompt.  Move all the save functionality to a lexically bound function
7627         under the :save-function token in the returned list.  Set up clearer
7628         default prompts for user, host, port, and secret.
7629         (auth-source-netrc-saver): New function, intended to be wrapped for
7630         :save-function.
7631
7632 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7633
7634         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7635         lines to be spaces instead.
7636
7637 2011-03-07  Julien Danjou  <julien@danjou.info>
7638
7639         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7640         (sieve-sasl-auth): Check that auth-source-search did return something,
7641         or just return an empty string.
7642
7643 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7644
7645         * gnus.el (gnus-interactive): Use read-directory-name.
7646
7647         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7648         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7649         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7650         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7651         Likewise.
7652
7653         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7654
7655 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7656
7657         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7658         onto the list of killed groups, too.  This makes killed nnimap groups,
7659         for instance, more reliably not reappear.
7660
7661         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7662         the parent.
7663
7664         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7665
7666         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7667         really have server-side marks.
7668
7669         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7670         since most backends do not usefully have server-side marks.
7671         (gnus-update-read-articles): Propagate marks to all backends that
7672         really have server-side marks.
7673
7674 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7675
7676         * message.el (message-cite-reply-position, message-cite-style):
7677         New variables.
7678         (message-yank-original): Use the new citation styles.
7679
7680 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7681
7682         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7683         buffer-local issue); don't mark it buffer-local when running under
7684         XEmacs.
7685
7686 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7687
7688         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7689         numbers too big to be `read'.
7690
7691 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7692
7693         * password-cache.el (password-in-cache-p): Add autoload.
7694
7695         * message.el (message-options): Make buffer-local two ways to attempt
7696         to fix a XEmacs bug.
7697
7698 2011-03-02  Julien Danjou  <julien@danjou.info>
7699
7700         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7701
7702 2011-03-01  Julien Danjou  <julien@danjou.info>
7703
7704         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7705         group.
7706         (article-hide-list-identifiers): Use list-identifier group parameter.
7707
7708 2011-02-28  Julien Danjou  <julien@danjou.info>
7709
7710         * sieve.el (sieve-buffer-script-name): New local variable to store
7711         sieve script name.
7712         (sieve-edit-script): Store sieve script name.
7713         (sieve-upload): Use sieve script name when uploading.
7714         (sieve-upload): Use substitute-command-keys.
7715         (sieve-edit-script): Use substitute-command-keys.
7716         (sieve-refresh-scriptlist): Use substitute-command-keys.
7717         (sieve-manage-mode-map): Define keymap properly.
7718         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7719         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7720         Remove commented code about cvs.
7721         (sieve-manage-quit): New function.
7722         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7723
7724 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7725
7726         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7727
7728 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7729
7730         * auth-source.el (auth-source-search): Cache empty result sets.
7731
7732         * password-cache.el (password-in-cache-p): Convenience function to
7733         check if a key is in the cache, even if the value is nil.
7734
7735         * auth-source.el (auth-source-save-behavior): New variable to replace
7736         `auth-source-never-create'.
7737         (auth-source-netrc-create): Use it.
7738         (auth-source-never-save): Remove.
7739
7740 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7741
7742         * nnimap.el (nnimap-stream): Doc fix.
7743         (nnimap-open-connection-1): Reverse the order of the ports to that the
7744         prompted-for port is first.
7745
7746         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7747         retrieval by the no-group selection.
7748
7749         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7750         numerical parameters.
7751
7752 2011-02-25  Julien Danjou  <julien@danjou.info>
7753
7754         * gnus-gravatar.el: Use gnus-with-article-buffer.
7755
7756         * gnus-art.el (gnus-with-article-buffer): Check that the
7757         gnus-article-buffer is alive.
7758
7759 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7760
7761         * auth-source.el (auth-source-creation-prompts): New variable to manage
7762         creation-time prompts.
7763         (auth-source-search): Document it.
7764         (auth-source-format-prompt): Add utility function.
7765         (auth-source-netrc-create): Don't default the user name to
7766         user-login-name.  Use `auth-source-creation-prompts' and some default
7767         prompts for user, host, port, and password (the default generic prompt
7768         remains ugly).
7769         (auth-source-never-save): Add customizable option to never save info.
7770         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7771         mode excursion.
7772
7773 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7774
7775         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7776         argument that XEmacs doesn't support.
7777
7778         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7779         compiled for Emacsen having no `libxml-parse-html-region' support.
7780
7781         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7782
7783         * lpath.el: Bind buffer-save-without-query for XEmacs.
7784
7785 2011-02-23  Julien Danjou  <julien@danjou.info>
7786
7787         * gnus-art.el (article-make-date-line): Ignore errors if time is
7788         invalid and not convertible.
7789         (article-make-date-line): Only add lapsed time if time is not nil.
7790
7791 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7792
7793         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7794         `read-char-choice' for backwards compatibility.
7795         (auth-source-netrc-element-or-first): New function to DTRT for
7796         parameter extraction.
7797         (auth-source-netrc-create): Use it and fix multiple parameter print
7798         bug.  Use the default passed from above (given-default) or the
7799         built-in (user-login-name for :user).
7800
7801 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7802
7803         * gnus-start.el (gnus-dribble-read-file):
7804         Set buffer-save-without-query, since we always want to save the dribble
7805         file, probably.
7806
7807         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7808         nnimap.
7809
7810         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7811         -summary- since it's a user-visible variable.
7812
7813         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7814         first time you use the new Gnus.
7815
7816 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7817
7818         * auth-source.el: Don't load netrc.el.
7819         (auth-sources): Search ~/.netrc as well by default.
7820         (auth-source-debug): Add 'trivia option for extra output.
7821         (auth-source-do-trivia): Use it.
7822         (auth-source-search): Simplify logic to use
7823         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7824         appropriate.  Don't keep a running count at this level.  Layer :create
7825         and :delete options appropriately on the first and second passes.
7826         Don't track the backend with the search results.
7827         (auth-source-search-backends): New function to search a list of
7828         backends for a processed spec.
7829         (auth-source-netrc-parse): Cache all netrc files, making
7830         auth-source-netrc-cache an alist keyed by the file name and using the
7831         file mtime as the caching criterion.  Keep the obfuscated data secret
7832         with a lexical bind.
7833         (auth-source-netrc-search): Don't calculate the length of the results
7834         unnecessarily.
7835         (auth-source-search-backends): Fix bug.
7836         (auth-source-netrc-create): Rework prompts.
7837
7838 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7839
7840         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7841         Lower case names of search constraints.
7842         (nnir-run-query): Cache and reuse search constraints for all imap
7843         servers.
7844
7845 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7846
7847         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7848         after exit.
7849         (gnus-setup-message): Define missing variable from last checkin.
7850
7851         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7852         value, show the raw article.
7853
7854 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7855
7856         * gnus.el: No Gnus v0.13 is released.
7857
7858 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7859
7860         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7861         auth-source now accepts numbers.
7862
7863         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7864         spec, too.
7865         (auth-source-ensure-strings): New function.
7866
7867         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7868         (gnus-article-setup-buffer): Always restart the date timer so that user
7869         changes to the frequency is respected.
7870
7871         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7872         port numbers, so make sure it gets that if nnimap-server-port is
7873         explicit.
7874
7875 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7876
7877         * nnimap.el (nnimap-inbox): Doc fix.
7878
7879 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7880
7881         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7882         Autoload.  Add optional arg FRAME, and pass it to color-values.
7883         (color-complement): Caller changed.  Doc fix.
7884         (color-gradient): Rewrite for better clarity and efficiency.
7885
7886 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7887
7888         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7889         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7890         color-lab-to-srgb.
7891
7892 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7893
7894         * color.el: First part of merge from hexrgb.el.
7895         (color-rgb-to-hex): Rename from color-rgb->hex.
7896         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7897         saturation to zero if the value is too small.
7898         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7899         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7900         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7901         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7902         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7903         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7904         (color-cie-de2000): Doc fix.
7905
7906 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7907
7908         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7909         given method as in the group name if we're using an extended method.
7910         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7911         command, if we're using that, instead of waiting for the beginning.
7912
7913         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7914         we're sure to get unique server names, and we don't output two async
7915         commands in the same buffer.  This fixes an NNTP hang for some users.
7916
7917 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7918
7919         * gnus.el: No Gnus v0.11 is released.
7920
7921 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7922
7923         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7924         summary buffer before reading going to the next buffer.  This avoids
7925         putting the point in the group buffer if you `C-g' the command.
7926
7927         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7928         cache (for now) to make ~/.authinfo.gpg files usable.
7929
7930         * nnfolder.el (copyright-update): Define for the compiler.
7931
7932         * auth-source.el (auth-source-search): Fix unbound variable.
7933
7934 2011-02-19  Glenn Morris  <rgm@gnu.org>
7935
7936         * gnus.el (gnus-meta): Doc fix.
7937
7938 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7939
7940         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7941         in case it's not yet loaded.
7942
7943 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7944
7945         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7946         line we're waiting for.
7947
7948 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7949
7950         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7951         face with line-width greater than zero will cause RET in gnus summary
7952         buffer to scroll down article page-wise because auto vscroll happens,
7953         it should be temporally disabled when doing a scroll-up.
7954
7955 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7956
7957         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7958         outputs from the server.
7959
7960 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7961
7962         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7963         later so that bbdb can hook in easier.
7964
7965 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7966
7967         * auth-source.el (auth-source-search): Don't try to create credentials
7968         if the caller doesn't want that.
7969         (auth-source-search): If we don't find a match, don't bug out on
7970         non-bound variables.
7971         (auth-source-search): Only ask a single backend to create the
7972         credentials.
7973
7974         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7975         logging.
7976         (nnimap-credentials): Protect against auth-source-search returning nil.
7977         (nnimap-request-list): Protect against not being able to open the
7978         server.
7979
7980 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7981
7982         * auth-source.el (auth-source-search): Do a two-phase search, one with
7983         no :create to get the responses from all backends.
7984
7985         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7986         when getting credentials.
7987
7988         * gnus-util.el (gnus-delete-duplicates): New function.
7989
7990 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7991
7992         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7993         a creation default, pass the whole port list down.  It will be
7994         completed.
7995
7996         * auth-source.el (auth-source-search): Updated docs to talk about
7997         multiple creation choices.
7998         (auth-source-netrc-create): Accept a list as a value (from the search
7999         parameters) and do completion on that list.  Keep a separate netrc line
8000         with the password obscured for showing the user.
8001
8002         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
8003         first choice to `auth-source-search' so it will be used for entry
8004         creation instead of the server's Gnus-specific name.
8005         (nnimap-credentials): Rely on the auth-source library to select which
8006         port is actually wanted in the new netrc entry, so don't override
8007         `auth-source-creation-defaults'.
8008
8009         * auth-source.el (auth-source-netrc-parse): Use :port instead of
8010         :protocol and accept a missing user, host, or port as a wildcard match.
8011         (auth-source-debug): Default to off.
8012
8013         (auth-source-netrc-search, auth-source-netrc-create)
8014         (auth-source-secrets-search, auth-source-secrets-create)
8015         (auth-source-user-or-password, auth-source-backend, auth-sources)
8016         (auth-source-backend-parse-parameters, auth-source-search): Use :port
8017         instead of :protocol.
8018
8019         * nnimap.el (nnimap-credentials): Pass a port default to
8020         `auth-source-search' in case an entry needs to be created.
8021         (nnimap-open-connection-1): Use :port instead of :protocol.
8022
8023 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8024
8025         * auth-source.el: Bind load-path when loading EIEIO from
8026         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
8027         21.4 doesn't support, to `require'.
8028         (auth-source-secrets-search): Use mm-delete-duplicates instead of
8029         delete-dups that is not available in XEmacs 21.4.
8030
8031 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
8032
8033         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
8034         as EIEIO must also be loaded when auth-source.el is being
8035         byte-compiled.
8036
8037 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8038
8039         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
8040
8041         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
8042
8043         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
8044
8045         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
8046
8047         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
8048
8049         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
8050
8051         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
8052
8053         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
8054         necessary.
8055
8056 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
8057
8058         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
8059         nil means that nnimap doesn't get updated.
8060
8061 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8062
8063         * auth-source.el (auth-source-netrc-create): Return a synthetic search
8064         result when the user doesn't want to write to the file.
8065         (auth-source-netrc-search): Expect a synthetic result and proceed
8066         accordingly.
8067         (auth-source-cache-expiry): New variable to override
8068         `password-cache-expiry'.
8069         (auth-source-remember): Use it.
8070
8071         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
8072         parameter.  Create entry if necessary by using :create t.
8073         (nnimap-open-connection-1): Don't pass `inhibit-create'.
8074
8075 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
8076
8077         * auth-source.el (auth-source-debug): Enable by default and don't
8078         mention the obsolete `auth-source-hide-passwords'.
8079         (auth-source-do-warn): New function to debug unconditionally.
8080         (auth-source-do-debug): Use it.
8081         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
8082         and for Secrets API entries when the secrets.el library is not
8083         available.
8084
8085 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8086
8087         * gnus-sum.el (gnus-propagate-marks): Default to nil.
8088         (gnus-summary-exit): Kill the correct article buffer on exit from a
8089         `C-d' group.
8090
8091         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
8092         gnus-propagate-marks.
8093
8094         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
8095         before killing the buffers so that a non-full window conf gets handled
8096         correctly.
8097         (gnus-summary-exit): Ditto.
8098         (gnus-summary-read-group-1): Ditto.
8099
8100         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
8101         async code again so that we can debug it properly.
8102
8103         * message.el (message-reply): Take an optional switch-buffer parameter
8104         so that Gnus window confs are respected better.
8105
8106 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8107
8108         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
8109         `plist-get' to accept non-list parameters (XEmacs issue).
8110         Fix docstring.
8111         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
8112         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
8113         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
8114         Login collection is "Login" and not "login".
8115
8116 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8117
8118         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
8119         multiple headers.
8120
8121         * nnimap.el (nnimap-inhibit-logging): New variable.
8122         (nnimap-log-command): Don't log login commands.
8123
8124         * auth-source.el (auth-source-netrc-search): The asserts seem to want
8125         to have more parameters.
8126
8127         * nnimap.el (nnimap-send-command): Mark the command time for each
8128         command, so that we don't get NOOPs stepping on our toes.
8129
8130         * gnus-art.el (article-date-ut): Get the date from the Date header on
8131         `t'.
8132
8133 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * auth-source.el (auth-source-search): Use copy-sequence instead of
8136         the cl.el copy-list.
8137
8138 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8139
8140         * imap.el: Bring it back (revert
8141         84d800cd31de3064f0ed39617d725709a2f8f42f).
8142
8143 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
8144
8145         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
8146         Improve prompt.
8147
8148 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
8149
8150         * gnus-art.el (gnus-article-mode-line-format): Remove the article
8151         washing status from the default format.  It isn't very informative.
8152
8153 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
8154
8155         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
8156         Fix Gcc processing on imap.
8157
8158 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8159
8160         * imap.el: Remove file.  All the functionality is in nnimap.el.
8161
8162 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8163
8164         * message.el (message-bury): Don't pop up a new window when selected
8165         window is dedicated.
8166
8167 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
8168
8169         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
8170
8171 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
8172
8173         * sieve-manage.el: Autoload `auth-source-search'.
8174         (sieve-sasl-auth): Use it.
8175
8176 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8177
8178         * nnimap.el: Autoload `auth-source-forget+'.
8179         (nnimap-open-connection-1): Use it if the connection fails.
8180
8181         * auth-source.el: Require `password-cache'.
8182         (auth-source-hide-passwords, auth-source-cache): Remove and mark
8183         obsolete.
8184         (auth-source-magic): Marker for `password-cache' keys.
8185         (auth-source-do-cache): Update docstring.
8186         (auth-source-search): Use and check cache.
8187         (auth-source-forget-all-cached, auth-source-remember)
8188         (auth-source-recall, auth-source-forget, auth-source-forget+)
8189         (auth-source-specmatchp): Caching support functions.
8190         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
8191         Remove and obsolete.
8192         (auth-source-user-or-password): Remove caching to further discourage
8193         using it.  Always hide passwords.
8194
8195         * password-cache.el (password-cache-remove): Accept secrets that are
8196         not strings.
8197
8198 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
8199
8200         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
8201         code for now, since it doesn't work for all users.
8202
8203 2011-02-09  Julien Danjou  <julien@danjou.info>
8204
8205         * message.el (message-options): Make message-options really buffer
8206         local.
8207
8208 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
8209
8210         * mail-source.el: Autoload `auth-source-search'.
8211         (mail-source-keyword-map): Note order matters.
8212         (mail-source-set-1): Get all the mail-source source values and
8213         defaults and search auth-source on those if needed.  This can all
8214         probably be simplified.
8215
8216         * nnimap.el: Autoload `auth-source-search'.
8217         (nnimap-credentials): Use it.
8218         (nnimap-open-connection-1): Ask for the virtual server and physical
8219         address in one shot.
8220
8221         * nntp.el: Autoload `auth-source-search'.
8222         (nntp-send-authinfo): Use it.  Note TODO.
8223
8224 2011-02-08  Julien Danjou  <julien@danjou.info>
8225
8226         * shr.el (shr-tag-body): Add support for text attribute in body
8227         markups.
8228
8229         * message.el (message-options): Make message-options a local variable.
8230
8231 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
8232
8233         * auth-source.el (auth-source-secrets-search)
8234         (auth-source-user-or-password): Use `append' instead of `nconc'.
8235         (auth-source-user-or-password): Build return list better and protect
8236         against nil :secret.
8237
8238 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
8239
8240         * nnimap.el (nnimap-update-info): Refactor slightly.
8241         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
8242         (nnimap-update-info): Clean up slightly.
8243         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
8244         characters.
8245         (nnimap-process-quirk): Rename function to avoid collision.
8246         (nnimap-update-info): Fix macrology bug-out.
8247         (nnimap-update-info): Simplify split history test.
8248
8249 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
8250
8251         * auth-source.el (top): Require 'eieio unconditionally.
8252         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
8253         (auth-source-secrets-search): Limit search when `max' is greater than
8254         number of results.
8255
8256 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
8257
8258         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
8259         part not returning any data.
8260
8261         * proto-stream.el (open-protocol-stream): Document the return value.
8262
8263 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8264
8265         * auth-source.el (auth-source-secrets-search): Add examples.
8266
8267 2011-02-06  Julien Danjou  <julien@danjou.info>
8268
8269         * message.el (message-setup-1): Handle message-generate-headers-first
8270         set to t.
8271
8272 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8273
8274         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
8275         API with a string "secrets:collection-name" and with 'default.
8276         (auth-source-backend-parse): Parse "secrets:collection-name" and
8277         'default.  Recurse on parses instead of repeating code.  Use the
8278         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
8279         message when ignoring a source.
8280         (auth-source-search): List ignored search keys at the top level.
8281         (auth-source-netrc-create): Use `case' instead of `cond'.
8282         (auth-source-secrets-search): Created with TODOs.
8283         (auth-source-secrets-create): Created with TODOs.
8284         (auth-source-retrieve, auth-source-create, auth-source-delete)
8285         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8286         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8287         (auth-source-user-or-password-sftp)
8288         (auth-source-user-or-password-smtp): Remove.
8289         (auth-source-user-or-password): Deprecated and modified to be a wrapper
8290         around `auth-source-search'.  Not tested thoroughly.
8291
8292 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
8293
8294         * auth-source.el: Bring in assoc and eioeio libraries.
8295         (secrets-enabled): New variable to track the status of the Secrets API.
8296         (auth-source-backend): New EIOEIO class to represent a backend.
8297         (auth-source-creation-defaults): New variable to set prompt defaults
8298         during token creation (see the `auth-source-search' docstring for
8299         details).
8300         (auth-sources): Simplify to allow a simple string as a netrc backend
8301         spec.
8302         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
8303         (auth-source-backend-parse-parameters): Fill in the backend parameters.
8304         (auth-source-search): Main auth-source API entry point.
8305         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
8306         (auth-source-search-collection): Helper function for searching.
8307         (auth-source-netrc-parse, auth-source-netrc-normalize)
8308         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
8309         Supports search, create, and delete.
8310         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
8311         backend stubs.
8312         (auth-source-user-or-password): Call `auth-source-search' but it's not
8313         ready yet.
8314
8315 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
8316
8317         * message.el (message-setup-1): Remove the read-only stuff, since it
8318         doesn't work under XEmacs, for some reason.
8319
8320         * gnus-sum.el (gnus-user-date): Rename back from
8321         gnus-summary-user-date since user code refers to it.
8322
8323         * shr.el (shr-render-td): Store the actual background color used.
8324
8325         * message.el (message-setup-1): Don't bind the constant
8326         -forbidden-properties.
8327         (message-setup-1): Revert previous change, since it needs to bind the
8328         props to insert them.
8329         (message-resend): Allow removing the read-only separator line.
8330
8331 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8332
8333         * nnimap.el (nnimap-request-accept-article): Give an error message if
8334         the APPEND wasn't successful.
8335
8336 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8337
8338         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8339         that have no groups.
8340
8341 2011-02-03  Julien Danjou  <julien@danjou.info>
8342
8343         * gnus-draft.el: Remove progn around gnus-draft-setup.
8344
8345 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8346
8347         * gnus-start.el (gnus-read-active-for-groups): This function is never
8348         called with a nil `infos', so clean that up.
8349         (gnus-get-unread-articles): Request active files from primary/secondary
8350         methods that have no groups (yet).
8351
8352 2011-02-03  Julien Danjou  <julien@danjou.info>
8353
8354         * message.el (message-setup-1): Always generate References first.
8355         (message-mail): Return the return value of message-setup, not always t.
8356         (message-setup-1): Insert mail-header-separator with read-only and
8357         intangible properties set.
8358
8359         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8360         user-date in docstring.
8361
8362         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8363
8364         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8365         docstring.
8366
8367         * gnus.el (gnus-user-date-format-alist): Change default value.
8368         Use defcustom, with type and group.  Move from gnus-util.el.
8369         Rename to gnus-summary-user-date-format-alist.
8370
8371 2011-02-03  Glenn Morris  <rgm@gnu.org>
8372
8373         * nnimap.el (gnus-fetch-headers): Declare.
8374
8375         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8376
8377 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8378
8379         * message.el (message-forward-make-body-digest-plain)
8380         (message-followup, message-reply): Clean up things noted by Stefan.
8381
8382         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8383         gnus-article-update-date-headers is nil.
8384         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8385         it didn't really work with defcustom.
8386         (article-update-date-lapsed): Make sure the window start doesn't move,
8387         either.
8388
8389 2011-02-01  Julien Danjou  <julien@danjou.info>
8390
8391         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8392         format.
8393
8394         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8395         standard in Emacs nowadays.
8396
8397         * color.el (color-gradient): Add a color-gradient function.
8398
8399 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8400
8401         * message.el (message-expand-name): Don't trust the return value of
8402         bbdb-complete-name.
8403         (message-check-news-header-syntax): Remove unused var `start'.
8404         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8405         (message-inhibit-body-encoding): Move to before first use.
8406         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8407         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8408         (Organization, Message-ID, Date, mh-previous-window-config):
8409         Defvar the vars using dynamic scoping.
8410
8411 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8412
8413         * shr.el (shr-render-td): Only do colors at the final rendering.
8414         Should be slightly faster.
8415         (shr-insert-table): Fix up TD background colors when doing the
8416         vertical padding.
8417
8418         * gnus-art.el (article-date-ut): Protect against articles with no Date
8419         header.
8420         (article-update-date-lapsed): Don't use current-column to find the
8421         horizontal position.  It's fragile in the presence of \003 characters.
8422
8423         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8424
8425 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8426
8427         * gnus-art.el (article-transform-date): Rewrite to still work when
8428         there are several rfc2822 parts.
8429         (article-transform-date): Fix infinite recursion.
8430         (article-date-ut): Replace infinitely many Date headers with a single
8431         one when called interactively.
8432
8433         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8434         secure manner.
8435
8436         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8437         move around by not using save-window-excursion.  It seems to work...
8438
8439 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * gnus-art.el (article-make-date-line): Work for user-defined format.
8442
8443 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8444
8445         * nntp.el (nntp-retrieve-group-data-early)
8446         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8447         fetching functions.
8448
8449         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8450         thoroughly for all backends that have no known groups.  This should
8451         allow new nnml methods to retrieve mail.
8452
8453         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8454         that Gnus doesn't know exists again.
8455
8456         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8457         (gnus-treat-date-ut): Ditto.
8458         (gnus-article-update-date-header): Rename.
8459         (gnus-treat-date-local): Remove.
8460         (gnus-treat-date-english): Remove.
8461         (gnus-treat-date-lapsed): Remove.
8462         (gnus-treat-date-combined-lapsed): Remove.
8463         (gnus-treat-date-original): Remove.
8464         (gnus-treat-date-iso8601): Remove.
8465         (gnus-treat-date-user-defined): Remove.
8466         (gnus-article-date-headers): New variable to control all the date
8467         header options.
8468         (article-date-ut): Rewrite to allow using the new way to format date
8469         headers(s).
8470
8471 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8472
8473         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8474         method.
8475         (nnmail-article-group): A better test for fanciness.
8476
8477         * nnimap.el (nnimap-request-head): Protect against not finding the
8478         article by Message-ID.
8479
8480 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8481
8482         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8483         keep point at the "same place".
8484
8485 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8486
8487         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8488         data if the group is inactive.
8489
8490 2011-01-28  Julien Danjou  <julien@danjou.info>
8491
8492         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8493         (gnus-all-windows-visible-p): Remove old compatibility code.
8494         (gnus-window-top-edge): Add docstring.
8495
8496         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8497
8498 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8499
8500         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8501         older request-update-info.
8502
8503         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8504
8505 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8506
8507         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8508         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8509
8510 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8511
8512         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8513         groups.  This makes the nndraft:queue group pop up if it's not already
8514         there.
8515
8516         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8517         messages" logic, which was reversed.
8518
8519         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8520         the "same place" even if point is on the line being replaced.
8521         (article-update-date-lapsed): Allow updating both the combined lapsed
8522         and the lapsed headers.
8523         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8524         (article-make-date-line): Limit the number of segments dynamically to
8525         avoid too-long lines.
8526
8527 2011-01-27  Julien Danjou  <julien@danjou.info>
8528
8529         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8530         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8531
8532 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8533
8534         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8535         Use plist-get instead of the cl function getf.
8536
8537 2011-01-27  Glenn Morris  <rgm@gnu.org>
8538
8539         * gnus-util.el (float-time): Get rid of compiler warning, again.
8540
8541 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8542
8543         * shr.el (shr-put-color): Special-case background colors: Do put them
8544         at the blank parts at the front of the lines.
8545
8546         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8547         exit hook to nix out all data on readedness on group exit.
8548
8549         * gnus-util.el (float-time): If float-time is bound, always use it on
8550         all Emacsen.  It's unclear why the subrp check was there.
8551         (time-date): Require to make some autoload issues on XEmacs go away.
8552
8553         * shr.el (shr-put-color): Don't do the box padding in tables, since
8554         they're already padded.
8555
8556 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8557
8558         * gnus-art.el (gnus-article-next-page): When the last line of the
8559         article is displayed, scroll down once more instead of going to the
8560         next article at once.
8561         (article-lapsed-string): Refactor out and allow specifying how many
8562         segments you want.
8563         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8564         (gnus-article-update-lapsed-header): New variable.
8565
8566         * shr.el: Revert change that made headings use different-sized faces.
8567         The Emacs display engine isn't advanced enough that, for instance,
8568         tables can comfortably use differently-sized faces.
8569
8570 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8571
8572         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8573         used.
8574         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8575         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8576         we're using an encrypted connection.
8577
8578         * proto-stream.el: Alter the interface functions to also return the
8579         actual stream type used: network or tls.
8580
8581 2011-01-25  Julien Danjou  <julien@danjou.info>
8582
8583         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8584         (mm-display-javascript-inline): New function.
8585
8586         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8587         viewing function.
8588
8589 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * shr.el (shr-expand-newlines): Fix variable name.
8592
8593 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8594
8595         * shr.el (shr-expand-newlines): Make nested boxes work.
8596
8597 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8598
8599         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8600         backgrounds.
8601         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8602         in a more sensible manner.
8603
8604 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8605
8606         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8607         if EPG is loaded.
8608
8609 2011-01-24  Julien Danjou  <julien@danjou.info>
8610
8611         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8612         tags.
8613
8614 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8615
8616         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8617         commands.
8618
8619         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8620         in the article buffer.
8621         (gnus-gravatar-insert): Use blank space from the current buffer to
8622         avoid breaking text properties.  This makes X-Sent updating work again.
8623
8624         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8625
8626 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8627
8628         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8629         fix the bug in url-http.el instead.
8630
8631         * shr.el (shr-image-fetched): Ditto.
8632
8633         * shr.el (shr-image-fetched): Avoid having point move in the article
8634         buffer.
8635
8636         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8637         buffer after being called.  It's apparently being killed by url.el, and
8638         killing it made point move to end-of-buffer in a random buffer.
8639
8640         * shr.el (shr-image-fetched): Ditto.
8641
8642 2011-01-23  Julien Danjou  <julien@danjou.info>
8643
8644         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8645
8646         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8647         text/x-org.
8648
8649 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8650
8651         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8652         (i.e., nnimap) returning nil as the article number.
8653
8654 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8655
8656         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8657         "DelSp" parameter in RFC3676.
8658
8659 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8660
8661         * message.el (message-check-recipients): Display the encoded version of
8662         the bogus address if they differ.
8663
8664         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8665         after sending.
8666
8667         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8668
8669         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8670
8671         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8672         group buffer after sending the queue.
8673
8674         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8675
8676 2011-01-22  Julien Danjou  <julien@danjou.info>
8677
8678         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8679
8680 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8681
8682         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8683         nested related parts.
8684
8685         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8686         unexpired articles.  This fixes the regression that led expiry marks to
8687         disappear from nnfolder groups.
8688
8689 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8690
8691         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8692         Don't confuse the "ret" of "retrograde" with RET.
8693
8694 2011-01-21  Julien Danjou  <julien@danjou.info>
8695
8696         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8697         than mm-insert-inline.
8698
8699 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8702         Widen article buffer.
8703
8704 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8705
8706         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8707         the temp buffer.
8708         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8709
8710 2011-01-20  Julien Danjou  <julien@danjou.info>
8711
8712         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8713
8714         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8715         than mm-insert-inline to insert inline part: this respect
8716         mm-inline-media-tests displayers.
8717
8718         * mm-view.el (mm-display-shell-script-inline): New function.
8719
8720         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8721
8722         * mm-uu.el (mm-uu-type-alist): Add org block.
8723         (mm-uu-org-src-code-block-extract): New function.
8724
8725         * mm-view.el (mm-display-org-inline): New function.
8726
8727         * mm-decode.el (mm-automatic-display): Add text/org.
8728
8729         * mailcap.el (mailcap-mime-extensions): Add .org.
8730
8731 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8734         gnus-article-add-buttons.
8735
8736 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8737
8738         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8739         From header with a date and "nobody" as the sender.
8740
8741 2011-01-19  Julien Danjou  <julien@danjou.info>
8742
8743         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8744         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8745         if you have the same regexp several times.
8746         (gnus-button-push): Fix matching when regexp is symbol.
8747
8748 2011-01-15  Glenn Morris  <rgm@gnu.org>
8749
8750         * message.el (message-mail): A compose-mail function should
8751         accept headers as strings.
8752
8753 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8754
8755         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8756         Add :vert-only tags.
8757         (message-mail): New arg RETURN-ACTION.
8758         (message-return-action): New var.
8759         (message-bury): Use it.
8760         (message-mode): Make it buffer-local.
8761         (message-send-and-exit): Always call message-bury.
8762
8763         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8764         message-mail.
8765
8766 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8767
8768         * nnimap.el (nnimap-convert-partial-article): Protect against
8769         zero-length body parts.
8770
8771         * mm-decode.el (mm-preferred-alternative-precedence):
8772         Discourage showing empty parts.
8773
8774         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8775         and stuff if the backend didn't return the article number.  This fixes
8776         an Exchange-related nnimap bug.
8777
8778         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8779         group window, because it does the wrong thing when a separate frame
8780         displays the group buffer.
8781
8782         * proto-stream.el (open-protocol-stream): Protect against the low-level
8783         transport functions returning nil.
8784
8785 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8786
8787         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8788         (mml2015-epg-find-usable-secret-key): New function.
8789         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8790         mml2015-epg-find-usable-key (Bug#7797).
8791         (mml2015-epg-encrypt): Ditto.
8792
8793 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8794
8795         * dgnushack.el (rot13-string): Fix the way to get the argument.
8796
8797 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8798
8799         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8800
8801 2011-01-03  Glenn Morris  <rgm@gnu.org>
8802
8803         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8804
8805         * sieve.el (sieve-open-server): Give a more explicit error if
8806         sieve-manage-open returns nil.  (Bug#7720)
8807
8808 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8809
8810         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8811
8812 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8813
8814         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8815         This avoids sending passwords in plain text over non-encrypted
8816         channels.
8817
8818         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8819
8820         * nnimap.el (nnimap-login): Refactored out into own function, and
8821         implement CRAM-MD5.
8822         (nnimap-wait-for-line): Refactored out.
8823
8824         * mm-view.el (mml-smime): Require.
8825
8826 2010-12-20  David Engster  <deng@eml.cc>
8827
8828         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8829         use EPG to decrypt S/MIME messages instead of openssl.
8830
8831 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8832
8833         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8834
8835         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8836         status is the group clearly is unreachable.
8837
8838         * auth-source.el (auth-source-create): Add the optional second
8839         parameter to `local-variable-p' to be compatible with XEmacs.
8840
8841 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8842
8843         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8844         work when using a compressed nnml folder.
8845
8846 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8847
8848         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8849         backends after sanitising on entry, because this never makes sense:
8850         If the articles have gone missing, then the data no longer exists on
8851         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8852         overwrite anything anyway.
8853
8854         * shr.el (shr-insert-document): Bind shr-width dynamically to
8855         window-width if it's nil.
8856
8857 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8858
8859         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8860         with the meaning of using the full emacs window width for rendering.
8861
8862 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8863
8864         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8865         case when sender is not given.
8866
8867 2010-12-23  Julien Danjou  <julien@danjou.info>
8868
8869         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8870         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8871         the addresses, otherwise we might misplaced the gravatar.
8872
8873 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8874
8875         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8876         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8877         obsolete in Emacs.
8878
8879 2010-12-20  Julien Danjou  <julien@danjou.info>
8880
8881         * gnus-util.el (gnus-rescale-image): Revert last change.
8882
8883 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8884
8885         * binhex.el: Improve commentary (Bug#7482).
8886
8887 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8888
8889         * gnus-group.el (gnus-group-delete-articles): New command.
8890
8891 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8892
8893         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8894
8895 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8896
8897         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8898         here, since it's up to the backends to do CRLF removal if their
8899         protocol has it.
8900
8901         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8902
8903 2010-12-17  Julien Danjou  <julien@danjou.info>
8904
8905         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8906         they are from file.  Can also scale up.
8907
8908 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8909
8910         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8911         Restore gnus-use-agent.
8912         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8913
8914         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8915
8916 2010-12-17  Julien Danjou  <julien@danjou.info>
8917
8918         * gravatar.el (gravatar-retrieve-synchronously): New function.
8919         (gravatar-get-data): Make more robust.
8920
8921 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8924
8925 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8926
8927         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8928         to really consider the last line.
8929
8930 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8931
8932         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8933         list of recipient keys, or use symmetric encryption if not a list.
8934         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8935         EPA override, replacing the call to `netrc-store-data'.
8936
8937 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8938
8939         * gnus-srvr.el: Avoid passing nil regexp argument to
8940         delete-matching-lines.
8941
8942 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8943
8944         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8945         fetching stops when Gnus exits.
8946
8947         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8948         function.
8949         (nnfolder-request-expire-articles): Save all the buffers after doing
8950         expiry.
8951
8952         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8953         the last article", since that led to serious performance regressions
8954         when expiring nnml groups.
8955
8956 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8957
8958         * nnir.el: Improve customizations.
8959
8960 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8961
8962         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8963
8964         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8965         group has been killed.
8966         (gnus-group-yank-group): Ditto.
8967
8968         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8969
8970         * nnimap.el (nnimap-request-update-group-status): New function.
8971
8972         * gnus-int.el (gnus-request-update-group-status): New interface
8973         function.
8974
8975         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8976         copying read-ness to the backends.
8977
8978         * nnimap.el (nnimap-quirk): New function.
8979         (nnimap-retrieve-group-data-early): Use it.
8980         (nnimap-quirks): New alist.
8981
8982 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8985         don't delete it within indentation.
8986
8987 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8988
8989         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8990         previous line.
8991
8992 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8993
8994         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8995         QRESYNC command by deleting a superfluous space which broke Cyrus
8996         servers.  This change will break other servers that are buggy the other
8997         way around.
8998
8999 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
9000
9001         * spam.el: Reindent and fix long lines.
9002         (spam-copy-or-move-routine): Exclude invalid move destinations.
9003
9004 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
9005
9006         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
9007         installed the registry.
9008
9009 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9010
9011         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
9012
9013 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
9014
9015         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
9016         groupname doesn't contain "gmane".
9017
9018 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9019
9020         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
9021         and netrc-bound-and-true-p bindings.
9022         (netrc-parse): Cache the netrc contents.
9023
9024         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
9025         (gnus-1): Don't create the nndrafts group twice.
9026         (gnus-setup-news): There's no need to read the active file here, since
9027         that's done again later on a per-backend basis.
9028         (gnus-start-draft-setup): Make sure that the new group is started out
9029         empty.
9030
9031         * gnus-agent.el (gnus-agentize): Don't create the queue group
9032         automatically on startup.  It'll be created later, if needed.
9033
9034         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
9035         of automatically subscribed groups.
9036         (gnus-auto-subscribed-categories): New variable.
9037         (gnus-matches-options-n): Use it.
9038         (gnus-default-subscribed-newsgroups): Remove unused variable.
9039         (gnus-start-draft-setup): Message a bit less.
9040
9041 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
9042
9043         * nnir.el (nnir-run-imap): Return article list in order of increasing
9044         UID.
9045
9046 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9047
9048         * gnus-sum.el (gnus-summary-enter-digest-group):
9049         Mention gnus-auto-select-on-ephemeral-exit.
9050
9051         * proto-stream.el (proto-stream-open-network-only): Fix the calling
9052         convention of the network-only option.
9053
9054 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9055
9056         * proto-stream.el (proto-stream-open-network-only): New function to
9057         have a way to specify non-STARTTLS upgrade connections.
9058
9059 2010-12-10  Julien Danjou  <julien@danjou.info>
9060
9061         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
9062         email address is nil.
9063
9064         * message.el (message-bogus-recipient-p): Set address to "" if nil.
9065
9066 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
9067
9068         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
9069         deletion.
9070         (nnir-run-imap): Only need to parse list once.
9071
9072 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9073
9074         * shr.el (shr-tag-script): Ignore <script>.
9075         (shr-tag-label): Add <label> support.
9076
9077 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
9080
9081         * shr.el (shr-image-displayer): Work for images lined side by side.
9082
9083 2010-12-08  Robert Pluim  <rpluim@gmail.com>
9084
9085         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
9086         parameter, since XEmacs doesn't accept t as a parameter.
9087
9088 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
9089
9090         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
9091         ids.
9092         (nnir-run-gmane): Simplify groupspec formatting.
9093         (nnir-request-expire-articles): New function.
9094
9095 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9096
9097         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
9098         overflow, possibly.
9099
9100         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
9101         (shr-render-td): Handle td style="" better.
9102         (shr-tag-table): Use the color from the style sheet.
9103         (shr-render-td): Make sure we copy over all the overlays, too.
9104
9105 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
9106
9107         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
9108         (nnir-request-article): Improve article retrieval.
9109
9110 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9111
9112         * mm-util.el (mm-extra-numeric-entities): New variable.
9113
9114         * mm-url.el (mm-url-decode-entities):
9115         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
9116
9117         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
9118
9119 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9120
9121         * message.el: Use completion-at-point.
9122         (message-completion-function): New fun, extracted from message-tab.
9123         (message-mode): Use it for completion-at-point-functions.
9124         (message-tab): Use it and completion-at-point.
9125
9126 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
9129         character if a non-breakable character follows.
9130
9131 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9132
9133         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
9134         any stream.
9135
9136         * shr.el (shr-tag-font): Colorize the region.
9137         (shr-tag-body): Ditto.
9138         (shr-tag-font): Actually let the styles be inherited instead of
9139         overwriting them.
9140         (shr-tag-font): Get the background color right.
9141         (shr-tag-style): Ignore all <style> tags for the moment.
9142
9143         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
9144         a Message-ID to avoid having nnimap depend on gnus-sum.
9145
9146         * shr.el (shr-descend): Only colorize something if we have a node that
9147         sets colors.
9148
9149 2010-12-06  Julien Danjou  <julien@danjou.info>
9150
9151         * shr.el (shr-render-td): Render td content with shr-descend, so style
9152         will be applied to <td> too.
9153         (shr-colorize-region): Colorize region even if we only have a background.
9154         (shr-tag-body): Fix color and background color inheritance.
9155         Do not recolorize after shr-generic.
9156         (shr-tag-font): Let shr-generic colorize via inheritance.
9157
9158 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9159
9160         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
9161
9162 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
9163
9164         * nnir.el (nnir-request-move-article): Remove obsolete code.
9165
9166 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9167
9168         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
9169
9170 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9171
9172         * gnus-sum.el (gnus-summary-respool-article): The completion function
9173         expects a list instead of an alist.
9174
9175         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
9176         string as the parameter.
9177
9178         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
9179
9180         * shr.el (shr-stylesheet): New dynamic variable for cascading the
9181         styles.
9182         (shr-colorize-region): New function.
9183         (shr-insert-background-overlay): Remove.
9184         (shr-render-td): Background setting should be taken care of on a higher
9185         level.
9186         (shr-tag-body): Use post-hoc colorizations.
9187         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
9188         (shr-put-color-1): Don't overwrite old colors.
9189         (shr-colorize-region): When the background color isn't explicit, use
9190         a fixed background.
9191
9192         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
9193         nnmail variables.
9194
9195 2010-12-05  Bjørn Mork  <bjorn@mork.no>
9196
9197         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
9198         unless necessary.
9199
9200 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
9201
9202         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
9203         server.
9204
9205 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9206
9207         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
9208         so that TAB works.
9209
9210         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
9211         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
9212
9213         * shr.el (shr-urlify): Show the URL before the title to avoid
9214         misleading URLs.
9215
9216 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
9217
9218         * shr.el (shr-urlify): Display the title in <a> tags.
9219
9220 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
9221
9222         * nnir.el (nnir-categorize): Replace mapcar with mapc.
9223
9224 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
9225
9226         * nnir.el: Rearrange code to allow macros to be autoloaded by
9227         gnus-sum.el.
9228         (nnir-retrieve-headers-override-function): Make this variable
9229         customizable.
9230         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
9231
9232         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
9233         from nnir.el.
9234
9235 2010-12-03  Julien Danjou  <julien@danjou.info>
9236
9237         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
9238
9239 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
9242         allow optional argument `environment'.
9243
9244 2010-12-03  Glenn Morris  <rgm@gnu.org>
9245
9246         * mm-extern.el (message-goto-body): Update declaration.
9247
9248 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * gnus-util.el (gnus-macroexpand-all): New function.
9251
9252         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
9253         instead of macroexpand-all that is unavailable in XEmacs.
9254
9255 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
9256
9257         * nnir.el (nnir-summary-line-format): New variable.
9258         (nnir-mode): Use it.
9259         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
9260         (nnir-article-ids): Reimplement as defsubst.
9261         (nnir-retrieve-headers): Don't mangle the subject header.
9262         (nnir-run-imap): Use 100 as RSV score.
9263         (nnir-run-find-grep): Fix for full server searching.
9264         (nnir-run-gmane): Better restriction to gmane groups.
9265
9266         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
9267         summary buffers.
9268
9269 2010-12-02  Julien Danjou  <julien@danjou.info>
9270
9271         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
9272
9273         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
9274
9275         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
9276         support.
9277
9278 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9279
9280         * nnir.el: Update to handle the registry better.
9281         (autoload): Silence byte-compiler.
9282         (nnir-open-server): Add a hook for nnir groups.
9283         (nnir-request-move-article): Don't mangle the header.  Better to use
9284         formatting variables (which will be added in the future).
9285         (nnir-registry-action): Update the registry using the original article
9286         group name.
9287         (nnir-mode): Install nnir-specific hooks for updating the registry.
9288
9289         * gnus-sum.el
9290         (gnus-article-original-subject, gnus-newsgroup-original-name):
9291         Remove obsolete variables.
9292         (gnus-summary-move-article): Remove use of obsolete variables.
9293         (gnus-summary-local-variables): Make move and delete hooks local to
9294         summary buffers.
9295
9296 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9297
9298         * rtree.el: New file.
9299
9300 2010-12-01  Julien Danjou  <julien@danjou.info>
9301
9302         * message.el (message-user-organization): Do not use
9303         gnus-local-organization.
9304
9305         * gnus.el: Remove gnus-local-organization.
9306
9307         * gnus-msg.el: Remove nastygram thing.
9308
9309 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9310
9311         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
9312         funcall.
9313
9314 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9315
9316         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9317         names.
9318
9319         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9320         characters.
9321
9322         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9323         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9324         Suggested by Štěpán Němec <stepnem@gmail.com>.
9325         (gnus-gravatar-transform-address): Use mail-extract-address-components
9326         that supports non-ASCII names rather than mail-header-parse-addresses.
9327
9328 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9329
9330         * proto-stream.el (open-protocol-stream): All starttls connections are
9331         handled by the network handler.
9332
9333 2010-11-30  Julien Danjou  <julien@danjou.info>
9334
9335         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9336         (nnimap-open-connection-1): Fix PREAUTH.
9337
9338         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9339
9340 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9343         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9344         (shr-insert): Use them.
9345         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9346
9347 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9348
9349         * nnir.el (nnir-request-move-article): Bail out if original group
9350         doesn't support article moves.
9351         (nnir-get-active): Improve active list retrieval.
9352
9353 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9354
9355         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9356
9357 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9358
9359         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9360         seem to accept strings-with-numbers as port numbers.
9361
9362 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9363
9364         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9365         change the registry.
9366
9367 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9370         delete-dups that is not available in XEmacs 21.4.
9371
9372         * mm-util.el (mm-delete-duplicates): Add comment.
9373
9374 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9375
9376         * nnir.el (nnir-ignored-newsgroups): New variable.
9377         (nnir-get-active): Use it.
9378
9379 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9380
9381         * proto-stream.el (proto-stream-open-network): Add some comments.
9382
9383         * nntp.el (nntp-open-connection): Provide a :success condition.
9384
9385         * nnimap.el (nnimap-open-connection-1): Ditto.
9386
9387         * proto-stream.el (proto-stream-open-network): See what the response to
9388         the STARTTLS command is.
9389
9390         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9391         backwards compatibility).
9392         (nnimap-open-connection-1): Really respect nnimap-server-port.
9393
9394         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9395         TLS upgrades we don't really care about the identity of the peer.
9396         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9397         that what we've checked for.
9398         (proto-stream-always-use-starttls): Only default to t if
9399         open-gnutls-stream exists.
9400         (proto-stream-open-network): If STARTTLS failed, then just open a
9401         normal connection.
9402         (proto-stream-open-network): Wait until the greeting before doing
9403         STARTTLS.
9404
9405         * nntp.el (nntp-open-connection): Report what the connection error is.
9406
9407         * proto-stream.el (open-protocol-stream): Rename from
9408         open-proto-stream.
9409
9410 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9411
9412         * nnimap.el (nnimap-stream): Change default to `undecided'.
9413         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9414         first, and then network.
9415         (nnimap-open-connection-1): Respect nnimap-server-port.
9416         (nnimap-open-connection): Be more backwards-compatible.
9417
9418         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9419         (proto-stream-open-starttls): De-duplicate the starttls code.
9420         (proto-stream-open-starttls): Folded back into the main function.
9421         (proto-stream-open-network): Fix typo in the gnutls path.
9422         (proto-stream-command): Refactor out.
9423
9424         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9425
9426         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9427         starttls.el STARTTLS.
9428
9429         * color.el (color-lab->srgb): Fix function call name.
9430
9431         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9432         if we're using tls.el.
9433         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9434         built in, then don't try to establish a STARTTLS connection.
9435
9436         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9437         servers.
9438
9439         * proto-stream.el (open-proto-stream): Use network, not stream.
9440         (open-proto-stream): Add a way to specify what the end of a command is.
9441
9442         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9443         connections types.
9444         (nntp-open-network-stream): Remove.
9445         (nntp-open-ssl-stream): Remove.
9446         (nntp-open-tls-stream): Remove.
9447         (nntp-ssl-program): Remove.
9448
9449         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9450
9451 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9452
9453         * nnir.el: Fix typos.
9454         (nnir-retrieve-headers-override-function): Rename variable to reflect
9455         new semantics.
9456         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9457         macros.
9458         (nnir-request-article, nnir-request-move-article): Use them.
9459         (nnir-categorize): New function.
9460         (nnir-run-query): Use it.
9461         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9462         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9463         sorted.
9464         (nnir-group-full-name): Use gnus-group-full-name instead.
9465         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9466         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9467
9468 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9469
9470         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9471
9472         * proto-stream.el: New library to provide protocol-specific
9473         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9474         protocols.
9475         (open-proto-stream): Complete the documentation.
9476         (proto-stream-open-network): Fix some typos.
9477
9478         * nnimap.el (nnimap-open-connection): Use it.
9479
9480 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9481
9482         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9483         negotiation.
9484
9485 2010-11-26  Julien Danjou  <julien@danjou.info>
9486
9487         * color.el: Rename various rgb functions to srgb.
9488
9489 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9490
9491         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9492         names.
9493
9494 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9495
9496         * shr.el (shr-insert): Revert last change.
9497         (shr-find-fill-point): Never leave point being at bol;
9498         relax the kinsoku limitation when rendering tables.
9499
9500 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9501
9502         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9503         results from -accept-article.
9504
9505         * shr-color.el: Require cl when compiling.
9506
9507         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9508         checkin.
9509
9510         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9511
9512         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9513
9514         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9515         'add and 'delete to set backend marks.
9516
9517         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9518
9519         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9520
9521         * nntp.el (nntp-request-set-mark): Use it.
9522
9523         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9524
9525         * nnml.el (nnml-request-set-mark): Ditto.
9526
9527         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9528         introduces regressions in article selection.
9529         (nnimap-find-uid-response): New function.
9530         (nnimap-request-accept-article): Use the UID returned, if any.
9531         (nnimap-request-move-article): Use the UID returned, if any.
9532         (nnimap-get-groups): Reimplement to work with folded lines.
9533         (nnimap-find-uid-response): The UID is the last element in the list.
9534         (nnimap-request-set-mark): Extend syntax with 'set.
9535
9536         * nnml.el (nnml-request-set-mark): Ditto.
9537
9538         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9539
9540         * nntp.el (nntp-request-set-mark): Ditto.
9541
9542 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * message.el (message-called-interactively-p): A temporary macro.
9545         (message-goto-body): Use it temporarily.
9546
9547 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9548
9549         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9550         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9551         (nnimap-last-response-string): Fix last unfolding fix.
9552
9553 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * shr.el (shr-insert): Fix the way to fold lines.
9556
9557 2010-11-25  Julien Danjou  <julien@danjou.info>
9558
9559         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9560
9561         * color.el: Rename from color-lab.el
9562         (color-rgb->hex): Add.
9563         (color-complement): Add.
9564         (color-complement-hex): Add.
9565
9566         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9567
9568 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9569
9570         * shr-color.el (shr-color-visible): Don't bug out if the color names
9571         don't exist.
9572
9573 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9574
9575         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9576         assuming that article displaying or another mml-preview may be
9577         interrupted for an error or for the like.
9578
9579         * shr.el (shr-get-background): Fix argument name.
9580
9581 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9582
9583         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9584
9585         * gnus-sum.el (gnus-summary-include-articles): New function.
9586
9587         * message.el (message-goto-body): called-interactively-p needs a
9588         parameter, so use `any'.
9589
9590         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9591         clear marks before moving, since they're synced from the Gnus side
9592         first.
9593
9594         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9595         (gnus-summary-move-article): Copy over all marks before moving, so that
9596         IMAP doesn't think a new article has arrived.
9597
9598 2010-11-24  Julien Danjou  <julien@danjou.info>
9599
9600         * shr.el (shr-insert-background-overlay): Fix typo.
9601         (shr-render-td): Copy the background before rendering.
9602
9603         * shr-color.el (shr-color-visible): Fix docstring.
9604
9605         * shr.el (shr-tag-table): Add bgcolor support.
9606         (shr-render-td): Add bgcolor support.
9607         (shr-get-background): Add.
9608         (shr-insert-foreground-overlay): Use shr-get-background.
9609
9610         * message.el (message-goto-body): Use called-interactively-p.
9611         (message-in-body-p): message-goto-body returns point.
9612
9613 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9614
9615         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9616         Fixes something or other in Emacs 23, and is backwards compatible.
9617
9618         * message.el (message-goto-body): Remove the <#secure special-casing,
9619         which is too special.
9620
9621         * shr.el (shr-parse-style): Drop !important from styles.
9622
9623 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9624
9625         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9626         this function to return incorrect results when calling it with an
9627         explicit article argument different from
9628         (gnus-summary-article-number).
9629
9630 2010-11-24  Julien Danjou  <julien@danjou.info>
9631
9632         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9633         (shr-tag-body): Add background support.
9634         (shr-descend): Add background support.
9635         (shr-tag-title): Add.
9636
9637         * shr-color.el (shr-color-visible): Really return original background
9638         if fixed.
9639
9640 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9641
9642         * shr.el (shr-color-check): Protect against non-existent color names.
9643
9644 2010-11-24  Julien Danjou  <julien@danjou.info>
9645
9646         * color-lab.el: Require 'cl when compiling.
9647
9648         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9649
9650         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9651         matched part.
9652
9653         * color-lab.el: Fix all expt calls to use float type.
9654
9655 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9656
9657         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9658         expression to shr-color-check as is.
9659
9660         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9661
9662         * color-lab.el: Add coding cookie.
9663         (float-pi): Use eval-and-compile.
9664
9665         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9666         compiled for Emacsen having no `libxml-parse-html-region' support.
9667
9668 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9669
9670         * shr.el (shr-insert-color-overlay): Split stuff like
9671         "#444444 !important" to find the real color.
9672         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9673         parse <font color="red"> entries.
9674
9675 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9676
9677         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9678         point when parsing headers.
9679
9680         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9681         is positioned properly when parsing headers.
9682
9683 2010-11-23  Julien Danjou  <julien@danjou.info>
9684
9685         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9686
9687         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9688
9689         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9690
9691         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9692         Use shr-color-hue-to-rgb.
9693         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9694
9695 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9696
9697         * shr.el (shr-color->hexadecimal): Autoload.
9698         (shr-descend): Add color to all tags.
9699
9700 2010-11-22  Julien Danjou  <julien@danjou.info>
9701
9702         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9703         shr-color->hexadecimal.
9704
9705         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9706         RGB() or HSL() color representation.
9707
9708         * shr.el (shr-tag-font): Add.
9709         (shr-tag-color-check): New function to get better colors.
9710         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9711         tag-span.
9712
9713         * shr-color.el: New file.
9714
9715         * color-lab.el: New file.
9716
9717         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9718
9719 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9720
9721         * nnir.el: Fix typo in comments.
9722         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9723         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9724
9725 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9726
9727         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9728
9729         * nnimap.el (nnimap-get-capabilities): Refactor out.
9730         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9731
9732 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9733
9734         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9735         appearing when `mm-uu-hide-markers' is nil.
9736
9737 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9738
9739         * nnimap.el (nnimap-unselect-group): Make into its own function.
9740         (nnimap-request-rename-group): Unselect group before renaming.
9741         This had gotten lost somewhere.
9742         (nnimap-request-accept-article): Keep track of examined groups, and
9743         unselect the group before APPENDing to read-only groups.
9744         (nnimap-request-move-article): Clear flags before moving so that they
9745         can be re-set later.
9746
9747 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9748
9749         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9750         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9751
9752 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9753
9754         * gnus-art.el (gnus-mime-display-single):
9755         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9756         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9757         parameter.
9758
9759 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9760
9761         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9762         (shr-table-vertical-line): New variable.
9763         (shr-insert-table): Use it.
9764
9765 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9766
9767         * gnus-html.el (gnus-html-wash-images): Don't display images if
9768         gnus-inhibit-images is non-nil; register displayer for cid images.
9769         (gnus-html-display-image): Work for cid image.
9770         (gnus-html-insert-image): Allow arguments.
9771         (gnus-html-put-image): Inhibit read-only.
9772         (gnus-html-prefetch-images): Don't prefetch images if
9773         gnus-inhibit-images is non-nil.
9774
9775 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9776
9777         * shr.el (shr-put-image): Break lines when inserting big pictures.
9778
9779 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9780
9781         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9782         sender, thanks Katsumi Yamaoka.
9783
9784 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9785
9786         * nnir.el (nnir-run-imap): Reverse the article list for each group
9787         rather than the whole list.
9788
9789 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * shr.el (shr-image-displayer): Protect function against non-existent
9792         image source.
9793
9794         * gnus-art.el (gnus-inhibit-images): New user option.
9795         (gnus-mime-display-single): Don't display image if it is non-nil.
9796
9797         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9798         gnus-inhibit-images.
9799
9800         * shr.el (shr-image-displayer): New function.
9801         (shr-tag-img): Use it.
9802
9803 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9804
9805         * mml2015.el (mml2015-epg-sign): Use From header.
9806
9807 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9808
9809         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9810
9811         * gnus-util.el (gnus-find-text-property-region): Return markers.
9812
9813         * shr.el (shr-tag-img): Put a displayer in the text property.
9814
9815         * gnus-util.el (gnus-find-text-property-region): New utility function.
9816
9817         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9818         (gnus-html-show-images): Remove.
9819
9820         * gnus-art.el (gnus-article-show-images): New, more general function.
9821
9822         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9823         image url text properties.
9824
9825         * shr.el: Ditto.
9826
9827         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9828         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9829
9830 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9831
9832         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9833         work for two or more articles.
9834
9835 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9838         divide an image that's in an html article to two or more when washing
9839         non-ASCII characters in alt text of it.
9840
9841 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9842
9843         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9844         smime-decrypt-region using function argument.
9845         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9846
9847         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9848
9849         * smime.el (smime-decrypt-region): Catch it.
9850
9851 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9852
9853         * smime.el (smime-mode-map): Move initialization into declaration.
9854         (gnus-run-mode-hooks): Don't autoload.
9855         (smime-mode): Use define-derived-mode.
9856
9857 2010-11-11  Glenn Morris  <rgm@gnu.org>
9858
9859         * smime.el (from): Restrict declaration to XEmacs.
9860
9861         * nnir.el (gnus-group-topic-name): Autoload.
9862
9863 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * shr.el (shr-insert): Don't break long line if it is because of
9866         kinsoku-bol characters in the line end.
9867
9868 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9869
9870         * nnir.el (nnir-request-move-article): Fix to provide original group
9871         and subject.
9872         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9873         been retrieved.
9874
9875         * gnus-sum.el (gnus-summary-move-article): Use original group and
9876         subject for virtual articles such as those in an nnir summary buffer.
9877
9878 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9881         least 21.5).
9882
9883         * smime.el (from): Declare it again for XEmacs.
9884
9885 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9886
9887         * message.el (message-resend): Don't disable encoding unless it's
9888         already encoded.
9889
9890         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9891         low-numbered articles.
9892
9893 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * rfc2047.el (rfc2047-syntax-table): Simplify.
9896
9897         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9898
9899         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9900         set-char-table-range for XEmacs.
9901
9902 2010-11-10  Glenn Morris  <rgm@gnu.org>
9903
9904         * time-date.el (time-to-seconds): Always an alias on Emacs,
9905         never a real function.
9906         (with-no-warnings): Remove compat stub, now unused.
9907         (time-less-p): Doc fix.
9908         (time-to-number-of-days): Simplify.
9909
9910         * smime.el (from): Remove unused declaration.
9911
9912         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9913         (gnus-float-time): On Emacs, always an alias.
9914
9915         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9916         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9917
9918 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * dgnushack.el: Don't use ignore-errors in the top level form since it
9921         is unavailable in XEmacs even if cl is loaded.
9922
9923         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9924
9925 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9926
9927         * shr.el (browse-url-mailto): Autoload.
9928
9929         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9930
9931         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9932         regexp doesn't need quoting.
9933
9934 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9935
9936         * message.el (message-subject-trailing-was-ask-regexp)
9937         (message-subject-trailing-was-regexp): Match was: in addition to was.
9938
9939 2010-11-09  Glenn Morris  <rgm@gnu.org>
9940
9941         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9942         (nnbabyl-check-mbox): Use point-at-bol.
9943
9944 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9945
9946         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9947
9948         * message.el (message-mailto): New function.
9949         (message-mailto): Should accept other parameters.
9950         (message-mailto): Remove since it duplicates browse-url-mailto
9951         functionality.
9952
9953 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9954
9955         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9956         methods.
9957         (gnus-read-active-file): Ditto.
9958
9959         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9960         ": " from the prompt.
9961         (gnus-group-make-group): Ditto.
9962
9963 2010-11-07  Glenn Morris  <rgm@gnu.org>
9964
9965         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9966         (gnus-bookmark-kill-line): Use point-at-eol.
9967
9968 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9969
9970         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9971         asterisks in From header.
9972
9973 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9974
9975         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9976         string to avoid making the From headers syntactically invalid.
9977
9978         * message.el (message-send-mail): Don't insert courtesy messages if the
9979         message already has List-Post and List-ID messages.
9980
9981 2010-11-06  Glenn Morris  <rgm@gnu.org>
9982
9983         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9984         `condition', `type', `length' a prefix.
9985         (gnus-treat-predicate): Update for above name changes.
9986
9987 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9988
9989         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9990         binding.  Handled by `gnus-summary-refer-thread' instead.
9991         (nnir-warp-to-article): New backend function.
9992
9993         * nnimap.el (nnimap-request-thread): Force dependency updating.
9994
9995         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9996         (gnus-summary-refer-thread): Rework to improve thread-referral.
9997
9998         * gnus-int.el (gnus-warp-to-article): New function.
9999
10000         * gnus-sum.el (gnus-summary-article-map): Bind it.
10001
10002 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
10003
10004         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
10005         gnus-summary-refer-thread.
10006
10007         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
10008         headers.
10009         (gnus-summary-limit-include-thread): Prevent articles in thread from
10010         being cut in gnus-cut-threads.
10011         (gnus-summary-refer-thread): Limit retrieved headers to those in
10012         thread.
10013
10014 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10015
10016         * message.el (message-send-mail): Use the value of
10017         message-courtesy-message from the message buffer.
10018
10019         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
10020
10021         * shr.el (shr-browse-url): Implement mailto: URLs.
10022
10023         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
10024         "raw".
10025
10026         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
10027         if it's already selected.
10028
10029         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
10030
10031 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10032
10033         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
10034         to measure the length and truncate alt text.
10035
10036 2010-11-03  Glenn Morris  <rgm@gnu.org>
10037
10038         * nndiary.el (nndiary-generate-nov-databases-1)
10039         (nndiary-generate-active-info): Rename dynamic variable `files' to
10040         something less generic.
10041
10042 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
10043
10044         * nnir.el (nnir-request-move-article): Call the underlying backend to
10045         move articles from nnir.
10046
10047 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10048
10049         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
10050
10051 2010-11-02  Julien Danjou  <julien@danjou.info>
10052
10053         * nnir.el: Remove wais support.
10054
10055 2010-11-02  Glenn Morris  <rgm@gnu.org>
10056
10057         * gnus-html.el: Reorder requirements to quieten compiler.
10058
10059 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
10062         properly for XEmacs as well.
10063         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
10064         (gnus-article-natural-long-line-p): Use window-width rather than
10065         frame-width.
10066
10067 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
10068
10069         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
10070         (nnir-read-parms): Don't modify query.
10071         (nnir-run-query): Add ability to search topic on current line.
10072         (nnir-get-active): Clean up.
10073
10074 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10075
10076         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
10077         degenerate articles.
10078
10079         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
10080         (gnus-print-buffer): Just print the buffer as is, without any copying
10081         to a buffer and then re-highlighting.
10082
10083         * nnimap.el (nnimap-request-group): Store the new updated info.
10084         (nnimap-request-group): Select the group when we don't know whether it
10085         exists or not.
10086
10087         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
10088         groups.
10089
10090         * gnus-group.el (gnus-group-find-new-groups): Display all the new
10091         groups.
10092
10093         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
10094         groups.
10095
10096         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
10097         long-lines case by only filling the long lines.
10098
10099         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
10100         (bug#7311).
10101
10102 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10103
10104         * shr.el: No need to declare `declare-function' since shr.el is for
10105         only Emacsen that provide `libxml-parse-html-region'.
10106
10107         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
10108         effective only in a file it is referred to.
10109
10110 2010-11-01  Glenn Morris  <rgm@gnu.org>
10111
10112         * mm-util.el (gnus-completing-read): Autoload.
10113         (mm-read-coding-system): Simplify Emacs definition.
10114
10115         * nnmail.el (gnus-activate-group):
10116         * nnimap.el (gnutls-negotiate):
10117         * nntp.el (netrc-parse): Fix declarations.
10118
10119 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
10122         string-match-p in Emacs >=23.
10123
10124         * gnus-msg.el (gnus-configure-posting-styles):
10125         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
10126
10127 2010-11-01  Glenn Morris  <rgm@gnu.org>
10128
10129         * nnir.el (declare-function): Add compat stub.
10130         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
10131         (nnir-run-gmane): Require 'mm-url.
10132
10133         * mm-util.el (mm-string-to-multibyte): Simplify.
10134
10135         * shr.el (declare-function): Add compat stub.
10136         (url-cache-create-filename): Declare.
10137         (mm-disable-multibyte, widget-convert-button): Autoload.
10138
10139         * smime.el (ldap-search): Declare.
10140         (smime-cert-by-ldap-1): Require ldap on Emacs.
10141
10142         * nnimap.el: Require nnmail, and gnus-sum when compiling.
10143         (nnimap-keepalive): Use gnus-float-time.
10144
10145         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
10146         (mail-source-delete-crash-box): Use gnus-float-time.
10147
10148         * gnus-dired.el (gnus-completing-read): Autoload.
10149
10150         * mm-view.el (gnus-rescale-image): Autoload.
10151
10152         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
10153
10154         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
10155
10156         * sieve-manage.el: Require 'cl when compiling.
10157
10158         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
10159         (gnus-iswitchb-completing-read): Require iswitchb.
10160         (gnus-select-frame-set-input-focus): Silence compiler.
10161
10162 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10163
10164         * message.el (message-subject-trailing-was-query): Change default to t,
10165         since I think that's what most people want.
10166
10167         * nnimap.el (nnimap-request-accept-article): Erase buffer before
10168         appending for easier debugging.
10169         (nnimap-wait-for-connection): Take a regexp.
10170         (nnimap-request-accept-article): Wait for the continuation line before
10171         sending anything unless we're streaming.
10172
10173         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
10174         leave the header washing to take place.
10175
10176 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
10177
10178         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
10179         regular expression match and replace in posting styles.
10180
10181 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
10182
10183         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
10184         an entire server.
10185         (nnir-get-active): New function.
10186         (nnir-run-imap): Use it.
10187         (nnir-run-gmane): Who knew, gmane search returns an article score!
10188
10189         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
10190         server on the current line with nnir.
10191
10192 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10193
10194         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
10195         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
10196         left edge.
10197         (gnus-article-foldable-buffer): Skip past the prefix when determining
10198         raggedness.
10199
10200         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
10201         the raw article, and change `C-u g' to show the article without doing
10202         treatments.
10203
10204         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
10205         on to `gnus-treat-article'.
10206         (gnus-inhibit-article-treatments): New variable.
10207
10208         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
10209
10210         * gnus-art.el (gnus-treatment-function-alist): Have
10211         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
10212         (gnus-treat-fill-long-lines): Change default to fill all text/plain
10213         sections.
10214
10215         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
10216         parameter.
10217         (gnus-article-fill-cited-long-lines): New function.
10218         (gnus-article-fill-cited-article): Allow filling only long sections.
10219
10220         * shr.el (shr-find-fill-point): Don't break lines between punctuation
10221         and non-punctuation (like after the apostrophe in "'We").
10222
10223         * gnus-sum.el (gnus-summary-select-article): Make sure
10224         gnus-original-article-buffer is alive.
10225
10226         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
10227         reflect the order they're in in the digest.
10228
10229         * gnus.el (gnus-group-startup-message): Move point to the start of the
10230         buffer.
10231
10232         * nnimap.el (nnimap-capability): New function.
10233         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
10234         is set.
10235
10236 2010-10-31  David Engster  <dengste@eml.cc>
10237
10238         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
10239         conform with changes to gnus-completing-read.
10240
10241 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10242
10243         * shr.el (shr-tag-img): Output "*" instead of "[img]".
10244
10245 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10246
10247         * nnir.el: Move defvar, defcustom around to keep file organized
10248         and keep byte-compiler quiet.
10249         (nnir-read-parms): Accept search-engine as arg.
10250         (nnir-run-query): Pass search-engine as arg.
10251         (nnir-search-engine): Remove.
10252
10253 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10254
10255         * shr.el (shr-generic): The text nodes should be text, not :text.
10256
10257         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
10258         later in the file.
10259
10260 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10261
10262         * nnir.el: General clean up.  Allow searching with multiple engines.
10263         Allow separate extra-parameters for each engine.
10264         Batch queries when possible.
10265         (nnir-imap-default-search-key, nnir-method-default-engines):
10266         Add customize interface.
10267         (nnir-run-gmane): New engine.
10268         (nnir-engines): Use it.  Qualify all prompts with engine name.
10269         (nnir-search-engine): Remove global variable.
10270         (nnir-run-hyrex): Restore for now.
10271         (nnir-extra-parms, nnir-search-history): New variables.
10272         (gnus-group-make-nnir-group): Use them.
10273         (nnir-group-server): Remove in favor of gnus-group-server.
10274         (nnir-request-group): Avoid searching twice.
10275         (nnir-sort-groups-by-server): New function.
10276
10277 2010-10-30  Julien Danjou  <julien@danjou.info>
10278
10279         * gnus-group.el: Remove gnus-group-fetch-control.
10280
10281         * gnus-start.el (gnus-find-new-newsgroups):
10282         Remove gnus-check-first-time-used.
10283
10284         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
10285
10286 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10287
10288         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
10289         set on groups that don't have \* permanentflags.
10290
10291 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10292
10293         * shr.el (shr-tag-span): Drop colorization of regions since we don't
10294         control the background color.
10295         (shr-tag-img): Ignore very small web bug type images.
10296         (shr-put-image): Add help-echo alt texts to the images.
10297         (shr-tag-video): Show the video poster image.
10298
10299 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10300
10301         * shr.el (shr-table-depth): New variable.
10302         (shr-tag-table-1): Only insert the images after the top-level table.
10303
10304         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
10305
10306         * gnus-util.el (gnus-list-memq-of-list): New function.
10307
10308         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
10309         selected.
10310         (nnimap-unsplittable-articles): New slot.
10311         (nnimap-new-articles): Use it.
10312
10313 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
10314
10315         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
10316         move to the previous line on `M-g'.
10317
10318 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10319
10320         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10321         *-request-group, which seems unnecessary.
10322
10323         * nnimap.el (nnimap-quote-specials): Function copied over from
10324         imap.el.
10325         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10326         they support that.  Suggested by Tom Regner.
10327
10328 2010-10-29  Julien Danjou  <julien@danjou.info>
10329
10330         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10331         defalias.
10332         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10333
10334         * gnus.el: Remove `gnus-nntp-service' variable.
10335         (gnus-secondary-servers): Make obsolete.
10336         (gnus-nntp-server): Make obsolete.
10337
10338         * gnus-start.el (gnus-1): Remove x-splash calls.
10339
10340         * gnus-ems.el (gnus-x-splash): Remove.
10341
10342         * gnus.el (gnus-group-startup-message): Simplify/update code.
10343
10344         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10345         definition.
10346
10347         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10348         capability before doing anything.
10349         (gnus-group-insert-group-line): Remove useless
10350         gnus-group-remove-excess-properties.
10351
10352 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10355
10356 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10357
10358         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10359         config after reselecting.
10360
10361 2010-10-28  Julien Danjou  <julien@danjou.info>
10362
10363         * shr.el (shr-put-image): Use point even if only inserting text.
10364         (shr-put-image): Save excursion when inserting alt text on non-graphic
10365         display, so the behavior is the same when we are on a graphic display.
10366
10367         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10368
10369 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10370
10371         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10372         (gnus-mime-copy-part): Check coding system, not charset.
10373         (gnus-mime-view-part-externally): Never remove part.
10374         (gnus-mime-view-part-internally): Don't remove part here.
10375         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10376         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10377         multipart/alternative.
10378
10379         * mm-decode.el (mm-display-part): Take optional arg `force'.
10380
10381 2010-10-26  Julien Danjou  <julien@danjou.info>
10382
10383         * gnus-group.el (gnus-group-default-list-level): Add this function to
10384         compute the default list level.
10385         (gnus-group-default-list-level): Add possibility to use a function.
10386
10387 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10388
10389         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10390
10391         * gnus-group.el (gnus-group-completing-read)
10392         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10393         gnus-replace-in-string.
10394
10395 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10396
10397         * shr.el (shr-tag-div): Add.
10398
10399         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10400
10401 2010-10-25  Julien Danjou  <julien@danjou.info>
10402
10403         * gnus-util.el: Remove `gnus-with-local-quit'.
10404
10405         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10406
10407 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10408
10409         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10410         the original article buffer.
10411
10412 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10413
10414         * nnimap.el (nnimap-request-head): New function.
10415         (nnimap-request-move-article): Try to be slightly faster by not
10416         requesting the entire message when moving.
10417         (nnimap-transform-headers): Don't bug out on bodiless articles.
10418         (nnimap-send-command): Have no outstanding messages if the IMAP server
10419         doesn't support streaming.
10420         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10421
10422 2010-10-24  Julien Danjou  <julien@danjou.info>
10423
10424         * message.el (message-default-headers): Fix type.
10425
10426 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10427
10428         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10429         prefetching images.
10430
10431         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10432         backend for unknown groups.  This is mainly useful for nnimap groups.
10433
10434         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10435         group isn't covered by the agent.
10436
10437 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10438
10439         * nnir.el (nnir-method-default-engines): New variable.
10440         (nnir-run-query): Use it.
10441         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10442         (gnus-summary-nnir-goto-thread): Change group if needed.
10443
10444         * gnus-group.el (gnus-group-group-map): Add key binding for
10445         gnus-group-make-nnir-group.
10446
10447 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10448
10449         * shr.el (shr-tag-object): Add.
10450
10451         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10452         original article buffer live.
10453         (gnus-summary-select-article-buffer):
10454         Mention gnus-widen-article-buffer.
10455
10456 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10457
10458         * shr.el (shr-tag-strong): Add.
10459
10460 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10461
10462         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10463         group names.  They mess up the group buffer badly.
10464
10465         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10466
10467         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10468         instead of the summary one.
10469
10470 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10471
10472         * mml.el (mml-preview): Work properly when editing article.
10473
10474         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10475         gnus-have-read-active-file if it's already been in.
10476
10477 2010-10-22  Tom Tromey  <tromey@redhat.com>
10478
10479         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10480         gnus-group-completing-read.
10481
10482 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10483
10484         * message.el (message-mode-map): Don't bind M-; to comment region, to
10485         allow the global comment-dwim to work.
10486
10487 2010-10-21  Julien Danjou  <julien@danjou.info>
10488
10489         * message.el (message-setup-1): Allow message-default-headers to be a
10490         function.
10491
10492 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10493
10494         * shr.el (shr-tag-table): Simplify.
10495
10496 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10497
10498         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10499         to avoid trying to snarf invalid stuff.
10500
10501         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10502
10503         * gnus.el (gnus-message-archive-group): Quote value.
10504         (gnus-message-archive-group): Mark as changed.
10505
10506         * shr.el (shr-add-font): Don't put the font properties on the newline
10507         or the indentation.
10508
10509         * message.el (message-fix-before-sending): Change options when sending
10510         non-printable characters.
10511
10512         * gnus.el (gnus-message-archive-method): Change the default to
10513         monthly outgoing groups.
10514
10515         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10516         that have gotten new numbers.
10517
10518         * nnimap.el (nnimap-request-replace-article): New function.
10519
10520 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10523         (nnrss-request-article): Don't use special html washing code.
10524
10525 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * shr.el (shr-tag-table): Remove useless nconc.
10528
10529 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10530
10531         * gnus-art.el (article-wash-html): Simplify and remove the charset
10532         stuff.  Use the normal html rendering code instead of the special html
10533         washing code.
10534
10535         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10536         `gnus-w3m' symbols.
10537         (mm-text-html-washer-alist): Remove.
10538
10539         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10540         (mm-inline-media-tests): Remove use.
10541         (mm-text-html-renderer): Change default to the `shr' symbol.
10542
10543         * mm-view.el (mm-inline-text-html): Remove use.
10544
10545         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10546         `gnus-blocked-images' to be a function.
10547         (gnus-article-wash-function): Remove.
10548
10549 2010-10-20  Julien Danjou  <julien@danjou.info>
10550
10551         * spam.el (spam-list-of-processors): Mark as obsolete.
10552
10553         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10554         (nnimap-insert-partial-structure): Fix boundary detection.
10555
10556 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10557
10558         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10559         run file-truename on remote files.  This can be expensive and even
10560         prevent one from editing drafts if some unrelated buffer has a stale
10561         connection.
10562
10563 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10564
10565         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10566         kinsoku-eol regardless of shr-kinsoku-shorten.
10567         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10568         (shr-tag-table): Support caption, thead, and tfoot.
10569
10570 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10571
10572         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10573         lines.
10574         (shr-save-contents): New command and keystroke.
10575
10576         * nndoc.el (nndoc-type-alist): Add git support.
10577         (nndoc-git-type-p): New function.
10578         (nndoc-transform-git-article): Ditto.
10579         (nndoc-transform-git-headers): Ditto.
10580         (nndoc-transform-git-headers): Generate Subject headers.
10581
10582         * shr.el (shr-parse-style): New function.
10583         (shr-tag-span): Ditto.
10584
10585         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10586         to `G G' to avoid collisions.
10587
10588 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10589
10590         * shr.el: Load kinsoku if necessary.
10591         (shr-kinsoku-shorten): New internal variable.
10592         (shr-find-fill-point): Make kinsoku shorten text line if
10593         shr-kinsoku-shorten is bound to non-nil.
10594         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10595         shr-indentation too when testing if table is wider than frame width.
10596         (shr-insert-table): Use `string-width' instead of `length' to measure
10597         text width.
10598         (shr-insert-table-ruler): Make sure indentation is done at bol.
10599
10600 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10601
10602         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10603         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10604         undecoded network data.
10605
10606 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10607
10608         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10609         name in the mode line spec so that the mode line menu works
10610         (bug#2431).
10611
10612         * message.el (message-get-reply-headers): If we're fed `to-address',
10613         then always use that.
10614
10615         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10616         aren't so wide as to need to switch off the edit menu.
10617
10618         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10619         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10620
10621         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10622         `M-g'.
10623         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10624         the permanent marks.
10625
10626 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10627
10628         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10629         Splitting according to references/in-reply-to obeys the ignore-groups
10630         variable, while splitting by sender and subject do not.
10631
10632 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10633
10634         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10635         alist, so that we can look for non-Unicode chars.
10636         (article-translate-strings): Allow both character and string maps.
10637
10638 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10639
10640         * shr.el (shr-insert): Don't insert space behind a wide character
10641         categorized as kinsoku-bol, or between characters both categorized as
10642         nospace.
10643
10644 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10645
10646         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10647         headers to gnus-newsgroup-headers.
10648
10649 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10650
10651         * shr.el (shr-tag-img): Don't align images -- since we're not
10652         rescaling, this often leads to ugly displays.
10653
10654 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10655
10656         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10657         duplicates.
10658
10659 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10660
10661         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10662         call.
10663
10664 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10665
10666         * gnus.el: Autoload gnus-html-show-images.
10667
10668         * nnimap.el: Use nnheader-message throughout.
10669
10670         * shr.el (shr-tag-img): Ignore images with no data.
10671
10672 2010-10-15  Julien Danjou  <julien@danjou.info>
10673
10674         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10675         a possibility to disable format=flow encoding when using hard newlines.
10676
10677 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10678
10679         * shr.el (shr-insert): Remove space inserted before or after a
10680         breakable character or at the beginning or the end of a line.
10681         (shr-find-fill-point): Do kinsoku; find the second best point or give
10682         it up if there's no breakable point.
10683
10684 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10685
10686         * nnimap.el (nnimap-open-connection): Message when opening connection
10687         for debugging purposes.
10688
10689         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10690         on every setup buffer call to allow this to change from article to
10691         article.
10692
10693         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10694         buffers where we have a wide table.
10695
10696 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10697
10698         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10699         uses *-request-thread.
10700
10701 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10702
10703         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10704         incantation, which is no longer valid.
10705
10706 2010-10-14  Julien Danjou  <julien@danjou.info>
10707
10708         * shr.el: Fix defcustom type (char -> character).
10709
10710 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10711
10712         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10713         programs.
10714
10715 2010-10-14  Julien Danjou  <julien@danjou.info>
10716
10717         * shr.el (shr-tag-a): Use url-link as widget type.
10718
10719         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10720         `gnus-group-get-icon'.
10721
10722 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10723
10724         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10725         This should make server editing work better.
10726
10727         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10728
10729         * tls.el (tls-program): Remove spurious %s from openssl.
10730
10731         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10732         (nnimap-parse-flags): Fix regexp.
10733
10734         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10735         probably work for CJVK text, too.
10736
10737         * nnimap.el (nnimap-extend-tls-programs): Remove.
10738         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10739
10740         * tls.el (tls-starttls-switches): Remove starttls hack.
10741         (open-tls-stream): Ditto.
10742         (tls-find-starttls-argument): Ditto.
10743
10744 2010-10-13  Julien Danjou  <julien@danjou.info>
10745
10746         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10747         responses.
10748
10749 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10750
10751         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10752
10753         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10754         anything in Emacs.
10755
10756         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10757
10758 2010-10-13  Julien Danjou  <julien@danjou.info>
10759
10760         * shr.el (shr-width): Make shr-width a defcustom with default to
10761         fill-column.
10762         (shr-tag-img): Use shr-width rather than fill-column.
10763
10764 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * dgnushack.el (byte-optimize-apply):
10767         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10768
10769         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10770         position when (X-)Faces exist.
10771         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10772         avatars when called interactively.
10773
10774 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10777         gnus-article-x-face-too-ugly is bound.
10778
10779 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10780
10781         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10782
10783         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10784         mailbox that doesn't exist.
10785
10786 2010-10-12  Julien Danjou  <julien@danjou.info>
10787
10788         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10789         (shr-get-image-data): Encode URL properly when fetching from cache.
10790         (shr-tag-img): Use aligned-to spaces to align correctly images.
10791
10792         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10793         before inserting the Gravatar.
10794
10795         * shr.el (shr-tag-img): Add align attribute support for <img>.
10796
10797 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10798
10799         * gnus-gravatar.el (gnus-art): Require.
10800
10801         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10802         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10803         Remove long obsoleted functions.
10804
10805 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10808
10809         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10810
10811         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10812         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10813         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10814         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10815         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10816         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10817         * sieve-manage.el, smime.el, spam.el:
10818         Fix comment for declare-function.
10819
10820 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10821
10822         * nnimap.el (nnimap-request-rename-group): Select group read-only
10823         before renaming it.
10824
10825         * shr.el (shr-insert): Fix up the white space only regexp.
10826
10827         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10828         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10829
10830         * shr.el (shr-current-column): New function.
10831         (shr-find-fill-point): New function.
10832
10833 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10834
10835         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10836         numbers.
10837
10838 2010-10-11  Julien Danjou  <julien@danjou.info>
10839
10840         * shr.el (shr-hr-line): Add.
10841         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10842         display hr lines.
10843         (shr-max-columns): Do not change state to nil if we just inserting
10844         spaces.
10845
10846 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10847
10848         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10849         select the last group.
10850
10851 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10852
10853         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10854
10855 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10856
10857         * dig.el (dig-mode-map): Declare and define in one step.
10858
10859 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10860
10861         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10862         for Gnus.
10863         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10864         (nnimap-update-qresync-info): Mark \Seen articles as read.
10865
10866         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10867         non-variable, too.
10868
10869         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10870         available.
10871         (nnimap-update-info): Rely more on the current active than the param
10872         active to avoid marking articles as read too much.
10873
10874         * auth-source.el (auth-source-create): Use (user-login-name) for the
10875         user name default.
10876
10877         * nnimap.el (nnimap-update-info): If the server doesn't return any
10878         useful info, just use the previous info.
10879         (nnimap-update-info): Prefer old info over start-article.
10880         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10881
10882 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10883
10884         * nnir.el (autoload): Clean up autoloads.
10885         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10886         Use key rather than value.
10887         (nnir-imap-search-other): New variable.
10888         (nnir-read-parm): Use it.
10889         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10890         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10891
10892 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10893
10894         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10895         the process, too.
10896
10897 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10898
10899         * spam.el (gnus-summary-mode-map): Bind to "$".
10900         Suggested by Russ Allbery.
10901
10902         * shr.el: Rework the way things are indented by <li> slightly.
10903
10904         * gnus.el (gnus-group-set-parameter): Fix typo.
10905
10906         * nnimap.el: Start implementing QRESYNC support.
10907
10908 2010-10-09  Julien Danjou  <julien@danjou.info>
10909
10910         * nnir.el (nnir-engines): Fix too many arguments.
10911
10912 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10913
10914         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10915         group is the "last", so that the backends like nnfolder actually save
10916         their folders.
10917
10918         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10919         try to use that for the tls stream.
10920         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10921         UIDVALIDITY and find out which groups are read-only and not.
10922         (nnimap-get-flags): Use the same marks parsing code as the rest of
10923         nnimap.
10924
10925 2010-10-09  Julien Danjou  <julien@danjou.info>
10926
10927         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10928
10929         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10930         retrieving gravatars.
10931
10932         * shr.el (shr-table-corner): Add.
10933         (shr-table-line): Add.
10934         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10935
10936 2010-10-08  Julien Danjou  <julien@danjou.info>
10937
10938         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10939
10940 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10941
10942         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10943
10944         * gnus-sum.el (gnus-mark-article-as-unread)
10945         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10946         (gnus-summary-set-bookmark): Use it.
10947
10948         * gnus-msg.el (gnus-setup-message): Use it.
10949
10950         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10951
10952         * gnus.el (gnus-group-remove-parameter): Use it.
10953
10954         * gnus-group.el (gnus-group-make-web-group): Use it.
10955
10956         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10957
10958         * nnregistry.el: Update docs to mention manual.
10959
10960         * gnus-registry.el: Update docs to mention nnregistry.el.
10961         (gnus-registry-initialize): Don't install nnregistry refer method
10962         automatically.
10963         (gnus-registry-install-nnregistry): Remove it.
10964
10965 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10966
10967         * shr.el (shr-insert): Don't insert double spaces.
10968
10969 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10970
10971         * gnus-gravatar.el (gnus-treat-from-gravatar)
10972         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10973         called interactively.
10974
10975         * gnus-art.el (gnus-mime-view-part-externally)
10976         (gnus-mime-view-part-internally): Make predicate function passed to
10977         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10978         of a mime type.
10979
10980         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10981
10982 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10983
10984         * shr.el (require): Require cl when compiling.
10985         (shr-tag-hr): New function.
10986
10987         * nnimap.el (nnimap-update-info): Remove double setting of high.
10988         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10989         This makes nnimap work properly on Courier again.
10990
10991         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10992         the variable for backwards compatibility.
10993
10994         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10995         the file name before using to avoid setting mm-default-directory to
10996         nil.
10997
10998         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10999         bidning gnus-agent variables.
11000
11001         * shr.el (shr-render-td): Use a cache for the table rendering function
11002         to avoid getting an exponential rendering behavior in nested tables.
11003         (shr-insert): Rework the line-breaking algorithm.
11004         (shr-insert): Don't leave trailing spaces.
11005         (shr-insert-table): Also insert empty TDs.
11006         (shr-tag-blockquote): Ensure paragraphs after </ul>.
11007
11008 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11009
11010         * gnus-sum.el (gnus-number): Rename from `number'.
11011         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
11012         (gnus-summary-limit-children): Update uses correspondingly.
11013
11014 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11015
11016         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
11017         (gnus-gravatar-transform-address): Don't show avatars of people of
11018         which mail addresses match gnus-gravatar-too-ugly.
11019
11020 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11021
11022         * shr.el (shr-table-widths): Expand TD elements to fill available
11023         space.
11024
11025 2010-10-07  Julien Danjou  <julien@danjou.info>
11026
11027         * nnimap.el (nnimap-request-rename-group): Add this method.
11028
11029 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11030
11031         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
11032         name from XEmacs' function-arglist.
11033
11034         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
11035         gravatar under XEmacs.
11036
11037 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
11038
11039         * auth-source.el: Update docs with TODO items.
11040
11041         * gnus-sync.el: Update docs to explain state and plans.
11042
11043         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
11044         Hooks for mark updates.
11045         (gnus-request-set-mark, gnus-request-update-mark): Use them.
11046
11047         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
11048         hooks with arguments, which is needed for mark update hooks.
11049
11050 2010-10-06  Julien Danjou  <julien@danjou.info>
11051
11052         * gnus.el (gnus-expand-group-parameter): Only return and act on what
11053         was matched.
11054
11055         * sieve-manage.el: Update example in `Commentary'.
11056
11057         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
11058
11059         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
11060         not 2000.
11061         (sieve-manage-authenticate): Re-add function.
11062
11063 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11064
11065         * shr.el (shr-insert): Get 'space transition right.
11066         (shr-render-td): Only delete space at the end of the TD.
11067
11068         * nnimap.el (nnimap-open-connection): Prepare to support
11069         open-gnutls-stream.
11070
11071         * shr.el: Rearrange function order to be more logical.
11072
11073 2010-10-06  Julien Danjou  <julien@danjou.info>
11074
11075         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
11076         (nnrss-discover-feed): Remove 404 URL in docstring.
11077
11078         * nnir.el: Fix Swish-E URL.
11079         Fix Namazu URL.
11080
11081         * message.el (message-change-subject): Remove 404 URL in a comment.
11082
11083 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11084
11085         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
11086         called interactively.
11087
11088         * gnus-util.el (gnus-remove-if): Allow hash table.
11089         (gnus-remove-if-not): New function.
11090
11091         * gnus-art.el (gnus-mime-view-part-as-type):
11092         * gnus-score.el (gnus-summary-score-effect):
11093         * gnus-sum.el (gnus-read-move-group-name):
11094         Replace remove-if-not with gnus-remove-if-not.
11095
11096         * gnus-group.el (gnus-group-completing-read):
11097         Regard collection as a hash table if it is not a list.
11098
11099 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11100
11101         * shr.el (shr-render-td): Allow blank/missing <TD>s.
11102
11103         * shr.el: Document the table-rendering algorithm.
11104
11105 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
11108         for Emacsen having no `libxml-parse-html-region' support.
11109
11110 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11111
11112         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
11113         invalid URLs.
11114
11115         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
11116         line-broken.
11117         (shr-tag-img): Ignore image fetching errors.
11118         (shr-overlays-in-region): Compute overlay positions correctly.
11119
11120         * mm-decode.el (mm-shr): Require shr.
11121
11122         * gnus-art.el (gnus-blocked-images): Move variable here.
11123
11124         * shr.el (shr-insert-table): Bind free variable.
11125
11126         * mm-decode.el (mm-shr): Bind shr-content-function.
11127
11128         * shr.el (shr-content-function): New variable.
11129
11130         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
11131         added for symmetry.
11132
11133         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
11134
11135         * gnus-group.el (gnus-group-make-group): Doc fix.
11136
11137         * nnimap.el (nnimap-request-newgroups): Return success.
11138
11139         * shr.el (shr-find-elements): New function.
11140         (shr-tag-table): Put all the images after the table.
11141         (shr-tag-table): Really inhibit images inside the table.
11142         (shr-collect-overlays): Copy over overlays from the TD elements to the
11143         main document.
11144
11145         * mm-decode.el (mm-shr): Bind shr-blocked-images to
11146         gnus-blocked-images.
11147
11148 2010-10-05  Julien Danjou  <julien@danjou.info>
11149
11150         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
11151
11152         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
11153         (gnus-html-maximum-image-size): Add this function.
11154         (gnus-html-put-image): Use gnus-html-maximum-image-size.
11155
11156         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
11157         server-value of the capability is nil.
11158
11159 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11160
11161         * shr.el (shr-tag-em): Add <EM> tag.
11162
11163 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
11164
11165         * sieve-manage.el (sieve-manage-default-stream): Make default stream
11166         customizable.
11167
11168         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
11169         handing broken links to browse-url.
11170
11171 2010-10-05  Julien Danjou  <julien@danjou.info>
11172
11173         * gnus-util.el (gnus-emacs-completing-read)
11174         (gnus-iswitchb-completing-read): Use autoload rather than require.
11175
11176 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11177
11178         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
11179         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
11180         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
11181         iswitchb-temp-buflist for XEmacs.
11182
11183         * gnus-util.el (gnus-completing-read-function): Exclude
11184         gnus-icompleting-read and gnus-ido-completing-read from candidates for
11185         XEmacs since iswitchb.el is very old and ido.el is unavailable in
11186         XEmacs.
11187
11188         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
11189         not to use `delete-dups' that is unavailable in XEmacs 21.4.
11190
11191         * gnus-html.el: Don't require help-fns under XEmacs.
11192         (gnus-html-schedule-image-fetching): Work for XEmacs.
11193
11194         * mm-decode.el (mm-shr): Decode contents by charset.
11195
11196 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11197
11198         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
11199         unknown.
11200
11201         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
11202         (shr-get-image-data): Ensure against the cache file missing.
11203
11204         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
11205         for data.
11206
11207         * spam-report.el (spam-report-url-ping-plain): Don't query about
11208         killing the process.
11209
11210         * shr.el (shr-render-td): Protect against too-wide text.
11211
11212 2010-10-04  Julien Danjou  <julien@danjou.info>
11213
11214         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
11215         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
11216
11217         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
11218         retrieved.
11219
11220 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11221
11222         * shr.el (browse-url): Require.
11223         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
11224         lines.
11225         (shr-show-alt-text, shr-browse-image): New commands.
11226         (shr-browse-url, shr-copy-url): New commands.
11227
11228         * gnus-sum.el (gnus-widen-article-window): New variable.
11229         (gnus-summary-select-article-buffer): Use it.
11230
11231         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
11232         without @ signs.
11233
11234 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11235
11236         * nnir.el (nnir-run-imap): Remove spurious space in search string.
11237
11238 2010-10-04  Julien Danjou  <julien@danjou.info>
11239
11240         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
11241         for XEmacs.
11242
11243 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11244
11245         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
11246
11247         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
11248         (nnimap-close-server): Implement.
11249
11250         * dgnushack.el (iswitchb): Require to shut up the compiler.
11251
11252         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
11253         (shr-insert): Tweak line breaking.
11254         (shr-insert): Handle <pre> better.
11255         (shr-tag-li): Get <li> indentation right.
11256         (shr-tag-li): Get <li> indentation even righter.
11257         (shr-tag-blockquote): Ensure paragraph start.
11258         (shr-make-table): Tweak table generation.
11259         (shr-make-table): Fix typo.
11260
11261         * shr.el: Implement table rendering.
11262
11263 2010-10-04  Julien Danjou  <julien@danjou.info>
11264
11265         * gnus-html.el (gnus-html-put-image): Fix resize image code.
11266
11267 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11268
11269         * shr.el (shr-insert): Use string anchors instead of line anchors.
11270
11271 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11272
11273         * shr.el: Add headings.
11274         (shr-ensure-paragraph): Actually work.
11275         (shr-tag-li): Make <ul> prettier.
11276         (shr-insert): Get white space at the beginning/end of elements right.
11277         (shr-tag-p): Collapse subsequent <p>s.
11278         (shr-ensure-paragraph): Don't insert double line feeds after blank
11279         lines.
11280         (shr-insert): \t is also space.
11281         (shr-tag-s): Fix "s" tag name function.
11282         (shr-tag-s): Fix face prop name.
11283
11284 2010-10-03  Julien Danjou  <julien@danjou.info>
11285
11286         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
11287
11288         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
11289         gnus-window-inside-pixel-edges.
11290
11291         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
11292         gnus-ems.
11293
11294         * mm-view.el (mm-inline-image-emacs): Support image resizing.
11295
11296         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
11297         function.
11298
11299         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
11300         resize choice.
11301
11302 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11303
11304         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
11305         beginning of the buffer.
11306
11307         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
11308         article buffer again.
11309
11310         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
11311
11312         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
11313         when it's at the start of the buffer.
11314
11315         * shr.el (shr-tag-blockquote): Convert name.
11316         (shr-rescale-image): Use the right image-size variant.
11317
11318         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11319         buffer isn't shown, then select the current article first instead of
11320         bugging out.
11321         (gnus-summary-select-article-buffer): Show both the article and summary
11322         buffers again.
11323
11324         * shr.el (shr-fontize-cont): Protect against regions with no text.
11325         Rename tag functions to shr-tag-* for enhanced security.
11326         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11327
11328 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11329
11330         * shr.el (shr-insert):
11331         * pop3.el (pop3-movemail):
11332         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11333         loaded.
11334
11335 2010-10-03  Glenn Morris  <rgm@gnu.org>
11336
11337         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11338
11339         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11340
11341         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11342
11343         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11344
11345         * gnus-util.el (gnus-make-local-hook): Simplify.
11346
11347 2010-10-02  Julien Danjou  <julien@danjou.info>
11348
11349         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11350         (gnus-ido-completing-read): New function.
11351         (gnus-emacs-completing-read): New function.
11352         (gnus-completing-read): Use gnus-completing-read-function.
11353         Add gnus-completing-read-function.
11354
11355 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11356
11357         * shr.el (shr-insert-document): Autoload.
11358         (shr-img): Be silent.
11359         (shr-insert): Add a newline after every picture before text.
11360         (shr-add-font): Use overlays for combining faces.
11361         (shr-insert): Pass upwards the text start point.
11362
11363         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11364         possible.
11365         (mm-shr): New function.
11366
11367 2010-10-02  Julien Danjou  <julien@danjou.info>
11368
11369         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11370         should go backward.
11371
11372 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11373
11374         * shr.el (shr): Fix typo in provide call.
11375
11376 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11377
11378         * shr.el: New file.
11379
11380         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11381
11382         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11383         completing read.
11384
11385 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11386
11387         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11388         we're being queried about.  Suggested by Dan Jacobson.
11389
11390         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11391         Suggested by Jason Eisner.
11392
11393         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11394         table, too.  Suggested by Stefan Wiens.
11395         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11396         the table unnecessary.  Suggested by Stefan Wiens.
11397
11398         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11399         longer needed, and probably doesn't work either, as pointed out by
11400         Stefan Wiens.
11401         (gnus-summary-exit): Remove call to the clearing function.
11402         (gnus-summary-exit-no-update): Ditto.
11403
11404         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11405         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11406         Reported by Stefan Monnier.
11407         (gnus-summary-save-in-rmail): Ditto.
11408
11409         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11410         article buffer, instead of both the article buffer and the summary
11411         buffer.  Sort of suggested by Dan Jacobson.
11412
11413         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11414
11415         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11416         Suggested by Dan Jacobson.
11417
11418         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11419         documentation clearer.
11420
11421         * message.el (message-shorten-references): Comment on the number "21".
11422         Suggested by Stefan Monnier.
11423
11424         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11425         Suggested by Dan Jacobson.
11426
11427         * gnus.el (gnus-large-newsgroup):
11428         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11429
11430         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11431         externalize attachments.  Bug reported by Steve Wen.
11432
11433         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11434         really message anything to the user.
11435
11436         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11437         directly.
11438
11439         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11440         messages in empty groups.
11441
11442 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11443
11444         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11445         non-UIDNEXT group.
11446
11447 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11448
11449         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11450         not the value from the collection.
11451
11452         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11453         values.  This sometimes happens on some groups that have no info.
11454         (nnimap-request-newgroups): New function.
11455
11456 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11457
11458         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11459         check into `gnus-registry-initialize'.
11460         (gnus-registry-initialize): Ditto.
11461         Fix and extend header docs.
11462
11463 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11464
11465         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11466         regexp backtrace overflows.
11467
11468         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11469         for starttls that tls.el implements; i.e. openssl.
11470
11471         * tls.el (tls-starttls-switches): Give up on using starttls with
11472         gnutls-cli.
11473         (tls-program): Add --insecure to be consistent with the defaults from
11474         openssl s_client.  Now all three commands are insecure.
11475
11476 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11477
11478         * lpath.el: Bind completion-styles-alist for XEmacs.
11479
11480         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11481         (gravatar-create-image): New function that's an alias to
11482         gnus-xmas-create-image, gnus-create-image, or create-image.
11483         (gravatar-data->image): Use it.
11484
11485 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11486
11487         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11488         install the nnregistry refer method.
11489         (gnus-registry-install-hooks): Use it.
11490         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11491         unfollowed groups.
11492
11493 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11494
11495         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11496         expanding threads.
11497
11498 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11499
11500         * nnir.el: Use the server names without suffixes (bug#7009).
11501
11502         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11503         unencrypted to STARTTLS, if possible.
11504
11505 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11506
11507         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11508         headers before superseding.
11509
11510 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11511
11512         * nnrss.el (nnrss-use-local): Add documentation.
11513
11514         * nnimap.el (nnimap-extend-tls-programs): New function.
11515         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11516         (nnimap-wait-for-connection): Accept the greeting from the stupid
11517         output from openssl s_client -starttls, too.
11518
11519         * tls.el (tls-starttls-switches): New variable.
11520         (tls-find-starttls-argument): Use it.
11521         (open-tls-stream): Ditto.
11522
11523         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11524         (netrc-machine): Ditto.
11525
11526         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11527         article number.
11528         (nnimap-split-fancy): New variable.
11529         (nnimap-split-incoming-mail): Use it.
11530
11531         * nntp.el (nntp-server-list-active-group): Document.
11532
11533         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11534         SELECT to get the message-id.
11535
11536         * mail-source.el (mail-sources): Remove webmail support.
11537         (defvar): Ditto.
11538         (mail-source-fetcher-alist): Ditto.
11539         (mail-source-fetch-webmail): Remove.
11540
11541         * webmail.el: Remove -- doesn't seem relevant any more.
11542
11543         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11544
11545         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11546         the \r.
11547
11548 2010-09-30  Julien Danjou  <julien@danjou.info>
11549
11550         * gnus-agent.el (gnus-agent-add-group): Fix call to
11551         gnus-completing-read.
11552
11553 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11554
11555         * nndoc.el (nndoc-retrieve-groups): New function.
11556
11557         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11558         `default', use nnmail-split-methods.
11559         (nnimap-request-article): Downcase the NILs so that they are nil.
11560
11561         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11562         symbol.
11563
11564         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11565         code, since if the user has requested network, that's what they ought
11566         to get.
11567         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11568         (nnimap-split-rule): Mark as obsolete.
11569
11570         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11571         New variable.
11572
11573         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11574         correct slot, too.
11575
11576 2010-09-29  Julien Danjou  <julien@danjou.info>
11577
11578         * gnus.el (gnus-local-domain): Declare variable obsolete.
11579
11580         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11581         Fix history computing.
11582         (gnus-ido-completing-read): Require ido.
11583
11584 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11585
11586         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11587         build Gnus.
11588
11589         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11590         when interpreting the structures.
11591         (nnimap-request-accept-article): Add \r\n to the lines to make this
11592         work with Cyrus.
11593
11594         * nndraft.el (nndraft-request-expire-articles): Use the group name
11595         instead if "nndraft".  Fix found by Nils Ackermann.
11596
11597 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11598
11599         * nnregistry.el: Add.
11600
11601 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11602
11603         * nnmail.el (group, group-art-list, group-art):
11604         Remove unneeded directives.
11605
11606 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11607
11608         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11609         (mm-mime-charset):
11610         * rfc2047.el (rfc2047-syntax-table):
11611         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11612
11613         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11614         rather than `insert-file-contents' and `eval-region'.
11615
11616         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11617         construction.
11618
11619         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11620
11621         * time-date.el: No need to require cl for Emacs 21.
11622
11623 2010-09-29  Julien Danjou  <julien@danjou.info>
11624
11625         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11626         replacement of `gnus-gravatar-relief' to mimic
11627         `gnus-faces-properties-alist'.
11628         Add :version property.
11629
11630 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * mail-source.el (mail-source-report-new-mail):
11633         * message.el (message-default-mail-headers):
11634         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11635
11636         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11637
11638 2010-09-28  Julien Danjou  <julien@danjou.info>
11639
11640         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11641         mail-address contains the same string as real-name.
11642
11643         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11644         non-blank in header, otherwise it'll get stripped.
11645
11646         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11647         real-name, and then for mail address rather than doing : or , search.
11648
11649 2010-09-27  Julien Danjou  <julien@danjou.info>
11650
11651         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11652         right completing-read function.
11653         (gnus-use-ido): New variable
11654         (gnus-completing-read-with-default): Remove.
11655         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11656         (gnus-agent-add-group):
11657         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11658         * mm-view.el (mm-view-pkcs7-decrypt):
11659         * mm-util.el (mm-codepage-setup):
11660         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11661         * mml-smime.el (mml-smime-openssl-sign-query):
11662         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11663         (mml-insert-multipart):
11664         * gnus-msg.el (gnus-summary-yank-message):
11665         * gnus-int.el (gnus-start-news-server):
11666         * mm-decode.el (mm-interactively-view-part):
11667         * gnus-dired.el (gnus-dired-attach):
11668         * gnus.el (gnus-read-method):
11669         * gnus-bookmark.el (gnus-bookmark-jump):
11670         * gnus-art.el (gnus-mime-view-part-as-type)
11671         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11672         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11673         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11674         * nnmairix.el (nnmairix-create-server-and-default-group)
11675         (nnmairix-update-groups, nnmairix-get-server)
11676         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11677         (nnmairix-get-group-from-file-path):
11678         * nnrss.el (nnrss-find-rss-via-syndic8):
11679         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11680         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11681         (gnus-group-browse-foreign-server):
11682         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11683         (gnus-summary-execute-command, gnus-summary-respool-article)
11684         (gnus-read-move-group-name):
11685         * gnus-score.el (gnus-summary-increase-score)
11686         (gnus-summary-score-effect):
11687         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11688
11689 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11690
11691         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11692         x-focus-frame.
11693
11694         * nnimap.el (auth-source-forget-user-or-password)
11695         (auth-source-user-or-password): Autoload.
11696
11697         * message.el (message-from-style, message-interactive)
11698         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11699         (message-yank-prefix, message-indentation-spaces, message-signature)
11700         (message-signature-file): Add comment.
11701
11702 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11703
11704         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11705         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11706         new articles.
11707
11708         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11709         parts.
11710         (nnimap-request-article): Work with the t setting, too.
11711
11712         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11713         that you don't get flashes of other buffers.
11714         (gnus-summary-show-complete-article): Intern before setting.
11715
11716 2010-09-27  David Engster  <dengste@eml.cc>
11717
11718         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11719         well as HEADERS.
11720         (nnmairix-retrieve-headers): Provide new argument for the above.
11721
11722 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11723
11724         * gnus-sum.el (gnus-summary-move-article): Don't alter
11725         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11726         group.
11727
11728         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11729
11730         * message.el (message-cite-prefix-regexp): Revert my last edit.
11731
11732         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11733         variable instead of the Gnus variable.
11734
11735         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11736
11737         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11738
11739         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11740         since some servers don't like it.
11741         (nnimap-open-connection): Forget credentials if the server says the
11742         password was wrong.
11743         (nnimap-parse-line): Protect against invalid data.
11744
11745         * gnus-sum.el (gnus-summary-move-article): Add comment.
11746         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11747         nothing alters it while scanning for new messages.
11748
11749         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11750         which may or may not help.
11751         (nnimap-open-connection): If we're doing a stream connection, and then
11752         discover we're on a STARTTLS-capable server, then open a STARTTLS
11753         connection instead.
11754
11755 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11756
11757         * nnimap.el (utf7): Require.
11758
11759         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11760         prefix.
11761
11762 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11763
11764         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11765
11766 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11767
11768         * nnimap.el (nnimap-request-accept-article): Message the error on
11769         error.
11770
11771 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11772
11773         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11774
11775 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11776
11777         * nndoc.el (nndoc-request-list): Return success always.
11778
11779         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11780         `fetch-old' -- we only want to fetch the articles we've requested.
11781         The rest are in the agent, probably.
11782         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11783         disappeared server" to something low.  It's not important.
11784
11785         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11786         arrived before the FETCH data.
11787
11788         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11789         target here, because we don't know the Gnus name of the group.
11790
11791         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11792         for the correct group.
11793
11794         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11795
11796         * gnus.el (gnus): Give a final warning after startup.
11797
11798         * gnus-util.el (gnus-action-message-log): New variable.
11799         (gnus-message): Use it.
11800         (gnus-final-warning): New function.
11801
11802         * nnimap.el (nnimap-open-connection): Record the greeting.
11803         (nnimap): Add greeting.
11804
11805 2010-09-26  Julien Danjou  <julien@danjou.info>
11806
11807         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11808         arguments.
11809         (gnus-html-wash-images): Fix spec computing to include start/end.
11810
11811         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11812
11813 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11814
11815         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11816         deletion.
11817         (nnimap-retrieve-headers): Don't select the group, because that's
11818         already done by nnimap-possibly-change-group.
11819
11820         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11821         (gnus-picon-transform-address): Use it.
11822
11823         * mail-source.el (mail-source-value): Revert previous patch.
11824
11825         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11826         on failure.
11827         (nnimap-open-connection): Look up both virtual and physical server name
11828         credentials.
11829
11830         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11831
11832 2009-02-07  Dave Love  <fx@gnu.org>
11833
11834         * tls.el (open-tls-stream): Don't query killing process.
11835
11836 2009-02-08  Dave Love  <fx@gnu.org>
11837
11838         * gnus-win.el (gnus-window-to-buffer-helper)
11839         (gnus-all-windows-visible-p): Function needn't be a symbol.
11840
11841         * mail-source.el (mail-source-value): Function needn't be a symbol.
11842
11843 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11844
11845         * message.el (message-cite-prefix-regexp): Remove } from the cite
11846         prefix.
11847
11848         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11849         highlight again, so that the highlight is correct.
11850
11851         * gnus-picon.el (gnus-picon): Remove again.
11852         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11853
11854         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11855         doing the header highlightling, so that the background color of the
11856         picon is correct.
11857
11858         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11859         (gnus-picon): Ditto.
11860         (gnus-picon): Reinstate.  The background color for picons is white.
11861         (gnus-picon-insert-glyph): Make the background white.
11862
11863         * nnml.el (nnml-open-nov): Don't return dead buffers.
11864
11865         * auth-source.el (auth-source-create): Query the user for whether to
11866         store the credentials.
11867
11868         * netrc.el (netrc-store-data): New function.
11869
11870         * auth-source.el (auth-source-user-or-password): Use the existing auth
11871         sources, if any, for creation.
11872
11873         * gnus.el (gnus-group-fast-parameter): Return the last matching
11874         parameter instead of the first matching parameter.
11875
11876 2010-09-26  Julien Danjou  <julien@danjou.info>
11877
11878         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11879
11880 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11881
11882         * mml2015.el (mml2015-use): Remove gpg support.
11883
11884         * mml1991.el (mml1991-function-alist): Remove gpg function.
11885         (mml1991-gpg-sign): Remove.
11886
11887 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11888
11889         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11890         (gnus-browse-unsubscribe-current-group): Document it.
11891         (gnus-browse-unsubscribe-group): Use it.
11892
11893 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11894
11895         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11896         address to the To list for easier response.
11897
11898         * gnus.el (gnus-play-startup-jingle): Remove.
11899         (gnus-splash): Don't play jingle.
11900         (gnus): Silence gnus-load message.
11901
11902         * gnus-art.el (gnus-treat-play-sounds): Remove.
11903
11904         * gnus.el (gnus-play-jingle): Remove audio support.
11905
11906         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11907
11908         * earcon.el: Remove -- no users.
11909
11910         * gnus-audio.el: Remove -- no users of this package.
11911
11912         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11913
11914         * gnus-start.el (gnus-setup-news): Remove nocem support.
11915
11916         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11917
11918         * gnus.el (gnus-use-nocem): Remove.
11919
11920         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11921         Remove.
11922
11923         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11924         uses NoCeM any more.
11925
11926         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11927         (gnus-button-ctan-handler): Ditto.
11928         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11929         (gnus-button-ctan-directory-regexp): Ditto.
11930         (gnus-button-handle-ctan): Ditto.
11931         (gnus-button-tex-level): Ditto.
11932         (gnus-button-alist): Remove CTAN stuff.
11933
11934 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11935
11936         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11937         nnimap-streaming test.
11938
11939         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11940         servers twice.
11941
11942         * nnimap.el (nnimap-open-connection): Add more error reporting when
11943         nnimap fails early.
11944
11945         * nnheader.el (nnheader-get-report-string): New function.
11946         (nnheader-get-report): Use it.
11947
11948         * gnus-int.el (gnus-check-server): Say what the error was when opening
11949         failed.
11950
11951         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11952         using streaming.
11953
11954 2010-09-25  Julien Danjou  <julien@danjou.info>
11955
11956         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11957         gnus-window-inside-pixel-edges.
11958
11959 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11960
11961         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11962
11963         * mm-decode.el (mm-save-part): Allow saving to other directories the
11964         normal Emacs way.
11965
11966         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11967         Suggested by Jay Berkenbilt.
11968
11969         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11970         there isn't a single byte.
11971
11972         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11973         just do it.  It doesn't really seem to matter what the user responds
11974         here, I think, so it's just a confusing question.
11975
11976         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11977         non-streaming case.
11978
11979         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11980         (gnus-article-encrypt-body): Use it.
11981
11982         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11983         keystroke.
11984
11985         * nnimap.el (nnimap-find-wanted-parts-1):
11986         Use gnus-fetch-partial-articles.
11987
11988         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11989
11990         * nnimap.el (nnimap-insert-partial-structure): New function.
11991         (nnimap-get-partial-article): New function.
11992         (nnimap-request-article): Use it.
11993         (nnimap-wait-for-response): Return whether the wait was successful.
11994         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11995         retrieval wasn't successful.
11996         (nnimap-retrieve-group-data-early): Allow throttling servers.
11997         (nnimap-streaming): New variable.
11998         (nnimap-fetch-partial-articles): Remove.
11999
12000         * mm-decode.el (mm-with-part): Protect against killed buffers.
12001
12002         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
12003         for prettier summary display.
12004
12005 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
12006
12007         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
12008
12009 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12010
12011         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
12012         apparently third-party libraries depend on it.
12013
12014         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
12015         before starting negotiation.
12016
12017         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
12018         privacy reasons.
12019         (gnus-treat-mail-gravatar): Ditto.
12020
12021         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
12022         buffer when inserting images.  Inserting text into the headers, for
12023         instance, can make them invalid.
12024
12025 2010-09-25  Julien Danjou  <julien@danjou.info>
12026
12027         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
12028         variables.
12029
12030         * nnheader.el: Remove useless variables news-reply-yank-from and
12031         news-reply-yank-message-id.
12032
12033         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
12034         variables.
12035
12036         * mml1991.el: Remove useless mml1991-verbose.
12037
12038         * gnus.el: Remove useless variable gnus-use-generic-from.
12039         Remove obsolete variable gnus-topic-indentation.
12040
12041         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
12042
12043         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
12044
12045         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
12046
12047         * gnus-group.el: Remove useless gnus-group-icon-cache.
12048         Remove useless gnus-ephemeral-group-server.
12049
12050         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
12051
12052         * mml2015.el: Remove useless mml2015-verbose.
12053
12054         * mml-smime.el: Remove useless mml-smime-verbose.
12055
12056         * gnus.el: Remove useless gnus-local-domain.
12057
12058         * gnus-gravatar.el (gnus-gravatar-transform-address):
12059         Use gnus-gravatar-size.
12060
12061         * gnus-art.el: Remove useless gnus-treat-translate.
12062
12063 2010-09-24  Julien Danjou  <julien@danjou.info>
12064
12065         * gnus-sum.el: Add support for Gravatars.
12066
12067         * gnus-art.el: Add support for Gravatars.
12068
12069         * gnus-gravatar.el: Add this file.
12070
12071         * gravatar.el: Add this file.
12072
12073 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12074
12075         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
12076
12077         * gnus-group.el (gnus-group-fetch-faq): Remove.
12078
12079         * gnus.el (gnus-group-faq-directory): Remove.
12080
12081         * gnus-group.el (gnus-group-fetch-charter): Remove.
12082
12083         * gnus.el (gnus-group-charter-alist): Remove.
12084
12085         * gnus-group.el (gnus-group-archive-directory): Remove.
12086         (gnus-group-recent-archive-directory): Ditto.
12087         (gnus-group-make-archive-group): Remove.
12088
12089         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
12090
12091         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
12092         use the same article number for all the cached articles.
12093
12094         * nnimap.el (nnimap-command): Register the last command time so
12095         that we can use it for idling NOOPs.
12096         (nnimap-open-connection): Start the keeplive timer.
12097         (nnimap-make-process-buffer): Store all the process buffers.
12098         (nnimap-keepalive): New function.
12099
12100         * starttls.el (starttls-open-stream): Add autoload cookie.
12101
12102 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
12103
12104         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
12105         handling.
12106
12107 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12108
12109         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
12110         its data structures.
12111
12112         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
12113         instead of the cl.el copy-list.
12114         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
12115         equalp.
12116
12117 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12118
12119         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
12120         and tool-bar-local-item-from-menu.
12121
12122         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
12123         mode-line-highlight face for Emacs.
12124
12125         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
12126         loading gnus-sum.elc; fix comment for canlock-verify.
12127         (gnus-article-jump-to-part): Use read-number.
12128         (gnus-insert-mime-button, gnus-insert-mime-security-button):
12129         Remove Emacs pre-21 compatible code for help-echo.
12130         (gnus-article-next-page-1): No need to adjust the number of lines.
12131         (gnus-article-describe-bindings): Always use help-buffer.
12132
12133         * gnus-audio.el (gnus-audio-inline-sound):
12134         * gnus-cus.el (gnus-custom-mode):
12135         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
12136
12137         * gnus-sum.el (gnus-remove-overlays): Doc fix.
12138
12139         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
12140         compatible code.
12141
12142 2010-09-24  Glenn Morris  <rgm@gnu.org>
12143
12144         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
12145         visiting the fcc file in rmail-mode.
12146
12147         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
12148
12149 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * nnir.el: Silence the byte compiler.
12152
12153         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
12154         alias to browse-url-url-encode-chars if any.
12155         (gnus-html-encode-url): Use it.
12156
12157 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12158
12159         * gnus-start.el (gnus-use-backend-marks): New variable.
12160         (gnus-get-unread-articles-in-group): Use it.
12161
12162         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
12163         makeover.
12164
12165 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12166
12167         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
12168
12169 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12170
12171         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
12172         Remove.
12173         (gnus-setup-news-hook):
12174         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
12175
12176         * gnus-int.el (gnus-request-update-info): Protect against backends not
12177         having the function.
12178
12179         * nnimap.el (nnimap-stream): Mention starttls.
12180         (nnimap-open-connection): Add starttls support.
12181
12182 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12183
12184         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
12185
12186 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12187
12188         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
12189         BODYSTRUCTUREs.
12190         (nnimap-transform-headers): Unfold quoted {42} headers.
12191
12192         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
12193         the info.
12194         (gnus-get-unread-articles): Only call updatep on backends that support
12195         it.
12196
12197         * nnweb.el (nnweb-request-update-info): NOOP.
12198
12199         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
12200
12201         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
12202         since it only deals with marks.
12203
12204         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
12205         gnus-request-marks, and make a new gnus-request-update-info.
12206
12207         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
12208         the active instead of the high number, which is usually too low.
12209
12210 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
12211
12212         * netrc.el (netrc-parse): Remove encrypt.el mentions.
12213         * encrypt.el: Remove.
12214
12215 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12216
12217         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
12218         server in symbolic form.
12219
12220         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
12221
12222 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12223
12224         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
12225         (nnimap-update-info): Fix up code slightly.
12226
12227         * gnus-int.el (gnus-open-server): Add tracing for performance
12228         debugging.
12229
12230         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
12231         (gnus-group-insert-group-line): Pass the real group name so that it
12232         gets the right data.
12233
12234         * gnus-start.el (gnus-get-unread-articles): Don't have
12235         `gnus-get-unread-articles-in-group' update info, since that can be
12236         really slow and doesn't seem to be needed?
12237
12238 2010-09-22  Dan Christensen  <jdc@uwo.ca>
12239
12240         * time-date.el (date-to-time): Try using parse-time-string first before
12241         using the slower timezone-make-date-arpa-standard.
12242
12243 2010-09-22  Julien Danjou  <julien@danjou.info>
12244
12245         * gnus-group.el (gnus-group-insert-group-line):
12246         Call gnus-group-highlight-line.
12247         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
12248         default hook list.
12249         (gnus-group-update-eval-form): Add new function.
12250         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
12251         (gnus-group-get-icon): Use gnus-group-update-eval-form.
12252
12253 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12254
12255         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
12256         immediate, then expire all articles.
12257         (nnimap-update-info): Fix off-by-one errors.
12258         (nnimap-flags-to-marks): Would return no marks lists for group with no
12259         flags.  Instead return the other data.
12260
12261 2010-09-22  Julien Danjou  <julien@danjou.info>
12262
12263         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
12264         Only return an icon.
12265         (gnus-group-insert-group-line): Compute icon to return.
12266
12267         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
12268         (gnus-html-image-fetched): Only cache if
12269         gnus-html-image-automatic-caching is set.
12270         (gnus-html-image-fetched): Check for errors.
12271
12272 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12273
12274         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
12275         once per method on `g'.  This ensures that backends like nnfolder don't
12276         open all their folders.
12277
12278         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
12279         (nnimap-request-list): Nix out group in the correct buffer.
12280         (nnimap-parse-flags): Implement by using `read' instead of
12281         hand-parsing.
12282         (nnimap-flags-to-marks): Pass on permanent-flags.
12283         (nnimap-make-process-buffer): Record the server name.
12284         (nnimap-parse-flags): Fix typo.
12285         (nnimap-request-scan): Run split on the server in general, not just a
12286         single group.
12287
12288         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
12289         parameter, and propagate this downwards.
12290
12291         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12292         since EXAMINE changes it on the server.
12293
12294         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
12295         this command might take a while.
12296
12297 2010-09-22  Julien Danjou  <julien@danjou.info>
12298
12299         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
12300         harmful if you have 2 images side-by-side, they can't be properly
12301         update on text deletion.  Using text-property is safer here.
12302         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
12303         data.
12304
12305 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12306
12307         * nnimap.el (nnimap-expunge-inbox): Remove.
12308         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
12309         (nnimap-expunge): Flip default to t.
12310
12311         * gnus.el (gnus-method-to-server): Don't push things to the cache
12312         unless it's unique.
12313         (gnus-server-to-method): Ditto.
12314
12315 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12316
12317         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12318
12319 2010-09-22  Julien Danjou  <julien@danjou.info>
12320
12321         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12322         get the start of data.
12323         (gnus-html-encode-url): Add this function to encode special chars in
12324         URL.
12325         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12326         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12327
12328         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12329         default.
12330         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12331
12332         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12333         images alt-text.
12334         (gnus-html-put-image): Put alt-text as help-echo.
12335
12336 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12337
12338         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12339         * mm-util.el (mm-decompress-buffer):
12340         * nnir.el (nnir-run-find-grep):
12341         * pop3.el (pop3-list): Use 3rd arg of split-string.
12342
12343         * time-date.el (format-seconds): Comment fix.
12344
12345         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12346         and byte-optimize-form-code-walker.
12347         (dgnushack-make-auto-load): Don't advise make-autoload.
12348
12349         * lpath.el: Remove Emacs 21 stuff.
12350
12351 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12352
12353         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12354         outside the active range.  Suggested by Dan Christensen.
12355
12356         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12357         slightly later to avoid double-getting it.
12358
12359         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12360         previous patch.
12361
12362         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12363
12364 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12365
12366         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12367
12368 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12369
12370         * gnus-int.el (gnus-open-server): Give a better error message in the
12371         "go offline" case.
12372
12373         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12374         marks for nnimap, which is seldom the right thing to do.
12375
12376         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12377         (gnus-same-method-different-name): New function.
12378
12379         * nnimap.el (parse-time): Require.
12380
12381         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12382         method in the presence of many similar methods.
12383
12384         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12385
12386         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12387         nnml-inhibit-expiry.
12388
12389         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12390         find out whether methods are equal.
12391
12392         * nnimap.el (nnimap-find-expired-articles): New function.
12393         (nnimap-process-expiry-targets): New function.
12394         (nnimap-request-move-article): Request the article before looking at
12395         what the Message-ID is.  Fix found by Andrew Cohen.
12396         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12397
12398         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12399         for oldness in addition to being a predicate.
12400
12401         * nnimap.el (nnimap-request-group): When we have zero articles, return
12402         the right data to Gnus.
12403         (nnimap-request-expire-articles): Only delete articles immediately if
12404         the target is 'delete.
12405
12406         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12407         method, this would bug out.
12408
12409         * gnus-group.el (gnus-group-expunge-group): Rename from
12410         gnus-group-nnimap-expunge, and implemented as a normal interface
12411         function.
12412
12413         * gnus-int.el (gnus-request-expunge-group): New function.
12414
12415         * nnimap.el (nnimap-request-create-group): Implement.
12416         (nnimap-request-expunge-group): New function.
12417
12418 2010-09-21  Julien Danjou  <julien@danjou.info>
12419
12420         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12421         (gnus-html-cache-expired): Add new function.
12422         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12423         wethever we should display image for fetch it.
12424         Compute alt-text earlier to pass it to the fetching function too.
12425         (gnus-html-schedule-image-fetching): Change function argument to only
12426         get one image at a time, not a list.
12427         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12428         cache.
12429         (gnus-html-get-image-data): New function to retrieve image data from
12430         cache.
12431         (gnus-html-put-image): Change buffer argument to use image data rather
12432         than file, and place image above region rather than inserting a new
12433         one.  Do not take alt-text as argument, since it's useless now: we place
12434         the image above alt-text.
12435         (gnus-html-prune-cache): Remove.
12436         (gnus-html-show-images): Start to fetch image when we find one, do not
12437         push into a temporary list.
12438         (gnus-html-prefetch-images): Only fetch image if they have expired.
12439         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12440         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12441
12442 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12443
12444         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12445
12446 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12447
12448         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12449         spec inser "*" if the group isn't active instead of 0.
12450
12451         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12452         opening the server.
12453         (nnimap-request-delete-group): Implement group deletion.
12454         (nnimap-transform-headers): Return the size of the entire message in
12455         the Bytes header, not just the size of the first part.
12456         (nnimap-request-move-article): When moving an article from nnimap,
12457         request the article first so the accepting form has an article to
12458         accept.  Reported by Dan Christensen.
12459         (nnimap-command): Make sure that the error message doesn't error out.
12460
12461 2010-09-20  David Edmondson  <dme@dme.org>
12462
12463         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12464         we haven't requested anything.
12465
12466 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12467
12468         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12469         "".  Fix found by Andrew Cohen.
12470
12471         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12472         instead of -encode-string.
12473
12474 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12475
12476         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12477
12478         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12479         by mm-subst-char-in-string.
12480
12481 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12482
12483         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12484         waiting for the connection string.
12485
12486         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12487         arriving.
12488
12489         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12490         bogus characters.  This allows selecting certain Gmail groups.
12491
12492         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12493         (nnimap-fetch-partial-articles): New variable.
12494         (nnimap-open-connection): When looking for credentials, also use the
12495         nnimap-server-port.
12496         (nnimap-request-article): Return the group/article number, so that Gnus
12497         `^' works as expected.
12498         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12499
12500         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12501         comments.
12502         (gnus-methods-sloppily-equal): New function.
12503         (gnus): When using the development version of Gnus, load the gnus-load
12504         file.
12505
12506         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12507         `gnus-open-server' on each method before trying to scan them etc.
12508         This ensures that all the backend parameters are set correctly.
12509
12510         * nnimap.el (nnimap-authenticator): New variable.
12511         (nnimap-open-connection): Allow anonymous login.
12512         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12513         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12514
12515         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12516         patch, found by Knut Anders Hatlen.
12517
12518 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12519
12520         * gnus-agent.el (gnus-agent-batch-confirmation)
12521         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12522         to gnus-message.
12523         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12524         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12525         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12526         * gnus-int.el (gnus-open-server): Likewise.
12527         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12528         (gnus-score-check-syntax): Likewise.
12529         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12530         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12531         Likewise.
12532         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12533
12534 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12535
12536         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12537         calling conventions so that prefetch doesn't bug out.
12538
12539 2010-09-19  Julien Danjou  <julien@danjou.info>
12540
12541         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12542         rather than `subst-char-in-region' in order to be able to replace ASCII
12543         char by UTF-8 ones.
12544
12545         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12546         than curl.
12547         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12548         the right URL and ALT text on images.
12549         (gnus-html-wash-tags): Fix tag case.
12550         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12551         (gnus-article-html): Add -o display_ins_del=2 option.
12552         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12553
12554 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12555
12556         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12557         the extra mail headers, which sometimes seem to happen for unknown
12558         reasons.
12559
12560         * mail-parse.el (mail-header-encode-parameter): Define as
12561         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12562         (or most, perhaps?) mail readers don't understand the latter, but do
12563         understand the former.
12564
12565         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12566         to nil, so that no methods are automatically agentized.  I think this
12567         is probably what most users want.
12568
12569         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12570         from url-retrieve, for instance about invalid URLs.
12571
12572         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12573         groups that have no articles.
12574         (nnimap-request-article): Check that we really got an article when we
12575         requested one.
12576
12577         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12578         doesn't exist.
12579
12580         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12581         nntp buffer so the agent can save it.
12582         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12583         that CRLF doesn't get translated to \n.
12584         (nnimap-open-connection): Don't make 'shell commands only send \n.
12585
12586 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12587
12588         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12589         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12590         Update var name.
12591         (nnml-generate-nov-file): Use dolist.
12592         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12593         Use with-current-buffer.
12594
12595 2010-09-18  Julien Danjou  <julien@danjou.info>
12596
12597         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12598         parallel.
12599
12600 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12601
12602         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12603         the range update right.
12604         (nnimap-request-group): Don't make `M-g' bug out on group with no
12605         marks.
12606         (nnoo): Require, so that other packages can require nnimap.
12607         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12608         command we're looking for.  This helps when the server sends more
12609         responses after we've gotten everything we expected.
12610         (nnimap): Add a `newlinep' field to keep track of end-of-line
12611         conventions.
12612         Don't send CRLF to things that don't want it.
12613         (nnimap-request-accept-article): Ditto.
12614
12615 2010-09-18  Julien Danjou  <julien@danjou.info>
12616
12617         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12618         than curl to retrieve images.
12619
12620 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12621
12622         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12623         the marks.
12624         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12625         (nnimap-wait-for-connection): New function.
12626         (nnimap-open-connection): If we have PREAUTH, don't query for login
12627         credentials.
12628         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12629         when doing a partial update.
12630
12631 2010-09-18  Julien Danjou  <julien@danjou.info>
12632
12633         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12634         tags.
12635
12636 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12637
12638         * nnimap.el (nnimap-credentials): New function.
12639         (nnimap-open-connection): Use the new function to look for credentials
12640         also on the numeric equivalents of "imap" and "imaps".
12641
12642         * gnus-start.el (gnus-activate-group): Send the info to
12643         gnus-request-group.
12644
12645         * nnimap.el (nnimap-request-group): Have the "check" version of the
12646         function parse flags and update the info, so that a `M-g' get a total
12647         resync of all flags from the group.
12648
12649         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12650         to allow backends to alter the info on group selection.  Also alter all
12651         the backend -request-group functions to take the parameter.
12652
12653         * nnimap.el (nnimap-store-info): New function.
12654         (nnimap-update-info): Store the info for later usage.
12655         (nnimap-request-group): Use the stored info for the dont-check case, so
12656         that we don't retrieve all marks when we enter a group.
12657
12658         * nnimap.el: Use deffoo instead of defun for interface functions.
12659
12660         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12661         update the group info.  This makes the nndraft groups, for instance, go
12662         back to their old behavior.
12663
12664         * gnus-sum.el (gnus-select-newsgroup): Indent.
12665
12666         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12667         in.
12668         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12669         nothing.
12670
12671         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12672         from methods that are denied.
12673
12674         * gnus-int.el (gnus-method-denied-p): New function.
12675
12676         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12677         store the password instead of netrc.
12678         (nnimap-open-connection): Don't error out when we can't make a
12679         connections.
12680
12681         * auth-source.el (auth-source-create): In the password prompt, say what
12682         we're querying for.  Also prompt for user name if that hasn't been
12683         given.
12684
12685         * nnimap.el (nnimap-with-process-buffer): Remove.
12686
12687 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12688
12689         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12690         method when we're reading from the agent.
12691
12692         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12693
12694         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12695         that's probably most useful for users.
12696
12697         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12698         "failed" all the time.
12699
12700         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12701         ...)) with (with-current-buffer ... ).
12702
12703         * nntp.el (nntp-open-server): Return whether the open was successful or
12704         not.
12705
12706         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12707         select an unread unseen article first.
12708
12709         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12710         /etc/services, supply some sensible port defaults.
12711
12712         * dgnushack.el: Define netrc-credentials.
12713
12714 2010-09-17  Julien Danjou  <julien@danjou.info>
12715
12716         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12717
12718 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12719
12720         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12721         doesn't have any parameters.
12722
12723 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12724
12725         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12726         only upcased checks.
12727
12728         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12729
12730         * nnimap.el (nnimap-open-shell-stream): New function.
12731         (nnimap-open-connection): Use it.
12732         (nnimap-transform-headers): Get the number of lines in each message.
12733         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12734         number of lines.
12735         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12736         problem.
12737
12738         * utf7.el (utf7-encode): Autoload.
12739
12740         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12741         to allow the mail splitting to not return a default group.  This is
12742         useful for nnimap, which will leave unmatched mail in the inbox.
12743
12744         * nnimap.el: Rewritten.
12745
12746         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12747         nnimap usage.
12748
12749         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12750         if the move is internal, so that nnimap can do fast internal moves.
12751
12752         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12753         data.
12754         (gnus-read-active-for-groups): Support finishing the early retrieval of
12755         data.
12756
12757         * gnus-range.el (gnus-range-nconcat): New function.
12758
12759         * gnus-int.el (gnus-finish-retrieve-group-infos)
12760         (gnus-retrieve-group-data-early): New functions.
12761
12762 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12763
12764         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12765         (nnrss-retrieve-groups):
12766         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12767         (pop3-quit): Use with-current-buffer.
12768
12769 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12772         instead of nnheader-accept-process-output.
12773
12774         * dgnushack.el (dgnushack-compile): Add comment.
12775
12776         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12777
12778         * gnus-html.el (gnus-html-schedule-image-fetching)
12779         (gnus-html-prefetch-images): Replace process-kill-without-query by
12780         gnus-set-process-query-on-exit-flag.
12781
12782 2010-09-16  Romain Francoise  <romain@orebokech.com>
12783
12784         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12785
12786 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12787
12788         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12789         parameter to unintern is mandatory-ish in Emacs 24.
12790
12791         * gnus-html.el (gnus-html-schedule-image-fetching)
12792         (gnus-html-prefetch-images): Check for curl before using it.
12793
12794         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12795         depend on curl, which isn't essential.
12796
12797         * imap.el: Revert back to version
12798         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12799         seem problematic.
12800
12801 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12802
12803         * gnus-registry.el (gnus-registry-install-shortcuts):
12804         Explicitly pass `obarray' to `unintern' to avoid a warning.
12805
12806 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12807
12808         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12809         change.
12810
12811         * nnrss.el (nnrss-request-list): Remove this function and related
12812         functions, including the moreover stuff.
12813
12814 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12815
12816         * nnrss.el (nnrss-retrieve-groups): New function.
12817
12818 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12819
12820         * .dir-locals.el: Add no-byte-compile cookie.
12821
12822 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12823
12824         * time-date.el (format-seconds): Comment fix.
12825
12826         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12827         for back end that doesn't support request-scan.
12828
12829 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12830
12831         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12832         then do request scans from the backends.
12833
12834         * netrc.el (netrc-credentials): New conveniency function.
12835
12836         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12837         avoid running a hook per line, since this takes a lot of time,
12838         profiling shows.
12839         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12840         directly if gnus-visual-p is true.
12841
12842 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12845         groups; replace mapcar with dolist which is a bit faster; pass groups
12846         info to gnus-read-active-file-1.
12847         (gnus-read-active-file-1): Scan only specified groups if the new
12848         optional arg `infos' is given.
12849
12850 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12851
12852         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12853
12854         * pop3.el (pop3-movemail): Remove.
12855         (pop3-streaming-movemail): Rename to pop3-movemail.
12856
12857         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12858         don't restrict end-tag searches to the end of the line.
12859
12860 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12861
12862         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12863         articles of every unchecked group to t, which means unknown since the
12864         server has never been opened.
12865
12866 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12867
12868         * gnus-html.el (gnus-html-show-alt-text): New command.
12869         (gnus-html-browse-image): Ditto.
12870         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12871         to browse the image directly.
12872         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12873         better.
12874
12875         * gnus-async.el (gnus-async-article-callback):
12876         Call `gnus-html-prefetch-images' unconditionally.
12877
12878         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12879         before feeding URLs to curl.
12880
12881 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12882
12883         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12884         internal images as deletable by `W D D'.
12885
12886         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12887         (gnus-async-article-callback): Fix typo.
12888
12889 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12890
12891         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12892         current line to work around bugs in the output from w3m.
12893
12894         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12895         for groups that want that.
12896
12897         * nntp.el (nntp-wait-for-string): Supply a timeout for
12898         accept-process-output to ensure progress.
12899
12900         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12901         level to get unread articles from, then use that for foreign groups,
12902         too.
12903
12904         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12905         confuses the rest of the function.
12906
12907         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12908         for the methods that support -retrieve-groups, too.
12909
12910         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12911
12912 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12915         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12916
12917         * pop3.el: Require cl when compiling.
12918         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12919
12920 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12921
12922         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12923         that aren't going to be activated.
12924         (gnus-get-unread-articles): Fix up the last commit.
12925
12926         * gnus-html.el (gnus-article-html): Allow calling without specifying
12927         the handle.  In that case, dissect the buffer first.
12928
12929         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12930
12931         * nnimap.el (nnimap-open-connection): Revert the change that would look
12932         into authinfo for imaps instead of imap.
12933
12934         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12935         say that you don't want to call gnus-request-group with don-check, but
12936         do check the reponse.  This is for virtual groups only.
12937         (gnus-get-unread-articles): Count the archive groups as secondary, so
12938         that they're activated the same way as before.
12939
12940         * imap.el (imap-message-map): Removed optional buffer parameter, since
12941         no callers use it.
12942         (imap-message-get): Ditto.
12943         (imap-message-put): Ditto.
12944         (imap-mailbox-map): Ditto.
12945         (imap-mailbox-put): Ditto.
12946         (imap-mailbox-get): Ditto.
12947         (imap-mailbox-get): Revert last change for this function.
12948
12949         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12950         case-insensitively.
12951         (nnimap-debug): Remove.
12952
12953         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12954         callers to use `imap-fetch' instead.  According to the comments, this
12955         should be safe, since all other IMAP clients use the 1:* syntax.
12956         (imap-enable-exchange-bug-workaround): Remove.
12957         (imap-debug): Remove -- doesn't seem very useful.
12958
12959         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12960         mail from a file, and the file doesn't exist.
12961
12962         * imap.el (imap-log): New convenience function used throughout instead
12963         of repeating the same code all over the place.
12964
12965         * pop3.el (pop3-streaming-movemail): Return t for success.
12966
12967         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12968         .authinfo if we're using ssl connection.
12969
12970         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12971         already have if we're in a main Gnus `g' run.
12972
12973         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12974
12975 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12978
12979         * nnmh.el (nnmh-request-list-1): Bind `file'.
12980
12981         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12982         alias to set-process-query-on-exit-flag or process-kill-without-query.
12983         (pop3-open-server): Use it.
12984
12985 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12986
12987         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12988         box to the Incoming file.  Fixes mistake in previous checkin.
12989
12990         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12991         request loop (for debugging purposes) removed.
12992
12993         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12994         culprit is more visible.
12995         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12996         (nnml-add-incremental-nov): New functions to do "incremental" nov
12997         updates, where we just append to the end of the existing nov files
12998         without reading/writing them in full.
12999
13000         * mail-source.el (mail-source-delete-crash-box): Really only check the
13001         incoming files once in a while.
13002
13003         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
13004
13005         * mail-source.el (mail-source-delete-crash-box): Only check the
13006         incoming files for deletion once per day to save a lot of file
13007         accesses.
13008
13009         * pop3.el (pop3-logon): Fix up unbound variable typo.
13010
13011         * mail-source.el (pop3-streaming-movemail): Autoload.
13012
13013         * pop3.el (pop3-streaming-movemail):
13014         Respect pop3-leave-mail-on-server.
13015
13016         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
13017         retrieval.
13018
13019         * pop3.el (pop3-process-filter): Remove unused function.
13020         (pop3-streaming-movemail, pop3-send-streaming-command)
13021         (pop3-wait-for-messages, pop3-write-to-file)
13022         (pop3-number-of-responses): New functions for streaming pop3
13023         retrieval.
13024
13025         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
13026         come from no known methods.
13027         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
13028         list.
13029
13030         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
13031         message sizes.
13032         (pop3-movemail): Use erase-buffer instead of looping and deleting
13033         regions, which seems rather odd.
13034
13035         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
13036         file once per `g' run.
13037
13038         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
13039         directories.  This makes the draft queue directory work.
13040
13041         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
13042         data from the backends, so that we only request the list of groups from
13043         each method once.  This should speed things up considerably.
13044
13045         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
13046         detect that it's not implemented.
13047
13048         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
13049         we actually do recurse down into the tree, but don't stat all leaf
13050         nodes.
13051
13052         * gnus-html.el (gnus-html-show-images): If there are no images to show,
13053         then say so instead of bugging out.
13054
13055         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
13056         files exist before trying to read them.
13057
13058         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
13059         around <pre_int>.
13060
13061         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
13062
13063         * nnmh.el (nnmh-request-list-1): Optimize for speed.
13064
13065 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13066
13067         * mm-util.el (mm-image-load-path): Just return the image directories,
13068         not all directories in the path in addition to the image directories.
13069         (mm-image-load-path): Maintain a cache of the image directories so that
13070         the `g' command in Gnus doesn't have to stat dozens of directories each
13071         time.
13072
13073         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
13074         (gnus-html-wash-tags): Add a new `i' command to insert images.
13075         (gnus-html-insert-image): New command and keystroke.
13076         (gnus-html-redisplay-with-images): New command and keystroke.
13077         (gnus-html-show-images): Rename command.
13078         (gnus-html-wash-tags): Remove more white space before <pre_int> image
13079         spacers.
13080         (gnus-html-wash-tags): Decode entities at the end, so that entities
13081         inside the tags don't mess up the rest of the "parsing".
13082
13083         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
13084         so that nnimap methods aren't agentized by default.  There's apparently
13085         many problems related to agent/imap behavior.
13086
13087         * gnus-art.el (gnus-article-copy-string): New command and key binding.
13088
13089         * gnus-html.el: Doc fix.
13090
13091 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13092
13093         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
13094         specifier-spec-list for Emacs 21.
13095
13096         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
13097         glyph-width and glyph-height instead of display-graphic-p and
13098         image-size; make avoidance of displaying small images work for XEmacs.
13099
13100         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
13101         for XEmacs.
13102
13103         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
13104         of symbol that holds plist data.
13105         (gnus-process-plist): Remove plist of process after getting it.
13106
13107 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13108
13109         * message.el (message-generate-hashcash): Change default to
13110         'opportunistic if hashcash is installed.
13111
13112         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
13113         (gnus-html-put-image): Only call image-size once, since it's somewhat
13114         time-consuming on remote X servers.
13115
13116 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
13119         type on data, not a file name.
13120
13121         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
13122         window-pixel-edges for Emacs 21.
13123
13124         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
13125         decoded contents.
13126         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
13127
13128 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13129
13130         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
13131         group line format, since it isn't very interesting.
13132
13133         * gnus-agent.el (gnus-agent-short-article),
13134         (gnus-agent-long-article): Increase values for these two variables,
13135         since most people are likely to have more network connection and
13136         storage than before.
13137
13138         * gnus.el (gnus-refer-article-method): Change default to 'current.
13139         When referring an article, the common behavior is to refer it from the
13140         current select method, not the native select method.  The chances of
13141         the native select method having the message in question is rather slim
13142         these days.
13143
13144         * gnus-sum.el (gnus-auto-select-subject): Change default to
13145         `unseen-or-unread'.  I think it's likely that most people want to
13146         select an unseen article over a previously seen, but unread one.
13147
13148         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
13149         means that in the article buffer none of the minor mode elements will
13150         be shown, usually, and this is not desirable in most cases.
13151
13152         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
13153         that commands like `d' (and the like) go to the next line in the
13154         buffer, instead of the next unread article.  I think this is the
13155         behavior that is most natural for most users.
13156         (gnus-single-article-buffer): Change default to nil, so that people can
13157         have as many article buffers open as they have summary buffer.  I think
13158         this is the most natural way for the groups to behave.
13159
13160         * message.el (message-generate-new-buffers): Change default to
13161         `unsent', so that all new message buffers start their names with the
13162         string "*unsent", and it's easier to find the buffers if you move from
13163         them.
13164
13165 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13166
13167         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
13168         small.  They're probably tracking images.
13169         (gnus-html-wash-tags): Remove all <pre_int> place holders.
13170         (gnus-html-rescale-image): Yet another try at getting the image sizing
13171         right.
13172
13173         * nntp.el (nntp-request-set-mark): Refuse to do marks if
13174         nntp-marks-file-name is nil.
13175
13176 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13177
13178         * gnus-html.el (gnus-html-wash-tags)
13179         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
13180         Better logging.
13181
13182 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13183
13184         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
13185
13186         * gnus-html.el (gnus-html-wash-tags): Check the value of
13187         gnus-blocked-images in the summary buffer.
13188
13189 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13190
13191         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
13192
13193 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13194
13195         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
13196         like "a", it seems like.
13197         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
13198         since it needs to be picked from the correct buffer.
13199
13200         * nnwfm.el: Remove.
13201
13202         * nnlistserv.el: Remove.
13203
13204 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13205
13206         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
13207         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
13208
13209 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13210
13211         * nnkiboze.el: Remove.
13212
13213         * nndb.el: Remove.
13214
13215         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
13216         alt text.
13217         (gnus-html-rescale-image): Try to get the rescaling logic right for
13218         images that are just wide and not tall.
13219
13220         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
13221         overshadow variable bindings.
13222
13223 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13224
13225         * gnus-html.el (gnus-html-wash-tags)
13226         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
13227         Add extra logging.
13228
13229 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13230
13231         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
13232         (gnus-max-image-proportion): New variable.
13233         (gnus-html-rescale-image): New function.
13234         (gnus-html-put-image): Rescale images.
13235
13236 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13237
13238         Fix up some byte-compiler warnings.
13239         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
13240         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
13241         (gnus-article-fill-cited-article, gnus-article-hide-citation)
13242         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
13243         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
13244         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
13245         (gnus-group-update-group): Use save-excursion and with-current-buffer.
13246
13247 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13248
13249         * gnus-html.el (gnus-article-html): Decode contents by charset.
13250
13251 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13252
13253         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
13254         (gnus-html-frame-width, gnus-blocked-images):
13255         * message.el (message-prune-recipient-rules): Add custom version.
13256         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
13257
13258         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
13259         functions.
13260
13261         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
13262         gnus-process-get.
13263
13264 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
13265
13266         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
13267         instead of lsub directly.
13268
13269 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13270
13271         * nnwarchive.el: Remove.
13272
13273         * gnus-soup.el: Remove.
13274
13275         * nnsoup.el: Remove.
13276
13277         * nnultimate.el: Remove.
13278
13279         * gnus-html.el (gnus-blocked-images): New variable.
13280
13281         * message.el (message-prune-recipients): New function.
13282         (message-prune-recipient-rules): New variable.
13283
13284         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
13285         guess whether a long line is natural text or not.
13286
13287         * gnus-html.el (gnus-html-schedule-image-fetching):
13288         Use gnus-process-plist and friends for compatibility.
13289
13290 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13291
13292         * gnus-html.el: Require packages that define macros used in this file.
13293         (gnus-article-mouse-face): Declare to silence byte-compiler.
13294         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
13295         process-get.
13296         (gnus-html-put-image): Use plist-get to avoid getf.
13297         (gnus-html-prefetch-images): Use with-current-buffer.
13298
13299 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * gnus-ems.el: Provide compatibility functions for
13302         gnus-set-process-plist.
13303
13304         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
13305         header-line-format for XEmacs 21.4.
13306
13307         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
13308         * gnus.el (gnus-valid-select-methods):
13309         * message.el (message-send-mail-partially-limit):
13310         * mm-decode.el (mm-text-html-renderer):
13311         * mml.el (mml-insert-mime-headers-always):
13312         * smiley.el (smiley-regexp-alist): Bump custom version.
13313
13314 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13315
13316         * gnus-html.el: Require mm-url.
13317         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13318         with the url to `url'.
13319         (gnus-html-wash-tags): Support cid: URLs/images.
13320
13321 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13322
13323         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13324         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13325         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13326
13327         * gnus-move.el: Remove file, since it doesn't really work.
13328
13329         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13330         UTF-8.  This seems to fix problems with some German web feeds.
13331
13332         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13333         at the top so that the proper colors are applied.
13334
13335         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13336         don't have dots in their names.
13337
13338         * gnus-art.el (gnus-article-view-part): Doc fix.
13339
13340         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13341         XEmacs-compatible.
13342         (gnus-html-put-image): Don't do images on non-graphic displays.
13343
13344         * nnslashdot.el: Remove this unused backend.
13345
13346         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13347         actions.
13348         (gnus-undo-register-1): Revert last change.
13349
13350         * gnus-group.el (gnus-group-completing-read): Protect against not
13351         having completion-styles bound.
13352
13353         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13354         make broken recipients happier.
13355
13356         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13357
13358         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13359         point parameter.
13360
13361         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13362
13363         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13364         completion-styles for group selection.
13365
13366 2009-02-04  Andreas Schwab  <schwab@suse.de>
13367
13368         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13369         headers and regexp-quote the match if necessary.
13370
13371 2009-03-24  Miles Bader  <miles@gnu.org>
13372
13373         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13374         the blinking smiley.
13375
13376 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13377
13378         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13379         blink smiley.
13380
13381 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13382
13383         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13384         where the dribbel file lives exists.
13385
13386         * message.el (message-send-mail-partially-limit): Change the default to
13387         nil, since most people don't want this.
13388
13389         * mm-url.el (mm-url-decode-entities): Also decode entities like
13390         &#x3212.
13391
13392 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13393
13394         * gnus-sum.el (gnus-summary-idna-message):
13395         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13396         Hyperlink urls in docstrings with URL `...'.
13397
13398 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13399
13400         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13401         functions.
13402
13403 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13404
13405         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13406         say what the mouseover text should be.
13407
13408         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13409         version of the mm-w3m-safe-url-regexp variable to only download images
13410         in the groups where we want that to happen.
13411
13412         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13413
13414         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13415         easier debugging.
13416         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13417         big pictures in the article buffer.
13418
13419         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13420         gnus-article-html.
13421         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13422         w3m.
13423
13424         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13425
13426 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13427
13428         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13429         which doesn't exist.
13430
13431         * message.el (message-inhibit-ecomplete): New variable to allow some
13432         function to inhibit ecomplete address storage.
13433         (message-resend): Disable ecomplete message storage when resending
13434         messages.
13435
13436         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13437
13438 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13439
13440         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13441         Save excursion while copying, moving, and deleting articles in order to
13442         prevent the cursor from jumping to unforeseen place.
13443
13444 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * lpath.el: No need to bind bookmark-current-buffer,
13447         bookmark-yank-point and bookmark-make-record-function.
13448
13449 2010-08-17  Glenn Morris  <rgm@gnu.org>
13450
13451         * gnus-sync.el: Require gnus components whose functions are used.
13452
13453         * gnus-art.el (bookmark-make-record-function):
13454         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13455         Declare for compiler.
13456
13457         * mm-url.el (mml-compute-boundary): Autoload.
13458
13459 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13460
13461         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13462
13463 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13464
13465         Typo fix "hoo4a" -> "hook".
13466
13467         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13468
13469 2010-08-14  Glenn Morris  <rgm@gnu.org>
13470
13471         * gnus-sync.el (gnus-sync): Fix defgroup version.
13472
13473 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13474
13475         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13476
13477         * gnus-sync.el: Fix docs.
13478         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13479         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13480
13481 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13482
13483         Optimizations for gnus-sync.el.
13484
13485         * gnus-sync.el: Add docs about gnus-sync-backend
13486         possibilities.
13487         (gnus-sync-save): Remove unnecessary message.
13488         (gnus-sync-read): Optimize and show what groups were skipped.
13489
13490 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13491
13492         Minor bug fixes for gnus-sync.el.
13493
13494         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13495         Don't read the sync on get-new-news.
13496
13497         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13498         quiet.
13499
13500         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13501         (fix typo).
13502
13503 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13504
13505         Make saving and restoring of hidden threads work with overlays.
13506         Patch applied by Ted Zlatanov.
13507
13508         * gnus-sum.el (gnus-hidden-threads-configuration)
13509         (gnus-restore-hidden-threads-configuration): Update to deal with text
13510         properties, rather than searching for a magic character.
13511
13512 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13513
13514         New gnus-sync.el library for synchronization of marks.
13515
13516         * gnus-sync.el: New library for synchronization of marks.
13517
13518         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13519         renamed from `gnus-registry-grep-in-list'.
13520
13521         * gnus-registry.el (gnus-registry-follow-group-p):
13522         Use `gnus-grep-in-list'.
13523
13524         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13525
13526 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13529         determining charset of text fails.
13530
13531 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13532
13533         * nnmail.el (nnmail-get-new-mail-1): Revert.
13534
13535         * nnml.el (nnml-active-number): Make sure names of newly created groups
13536         in nnml-group-alist are encoded.
13537
13538 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13539
13540         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13541         containing non-ASCII characters in active file for nnml back end.
13542
13543 2010-07-24  David Engster  <dengste@eml.cc>
13544
13545         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13546         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13547
13548 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13549
13550         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13551         tag (Bug#6654).
13552
13553 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13556         the article buffer, not the summary buffer.
13557
13558 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13561         Emacs 23 as well.
13562
13563 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13566         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13567
13568 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13569
13570         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13571         Patch applied by Karl Fogel.
13572
13573         * gnus-sum.el (gnus-summary-bookmark-make-record):
13574         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13575
13576 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13577
13578         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13579         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13580         C-w still not working correctly from Article buffers; Thierry's
13581         patch to fix that will be applied after this.
13582
13583         * gnus-art.el (bookmark-make-record-function): New local variable.
13584
13585         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13586         article buffer.
13587         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13588
13589 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13590
13591         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13592         on changes in bookmark.el.
13593
13594 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13597         `no-log' instead of message not to log prompt string.
13598
13599 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13600
13601         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13602         the *other* type of HTML form submission.
13603
13604 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13605
13606         * auth-source.el (auth-source-pick): If choice does not contain a
13607         questioned keyword, set the check to t.
13608
13609 2010-06-12  Romain Francoise  <romain@orebokech.com>
13610
13611         * gnus-util.el (gnus-date-get-time): Move up before first use.
13612
13613 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13614
13615         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13616         (gnus-article-edit-part): Bind it to make last part that is substituted
13617         or deleted visible.
13618         (gnus-mime-display-single): Buttonize part of which id equals to
13619         gnus-mime-buttonized-part-id.
13620
13621 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13622
13623         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13624         (gnus-dd-mmm): Use gnus-date-get-time.
13625         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13626         simplify logic.
13627         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13628         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13629
13630 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13631
13632         * auth-source.el (top): Autoload `secrets-list-collections',
13633         `secrets-create-item', `secrets-delete-item'.
13634         (auth-sources): Fix tag string.
13635         (auth-get-source, auth-source-retrieve, auth-source-create)
13636         (auth-source-delete): New defuns.
13637         (auth-source-pick): Rewrite in order to avoid 2 passes.
13638         (auth-source-forget-user-or-password): New parameter USERNAME.
13639         (auth-source-user-or-password): New parameters CREATE-MISSING and
13640         DELETE-EXISTING.  Retrieve password interactively, if needed.
13641
13642 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13643
13644         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13645         deleting unused directories when gnus-expert-user is t.
13646
13647 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13650         for each temp file when gnus-article-browse-delete-temp is ask.
13651
13652 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13653
13654         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13655         Replace Lisp calls to delete-backward-char by calls to delete-char.
13656
13657 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13658
13659         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13660
13661 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13662
13663         * password-cache.el (password-cache-remove): Fix docstring.
13664
13665 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13666
13667         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13668         article unless decoding article to be saved.
13669
13670 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13671
13672         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13673         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13674         generated within the mm-with-unibyte-current-buffer macro.
13675
13676 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13677
13678         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13679         to nil when we're in a mml-preview buffer and no group is selected.
13680
13681 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13682
13683         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13684         when catching the `C-g'.  Reported by "Leo".
13685
13686 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13687
13688         * message.el (message-forward-make-body-plain)
13689         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13690         multibyte-string-p.
13691
13692         * lpath.el: Revert.
13693
13694 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * message.el (message-forward-make-body-mml): Assume original message
13697         is multibyte string; error on unibyte.
13698         (message-forward-make-body-plain): Ditto; don't add excessive newline
13699         in body end.
13700
13701         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13702
13703 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13704
13705         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13706         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13707
13708 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13709
13710         * mm-extern.el (mm-extern-url): Don't use
13711         mm-with-unibyte-current-buffer.
13712         (mm-extern-cache-contents): Use with-current-buffer instead of
13713         save-excursion + set-buffer.
13714
13715 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13716
13717         * mm-util.el (mm-emacs-mule): Remove.
13718
13719 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13720
13721         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13722         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13723         change.
13724
13725 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13728         bind the default value of enable-multibyte-characters to nil.
13729
13730 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * message.el (message-forward-make-body-plain)
13733         (message-forward-make-body-mml):
13734         Don't use mm-with-unibyte-current-buffer.
13735
13736 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13737
13738         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13739
13740 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13741
13742         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13743         (Bug#5592).
13744
13745 2010-05-07  Julien Danjou  <julien@danjou.info>
13746
13747         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13748         it to mm-pipe-part.
13749
13750         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13751         it is given.
13752
13753 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * binhex.el (binhex-decode-region-internal):
13756         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13757         (dns-query):
13758         * nnweb.el (nnweb-gmane-search):
13759         * pgg-parse.el (pgg-parse-armor):
13760         * pgg.el (pgg-verify-region):
13761         * sha1.el (sha1-string-external):
13762         * uudecode.el (uudecode-decode-region-internal):
13763         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13764         XEmacs.
13765
13766         * gnus-art.el (gnus-article-browse-html-parts):
13767         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13768         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13769         make-temp-file.
13770
13771         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13772         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13773         compiling.
13774
13775         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13776         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13777         XEmacs when compiling.
13778
13779         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13780         gnus-pick-mode-off-hook for XEmacs when compiling.
13781         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13782         gnus-binary-mode-off-hook for XEmacs when compiling.
13783
13784         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13785         Return nil if char-charset is not available.
13786
13787         * imap.el (imap-disable-multibyte)
13788         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13789         macros.
13790
13791         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13792         instead of encode-coding-string.
13793
13794         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13795         'xemacs) instead of mm-emacs-mule to switch function definitions.
13796         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13797
13798         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13799         bind temporary-file-directory for XEmacs;
13800         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13801         timer-set-function for XEmacs 21.4 and SXEmacs;
13802         bind timer-list for XEmacs 21.4 and SXEmacs;
13803         fbind char-charset and find-charset-region for non-Mule XEmacs;
13804         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13805         encode-coding-region and encode-coding-string for XEmacs having no
13806         file-coding feature.
13807
13808 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13809
13810         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13811
13812 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13813
13814         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13815         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13816
13817 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13818
13819         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13820         alias `jka-compr-delete-temp-file' no longer exists.
13821
13822 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13823
13824         Use define-minor-mode in Gnus where applicable.
13825         * mml.el (mml-mode): Use define-minor-mode.
13826         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13827         (gnus-undo-mode): Use define-minor-mode.
13828         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13829         (gnus-dead-summary-mode): Use define-minor-mode.
13830         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13831         Initialize in declaration.
13832         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13833         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13834         (gnus-mailing-list-mode): Use define-minor-mode.
13835         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13836         (gnus-draft-mode): Use define-minor-mode.
13837         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13838         (gnus-dired-mode): Use define-minor-mode.
13839
13840 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13841
13842         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13843         handles on recursive mml-to-mime translation and check them for
13844         boundary delimiter collisions.  Reported by Greg Troxel.
13845
13846 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13847
13848         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13849
13850 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13851
13852         * mm-util.el (mm-find-buffer-file-coding-system):
13853         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13854
13855 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13856
13857         * message.el (message-generate-headers): Record insertion of optional
13858         headers as well.  Otherwise the check to prevent repeated insertion of
13859         optional headers is a no-op.
13860
13861 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13862
13863         * smime.el: Don't mention CVS.
13864
13865         * nnrss.el (nnrss-fetch): Don't mention CVS.
13866
13867         * nnir.el: Don't mention CVS.
13868
13869 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13870
13871         * gnus-sum.el (gnus-summary-bookmark-make-record):
13872         Add `location' field.
13873
13874 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13875
13876         * lpath.el: Fbind bookmark-default-handler,
13877         bookmark-get-bookmark-record, bookmark-make-record-default,
13878         bookmark-prop-get for Emacs <23 and XEmacs.
13879
13880 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13881
13882         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13883         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13884         Use with-current-buffer to silence the byte-compiler.
13885         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13886         bother to require `gnus'.
13887         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13888
13889 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13890
13891         * gnus-sum.el (gnus-summary-bookmark-make-record)
13892         (gnus-summary-bookmark-jump): New functions.
13893         (gnus-summary-mode): Setup bookmark support.
13894
13895 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13896
13897         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13898         if set.
13899
13900 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13901
13902         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13903         gnus-article-browse-html-save-cid-image; make it work recursively for
13904         forwarded messages as well.
13905         (gnus-article-browse-html-parts): Work when prefix arg is given.
13906         (gnus-article-browse-html-article): Doc fix.
13907
13908 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13909
13910         * message.el (message-default-mail-headers)
13911         (message-default-headers): Carry the value mail-default-headers over
13912         into message-default-mail-headers, rather than message-default-headers.
13913
13914 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13915
13916         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13917         charset.
13918
13919         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13920         charset into the <meta> tag when the article is encoded to utf-8.
13921
13922 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13923
13924         * gnus-art.el (gnus-article-browse-delete-temp-files):
13925         Delete directories as well.
13926         (gnus-article-browse-html-parts): Work for images that do not specify
13927         file names; delete temp directory when quitting; insert header at the
13928         right place; use file: scheme for image files.
13929
13930 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13931
13932         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13933         (gnus-article-browse-html-parts): Use it to make temporary cid image
13934         files in addition to html file so that browser may display them.
13935
13936 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13937
13938         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13939
13940 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13941
13942         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13943
13944 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13945
13946         * auth-source.el (auth-sources): Change default to be simpler.
13947         Explain about Secret Service API sources.  Improve Customize options.
13948         (auth-source-pick): Change to accept any number of search parameters.
13949         Implement fallbacks iteratively, not recursively.  Add scoring on the
13950         second pass and sort by score.  Call Secret Service API when needed.
13951         (auth-source-user-or-password): Use it.  Call Secret Service API
13952         directly when needed to get the user name and the password.
13953
13954 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13955
13956         * message.el (message-interactive): Doc fix.
13957         (message-qmail-inject-args): Reflow.
13958         (message-kill-to-signature): Fix typo in docstring.
13959
13960         * smiley.el (smiley-buffer): Fix typo in docstring.
13961
13962 2010-03-24  Glenn Morris  <rgm@gnu.org>
13963
13964         * mail-source.el (gnus-message): Declare.
13965         (mail-source-delete-old-incoming): Require gnus-util.
13966
13967 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13968
13969         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13970
13971         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13972
13973         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13974         password-cache's default if it is not bound.
13975         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13976         password-cache-expiry's default if it is not bound.
13977
13978         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13979         available in Emacs 21.
13980
13981         * lpath.el: Suppress compiler warnings for:
13982         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13983         XEmacs;
13984         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13985         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13986         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13987
13988 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13989
13990         * auth-source.el (auth-sources): Fix up definition so extra parameters
13991         are always inline.
13992
13993 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13994
13995         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13996         wasn't updated after mismatch.  Clear cached mailbox info correctly
13997         when uidvalidity changes.
13998         (nnimap-group-prefixed-name): New function to avoid some code
13999         duplication.
14000         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
14001         (nnimap-request-group): Use it.
14002         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
14003         (nnimap-update-unseen): Significantly improved speed of Gnus startup
14004         with many imap folders.  This is done by caching the group status from
14005         the imap server persistently in a group parameter `imap-status'.  (This
14006         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
14007         but not persistently, so every Gnus startup was still very slow.)
14008
14009 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
14010
14011         * assistant.el (assistant-render-text): Run `widget-setup' and don't
14012         delete the extra newline.  Otherwise editing of :string and :number
14013         types don't work.
14014
14015 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
14016
14017         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
14018         secrets.el dependency.
14019         (auth-sources): Add optional user name.  Add secrets.el configuration
14020         choice (unused right now).
14021
14022 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
14023
14024         * gnus-sum.el (gnus-summary-make-menu-bar):
14025         Let `gnus-registry-install-shortcuts' fill in the functions.
14026
14027         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
14028         warnings.
14029         (gnus-registry-misc-menus): Variable to hold registry mark menus.
14030         (gnus-registry-install-shortcuts): Populate and use it in a
14031         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
14032
14033 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
14034
14035         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
14036         In-place substitutions for the group name encoding/decoding.
14037         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
14038         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
14039         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
14040         (nnimap-update-unseen, nnimap-request-list)
14041         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
14042         (nnimap-request-set-mark, nnimap-split-to-groups)
14043         (nnimap-split-articles, nnimap-request-newgroups)
14044         (nnimap-request-create-group, nnimap-request-accept-article)
14045         (nnimap-request-delete-group, nnimap-request-rename-group)
14046         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
14047         `encoded-mbx' for consistency.
14048         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
14049         variable `imap-current-mailbox'.
14050
14051         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
14052         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
14053
14054 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
14055
14056         * pop3.el (pop3-display-message-size-flag): Display message size byte
14057         counts during POP3 download.
14058         (pop3-movemail): Use it.
14059         (pop3-list): Implement listing of available messages.
14060
14061 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
14062
14063         * nnir.el (nnir-get-article-nov-override-function): New function to
14064         override the normal NOV retrieval.
14065         (nnir-retrieve-headers): Use it.
14066
14067 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
14068
14069         * auth-source.el (netrc-machine-user-or-password): Autoload.
14070
14071 2010-03-19  Glenn Morris  <rgm@gnu.org>
14072
14073         Stop message.el from loading about 40 libraries it doesn't always need.
14074         The general approach is to autoload rather than require, and to
14075         require in the specific functions rather than the file.  (Bug#5642)
14076
14077         * gmm-utils.el: Don't require wid-edit.
14078         (widget-create-child-value, widget-convert, widget-default-get):
14079         Autoload.
14080
14081         * gnus-util.el: Don't require time-date, netrc.
14082         (message-fetch-field, gnus-group-name-decode): Declare rather than
14083         autoloading.
14084         (gnus-fetch-field): Require message.
14085         (gnus-decode-newsgroups): Require gnus-group.
14086
14087         * ietf-drums.el: Don't require time-date.
14088
14089         * message.el: Don't require hashcash, canlock, ecomplete.
14090         Do require mail-utils.  Require nnheader only when compiling.
14091         (smtpmail-default-smtp-server): Remove declaration.
14092         (message-send-mail-function): Check smtpmail-default-smtp-server
14093         is bound rather than requiring smtpmail.
14094         (message-auto-save-directory, message-insert-signature):
14095         Use expand-file-name rather than nnheader-concat.
14096         (nnheader-insert-file-contents): Autoload.
14097         (hashcash-wait-async): Declare.
14098         (message-send-mail): Only call gnus-setup-posting-charset if
14099         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
14100         (message-send-mail-with-sendmail): Require sendmail.
14101         (canlock-password, canlock-password-for-verify): Declare.
14102         (message-canlock-password): Require canlock.
14103         (nnheader-get-report): Autoload.
14104         (gnus-setup-posting-charset): Declare.
14105         (message-send-news): Require gnus-msg.
14106         (message-make-references, message-make-in-reply-to): Use mail-header-id
14107         rather than the alias mail-header-message-id.
14108         (ecomplete-add-item, ecomplete-save): Declare.
14109         (message-put-addresses-in-ecomplete): Require ecomplete.
14110         (ecomplete-display-matches): Autoload.
14111
14112         * mm-decode.el: Don't require mailcap, gnus-util.
14113         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
14114         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
14115         Autoload.
14116         (mailcap-mime-extensions): Declare.
14117
14118         * mm-encode.el: Don't require mailcap.
14119         (mailcap-extension-to-mime): Autoload.
14120
14121         * mml-sec.el: Don't require password-cache.
14122
14123         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
14124         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
14125         (mml-minibuffer-read-type): Require mailcap.
14126         (mml-preview): Require gnus-msg.
14127
14128         * mml1991.el: Require password-cache.
14129         (password-cache-expiry): Remove declaration.
14130
14131         * mml2015.el: Require password-cache.
14132         (password-cache-expiry): Remove declaration.
14133
14134         * nneething.el (mailcap): Require mailcap.
14135
14136         * nnheader.el (declare-function): Add compatibility stub.
14137         (message-remove-header): Declare rather than autoload.
14138         (nnheader-replace-header): Require message.
14139
14140         * nnimap.el (declare-function): Add compatibility stub.
14141         (netrc-parse, netrc-machine-user-or-password): Declare.
14142         (nnimap-open-connection): Require netrc.
14143
14144         * nntp.el (declare-function): Add compatibility stub.
14145         (netrc-parse, netrc-machine, netrc-get): Declare.
14146         (nntp-send-authinfo): Require netrc.
14147
14148         * rfc2047.el: Don't require qp.
14149         (quoted-printable-encode-region, quoted-printable-decode-string):
14150         Autoload.
14151
14152         * sieve-mode.el: Don't require easymenu.
14153         (easy-menu-add-item): Autoload it.
14154
14155         * spam-stat.el (time-to-number-of-days): Autoload it.
14156
14157 2010-03-19  Glenn Morris  <rgm@gnu.org>
14158
14159         * password-cache.el (password-cache, password-cache-expiry): Autoload.
14160
14161 2010-03-18  Glenn Morris  <rgm@gnu.org>
14162
14163         * hashcash.el (declare-function): Remove duplicate definition.
14164
14165 2010-03-17  Kevin Ryde  <user42@zip.com.au>
14166
14167         * mml.el (mml-read-tag): Unquote values with `read' to reverse
14168         prin1 in mml-insert-tag (just stripping the quotes gave wrong
14169         value if any backslash escapes).
14170
14171 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
14174         if it is available.  (bug#5647)
14175
14176         * lpath.el: Suppress compiler warning for coding-system-from-name for
14177         Emacs 21 and XEmacs.
14178
14179 2010-03-14  Juri Linkov  <juri@jurta.org>
14180
14181         * hmac-def.el:
14182         * hmac-md5.el:
14183         * netrc.el: Fix keywords.
14184
14185 2010-02-26  Glenn Morris  <rgm@gnu.org>
14186
14187         * message.el (message-send-mail-function): Change the default, so that
14188         it inherits from a customized send-mail-function.  (Bug#5643)
14189
14190 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14191
14192         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
14193         shell-command-to-string signals an error (bug#5299).
14194
14195 2010-02-24  Glenn Morris  <rgm@gnu.org>
14196
14197         * message.el (message-smtpmail-send-it)
14198         (message-send-mail-with-mailclient): Doc fixes.
14199
14200 2010-02-16  Glenn Morris  <rgm@gnu.org>
14201
14202         * message.el (message-default-mail-headers): Change the default value
14203         to ease the transition from mail-mode to message-mode.  (Bug#5555)
14204
14205 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14206
14207         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
14208         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
14209
14210 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
14211
14212         * time-date.el (date-to-time): Doc fix (Bug#5408).
14213
14214 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
14215
14216         * message.el (message-mail): Just pass yank-action on to message-setup.
14217         (message-setup): Handle (FUN . ARGS) form of yank-action.
14218         (message-with-reply-buffer, message-widen-reply)
14219         (message-yank-original): Handle non-buffer values of
14220         message-reply-buffer (Bug#4080).
14221         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
14222
14223 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
14224
14225         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
14226         Fix typo in docstring.
14227
14228 2010-01-08  Jason Rumney  <jasonr@gnu.org>
14229
14230         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
14231         response.
14232
14233 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14234
14235         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
14236
14237         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14238
14239         * message.el (message-check-news-header-syntax): Protect against a
14240         string that `rfc822-addresses' returns when parsing fails.
14241
14242 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14243
14244         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
14245         (gnus-previous-char-property-change): New functions.
14246
14247         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
14248
14249 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
14250
14251         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
14252         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
14253
14254 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
14255
14256         * message.el (message-exchange-point-and-mark): Rework last change to
14257         avoid using optional arg of exchange-point-and-mark, for backward
14258         compatibility.
14259
14260 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
14261
14262         * message.el (message-exchange-point-and-mark):
14263         Call exchange-point-and-mark with an argument rather than setting
14264         mark-active by hand (Bug#5175).
14265
14266 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * nntp.el (nntp-service-to-port): Work for service expressed with
14269         numeric string; replace [:digit:] with [0-9] for XEmacs.
14270
14271 2009-12-17  Glenn Morris  <rgm@gnu.org>
14272
14273         * gnus-group.el (gnus-bug-group-download-format-alist):
14274         Change emacs entry to debbugs.gnu.org.  Bump :version.
14275
14276 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14277
14278         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
14279
14280 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14281
14282         * message.el (message-info): Explain why we use `Info-goto-node'.
14283
14284 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14285
14286         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
14287
14288 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14289
14290         * message.el (message-completion-in-region): New compatibility function.
14291         (message-expand-group): Use it.
14292
14293 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14294
14295         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
14296         with no unread article should be listed if the 2nd arg `predicate' is
14297         given.
14298
14299 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
14302
14303 2009-11-29  Juri Linkov  <juri@jurta.org>
14304
14305         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14306         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
14307         on `gnus-recenter'.  (Bug#4698, Bug#4981)
14308
14309 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14310
14311         * sha1.el (sha1-string-external): default-directory "/" in case
14312         otherwise non-existent.  process-connection-type pipe for touch of
14313         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14314
14315 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14316
14317         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14318         it's comms related and sgml-mode.el has "comm" on that basis too.
14319
14320 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14321
14322         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14323         containing tspecial characters if they have been already quoted.
14324
14325 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14326
14327         * dns-mode.el (auto-mode-alist): Purecopy string.
14328
14329 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14330
14331         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14332
14333 2009-10-24  Glenn Morris  <rgm@gnu.org>
14334
14335         * gnus-art.el (help-xref-stack-item): Define for compiler.
14336
14337 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14338
14339         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14340
14341 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14344
14345 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14346
14347         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14348         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14349
14350 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14353         (gnus-overlays-in): New alias to overlays-in.
14354
14355         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14356         gnus-overlay-get, and gnus-delete-overlay.
14357         (gnus-summary-show-thread): Make it work as well for systems in which
14358         next-single-char-property-change is not available.
14359         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14360
14361         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14362         (gnus-overlay-get): New alias to extent-property.
14363         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14364
14365         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14366         SXEmacs.
14367
14368         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14369         SXEmacs.
14370
14371 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14372
14373         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14374
14375 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14376
14377         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14378         and XEmacs that don't have `remove-overlays'.
14379
14380 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14381
14382         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14383         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14384         selective display.  Use overlays instead.
14385
14386 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14387
14388         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14389
14390 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14391
14392         * spam-stat.el (spam-stat-load): Fix typo in message.
14393
14394 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14395
14396         * dig.el (dig-invoke): Fix typo in docstring.
14397         (query-dig): Reflow docstring.
14398
14399 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14400
14401         * gnus-art.el (gnus-article-encrypt-body):
14402         * message.el (message-check-recipients):
14403         * mm-util.el (mm-codepage-setup):
14404         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14405         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14406
14407 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14408
14409         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14410         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14411         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14412         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14413         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14414
14415 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14416
14417         * dig.el: Add "Keywords: comm", as per net-utils.el.
14418
14419 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14420
14421         * dig.el (dig-mode): Use define-derived-mode.
14422
14423 2009-09-19  Glenn Morris  <rgm@gnu.org>
14424
14425         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14426
14427 2009-09-18  Glenn Morris  <rgm@gnu.org>
14428
14429         * gnus-diary.el (gnus-diary-check-message):
14430         * message.el (message-insert-formatted-citation-line):
14431         * nnbabyl.el (top-level):
14432         * nndiary.el (nndiary-schedule):
14433         Fix typos in condition-case handlers.
14434
14435 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14436
14437         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14438         configuration that provides the sole article window in a frame;
14439         position point correctly after deleting a part.
14440
14441 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14442
14443         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14444         (spam-resolve-registrations-routine): Use it to unregister articles
14445         that change status.
14446
14447 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14450         with XEmacs.
14451         (parse-time-string-chars): Use it.
14452
14453 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14454
14455         * imap.el (imap-interactive-login): Better messages.
14456         (imap-open): Fix bug with renamed buffer on reconnect.
14457         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14458         for easier debugging and cleaner code.  On successful (guessed based on
14459         server capabilities) secondary authentication, set imap-state
14460         correctly.
14461         (imap-last-authenticator): Define imap-last-authenticator as a variable
14462         to avoid warnings.
14463
14464 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * nnrss.el (nnrss-request-article): Remove binding of
14467         default-enable-multibyte-characters that has gotten needless by
14468         the 2007-07-13 change in rfc2047-encode-message-header.
14469
14470         * mml.el (mml-insert-multipart): Error on the message header.
14471         (mml-insert-part): Error on the message header; position point at
14472         the end of a MIME tag.
14473
14474 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14475
14476         * time-date.el (autoload): Expand define-obsolete-function-alias into
14477         defalias and make-obsolete for old Emacsen that Gnus supports.
14478         (with-no-warnings): Define it for old Emacsen.
14479         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14480         is available.
14481         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14482         float-time is available; suppress compile warning for time-to-seconds.
14483
14484         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14485         (gnus-float-time): Alias to float-time if it exists.
14486
14487         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14488         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14489         float-time is available; suppress compile warning for time-to-seconds.
14490
14491         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14492         XEmacs.
14493
14494 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14495
14496         * imap.el (imap-message-map): Docstring fix.
14497
14498 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14499
14500         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14501         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14502         Add the optional argument `encoding' that overrides the default.
14503
14504         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14505         mm-encode-buffer.
14506
14507 2009-09-04  Glenn Morris  <rgm@gnu.org>
14508
14509         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14510         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14511         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14512         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14513         * mm-util.el (mm-with-unibyte-current-buffer)
14514         (mm-find-buffer-file-coding-system):
14515         * yenc.el (yenc-decode-region): Use default-value rather than
14516         default-enable-multibyte-characters.
14517
14518 2009-09-03  Glenn Morris  <rgm@gnu.org>
14519
14520         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14521         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14522         than default-enable-multibyte-characters.
14523
14524 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14525
14526         * gnus-art.el (gnus-article-read-summary-keys):
14527         Fix gnus-buffer-configuration's value temporarily used.
14528
14529 2009-09-02  Glenn Morris  <rgm@gnu.org>
14530
14531         * gnus-util.el (gnus-float-time): New function.
14532         * gnus-delay.el (gnus-delay-article):
14533         * gnus-sum.el (gnus-thread-latest-date):
14534         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14535         * nnspool.el (nnspool-request-newgroups):
14536         Use gnus-float-time rather than time-to-seconds.
14537         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14538
14539         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14540         (gnus-header-subject-face, gnus-header-newsgroups-face)
14541         (gnus-header-name-face, gnus-header-content-face):
14542         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14543         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14544         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14545         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14546         (gnus-cite-face-11):
14547         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14548         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14549         (gnus-server-closed-face, gnus-server-denied-face)
14550         (gnus-server-offline-face):
14551         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14552         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14553         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14554         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14555         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14556         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14557         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14558         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14559         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14560         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14561         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14562         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14563         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14564         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14565         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14566         (gnus-summary-high-undownloaded-face)
14567         (gnus-summary-low-undownloaded-face)
14568         (gnus-summary-normal-undownloaded-face)
14569         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14570         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14571         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14572         (gnus-splash-face):
14573         * message.el (message-header-to-face, message-header-cc-face)
14574         (message-header-subject-face, message-header-newsgroups-face)
14575         (message-header-other-face, message-header-name-face)
14576         (message-header-xheader-face, message-separator-face)
14577         (message-cited-text-face, message-mml-face):
14578         * sieve-mode.el (sieve-control-commands-face)
14579         (sieve-action-commands-face, sieve-test-commands-face)
14580         (sieve-tagged-arguments-face):
14581         * spam.el (spam-face):
14582         Mark face aliases with "-face" in the name as obsolete.
14583
14584 2009-09-01  Glenn Morris  <rgm@gnu.org>
14585
14586         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14587         than goto-line.
14588
14589 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14590
14591         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14592         Don't move point if the command is invoked inside the message header.
14593
14594 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14595
14596         * imap.el (imap-send-command): Simplify.
14597         (imap-wait-for-tag): point-max -> buffer-size.
14598
14599 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14600
14601         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14602         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14603         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14604         * nnir.el (nnir-swish-e-index-file):
14605         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14606         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14607         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14608         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14609         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14610         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14611
14612 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14613
14614         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14615         Don't save excursion.
14616
14617 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14618
14619         * nnheader.el (nnheader-find-file-noselect):
14620         * mm-util.el (mm-insert-file-contents):
14621         Use (default-value 'major-mode) instead of default-major-mode.
14622
14623 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14624
14625         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14626
14627 2009-08-26  Glenn Morris  <rgm@gnu.org>
14628
14629         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14630         than placing in files.el.
14631
14632 2009-08-25  Glenn Morris  <rgm@gnu.org>
14633
14634         * nnir.el (top-level): Don't require cl at run-time.
14635         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14636         Replace cl-function substitute with gnus-replace-in-string.
14637         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14638         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14639         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14640         simplified expansions.
14641
14642 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14643
14644         * dig.el (dig): Add autoload cookie.
14645
14646 2009-08-22  Glenn Morris  <rgm@gnu.org>
14647
14648         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14649         goto-line.
14650
14651 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14652
14653         * parse-time.el (parse-time-string-chars): Save match data.
14654
14655 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14656
14657         * parse-time.el (parse-time-string-chars): Compute using character
14658         classes, to handle non-ascii characters (Bug#3190).
14659
14660 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14661
14662         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14663
14664         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14665         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14666         (gnus-mm-display-part, gnus-mime-display-single)
14667         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14668         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14669
14670         * gnus-sum.el
14671         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14672         (gnus-summary-move-article): Add expirable mark to articles copied or
14673         moved to group that has auto-expire turned on if the option is non-nil.
14674
14675 2009-07-24  Glenn Morris  <rgm@gnu.org>
14676
14677         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14678         Fix typo.  (Bug#3903)
14679
14680 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14683         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14684         that should not be used for draft articles.
14685         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14686         that has no concern in minor mode keys.
14687         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14688         Abolish.
14689
14690 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14693         article without making inquiry to a user for unknown encoding.
14694
14695         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14696         (nnmaildir--scan): Assume i-node and device number that file-attributes
14697         returns might be cons-cell.
14698
14699         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14700
14701         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14702
14703 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14704
14705         * auth-source.el: Remove docs now in auth.texi.  Don't use
14706         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14707         `auth-source-hide-passwords' and use them.
14708
14709 2009-07-15  Glenn Morris  <rgm@gnu.org>
14710
14711         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14712
14713 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14714
14715         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14716         excessive whitespace from the default values of title and description.
14717
14718 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14719
14720         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14721         mail-fetch-field to fetch Content-Description header in order to
14722         exclude newlines.
14723
14724 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14725
14726         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14727         format used by GnuPG 2.0.11.
14728
14729 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14730
14731         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14732         to deleted part.
14733
14734 2009-05-30  David Engster  <dengste@eml.cc>
14735
14736         * nnmairix.el: Remove old documentation in the commentary block.
14737         (nnmairix-request-group): Do not update active file for nnml back ends.
14738         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14739         end so that overview files are ignored.
14740         (nnmairix-update-groups): Make updating the groups more robust by using
14741         marks.
14742         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14743         with dollar characters in message-id.
14744
14745 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14746
14747         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14748         2008-12-25 in dns.el.
14749
14750 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14751
14752         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14753         could happen if the text is only composed of spaces and/or tabs.
14754
14755 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14756
14757         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14758         when sending a queued message to avoid extra mml tags.
14759
14760 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14761
14762         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14763
14764 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14765
14766         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14767         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14768         rmail-toggle-header for XEmacs;
14769         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14770
14771 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14772
14773         * gnus-dired.el: Remove autoload for gnus-setup-message.
14774         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14775         displaying Gnus logo; always use compose-mail.
14776
14777 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14778
14779         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14780
14781 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14784         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14785         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14786         available.
14787         (gnus-nocem-epg-verify): New function.
14788
14789 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14790
14791         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14792
14793 2009-02-15  Glenn Morris  <rgm@gnu.org>
14794
14795         * gnus-util.el (rmail-insert-rmail-file-header)
14796         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14797         autoloads.
14798         (rmail-default-rmail-file): Remove unnecessary declaration.
14799         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14800
14801 2009-02-14  Glenn Morris  <rgm@gnu.org>
14802
14803         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14804         variable (only used in gnus-util, which declares it anyway).
14805         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14806         which was only needed by gnus-art (changed to not use it any more).
14807         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14808         only used in gnus-util, which autoloads it itself.
14809         (rmail-update-summary): Fix autoload.
14810
14811         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14812         rather than rmail-output-to-rmail-file.
14813
14814 2009-02-07  Glenn Morris  <rgm@gnu.org>
14815
14816         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14817         autoload of function that no longer exists.
14818         (rmail-toggle-header): Declare.
14819         (message-forward-rmail-make-body): Handle mbox Rmail.
14820
14821 2009-01-31  Glenn Morris  <rgm@gnu.org>
14822
14823         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14824         2009-01-09 change.
14825
14826 2009-01-31  Dave Love  <fx@gnu.org>
14827
14828         * imap.el (imap-fetch-safe): Bind debug-on-error.
14829         (imap-debug): Add imap-fetch-safe.
14830
14831 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14832
14833         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14834         (auth-source-forget-all-cached): New convenience function.
14835         (auth-source-user-or-password): Accept list of modes or a single mode.
14836
14837         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14838         auth-source modes.
14839
14840         * netrc.el (netrc-machine-user-or-password): Use list of
14841         auth-source modes.
14842
14843         * nnimap.el (nnimap-open-connection): Use list of
14844         auth-source modes.
14845
14846         * nntp.el (nntp-send-authinfo): Use list of
14847         auth-source modes.
14848
14849 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14850
14851         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14852         now.
14853
14854 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14855
14856         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14857         coding system in XEmacs; add a workaround for XEmacs.
14858
14859         * lpath.el: Fbind coding-system-aliasee.
14860
14861 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14862
14863         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14864         of current-language-environment.
14865
14866 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14867
14868         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14869         available at runtime.
14870
14871 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14872
14873         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14874
14875 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14876
14877         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14878         the greatest positive fixnum value doesn't work under an XEmacs with
14879         bignum support; use the most-positive-fixnum constant instead,
14880         available since Emacs 21.1 with cl and XEmacs 21.1.
14881
14882 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14885         XEmacs gets not to work.
14886
14887 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14888
14889         * mm-util.el (mm-coding-system-priorities): Allow the value like
14890         "Japanese (UTF-8)" of current-language-environment.
14891
14892 2009-01-09  Glenn Morris  <rgm@gnu.org>
14893
14894         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14895         with last-command-event.
14896
14897 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14898
14899         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14900         in the doc string.
14901
14902         * message.el (message-fix-before-sending): Amend comment.
14903
14904 2009-01-08  Dave Love  <fx@gnu.org>
14905
14906         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14907
14908 2009-01-07  David Engster  <dengste@eml.cc>
14909
14910         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14911         simplified server definitions by converting it via
14912         gnus-server-to-method.
14913
14914 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14915
14916         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14917         parameter's operands.
14918
14919 2009-01-06  David Engster  <dengste@eml.cc>
14920
14921         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14922         primary select method (for gnus-group-mark-article-as-read).
14923
14924 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14925
14926         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14927         `(gnus)Face', not `(gnus)X-Face'.
14928
14929 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14930
14931         * mm-util.el (mm-ucs-to-char): New function.
14932
14933         * mm-url.el (mm-url-decode-entities): Use it.
14934
14935         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14936         unicode-to-char.
14937
14938 2009-01-05  Dave Love  <fx@gnu.org>
14939
14940         * time-date.el: Require cl for `declare'.
14941
14942 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14943
14944         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14945         Dave Love.
14946
14947 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14948
14949         * message.el (message-fix-before-sending): Add `eight-bit' to
14950         illegible-text check.
14951
14952 2009-01-03  Michael Olson  <mwolson@gnu.org>
14953
14954         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14955         `headers' is nil.  This can occur if the IMAP server does not have
14956         permissions to read messages from a folder, but can write new messages
14957         to the folder.
14958         (nnimap-request-article-part): Do not insert `data' if it is nil.
14959
14960         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14961         characters which will confuse `read', so skip past them.
14962
14963 2009-01-01  Dave Love  <fx@gnu.org>
14964
14965         * imap.el (imap-string-to-integer): Fix typo.
14966         (imap-fetch-safe): New function.
14967         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14968
14969         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14970
14971         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14972         (imap-parse-greeting): Fix doc strings.
14973         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14974         (imap-parse-flag-list): Make messages unique.
14975         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14976
14977         * nnimap.el: Fix author email.
14978         (nnimap-split-rule): Add FIXME comment.
14979         (nnimap-debug): Fix doc string.
14980
14981 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14982
14983         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14984
14985 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14986
14987         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14988         nslookup if resolv.conf isn't available.
14989         (dns-query): Rename from query-dns.
14990         (dns-query-cached): Rename from query-dns-cached.
14991
14992 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14993
14994         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14995         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14996         to check if those variables exist (first appeared in Emacs 18.50).
14997
14998 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14999
15000         * mm-util.el (mm-line-number-at-pos): New function.
15001
15002         * spam-report.el (spam-report-process-queue): Use it.
15003
15004 2008-12-24  David Engster  <dengste@eml.cc>
15005
15006         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
15007         parameters that haven't existed as variables as buffer-local variables.
15008
15009 2008-12-23  Dave Love  <fx@gnu.org>
15010
15011         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
15012         cadar.
15013
15014         * sieve-manage.el (sieve-manage-starttls-p): Rename from
15015         imap-starttls-p.
15016         (sieve-manage-starttls-open): Rename from imap-starttls-open.
15017
15018 2008-12-22  Dave Love  <fx@gnu.org>
15019
15020         * imap.el: Fix author email.  Doc fixes.
15021         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
15022         reply.
15023
15024 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
15025
15026         * spam-report.el (spam-report-gmane-max-requests): New constant.
15027         (spam-report-gmane-wait): New variable.
15028         (spam-report-gmane-ham, spam-report-gmane-spam)
15029         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
15030         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
15031         the server.
15032
15033         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
15034         Add explanations.
15035
15036         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
15037         nnheader-accept-process-output and nnheader-read-timeout if available.
15038         (pop3-movemail): Use it.
15039
15040         * message.el (message-check-news-body-syntax): Fix signature check if
15041         there's an attachment.
15042
15043 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15044
15045         * mm-util.el: Add comments to the mm- emulating functions.
15046
15047 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
15048
15049         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
15050         Reported by Stephen Berman <stephen.berman@gmx.net>.
15051
15052 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15053
15054         * mm-util.el (mm-substring-no-properties): New function.
15055         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
15056         (mm-special-display-p): Enable those lambda forms to be byte compiled.
15057         (mm-string-to-multibyte): Doc fix.
15058
15059         * mml.el (mml-attach-file): Use mm-substring-no-properties.
15060
15061 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15062
15063         * mml.el (mml-attach-file): Strip text properties from file name.
15064         (Bug#1574)
15065
15066 2008-12-16  Glenn Morris  <rgm@gnu.org>
15067
15068         * mm-util.el (mm-charset-override-alist): Declare for compiler.
15069
15070 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15071
15072         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
15073         knows since the charset specified might be a bogus alias that
15074         mm-charset-synonym-alist provides.
15075
15076 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15077
15078         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
15079         "ISO_8859-1".
15080
15081         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
15082
15083 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15084
15085         * mm-util.el (mm-charset-eval-alist):
15086         Define it before mm-charset-to-coding-system.
15087         (mm-charset-to-coding-system): Add optional argument `silent';
15088         define it before mm-charset-override-alist.
15089         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
15090         default value if it can be used in Emacs currently running;
15091         silence mm-charset-to-coding-system.
15092
15093 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15094
15095         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
15096         `allow-override' which says whether to use `mm-charset-override-alist'.
15097         (rfc2047-decode-encoded-words): Use it.
15098
15099         * mm-util.el (mm-charset-override-alist): Fix custom type;
15100         add `(gb2312 . gbk)' to choices.
15101
15102 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
15105         fast.
15106
15107         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15108
15109         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
15110
15111 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
15112
15113         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
15114         on links.
15115
15116         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15117
15118 2008-12-03  Lute Kamstra  <lute@gnu.org>
15119
15120         * sha1.el: Remove leading * from docstrings of defcustoms,
15121         deffaces, defconsts and defuns.
15122
15123 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * message.el (message-idna-to-ascii-rhs-1): Protect against local
15126         users' addresses that don't have domain parts.
15127         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
15128         rather than message-narrow-to-head since there will be the message
15129         header separator.
15130
15131 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15132
15133         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
15134         since the result is inserted in a unibyte buffer anyway.
15135         (nnimap-demule-use-string-to-multibyte): Remove.
15136         (nnimap-demule): Alias it to mm-string-to-multibyte.
15137
15138 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15139
15140         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
15141         variable for debugging bug#464 and bug#1174.
15142         (nnimap-demule): Use it.
15143
15144 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15145
15146         * gnus-score.el (gnus-score-find-trace): Handle default score in total
15147         score calculation correctly.
15148
15149 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15150
15151         * message.el (message-send-mail): Just set the buffer to unibyte
15152         rather than use mm-with-unibyte-current-buffer which does a lot more.
15153         (message-send-mail-partially): Don't bother with
15154         mm-with-unibyte-current-buffer since it's already been made unibyte by
15155         message-send-mail.
15156
15157 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
15158
15159         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
15160
15161 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
15162
15163         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
15164
15165 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15166
15167         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
15168         require itself and to remove `with-no-warnings'.
15169
15170 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
15171
15172         * starttls.el (starttls-any-program-available): Get the name of the
15173         available TLS layer program.
15174         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
15175         well as the host name in the "opening" message.
15176
15177         * auth-source.el (auth-source-cache, auth-source-do-cache)
15178         (auth-source-user-or-password): Cache passwords and logins by default,
15179         allow override with `auth-source-do-cache'.
15180         (auth-source-forget-user-or-password): Allow users to remove cache
15181         entries if needed.
15182
15183 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
15184
15185         * md4.el (md4-buffer): Fix typo in docstring.
15186         (md4, md4-64): Doc fixes.
15187         (md4-pack-int32): Reflow docstring.
15188
15189 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15190
15191         * ietf-drums.el (ietf-drums-remove-comments): Localize second
15192         condition-case to only the forward-sexp call.
15193
15194 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15195
15196         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
15197         quotes contained.  Make it more robust regardless by an extra
15198         condition-case wrapper.
15199
15200 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * lpath.el: No need to fbind codepage-setup for Emacs 23.
15203
15204 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15205
15206         * nnml.el (nnml-request-expire-articles): Check if the function set to
15207         `nnmail-expiry-target' returns the symbol `delete'.
15208
15209         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
15210
15211         * nnmail.el (nnmail-expiry-target): Fix custom type.
15212
15213 2008-10-02  Glenn Morris  <rgm@gnu.org>
15214
15215         * mm-util.el (mm-codepage-setup): Tweak codepage error.
15216         Silence compiler warning.
15217
15218 2008-10-01  Magnus Henoch  <mange@freemail.hu>
15219
15220         * tls.el (open-tls-stream): Show the actual command being
15221         executed, instead of the format string.
15222
15223 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15224
15225         * lpath.el: Fbind codepage-setup for Emacs 23.
15226
15227 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
15228
15229         * mml.el (mml-menu): Don't assume mml2015 is bound.
15230
15231 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
15234         exists.
15235
15236 2008-09-27  Glenn Morris  <rgm@gnu.org>
15237
15238         * gnus-util.el (mail-header-remove-comments): Autoload it.
15239
15240 2008-09-27  Andreas Schwab  <schwab@suse.de>
15241
15242         * gnus-util.el (gnus-split-references): Strip comments.
15243         (gnus-parent-id): Likewise.
15244
15245 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
15246
15247         * message.el (message-confirm-send): Fix version.
15248
15249 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * message.el (message-idna-to-ascii-rhs-1): Use
15252         mail-extract-address-components rather than mail-header-parse-addresses
15253         that is an alias by default to ietf-drums-parse-addresses that does not
15254         support non-ASCII names in headers' contents.
15255
15256 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15257
15258         * message.el (message-confirm-send): Fix variable documentation to
15259         avoid the "y/n" wording.
15260
15261 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
15262
15263         * message.el (message-set-auto-save-file-name): Save to a different
15264         filename so multiple messages (especially drafts) can be recovered.
15265
15266 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
15267
15268         * message.el (message-confirm-send): Add appropriate version.
15269
15270 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
15271
15272         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
15273         defvar.
15274
15275 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
15276
15277         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
15278         (mm-pkcs7-enveloped-magic): Ditto.
15279
15280 2008-09-17  Simon Josefsson  <simon@josefsson.org>
15281
15282         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
15283         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
15284
15285 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
15286
15287         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
15288         default, it's better.
15289
15290 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
15291
15292         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
15293         summary line gnus-number property and ignore them (with a warning
15294         message).
15295
15296 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15297
15298         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
15299         macro caddr in the interactive form since it won't be expanded.
15300
15301 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15302
15303         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
15304         `charset'; fix name of function called recursively.
15305         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
15306
15307 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15308
15309         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15310         (gnus-mime-set-charset-parameters): New function.
15311         (gnus-mime-view-part-as-charset): Use it to correctly display part
15312         specifying wrong charset.
15313
15314 2008-09-08  David Engster  <dengste@eml.cc>
15315
15316         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
15317         in completing-read for back end server.
15318
15319 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15320
15321         * message.el (message-confirm-send): New variable to confirm sending a
15322         message.
15323         (message-send): Use it.
15324
15325 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15326
15327         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15328
15329 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15330
15331         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15332
15333 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15334
15335         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15336         prevent tracking too many groups.
15337         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15338         Use it.
15339
15340 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15341
15342         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15343         moving point to the bottom of the window in order to avoid recentering.
15344
15345 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15348
15349         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15350         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15351         (gnus-article-beginning-of-window): Fix calculation.
15352
15353 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15354
15355         * gnus-msg.el (gnus-summary-supersede-article)
15356         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15357         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15358         message header.
15359
15360 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15361
15362         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15363         pending output coming after the status change.
15364
15365 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15366
15367         * message.el:
15368         * gnus-start.el:
15369         * gnus-registry.el: Remove VMS support.
15370
15371 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15372
15373         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15374         macro.
15375         (rfc2104-hash): Use it.
15376
15377 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15378
15379         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15380         (gnus-summary-sort-by-most-recent-date): New commands.
15381         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15382         and menu entries.
15383
15384 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15385
15386         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15387         don't redisplay article for raw contents; remove plural articles stuff.
15388
15389         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15390         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15391         on gnus-summary-save-article; display results properly.
15392
15393 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * lpath.el: No need to fbind ns-focus-frame.
15396
15397 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15400
15401 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15402
15403         * gnus-art.el (gnus-summary-save-in-pipe):
15404         Consider gnus-save-all-headers.
15405
15406 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15407
15408         * gnus-util.el (ns-focus-frame): Remove declaration.
15409         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15410         like x.
15411
15412 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15413
15414         * rfc2104.el (rfc2104-zero): Delete defconst.
15415         (rfc2104-hex-alist): Likewise.
15416         (rfc2104-hex-to-int): Delete func.
15417         (rfc2104-hexstring-to-bitstring): Likewise.
15418         (rfc2104-nybbles): New defconst.
15419         (rfc2104-hash): Rewrite for speed.
15420
15421 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * tls.el (open-tls-stream): Make it work with the 2nd argument
15424         BUFFER that is a string but does not exist as a buffer object, as
15425         mentioned in the doc-string.
15426
15427 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15428
15429         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15430         SXEmacs.
15431
15432 2008-07-16  Glenn Morris  <rgm@gnu.org>
15433
15434         * gnus-util.el (ns-focus-frame): Declare for compiler.
15435
15436 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15437
15438         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15439         set as a group parameter.
15440         (gnus-summary-save-in-pipe): Work when it is called independently.
15441         (gnus-summary-pipe-to-muttprint): Don't modify
15442         gnus-summary-pipe-output-default-command.
15443
15444 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15445
15446         * message.el (message-send-mail-with-sendmail):
15447         Display the error message.
15448
15449 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15450
15451         * gnus-art.el (gnus-default-article-saver):
15452         Add gnus-summary-save-in-pipe to choices.
15453         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15454         gnus-summary-pipe-output-default-command as the default command.
15455         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15456         instead of gnus-last-shell-command.
15457
15458         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15459         New user option.
15460         (gnus-summary-muttprint-program): Mention the value will be changed.
15461         (gnus-summary-save-article): Force showing of all headers.
15462         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15463
15464 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15465
15466         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15467
15468 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15469
15470         * nnimap.el (nnimap-id):
15471         * sieve-manage.el (sieve-manage-open): Doc fixes.
15472
15473 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15474
15475         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15476         if available.
15477
15478 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15479
15480         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15481
15482         * nnkiboze.el (nnkiboze-generate-group):
15483         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15484
15485         * nnmairix.el: Require CL.
15486
15487 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15488
15489         * dgnushack.el: Autoload get-display-table and put-display-table for
15490         XEmacs 21.5.
15491
15492         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15493         21.4 and SXEmacs.
15494
15495 2008-06-15  David Engster  <dengste@eml.cc>
15496
15497         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15498
15499 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15500
15501         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15502         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15503         runtime choice under XEmacs.
15504
15505         * gnus-sum.el (gnus-summary-set-display-table):
15506         Use `gnus-put-display-table', `gnus-get-display-table',
15507         `gnus-set-display-table' for the display table, instead of `aset'.
15508
15509         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15510         Use `gnus-put-display-table', `gnus-get-display-table',
15511         `gnus-set-display-table' for the display table.
15512
15513 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15514
15515         * nnmairix.el: Add autoloads.
15516
15517 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15518
15519         * nnmairix.el (nnmairix-delete-recreate-group)
15520         (nnmairix-update-and-clear-marks): Fix error messages.
15521
15522 2008-06-14  David Engster  <dengste@eml.cc>
15523
15524         * nnmairix.el: Upgrade to version 0.6.
15525         (nnmairix-group-toggle-propmarks-this-group)
15526         (nnmairix-group-toggle-readmarks-this-group)
15527         (nnmairix-group-delete-recreate-this-group)
15528         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15529         (nnmairix-remove-tick-mark-original-article): New commands.
15530         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15531         (nnmairix-propagate-marks-to-nnmairix-groups)
15532         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15533         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15534         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15535         functions needed for marks propagation and manipulation of read marks.
15536         (nnmairix-update-groups): New function.
15537         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15538         (nnmairix-determine-original-group-from-registry)
15539         (nnmairix-determine-original-group-from-path)
15540         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15541         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15542         New helper functions.
15543         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15544         keystrokes for new commands.
15545         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15546         (nnmairix-request-group): Check allow-fast group parameter.
15547         (nnmairix-request-create-group): Set allow-fast group parameter if
15548         nnmairix-allowfast-default is set.
15549         (nnmairix-close-group): Propagate marks upon closing if needed.
15550         (nnmairix-group-toggle-threads-this-group): Use new.
15551         nnmairix-group-toggle-parameter helper function.
15552         (nnmairix-search): Better check for empty search result.
15553         (nnmairix-goto-original-article): Use new helper functions for
15554         determining original article.
15555         (nnmairix-show-original-article): Make sure message-id is in brackets.
15556         (nnmairix-call-mairix-binary): Change variable name.
15557         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15558         helper function.
15559         (nnmairix-widget-toggle-activate): Fix doc string.
15560
15561 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15562
15563         * nnir.el: Require edmacro when compiling with XEmacs.
15564         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15565         available in Emacs 21.
15566
15567 2008-06-11  Glenn Morris  <rgm@gnu.org>
15568
15569         * gnus-util.el (x-focus-frame):
15570         * gnus.el (image-size):
15571         * mm-decode.el (image-size): Declare.
15572
15573         * gnus-picon.el (declare-function): Add compat definition.
15574         (image-size): Declare.
15575
15576         * gnus-group.el (tool-bar-map):
15577         * gnus-sum.el (tool-bar-map): Define for compiler.
15578
15579         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15580
15581         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15582
15583         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15584         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15585         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15586         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15587         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15588         * sieve-manage.el, spam-report.el, spam.el:
15589         Remove unnecessary eval-and-compile of autoloads.
15590
15591 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15592
15593         * auth-source.el: Precise Tramp doc.
15594
15595 2008-06-07  Glenn Morris  <rgm@gnu.org>
15596
15597         * nnmairix.el: Remove unnecessary eval-when-compile.
15598
15599 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15600
15601         * lpath.el: Fbind propertize for XEmacs 21.4.
15602
15603 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15604
15605         * nnir.el: Move here from ../contrib.
15606
15607 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15608
15609         * gnus-util.el (gnus-read-shell-command): New function.
15610         * mm-decode.el (mm-pipe-part):
15611         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15612
15613 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15614
15615         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15616
15617 2008-06-03  Glenn Morris  <rgm@gnu.org>
15618
15619         * pop3.el (nnheader-accept-process-output): Autoload it.
15620
15621 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15624         are not 2-digit hexadecimal characters that follow `%'s.
15625
15626 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15627
15628         * message.el (message-bogus-recipient-p): Fix type in doc string.
15629         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15630         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15631         Improve custom options.
15632         (message-bogus-recipient-p): Adjust accordingly.
15633
15634 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15635
15636         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15637         long-form month and day names.
15638
15639 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15640
15641         * dgnushack.el: Autoload debug, eudc-expand-inline and
15642         pgg-snarf-keys-region for XEmacs.
15643
15644         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15645
15646         * nnmairix.el: Require edmacro when compiling with XEmacs.
15647
15648 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15649
15650         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15651         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15652
15653 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15654
15655         * auth-source.el: Add more docs.
15656
15657         * netrc.el (netrc-machine): Always match if the port is not given.
15658
15659 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15660
15661         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15662         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15663         retrieval faster in some cases, but might make CPU usage larger.
15664         If this has any bad side effects, we might revert this change.
15665
15666         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15667         seems to make mail retrieval much, much faster.
15668         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15669         unconditionally.
15670
15671         * gnus-draft.el (gnus-group-send-queue):
15672         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15673
15674 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15675
15676         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15677
15678         * message.el (message-bogus-address-regexp): Fix and improve custom
15679         type.
15680         (message-setup-hook): Add message-check-recipients as custom option.
15681
15682 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15683
15684         * message.el (message-cite-function): Remove bogus autoload which crept
15685         in during merge from v5-10.
15686
15687 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15688
15689         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15690
15691         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15692
15693         * auth-source.el: Preliminary Tramp docs.
15694         (auth-sources): Change the default auth-sources to use
15695         EPA .gpg files.
15696
15697 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15698
15699         * nntp.el: Autoload `auth-source-user-or-password'.
15700         (nntp-send-authinfo): Use it.
15701
15702         * nnimap.el: Autoload `auth-source-user-or-password'.
15703         (nnimap-open-connection): Use it.
15704
15705         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15706         for the gnus-message function.
15707         (auth-source-user-or-password): Use it.
15708
15709 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15710
15711         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15712         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15713         (rfc2104-hash): Use it.
15714
15715 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15716
15717         * gnus-art.el (gnus-article-toggle-truncate-lines):
15718         Don't use `iff' in docstring.
15719
15720 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15721
15722         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15723
15724         * gnus-util.el (gnus-extract-address-component-name)
15725         (gnus-extract-address-component-email): Convenience functions around
15726         `gnus-extract-address-components'.
15727
15728         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15729         Use `gnus-extract-address-component-email' to fix bug of comparing full
15730         sender name to `user-mail-address'.
15731
15732 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15733
15734         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15735         catch/throw to optimize.
15736         (gnus-registry-find-keywords): Just use member to find a keyword.
15737
15738 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15739
15740         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15741         is current before calling gnus-server-prepare.
15742         (gnus-server-setup-buffer, gnus-server-update-server)
15743         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15744
15745 2008-05-04  Juri Linkov  <juri@jurta.org>
15746
15747         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15748         (mailcap-file-default-commands): Use mailcap-replace-in-string
15749         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15750         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15751
15752 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15753
15754         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15755
15756 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15757
15758         * gnus.el: Bump version to 0.11.
15759
15760 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15761
15762         * gnus.el: No Gnus v0.10 is released.
15763
15764 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15765
15766         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15767         hooks.
15768         (gnus-update-read-articles): Speed up non-marks-using users.
15769         (gnus-use-marks): Define gnus-use-marks.
15770         (gnus-propagate-marks): Rename variable to something more sensible.
15771
15772 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15773
15774         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15775         (gmm-image-load-path-for-library): Fix typos in docstrings.
15776         (gmm-message): Reflow docstring.
15777
15778 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15779
15780         * mail-source.el (mail-source-set-1, mail-source-bind):
15781         Move auth-source code out of the macro to clean it up and fix bugs.
15782
15783 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15784
15785         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15786         by sender if it's equal to user-mail-address, it's likely to be
15787         useless.
15788
15789         * mail-source.el (mail-source-bind): Don't use user or password if they
15790         are not bound.  Unintern them if they are nil.  Don't use server unless
15791         it's bound, and default it to empty string otherwise.
15792
15793 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15794
15795         * mail-source.el: Load auth-source.el.
15796         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15797         get user name or password, if auth-sources is set up.
15798
15799         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15800         strategy of splitting with parent.
15801         (gnus-registry-split-fancy-with-parent)
15802         (gnus-registry-post-process-groups): Use it and fix prior
15803         bug (returning a list as the split result).
15804
15805         * auth-source.el (auth-sources): Remove server parameter.
15806         (auth-source-pick, auth-source-user-or-password)
15807         (auth-source-user-or-password-imap)
15808         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15809         (auth-source-user-or-password-sftp)
15810         (auth-source-user-or-password-smtp): Remove server parameter.
15811
15812 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15813
15814         * smime.el (smime-sign-region, smime-encrypt-region)
15815         (smime-decrypt-region):
15816         Remove redundant calls to `generate-new-buffer-name'.
15817
15818 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15819
15820         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15821         Don't use QP for message/rfc822.
15822         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15823
15824 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15825
15826         * sieve-manage.el (sieve-string-bytes): Remove.
15827         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15828         correct byte-length only if the process's coding-system is the same as
15829         the one used internally by Emacs to represent strings.
15830
15831 2008-04-22  Juri Linkov  <juri@jurta.org>
15832
15833         * mailcap.el (mailcap-file-default-commands): New function.
15834
15835 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15836
15837         * message.el (message-signature-separator, message-cite-function):
15838         Change custom version.
15839
15840 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15841
15842         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15843         commands.
15844         (tls-checktrust): Ditto.
15845
15846 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15847
15848         * mm-decode.el (mm-display-external): Make temp file read-only.
15849
15850 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15851
15852         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15853         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15854         `C-c C-f d'.
15855
15856 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15857
15858         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15859
15860 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15861
15862         * gnus.el: Bump version to 0.9.
15863
15864 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15865
15866         * gnus.el: No Gnus v0.8 is released.
15867
15868 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15869
15870         * mail-source.el (mail-source-value):
15871         Prefer fboundp to functionp so it works with macros as well.
15872
15873 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15874
15875         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15876         Fix last change in case the element is not even a symbol.
15877
15878 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15879
15880         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15881         Prefer fboundp to functionp so it works with macros as well.
15882
15883 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15884
15885         * auth-source.el: Add docs.
15886         (auth-sources): Modify format to support server.
15887         (auth-source-pick, auth-source-user-or-password)
15888         (auth-source-user-or-password-imap)
15889         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15890         (auth-source-user-or-password-sftp)
15891         (auth-source-user-or-password-smtp): Add server parameter.
15892
15893 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15894
15895         * gnus-registry.el: Initialize the registry when gnus-registry-install
15896         is t.
15897
15898 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15899
15900         * compface.el (uncompface): Make buffer unibyte.
15901
15902 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15903
15904         * mail-source.el (mail-source-value):
15905         Prefer fboundp to functionp so it works with macros as well.
15906
15907 2008-04-05  Glenn Morris  <rgm@gnu.org>
15908
15909         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15910
15911 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15912
15913         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15914         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15915
15916         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15917         multibyteness after rather than before erasing it.
15918
15919         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15920         mm-with-multibyte.
15921         (gnus-request-article-this-buffer): Make sure the proper decoding is
15922         used if gnus-original-article-buffer happens to be unibyte.
15923
15924         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15925         default-enable-multibyte-characters.
15926
15927         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15928         default-enable-multibyte-characters.
15929
15930         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15931
15932         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15933
15934 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15935
15936         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15937         Fix last change in case the element is not even a symbol.
15938
15939 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15940
15941         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15942         (imap-message-copyuid-1): Use it.
15943         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15944         J. Williams in
15945         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15946
15947         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15948         imap-enable-exchange-bug-workaround.
15949         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15950
15951 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15952
15953         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15954         a 100 byte status-checks into a 2-3MB transfer for each group.
15955         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15956         to enable bug workaround or not.
15957         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15958
15959 2008-03-31  Glenn Morris  <rgm@gnu.org>
15960
15961         * message.el (mml2015-use): Declare for compiler.
15962         (message-info): Require mml2015 when appropriate.
15963
15964 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15967         whitespace.
15968
15969 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15970
15971         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15972         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15973         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15974         (nntp-service-to-port): New function.
15975         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15976         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15977         (nntp-open-netcat-stream): New function.
15978         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15979
15980 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15981
15982         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15983
15984 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15985
15986         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15987
15988 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15989
15990         * dns.el (dns-write): Use set-buffer-multibyte.
15991
15992 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15993
15994         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15995
15996 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15997
15998         * message.el (message-signature-separator): Change default.
15999         Improve custom type.
16000         (message-cite-function): Change default to
16001         message-cite-original-without-signature.
16002
16003         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
16004         toggle.
16005
16006         * message.el (message-check-news-body-syntax): Fix signature check.
16007         (message-setup-1): Mark buffer as unmodified _after_ running
16008         message-setup-hook and handling message-alternative-emails.
16009         (message-shorten-references): Be more strict when building list of
16010         valid references to comply with GNKSA.
16011
16012         * gnus-group.el (gnus-read-ephemeral-bug-group)
16013         (gnus-read-ephemeral-debian-bug-group)
16014         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
16015
16016         * message.el (message-info): Don't use booleanp which isn't supported
16017         in Emacs 21 and XEmacs.
16018
16019 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
16020
16021         * gnus-group.el (gnus-gmane-group-download-format): Rename from
16022         gnus-group-gmane-group-download-format.
16023         (gnus-group-read-ephemeral-gmane-group): Rename from
16024         gnus-group-read-ephemeral-gmane-group.
16025         (gnus-read-ephemeral-gmane-group-url): Rename from
16026         gnus-group-read-ephemeral-gmane-group-url.
16027         (gnus-bug-group-download-format-alist): New variable.
16028         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
16029         (gnus-read-ephemeral-emacs-bug-group): New commands.
16030
16031 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16032
16033         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
16034         (gnus-visible-headers): Improve custom type.
16035
16036 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16037
16038         * mml.el (mml-menu): Add workarounds for XEmacs.
16039
16040         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
16041         X-Boundary header.
16042
16043         * message.el (message-simplify-recipients): Fix previous commit.
16044
16045 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16046
16047         * mm-util.el (mm-set-buffer-multibyte): New function.
16048         * mm-decode.el (mm-copy-to-buffer): Use it.
16049
16050         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
16051         Prefer fboundp to functionp so it works with macros as well.
16052
16053 2008-03-19  Glenn Morris  <rgm@gnu.org>
16054
16055         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
16056         Accidentally removed in the sync process with Emacs.
16057
16058 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
16059
16060         * message.el (message-alter-recipients-discard-bogus-full-name):
16061         New function.
16062         (message-alter-recipients-function): New variable.
16063         (message-get-reply-headers): Use it.
16064         (message-replace-header): New helper function.
16065         (message-recipients-without-full-name): New variable.
16066         (message-simplify-recipients): New command.
16067
16068         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
16069
16070         * message.el (message-info): Handle EasyPG manual.
16071
16072         * mml.el (mml-menu): Add entry for EasyPG.
16073
16074 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
16075
16076         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
16077         parameter.
16078
16079         * message.el (message-disassociate-draft): Specify drafts group name
16080         fully.
16081
16082 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
16083
16084         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16085         Eliminate unnecessary duplicates from the match list.
16086
16087 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16088
16089         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
16090
16091         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
16092
16093         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
16094         args of `how-many' of which the XEmacs version doesn't take; declare
16095         Info-index-next as function.
16096
16097 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16098
16099         * gnus-score.el (gnus-score-headers): Fix handling of
16100         gnus-inhibit-slow-scoring.
16101
16102         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
16103         string.
16104         (gnus-button-url-regexp): Improve handling of parenthesis.
16105         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
16106         (gnus-button-handle-info-keystrokes): Handle index entries.
16107
16108 2008-03-15  Glenn Morris  <rgm@gnu.org>
16109
16110         * parse-time.el (parse-time-string): Simplify.
16111
16112 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
16115         Incoming* files.
16116
16117 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
16118
16119         * auth-source.el (auth-sources): Rename from auth-source-choices.
16120         (auth-source-pick): Use it.
16121
16122 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16123
16124         * binhex.el (binhex-decode-region-internal):
16125         * uudecode.el (uudecode-decode-region-internal):
16126         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16127         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16128         setting default-enable-multibyte-characters.
16129
16130 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
16131
16132         * auth-source.el (auth-source-protocols)
16133         (auth-source-protocols-customize, auth-source-choices): Add and
16134         modified variable customizations and defaults.
16135         (auth-source-pick, auth-source-user-or-password)
16136         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
16137         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
16138         (auth-source-user-or-password-sftp)
16139         (auth-source-user-or-password-smtp): Use new variables and provide an
16140         interface to netrc.el.
16141
16142 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16143
16144         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
16145         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
16146         Make sure the nntp port to specify is a string.
16147
16148 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16149
16150         * nntp.el: Use with-current-buffer.
16151         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
16152         dubious mm-with-unibyte-current-buffer.
16153         (nntp-with-open-group-function): New function extracted from
16154         nntp-with-open-group macro.
16155         (nntp-with-open-group): Use the function, so it's easier to debug.
16156         Add indentation and debugging info.
16157         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
16158         Recommend the use of the netcat alternatives.
16159
16160         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
16161         Avoid mm-string-as-multibyte as well.
16162
16163         * nnweb.el (nnweb-insert-html):
16164         Remove use of nnheader-string-as-multibyte.
16165
16166         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
16167         (nnheader-string-as-multibyte): Remove.
16168
16169         * mm-view.el: Use inhibit-read-only.
16170         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
16171         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
16172         or unibyte-string.
16173
16174         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
16175         (mm-uu-yenc-extract): Use with-current-buffer.
16176
16177         * gnus-soup.el (gnus-soup-send-packet): Don't use
16178         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
16179
16180         * nnmh.el: Use with-current-buffer.
16181         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
16182         mm-string-as-multibyte on the output of mm-encode-coding-string.
16183
16184         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
16185         (nnimap-request-move-article): Use with-current-buffer.
16186
16187         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
16188         inserting the handle-buffer's text, so the implicit multibyte->unibyte
16189         conversion uses string-make-unibyte rather than string-as-unibyte.
16190
16191         * gnus-msg.el: Use with-current-buffer.
16192
16193         * message.el (message-ignored-resent-headers): Add "Delivered-To".
16194
16195 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
16196
16197         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
16198         string for caching if it is 'PIN.
16199
16200 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16201
16202         * lpath.el: Consider the case without Emacs/W3.
16203
16204 2008-03-08  Glenn Morris  <rgm@gnu.org>
16205
16206         * time-date.el (date-to-time, time-subtract, time-add)
16207         (safe-date-to-time): Doc fixes.
16208
16209 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16210
16211         * mail-source.el (mail-source-delete-old-incoming-confirm):
16212         Change default to nil.
16213         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
16214
16215 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16216
16217         * lpath.el: Rearrange.
16218
16219         * gnus-art.el (gnus-narrow-to-page): Position point properly.
16220         (gnus-article-goto-prev-page): Work for articles having ^L's.
16221
16222         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
16223
16224         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
16225
16226 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
16227
16228         * gnus-bookmark.el: Adjust for renames in bookmark.el.
16229         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
16230         (gnus-bookmark-jump): Adjust some variable names.
16231
16232 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
16233
16234         * auth-source.el: New package.
16235         (auth-source-choices): Add customization entry point variable.
16236
16237         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
16238         bug.
16239
16240 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
16241
16242         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
16243         (gnus-registry-initialize, gnus-registry-install-p): Use it.
16244         (gnus-registry-install-shortcuts): Rename from
16245         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
16246         the `gnus-registry-mark-map' keymap dynamically from
16247         `gnus-registry-marks'.  The generated functions update the summary line
16248         when a registry mark is added or deleted, and will call
16249         `gnus-registry-install-p' (see the comments in the code).
16250         (gnus-registry-user-format-function-M): Use concat intelligently.
16251
16252         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
16253         the registry mark functions.
16254
16255 2008-03-05  Glenn Morris  <rgm@gnu.org>
16256
16257         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
16258         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
16259         gnus-art.
16260         (top-level): No need to load own source when compiling.
16261
16262 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16263
16264         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
16265         Suggested by <chris.anderton@zetnet.co.uk>.
16266
16267 2008-03-04  Glenn Morris  <rgm@gnu.org>
16268
16269         * gnus-sum.el (top-level): No need to require gnus when compiling,
16270         since unconditionally required near start of file.
16271         (gnus-summary-display-while-building): Move definition before use.
16272
16273 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16274
16275         * gnus-registry.el (gnus-registry-user-format-function-M):
16276         Add formatting function.
16277
16278 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16279
16280         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
16281         with plists.
16282         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
16283         Use new format.
16284
16285 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16286
16287         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
16288         `where-is-internal' that returns a range of key sequences.
16289
16290 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16291
16292         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
16293
16294         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
16295         (gnus-summary-jump-to-group): Consider windows on other displayed
16296         frames as well.  Similar changes might be needed elsewhere, but that's
16297         the one I've bumped into during my use.
16298
16299         * nndoc.el (nndoc-oe-dbx-type-p):
16300         * gnus-msg.el (gnus-debug):
16301         * gnus-group.el (gnus-update-group-mark-positions):
16302         Use mm-string-to-multibyte.
16303
16304 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16305
16306         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
16307         doesn't handle NotDashEscaped.
16308
16309         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
16310         (mml-dnd-attach-options): Fix typo in custom choice.
16311
16312         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
16313         Change nndoc-article-type to mbox.
16314         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
16315
16316         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
16317         to nil, instead of html2text.
16318
16319         * imap.el (imap-debug): Add `imap-ping-server'.
16320
16321         * gnus-bookmark.el: Add FIXMEs.
16322
16323         * message.el (message-form-letter-separator)
16324         (message-send-form-letter-delay): New variables.
16325         (message-send-form-letter): Use them.  New command to send form
16326         letters.  Requested by Uwe Siart.
16327         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16328
16329 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16330
16331         * Update copyright years.
16332
16333 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16334
16335         Sync from EMACS_22_BASE.
16336
16337         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16338
16339 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16340
16341         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16342         empty author.
16343
16344 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16345
16346         * gnus-registry.el (gnus-registry-marks): Add variable for
16347         customization of marks and their appearance.
16348         (gnus-registry-read-mark): Use it.
16349         (gnus-registry-do-marks): Add utility function to loop through
16350         `gnus-registry-marks'.
16351         (gnus-registry-install-shortcuts-and-menus): Add function to install
16352         shortcuts and menus.
16353         (gnus-registry-initialize): Use it.
16354         (gnus-registry-default-mark): Clarify documentation.
16355
16356 2008-02-29  Glenn Morris  <rgm@gnu.org>
16357
16358         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16359         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16360         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16361         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16362         Change defcustom :version from 23.0 to 23.1.
16363
16364 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16365
16366         * gnus-registry.el (gnus-registry-follow-group-p)
16367         (gnus-registry-post-process-groups): Add functions to aid registry
16368         splitting and improve logging.  Clarify behavior in function
16369         documentation.
16370         (gnus-registry-split-fancy-with-parent): Use them.
16371
16372 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16373
16374         * gnus-art.el: Use with-current-buffer.
16375
16376 2008-02-27  David Engster  <dengste@eml.cc>
16377
16378         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16379         Express real group name in the response.
16380
16381 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16382
16383         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16384         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16385         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16386         autoload gnus-registry-fetch-group when compiling.
16387         (nnmairix-request-group-with-article-number-correction):
16388         Remove unreferenced argument passed to nnmairix-call-backend.
16389
16390 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16391
16392         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16393         (mm-uu-extract): Improve face for low color ttys.
16394         Reported by Sascha Wilde.
16395
16396 2008-02-27  Glenn Morris  <rgm@gnu.org>
16397
16398         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16399         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16400         variables to defconsts.  Convert comments to doc-strings.
16401         (nnmairix-last-server, nnmairix-current-server): Convert from free
16402         variables to defvars.  Convert comments to doc-strings.
16403         (gnus-registry-fetch-group): Autoload.
16404         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16405         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16406         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16407         caddr.
16408         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16409         nnmairix-request-group-with-article-number-correction call.
16410         (nnmairix-fast, nnmairix-group): New, less general names, for free
16411         variables passed from nnmairix-request-group to
16412         nnmairix-request-group-with-article-number-correction.  Declare.
16413         (nnmairix-request-group-with-article-number-correction):
16414         Use nnmairix-fast, nnmairix-group rather than fast, group.
16415
16416 2008-02-26  David Engster  <dengste@eml.cc>
16417
16418         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16419         version 0.5.
16420
16421 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16422
16423         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16424         instead of making an extra function call.  Don't add the current group
16425         to articles only when they have the group.  Use
16426         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16427         Reported by David <de_bb@arcor.de>.
16428
16429 2008-02-24  Miles Bader  <miles@gnu.org>
16430
16431         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16432         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16433         (mm-find-mime-charset-region):
16434         * mm-bodies.el (mm-encode-body):
16435         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16436
16437 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16438
16439         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16440         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16441
16442 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16443
16444         * mail-source.el (mail-source-delete-incoming): Change default.
16445         Supplement doc string.
16446
16447         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16448
16449 2008-02-14  Glenn Morris  <rgm@gnu.org>
16450
16451         * time-date.el (format-seconds): New function.
16452
16453 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16454
16455         * nnmail.el (nnmail-message-id-cache-file): Derive from
16456         `gnus-home-directory'.
16457
16458 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16459
16460         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16461         Document negative prefix.
16462
16463         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16464
16465 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16466
16467         * message.el (message-unsent-separator): Add the Exim bounce
16468         separator.
16469
16470 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16471
16472         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16473         list.
16474         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16475         recipient/signer list.
16476
16477 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16478
16479         * Makefile.in (datarootdir): Define.
16480         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16481         name that might contain whitespace.
16482
16483 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16484
16485         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16486         fbound (Emacs 23 unicode), signal an error.
16487
16488 2008-02-08  Glenn Morris  <rgm@gnu.org>
16489
16490         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16491
16492 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16493
16494         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16495         ports to the calls to `netrc-machine-user-or-password' in addition to
16496         "imap" and "imaps".
16497
16498 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16499
16500         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16501
16502         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16503
16504 2008-02-01  Kenichi Handa  <handa@m17n.org>
16505
16506         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16507         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16508         (rfc2104-hash): Convert the result of concat to unibyte string.
16509
16510 2008-02-01  Dave Love  <fx@gnu.org>
16511
16512         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16513         coding-system-for-read.
16514         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16515
16516 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16517
16518         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16519         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16520         <hanche@math.ntnu.no>.
16521
16522 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16525
16526         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16527
16528 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16529
16530         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16531         * message.el (message-beginning-of-line): Use featurep instead of bound
16532         tests in order to resolve conditionals at compile time.
16533
16534 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16535
16536         * mail-source.el (mail-sources): Add `group' choice.
16537
16538         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16539         parameter `in-group' to control into which group the articles go.
16540         Add treatment of `group' mail-source.
16541
16542 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16543
16544         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16545
16546         * mm-decode.el (mm-dissect-buffer): Decode description.
16547
16548         * mml.el (mml-to-mime): Encode message header first.
16549
16550 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16553         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16554
16555         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16556         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16557
16558 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16559
16560         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16561
16562 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16563
16564         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16565         prefix keys.
16566         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16567         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16568         gnus-xmas.el.
16569
16570         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16571         (gnus-xmas-article-describe-bindings): New function.
16572         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16573         gnus-xmas-article-describe-bindings.
16574
16575         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16576
16577 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16578
16579         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16580         Add new variables for article mark management.
16581         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16582         list of extra data entries which, when present, will indicate that the
16583         article ID should not be trimmed from the registry.
16584         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16585         functions.
16586         (gnus-registry-read-mark): New function to read a mark name from the
16587         user.
16588         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16589         (gnus-registry-set-article-mark-internal): New functions to add and
16590         remove marks.
16591         (gnus-registry-get-article-marks): New function to show the marks for
16592         an article, or retrieve them for further use.
16593
16594 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16595
16596         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16597         keys when no argument is given.
16598
16599 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16600
16601         * imap.el (imap-ping-server): New variable.
16602         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16603         (imap-ping-server): Minor doc string fixes.
16604
16605 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16606
16607         * imap.el (imap-ping-server): New function.
16608         (imap-opened): Call imap-ping-server.
16609
16610 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16611
16612         * gnus-sum.el (gnus-article-sort-by-random)
16613         (gnus-thread-sort-by-random): Fix doc strings.
16614         Reported by jidanni@jidanni.org.
16615
16616 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16617
16618         * gnus-art.el (gnus-article-describe-bindings): New function.
16619         (gnus-article-read-summary-keys): Use it.
16620         (gnus-article-mode-map): Bind `C-h b' to it.
16621
16622 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16623
16624         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16625         XEmacs.
16626         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16627         Protect against non-character events.
16628
16629         * lpath.el: Fbind map-keymap for Emacs 21.
16630
16631 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16632
16633         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16634         New command.
16635         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16636         instead of END.  Change name of the temp file.
16637         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16638         customizable.
16639
16640 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16641
16642         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16643         bind `S W' to gnus-article-wide-reply-with-original; set default
16644         binding to gnus-article-read-summary-send-keys.
16645         (gnus-article-read-summary-keys): Fix the order of keys; display
16646         continuation keys correctly in the echo area; describe bindings
16647         correctly when keys end with `C-h'.
16648         (gnus-article-read-summary-send-keys): New function.
16649         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16650         Work for gnus-article-read-summary-send-keys; display continuation keys
16651         correctly in the echo area.
16652         (gnus-article-reply-with-original): Ignore prefix argument.
16653         (gnus-article-wide-reply-with-original): New function.
16654
16655         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16656         Emacs 21.
16657
16658 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16659
16660         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16661         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16662
16663 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16664
16665         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16666         (gnus-group-read-ephemeral-gmane-group): New command.
16667
16668 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16669
16670         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16671
16672 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16673
16674         * message.el (message-send-mail-function): Increase custom version.
16675
16676         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16677         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16678
16679 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16680
16681         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16682         for the cases where imap-authenticate is called with a nil buffer
16683         parameter.
16684
16685 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16686
16687         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16688         html parts correctly; support forwarded messages.
16689         (gnus-article-browse-html-article): Remove work buffers.
16690
16691         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16692         compiling.
16693         (netrc-bound-and-true-p): New macro.
16694         (netrc-parse): Use it instead of bound-and-true-p that is not available
16695         in XEmacs 21.4.
16696
16697 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16698
16699         * gnus-registry.el (gnus-registry-mark-article)
16700         (gnus-registry-article-marks): Add functionality to mark articles
16701         through the Gnus registry.
16702
16703         * encrypt.el: Clarify documentation for the new pgg method.
16704         (encrypt-file-alist): Add PGG option.
16705         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16706         functionality.  Abstract password key and messaging to external
16707         functions.
16708         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16709         (encrypt-message-method-and-cipher): Add new convenience external
16710         functions.
16711         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16712         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16713
16714         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16715         (netrc-parse): Use encrypt-file-alist to determine if
16716         encrypt-find-model or encrypt-insert-file-contents should be used.
16717
16718         * encrypt.el: Clarify documentation.  Load password-cache or
16719         password, whichever one is found first, instead of autoloading.
16720
16721 2007-12-19  Glenn Morris  <rgm@gnu.org>
16722
16723         * mml.el (message-options-set, message-narrow-to-head)
16724         (message-in-body-p, message-mail-p, message-encode-message-body):
16725         Autoload.
16726         (message-remove-header, message-narrow-to-headers-or-head)
16727         (message-subscribed-p, message-make-mail-followup-to)
16728         (message-position-on-field, message-news-p)
16729         (message-options-set-recipient, message-generate-headers)
16730         (message-sort-headers): Declare as functions.
16731
16732 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16733
16734         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16735         convention in doc string.
16736
16737 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16738
16739         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16740         title to html parts.
16741         (gnus-article-browse-html-article): Pass message header to it.
16742
16743         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16744
16745 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16746
16747         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16748         or password compatible with XEmacs.
16749
16750 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16751
16752         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16753         format document.
16754         (gnus-mime-delete-part): Don't write description line if empty.
16755         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16756
16757 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16758
16759         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16760         (gnus-summary-mark-read-and-unread-as-read)
16761         (gnus-summary-mark-current-read-and-unread-as-read)
16762         (gnus-summary-mark-unread-as-ticked): Doc fix.
16763         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16764
16765 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16766
16767         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16768         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16769
16770 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16771
16772         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16773         yes-or-no-p.
16774
16775 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16776
16777         * mm-decode.el (mm-add-meta-html-tag): New function.
16778         (mm-save-part-to-file, mm-pipe-part): Use it.
16779
16780         * gnus-art.el (gnus-article-browse-delete-temp-files):
16781         Use gnus-y-or-n-p instead of y-or-n-p.
16782         (gnus-article-browse-html-parts): Work with message/external-body; use
16783         mm-add-meta-html-tag.
16784
16785 2007-12-11  Glenn Morris  <rgm@gnu.org>
16786
16787         * gnus-cache.el: Require gnus-sum not just when compiling.
16788
16789         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16790
16791         * gnus-int.el (gnus-server-opened, gnus-status-message):
16792         Move definitions before use.
16793
16794         * mm-decode.el: Require gnus-util.
16795         (mm-remove-part): Only call delete-annotation on XEmacs.
16796
16797         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16798
16799         * nnmail.el: Require gnus-int.
16800
16801         * spam.el: Move `require's before `eval-when-compile's.
16802
16803         * gnus-ems.el (gnus-alive-p):
16804         * gnus-fun.el (message-goto-eoh):
16805         * gnus-util.el (gnus-group-name-decode):
16806         * mail-source.el (gnus-compress-sequence):
16807         * message.el (Info-goto-node, format-spec):
16808         * mm-bodies.el (message-options-get):
16809         * mm-decode.el (mm-view-pkcs7):
16810         * mm-util.el (gmm-write-region):
16811         * mml-smime.el (mml-compute-boundary)
16812         (gnus-completing-read-with-default):
16813         * mml.el (widget-button-press, gnus-make-hashtable):
16814         * mml1991.el (mm-decode-content-transfer-encoding)
16815         (mm-encode-content-transfer-encoding)
16816         (message-options-get, message-options-set):
16817         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16818         * nnfolder.el (gnus-request-group):
16819         * nnheader.el (ietf-drums-unfold-fws):
16820         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16821         * smime.el (gnus-run-mode-hooks):
16822         * spam-stat.el (gnus-message): Autoload.
16823
16824         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16825         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16826         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16827         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16828         Add declare-function compatibility definition.
16829
16830         * gnus-cache.el (nnvirtual-find-group-art):
16831         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16832         (gnus-add-image, gnus-add-wash-type):
16833         * gnus-group.el (nnkiboze-score-file):
16834         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16835         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16836         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16837         (message-tokenize-header, gnus-get-buffer-create)
16838         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16839         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16840         * gnus.el (gnus-group-decoded-name):
16841         * mail-source.el (imap-capability):
16842         * mm-bodies.el (message-options-set):
16843         * mm-decode.el (gnus-configure-windows):
16844         * mm-extern.el (message-goto-body):
16845         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16846         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16847         (epg-sub-key-validity, message-options-set):
16848         * mml.el (widget-event-point, gnus-configure-windows):
16849         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16850         * mml2015.el (epg-check-configuration, epg-configuration)
16851         (message-options-set):
16852         * nndb.el (nndb-request-article):
16853         * nnfolder.el (gnus-request-create-group):
16854         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16855         * nnmaildir.el (gnus-group-mark-article-read):
16856         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16857         * rfc1843.el (message-fetch-field):
16858         * spam.el (gnus-extract-address-components):
16859         Declare as functions.
16860
16861 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16864
16865         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16866
16867         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16868         bind show-trailing-whitespace for XEmacs.
16869
16870 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16871
16872         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16873         new no-op macro for backward compatibility.
16874
16875         * imap.el (imap-string-to-integer): New function.
16876
16877 2007-12-09  Glenn Morris  <rgm@gnu.org>
16878
16879         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16880
16881         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16882         * message.el, mm-view.el, sieve-manage.el, smime.el:
16883         Add declare-function compatibility definition.
16884
16885         * gnus-art.el (w3-region, w3m-region, Info-menu):
16886         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16887         * gnus-sum.el (gnus-get-predicate):
16888         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16889         * message.el (mail-abbrev-in-expansion-header-p):
16890         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16891         (w3m-detect-meta-charset, w3m-region):
16892         * sieve-manage.el (password-read, password-cache-add)
16893         (password-cache-remove):
16894         * smime.el (password-read-and-add): Declare as functions.
16895
16896 2007-12-08  David Kastrup  <dak@gnu.org>
16897
16898         * gnus-sum.el (gnus-summary-simplify-subject-query):
16899         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16900         `message'.
16901
16902 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16905         it to bind idna-program, installation-directory, defined-colors, and
16906         face-attribute for XEmacs of the version that compiles defcustom forms.
16907
16908 2007-12-07  Glenn Morris  <rgm@gnu.org>
16909
16910         * gnus-art.el (article-make-date-line): Revert previous change.
16911
16912 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16913
16914         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16915
16916 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16917
16918         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16919         Call gnus-add-to-range ranges only once with a prepared article-list.
16920
16921 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16922
16923         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16924         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16925         group names with backslashes.
16926         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16927
16928 2007-12-06  Deepak Goel  <deego3@gmail.com>
16929
16930         * gnus-art.el (article-make-date-line):
16931         * gnus-start.el (gnus-load):
16932         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16933
16934 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16935
16936         * gnus-art.el (gnus-use-idna):
16937         * gnus-start.el (gnus-site-init-file):
16938         * message.el (message-use-idna):
16939         * mm-uu.el (mm-uu-hide-markers):
16940         * smiley.el (smiley-style): Revert changes that suppress warnings.
16941
16942 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16943
16944         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16945         specify charset to html source.
16946         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16947
16948 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16949
16950         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16951         idna-program in order to suppress byte compile warning issued by XEmacs
16952         that came to byte compile the default value section of defcustom forms
16953         recently.
16954
16955         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16956         value of installation-directory.
16957
16958         * message.el (message-use-idna): Don't directly refer to the value of
16959         idna-program.
16960
16961         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16962
16963         * smiley.el (smiley-style): Don't directly call face-attribute.
16964
16965 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16966
16967         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16968
16969         * gnus-dired.el: Reduce Gnus dependencies.
16970         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16971         Don't require.  Use autoloads instead.
16972         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16973         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16974         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16975         (gnus-dired-mode): Adjust doc string.
16976         (gnus-dired-mail-mode): New variable.
16977         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16978         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16979         (gnus-dired-mail-buffers): New function.  Return mail or message
16980         composition buffers.
16981         (gnus-dired-attach): Use it.
16982         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16983         NO-DECODE.
16984         (gnus-dired-print): Use `gnus-print-buffer' depending on
16985         `gnus-dired-mail-mode'.
16986
16987 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16988
16989         * rfc2047.el (rfc2047-encoded-word-regexp)
16990         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16991         explaining what regexp patterns are for.
16992
16993 2007-12-04  Glenn Morris  <rgm@gnu.org>
16994
16995         * password.el: Move to password-cache.el.
16996
16997         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16998         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16999         * mml-smime.el (password-read, password-cache-add)
17000         (password-cache-remove):
17001         No need to autoload, since mml-sec requires password.
17002
17003         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
17004         * message.el (gnus-extract-address-components):
17005         * mml-smime.el (gnus-extract-address-components): Define for compiler.
17006
17007         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
17008         password.
17009
17010 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17011
17012         * mailcap.el: Reduce dependencies.
17013         (mail-header-parse-content-type): Autoload.
17014         (mailcap-delete-duplicates): New alias.
17015         (mailcap-mime-info): Add optional argument NO-DECODE.
17016         (mailcap-mime-types): Use mailcap-delete-duplicates.
17017
17018         * message.el (message-ignored-supersedes-headers): Add "X-ID".
17019
17020 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
17021
17022         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
17023         (imap-parse-status): Upcase status-att for servers that sends them
17024         lower-case (e.g., MS Exchange 2007).
17025
17026 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17027
17028         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
17029         function.
17030
17031         * gnus-uu.el (gnus-uu-decode-yenc): New command.
17032         (gnus-uu-yenc-article): New function.
17033
17034         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
17035
17036         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
17037
17038 2007-12-02  Glenn Morris  <rgm@gnu.org>
17039
17040         * binhex.el (binhex): New custom group.
17041         (binhex-decoder-program, binhex-decoder-switches)
17042         (binhex-use-external): Move to the binhex custom group.
17043
17044         * uudecode.el (uudecode): New custom group.
17045         (uudecode-decoder-program, uudecode-decoder-switches)
17046         (uudecode-use-external): Move to the uudecode custom group.
17047
17048         * netrc.el (top-level): Don't load `encrypt' features.
17049         (netrc-parse): Don't use encrypt.
17050         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
17051
17052         * encrypt.el: Remove file.
17053
17054 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
17055
17056         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
17057         matches on patches.
17058
17059         * gnus-art.el (gnus-article-browse-html-article):
17060         Mention `mm-text-html-renderer' in the doc string.
17061
17062         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
17063         string.  Add comments.
17064
17065         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
17066         if rhs is ASCII.
17067
17068 2007-12-01  Glenn Morris  <rgm@gnu.org>
17069
17070         * mail-source.el (top-level): Require format-spec before
17071         eval-when-compile.
17072
17073 2007-11-30  Glenn Morris  <rgm@gnu.org>
17074
17075         * encrypt.el: Require password, rather than autoloading password-read.
17076
17077 2007-11-29  Glenn Morris  <rgm@gnu.org>
17078
17079         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
17080         (sasl-make-client, sasl-next-step, sasl-step-data)
17081         (sasl-step-set-data): Declare as functions.
17082
17083 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
17084
17085         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
17086
17087 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
17088
17089         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
17090         certs should be verified and what is to be done in the event of a
17091         verification failure.
17092
17093         * gnus.el (gnus-method-to-server): Add an optional parameter so the
17094         caller can indicate whether the cache should be disregarded for this
17095         call.  This way the result of the call is reproducible at all times and
17096         can be considered a canonical server name for the supplied method.
17097         (gnus-agent-method-p): Canonicalize server names by pushing their
17098         method through `gnus-method-to-server' using the no-cache argument.
17099
17100         * gnus-srvr.el (gnus-server-insert-server-line):
17101         Call `gnus-method-to-server' with `no-cache' argument.
17102
17103         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
17104         gnus-agent-possibly-synchronize-flags as this should be called when the
17105         server is actually being opened.
17106         (gnus-agent-possibly-synchronize-flags)
17107         (gnus-agent-possibly-synchronize-flags-server): Move check for the
17108         flags file of an agentized server to the latter function.
17109
17110         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
17111         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
17112         after a connection has been established successfully.
17113
17114 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17115
17116         * gnus-art.el (article-display-face): Force to display face if called
17117         interactively; check if gnus-article-x-face-too-ugly matches author.
17118         (article-display-x-face): Display face even if From header is missing
17119         as article-display-face does.
17120
17121 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
17122
17123         * hashcash.el (message-narrow-to-headers-or-head)
17124         (message-fetch-field, message-goto-eoh)
17125         (message-narrow-to-headers): Declare as functions.
17126
17127 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
17128
17129         * mail-source.el (mail-sources): Default to fetch from file for
17130         compatibility with default of nnmail-spool-file.
17131
17132 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17133
17134         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
17135         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
17136         to look for encoded word that should be encoded again.
17137         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
17138         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
17139         encoding pattern.
17140         (rfc2047-decode-region): Switch strict regexp and loose one according
17141         to rfc2047-allow-irregular-q-encoded-words.
17142
17143 2007-11-25  Romain Francoise  <romain@orebokech.com>
17144
17145         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
17146
17147 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17148
17149         * tls.el (tls-program): Provide more custom choices from
17150         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
17151         (tls-process-connection-type, tls-success): Remove "*" in doc string.
17152
17153 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17154
17155         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
17156         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
17157
17158         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
17159         `nnmail-spool-file'.
17160
17161         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
17162         `nnmail-spool-file'.
17163
17164         * gnus-move.el (gnus-change-server): Ditto.
17165
17166         * gnus-kill.el (gnus-batch-score): Ditto.
17167
17168         * gnus-cache.el (gnus-jog-cache): Ditto.
17169
17170         * gnus-msg.el (gnus-summary-reply):
17171         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
17172
17173 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17174
17175         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
17176         version.  Minor improvement to doc strings.
17177         (tls-program): Add comment.
17178
17179 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
17180
17181         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
17182         (tls-checktrust): New variable.  Check if GNU TLS complained about a
17183         mismatch between the hostname provided in the certificate and the name
17184         of the host connnecting to.
17185         (open-tls-stream): Use them.  Check certificates against trusted root
17186         certificates.
17187
17188 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17189
17190         * gnus-cache.el (gnus-cache-generate-nov-databases):
17191         Use nnml-generate-nov-databases-directory instead of
17192         nnml-generate-nov-databases-1.
17193
17194 2007-11-24  Glenn Morris  <rgm@gnu.org>
17195
17196         * message.el (message-tool-bar-retro): Update for rename
17197         mail_send.xpm->mail-send.xpm.
17198
17199 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
17200
17201         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
17202         `smime-ldap-search' for Emacs 22 and up.
17203
17204 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17205
17206         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
17207
17208         * message.el (message-send-mail-function): Fix error convention.
17209         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
17210         (message-widen-reply, message-send-mail, message-talkative-question)
17211         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
17212         (message-clone-locals, message-send-news): Use with-current-buffer.
17213         (message-insert-or-toggle-importance): Remove unused var `valid'.
17214         (message-make-references): Remove unused var `new-references'.
17215         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
17216
17217 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
17218
17219         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
17220         (spam-split-symbolic-return-positive): Reflow docstring.
17221         (spam-backends, spam-summary-exit-behavior)
17222         (spam-mark-ham-unread-before-move-from-spam-group)
17223         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
17224         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17225         (spam-clear-cache, spam-backend-check, spam-install-backend)
17226         (spam-install-statistical-backend, spam-list-of-processors)
17227         (spam-group-processor-p, spam-split, spam-bogofilter-score)
17228         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
17229         (spam-check-crm114, spam-initialize, spam-unload-hook):
17230         Fix typos in docstrings.
17231
17232 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17233
17234         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
17235         been checked if they have never been read and those group levels are
17236         higher than the one that a user specified.
17237
17238 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17239
17240         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
17241         foreign groups unless a group level is specified by a user.
17242         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
17243
17244 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
17245
17246         * message.el (message-send-mail-function): Require sendmail.
17247
17248 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
17249
17250         * message.el (message-send-mail-function): Check for smtpmail too.
17251
17252         * utf7.el (utf7-encode, utf7-decode): Use coding system
17253         `utf-7'/`utf-7-imap' from utf-7.el' if available.
17254
17255         * message.el (message-send-mail-function): New function.
17256         (message-send-mail-function): Set default using
17257         message-send-mail-function.  Adjust doc string.
17258         (message-send-mail-with-mailclient): New function.
17259
17260 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
17261
17262         * smime.el (from):
17263         * rfc2047.el (message-posting-charset):
17264         * qp.el (mm-use-ultra-safe-encoding):
17265         * pop3.el (parse-time-months):
17266         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
17267         * nnml.el (files):
17268         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
17269         (jka-compr-compression-info-list, ange-ftp-path-format)
17270         (efs-path-regexp):
17271         * nndiary.el (files):
17272         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
17273         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
17274         (epg-digest-algorithm-alist, inhibit-redisplay)
17275         (password-cache-expiry):
17276         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
17277         (pgg-output-buffer, password-cache-expiry):
17278         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
17279         (efs-path-regexp):
17280         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
17281         (inhibit-redisplay):
17282         * mm-uu.el (file-name, start-point, end-point, entry)
17283         (gnus-newsgroup-name, gnus-newsgroup-charset):
17284         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
17285         (latin-unity-ucs-list):
17286         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
17287         (mm-uu-binhex-decode-function):
17288         * message.el (gnus-message-group-art, gnus-list-identifiers)
17289         (rmail-enable-mime-composing, gnus-local-organization)
17290         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
17291         (gnus-read-active-file, facemenu-add-face-function)
17292         (facemenu-remove-face-function, gnus-article-decoded-p)
17293         (tool-bar-mode):
17294         * mail-source.el (display-time-mail-function):
17295         * gnus-util.el (nnmail-pathname-coding-system)
17296         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
17297         (gnus-original-article-buffer, gnus-user-agent)
17298         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
17299         (xemacs-codename, sxemacs-codename, emacs-program-version):
17300         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
17301         * gnus-start.el (gnus-agent-covered-methods)
17302         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
17303         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
17304         (gnus-newsgroup-headers, gnus-group-list-mode)
17305         (gnus-group-mark-positions, gnus-newsgroup-data)
17306         (gnus-newsgroup-unreads, nnoo-state-alist)
17307         (gnus-current-select-method, mail-sources)
17308         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
17309         (nnmail-spool-file, gnus-cache-active-hashtb):
17310         * gnus-mh.el (mh-lib-progs):
17311         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
17312         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
17313         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
17314         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
17315         (gnus-group-buffer):
17316         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
17317         (font-lock-set-defaults):
17318         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17319         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17320         (gnus-summary-post-menu, total-parts, type, condition, length):
17321         * gnus-agent.el (gnus-agent-read-agentview):
17322         * flow-fill.el (show-trailing-whitespace):
17323         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17324         eval-and-compile wrappers for byte compiler pacifiers.
17325
17326         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17327         (mm-display-inline-fontify): Check for featurep 'xemacs not
17328         extent-list.
17329
17330         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17331         itimer-list.
17332         (mm-create-image-xemacs): Only do something for XEmacs.
17333         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17334
17335         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17336
17337         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17338         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17339
17340 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17341
17342         * nnimap.el (nnimap-split-download-body):
17343         * gnus-demon.el (gnus-demon):
17344         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17345
17346 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17347
17348         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17349         New macros.
17350         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17351         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17352         copy data from unibyte buffer to multibyte current buffer.
17353         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17354         to copy data from unibyte current buffer to multibyte buffer.
17355         (nntp-make-process-buffer): Make process buffer unibyte.
17356
17357         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17358
17359 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17360
17361         * pop3.el (pop3-open-server): Accept and process data more robustly at
17362         connection start to avoid spurious "POP SSL connection failed" errors.
17363
17364 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17365
17366         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17367         read group names.
17368
17369 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17370
17371         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17372
17373 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17374
17375         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17376         (nnmail-save-active): Use a unibyte buffer when saving active file,
17377         which may contain non-ASCII group names.
17378
17379         * nnml.el (nnml-request-group): Decode group names in messages.
17380
17381 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17382
17383         * message.el (message-citation-line-function)
17384         (message-insert-formatted-citation-line): Fix spelling of
17385         `message-insert-formated-citation-line'.
17386
17387 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17388
17389         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17390
17391 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17392
17393         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17394         nnmail-pathname-coding-system.
17395
17396         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17397         that a user enters; decode group names in messages.
17398
17399         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17400
17401 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17402
17403         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17404
17405         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17406
17407         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17408         risky local variable.
17409
17410         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17411
17412 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17413
17414         * encrypt.el: Improve documentation to fix function name typo.
17415         Reported by Daiki Ueno <ueno@unixuser.org>.
17416
17417 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17418
17419         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17420         even if the point is not in the last page of an article.
17421         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17422         back to the previous page.
17423
17424 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17425
17426         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17427
17428 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17429
17430         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17431
17432 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17433
17434         * message.el (message-check-news-body-syntax):
17435         Avoid mm-string-as-multibyte.
17436         (message-hide-headers): Don't assume (point-min)==1.
17437
17438 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17439
17440         * message.el (message-remove-blank-cited-lines): Fix if remove is
17441         given.
17442         (message-bogus-address-regexp): New variable.
17443         (message-bogus-recipient-p): New function.
17444         (message-check-recipients): New command.
17445         (message-syntax-checks): Add `bogus-recipient'.
17446         (message-fix-before-sending): Add `bogus-recipient'.
17447
17448         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17449         (gnus-treat-body-boundary): Don't test window-system.
17450
17451 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17452
17453         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17454
17455 2007-10-28  Miles Bader  <miles@gnu.org>
17456
17457         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17458         at compile-time too.
17459
17460 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17461
17462         * gnus-msg.el (gnus-message-setup-hook):
17463         Add `message-remove-blank-cited-lines' to options.
17464
17465 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17466
17467         * message.el (message-remove-blank-cited-lines): New function.
17468         Suggested by Karl Plästerer.
17469
17470 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17471
17472         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17473         mapc.
17474
17475         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17476         (top-level): Use mapc to set functions to be traced for debugging.
17477
17478         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17479         called for effect with while loop.
17480
17481         * message.el (message-talkative-question): Replace mapcar called for
17482         effect with mapc.
17483
17484         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17485         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17486         called for effect with dolist.
17487
17488         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17489
17490         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17491         gnus-extra-headers and nnmail-extra-headers.
17492
17493         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17494         called for effect with dolist.
17495         (top-level): Use mapc to set functions to be traced for debugging.
17496
17497         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17498         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17499         dolist.
17500
17501         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17502         Replace mapcar called for effect with mapc.
17503         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17504         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17505         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17506         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17507
17508         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17509         remove-if that's a cl function.
17510
17511         * webmail.el (webmail-debug): Replace mapcar called for effect with
17512         dolist.
17513
17514         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17515         with mapc.
17516
17517 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17518
17519         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17520         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17521         with while loop.
17522
17523         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17524         functions from article-* functions.
17525         (gnus-multi-decode-header): Replace mapcar called for effect with
17526         dolist.
17527
17528         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17529         (gnus-bookmark-show-details): Replace mapcar called for effect with
17530         while loop.
17531
17532         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17533         called for effect with while loop.
17534
17535         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17536         with dolist.
17537
17538         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17539         Replace mapcar called for effect with dolist.
17540
17541         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17542
17543         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17544         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17545         Replace mapcar called for effect with dolist.
17546         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17547         mapc.
17548
17549         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17550         Replace mapcar called for effect with dolist.
17551         (gnus-topic-list): Replace mapcar called for effect with mapc.
17552
17553         * gnus.el: Use mapc instead of mapcar to add autoloads.
17554
17555 2007-10-23  Richard Stallman  <rms@gnu.org>
17556
17557         * gnus-group.el (gnus-group-highlight): Mark as risky.
17558
17559 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17560
17561         * gnus.el (gnus-server-to-method): Return method found first in
17562         gnus-newsrc-alist.
17563
17564         * gnus-art.el (gnus-article-highlight-signature)
17565         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17566         button overlay without the front stickiness.
17567
17568 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17569
17570         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17571         overview buffer needed a catch to receive its throw.
17572         (gnus-agent-flush-cache): Declare as interactive to make this function
17573         easier to use.
17574
17575 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17576
17577         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17578         `next-line'.
17579
17580 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17581
17582         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17583         exclude address matching message-dont-reply-to-names.
17584
17585 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17586
17587         * gnus-util.el (gnus-string<): New function.
17588
17589         * gnus-sum.el (gnus-article-sort-by-author)
17590         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17591
17592 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17593
17594         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17595         the frame-focus tag is set in gnus-buffer-configuration.
17596
17597 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17598
17599         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17600         the front stickiness.
17601
17602 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17603
17604         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17605         url pattern; remove duplicate one.
17606         (gnus-article-extend-url-button): New function.
17607         (gnus-article-add-buttons): Use it.
17608         (gnus-button-push): Use concatenated url that it makes.
17609
17610 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17611
17612         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17613
17614 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17615
17616         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17617         Don't hardcode point-min==1.
17618
17619 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17620
17621         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17622         Fix comment about "iso8859-1".
17623
17624 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17625
17626         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17627         ones returned from the verify-function.
17628
17629         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17630         Call mml2015-extract-cleartext-signature if extraction failed.
17631
17632 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17633
17634         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17635         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17636         failed.
17637
17638 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17639
17640         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17641
17642 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17643
17644         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17645         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17646         recommends to use EasyPG instead of PGG.
17647
17648         * pgg.el: Revert to revision 6.23.2.16.
17649
17650         * pgg-def.el: Revert to revision 6.6.2.14.
17651
17652         * pgg-gpg.el: Revert to revision 6.23.2.34.
17653
17654 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17655
17656         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17657         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17658         thread for both the null and zero (kill/expire thread) universal prefix
17659         cases.
17660         (gnus-summary-expire-thread): Add new function to expire a thread,
17661         using gnus-summary-kill-thread.
17662         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17663         shortcuts for gnus-summary-expire-thread.
17664         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17665         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17666
17667 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17668
17669         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17670         extras value, so an extras entry can be deleted.
17671         (gnus-registry-delete-extra-entry): Use it.
17672         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17673         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17674         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17675         storage through the gnus-registry, and provide an appropriate API for
17676         it.
17677
17678 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17679
17680         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17681         Suggested by Leo <sdl.web@gmail.com>.
17682
17683         * gnus.el: Do.
17684
17685 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17686
17687         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17688         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17689
17690         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17691
17692         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17693         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17694
17695 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17696
17697         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17698         newline.
17699         (nnmbox-request-accept-article): Don't change article in source buffer;
17700         narrow to header to use message-fetch-field rather than
17701         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17702         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17703         as delimiters; make sure article ends with newline.
17704         (nnmbox-delete-mail): Correct last position of article to be deleted;
17705         ignore X-Gnus-Newsgroup header in article body.
17706         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17707         positions; make sure article ends with newline.
17708
17709         * message.el (message-display-abbrev): Don't infloop when a user
17710         inserts SPC in the beginning of header.
17711
17712         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17713         coding-system-for-read and coding-system-for-write for XEmacs having no
17714         file-coding feature.
17715
17716         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17717
17718 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17719
17720         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17721         list of groups not followed by default.  Fix type to be regexp.
17722         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17723
17724 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17725
17726         * hmac-def.el (define-hmac-function): Switch from old-style to
17727         new-style backquotes.
17728
17729         * md4.el (md4-make-step): Likewise.
17730
17731 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17732
17733         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17734         raw-text coding system when saving .newsrc file, which may contain
17735         non-ASCII group names.
17736
17737 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17738
17739         * gnus-cus.el (gnus-score-extra): New widget.
17740         (gnus-score-extra-convert): New function.
17741         (gnus-score-customize): Use it for Extra.
17742
17743 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17744
17745         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17746         (mml2015-mailcrypt-clear-verify): Use it.
17747         (mml2015-gpg-clear-verify): Use it.
17748         (mml2015-pgg-clear-verify): Use it.
17749         (mml2015-epg-clear-verify): Replace the current part with the output
17750         from GnuPG; don't extract the plaintext by itself.
17751
17752         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17753         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17754         mml2015-clear-verify-function; don't touch the armor headers or
17755         dash-escaped text here.
17756
17757 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17758
17759         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17760         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17761         parts, or application/octet-stream as a last resort.
17762         (gnus-mime-view-part-as-type): Don't toggle display.
17763         (gnus-mime-view-part-as-charset): Don't turn off display before
17764         querying charset.
17765
17766         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17767         stuff to undisplayer function in Emacs.
17768         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17769
17770         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17771         text/calendar parts.
17772
17773 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17774
17775         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17776         decoding text/calendar parts.
17777
17778         * message.el (message-forward-make-body-mime): Always mark body as
17779         having no illegible text; remove signed-or-encrypted argument.
17780         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17781
17782         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17783         (mml-generate-mime-1): Don't encode body if it is specified to be in
17784         raw form; don't make buffer be unibyte when inserting multibyte string.
17785
17786 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17787
17788         * sha1.el: Fix up comment style.
17789         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17790         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17791
17792         * hex-util.el: Fix up comment style.
17793         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17794
17795         * gnus-salt.el: Use with-current-buffer.
17796         (gnus-pick-setup-message): Fix long-standing typo.
17797
17798 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17799
17800         * imap.el (imap-logout-timeout): New variable.
17801         (imap-logout, imap-logout-wait): New functions.
17802         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17803
17804         * nnimap.el (nnimap-logout-timeout): New server variable.
17805         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17806         nnimap-logout-timeout.
17807
17808         * gnus-art.el (gnus-article-summary-command-nosave)
17809         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17810
17811 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17812
17813         * gnus.el (gnus-maximum-newsgroup): New variable.
17814
17815         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17816         according to gnus-maximum-newsgroup.
17817
17818         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17819         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17820         Limit the range of articles according to gnus-maximum-newsgroup.
17821
17822 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17823
17824         * gnus-art.el (gnus-sticky-article): Fix problems described in
17825         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17826         Don't perform gnus-configure-windows here; reuse existing sticky
17827         article buffer.
17828
17829         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17830         it doesn't exist in gnus-article-mode.
17831
17832 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17833
17834         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17835         (gnus-agent-decoded-group-name): New function.
17836         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17837         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17838
17839 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17840
17841         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17842         Add binding for gnus-sticky-article.
17843         (gnus-summary-exit): Don't kill sticky article buffers.
17844
17845         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17846         article buffer.
17847         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17848         (gnus-kill-sticky-article-buffers): New commands.
17849
17850 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17851
17852         * nntp.el (nntp-xref-number-is-evil): New server variable.
17853         (nntp-find-group-and-number): If it is non-nil, don't trust article
17854         numbers in the Xref header.
17855
17856 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17857
17858         * gnus-agent.el (gnus-agent-read-group): New function.
17859         (gnus-agent-flush-group, gnus-agent-expire-group)
17860         (gnus-agent-regenerate-group): Use it.
17861         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17862         nnmail-pathname-coding-system.
17863
17864 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17865
17866         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17867
17868         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17869         that are unread as unread, and also as selected so that information of
17870         marks having been changed by a user may be updated when exiting group.
17871
17872 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17873
17874         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17875
17876 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17877
17878         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17879         calculated ignoring signature parts to gnus-treat-article.
17880
17881 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17882
17883         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17884         a point here in order to keep the window start.
17885         (gnus-insert-mime-security-button): Make a button overlay without the
17886         front stickiness.
17887         (gnus-mime-display-security): Goto the end of a button.
17888
17889         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17890
17891 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17892
17893         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17894         group-name-at-point.
17895         (gnus-group-completing-read): New function that offers decoded
17896         non-ASCII group names for completion.
17897         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17898         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17899         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17900         (gnus-group-fetch-control): Use it.
17901         (gnus-fetch-group): Use group-name-at-point for the initial value
17902         rather than the default value; use gnus-alive-p.
17903
17904         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17905         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17906         (gnus-summary-post-news): Use gnus-group-completing-read.
17907
17908         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17909         (gnus-read-move-group-name): Decode group name for completion.
17910
17911 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17912
17913         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17914         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17915         Yamaoka slightly modified the code).
17916
17917 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17918
17919         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17920         (nnmail-split-incoming): Bind it.
17921
17922         * nnml.el (nnml-group-name-charset): New function.
17923         (nnml-decoded-group-name): Use it; don't decode group name if
17924         nnmail-group-names-not-encoded-p is non-nil.
17925         (nnml-encoded-group-name): New function.
17926         (nnml-group-pathname): Inline nnml-decoded-group-name.
17927         (nnml-request-expire-articles): Decode group name in message.
17928         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17929         nnmail-pathname-coding-system.
17930         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17931         not decoded ones according to nnmail-group-names-not-encoded-p.
17932         (nnml-generate-active-info): Use nnml-encoded-group-name.
17933
17934 2007-08-08  Glenn Morris  <rgm@gnu.org>
17935
17936         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17937         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17938         doc-strings and comments.
17939
17940 2007-07-25  Glenn Morris  <rgm@gnu.org>
17941
17942         * Relicense all FSF files to GPLv3 or later.
17943
17944 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17945
17946         * gnus-sum.el (gnus-summary-move-article):
17947         Make gnus-summary-respool-article work.
17948
17949 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17950
17951         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17952         string.
17953
17954 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17955
17956         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17957         that should be ignored when comparing distant RSS articles with local
17958         ones.
17959         (nnrss-make-hash-index): New function.  Create a hash index according
17960         to the ignored fields.
17961         (nnrss-check-group): Use it.
17962
17963 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17966
17967         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17968
17969         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17970         the new optional argument ENCODED is non-nil.
17971         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17972         coding system for encoding group name.
17973         (gnus-group-make-rss-group): Pass un-encoded group name to
17974         gnus-group-make-group.
17975         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17976         encoded.
17977
17978         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17979         Encode group name to which articles are moved or copied.
17980         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17981         coding system for encoding Newsgroup, Followup-To and Xref headers.
17982
17983         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17984         marks; use nnheader-file-coding-system to write a file.
17985         (nnagent-retrieve-headers): Bind file-name-coding-system to
17986         nnmail-pathname-coding-system.
17987
17988         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17989
17990         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17991         (nnml-request-article, nnml-request-create-group)
17992         (nnml-request-rename-group, nnml-find-id)
17993         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17994         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17995         (nnml-save-marks): Use nnml-group-pathname instead of
17996         nnmail-group-pathname.
17997
17998         (nnml-request-create-group, nnml-request-expire-articles)
17999         (nnml-request-move-article, nnml-request-delete-group)
18000         (nnml-deletable-article-p, nnml-possibly-create-directory)
18001         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
18002         (nnml-open-marks): Bind file-name-coding-system to
18003         nnmail-pathname-coding-system.
18004
18005         (nnml-request-article): Pass server argument to nnml-find-group-number.
18006         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
18007         Pass server argument to nnml-possibly-create-directory.
18008         (nnml-request-accept-article): Pass server argument to
18009         nnml-active-number and nnml-save-mail.
18010         (nnml-find-group-number): Pass server argument to nnml-find-id.
18011         (nnml-request-update-info): Pass server argument to
18012         nnml-marks-changed-p.
18013
18014         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
18015         (nnml-save-mail, nnml-active-number): Add server argument.
18016
18017         (nnml-request-delete-group): Warn if group is missing.
18018         (nnml-get-nov-buffer): Decode group name.
18019         (nnml-generate-active-info): Encode group name.
18020         (nnml-open-marks): Decode group name in messages.
18021
18022 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
18025         if it is not specified.
18026         (gnus-article-pipe-part, gnus-article-save-part)
18027         (gnus-article-interactively-view-part, gnus-article-copy-part)
18028         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
18029         (gnus-article-inline-part, gnus-article-save-part-and-strip)
18030         (gnus-article-replace-part, gnus-article-delete-part)
18031         (gnus-article-view-part-as-type): Pass raw prefix argument to
18032         gnus-article-part-wrapper.
18033
18034 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18035
18036         * gnus-agent.el (gnus-agent-save-active):
18037         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
18038
18039         * gnus-cache.el (gnus-cache-save-buffers)
18040         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
18041         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
18042         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
18043         (gnus-cache-braid-nov, gnus-cache-braid-heads)
18044         (gnus-cache-generate-active, gnus-cache-rename-group)
18045         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
18046         (gnus-cache-update-overview-total-fetched-for):
18047         Bind file-name-coding-system to nnmail-pathname-coding-system.
18048         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
18049         New variables.
18050         (gnus-cache-decoded-group-name): New function.
18051         (gnus-cache-file-name): Use it.
18052         (gnus-cache-generate-active): Use non-decoded group name for active.
18053
18054         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
18055         right place.
18056         (gnus-write-active-file): Don't break non-ASCII group names.
18057
18058         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
18059         nnmail-pathname-coding-system.
18060
18061         * lpath.el: Bind default-file-name-coding-system,
18062         file-name-coding-system and language-info-alist for XEmacs.
18063
18064         * gnus-uu.el (gnus-uu-decode-save): Typo.
18065
18066 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18067
18068         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
18069
18070 2007-07-14  David Kastrup  <dak@gnu.org>
18071
18072         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
18073         finishing actions if we did not edit the article.
18074
18075 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18076
18077         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
18078         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
18079         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
18080         (gnus-agent-flush-group, gnus-agent-flush-cache)
18081         (gnus-agent-fetch-headers, gnus-agent-load-alist)
18082         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
18083         (gnus-agent-retrieve-headers, gnus-agent-request-article)
18084         (gnus-agent-regenerate-group)
18085         (gnus-agent-update-files-total-fetched-for)
18086         (gnus-agent-update-view-total-fetched-for):
18087         Bind file-name-coding-system to nnmail-pathname-coding-system.
18088         (gnus-agent-group-pathname): Don't encode file names by
18089         nnmail-pathname-coding-system.
18090         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
18091         coding-system-for-write instead of buffer-file-coding-system to
18092         gnus-agent-file-coding-system.
18093
18094         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
18095         Decode group name.
18096
18097         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
18098
18099         * gnus-start.el (gnus-update-active-hashtb-from-killed)
18100         (gnus-read-newsrc-el-file): Make group names unibyte.
18101
18102         * nnmail.el (nnmail-group-pathname): Don't encode file names by
18103         nnmail-pathname-coding-system.
18104
18105         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
18106         (nnrss-request-delete-group): Bind file-name-coding-system to
18107         nnmail-pathname-coding-system.
18108         (nnrss-read-server-data, nnrss-read-group-data):
18109         Bind file-name-coding-system correctly.
18110         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
18111
18112         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
18113         (nntp-server-to-method-cache): New variable.
18114         (nntp-group-pathname): New function that decodes non-ASCII group names.
18115         (nntp-possibly-create-directory, nntp-marks-changed-p)
18116         (nntp-save-marks, nntp-open-marks): Use it.
18117         (nntp-possibly-create-directory, nntp-open-marks):
18118         Bind file-name-coding-system to nnmail-pathname-coding-system.
18119         (nntp-open-marks): Decode group names when bootstrapping marks.
18120
18121         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
18122         Newsgroups and Followup-To headers.
18123
18124 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18125
18126         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18127         (gnus-server-closed-face, gnus-server-denied-face)
18128         (gnus-server-offline-face): Remove variable.
18129         (gnus-server-font-lock-keywords): Use faces that are not aliases.
18130
18131         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
18132         of modifying message-stack directly for XEmacs.
18133
18134         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
18135         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
18136         if the coding-system argument is nil for XEmacs.
18137
18138         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
18139         mm-charset-override-alist.
18140
18141         * rfc2047.el: Don't require base64; require rfc2045 for the function
18142         rfc2045-encode-string.
18143         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
18144         to quote the parameter value.
18145
18146 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18147
18148         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
18149         form in gnus-group-name-charset-method-alist.
18150
18151         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
18152         overrides the default layout edit-form.
18153
18154         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
18155
18156         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
18157
18158 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18159
18160         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
18161         as unfetched articles.
18162
18163 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
18164
18165         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
18166
18167 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18168
18169         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
18170         original back end that keeps marks in the local system.
18171
18172 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18173
18174         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
18175         arg of pop-to-buffer for XEmacs.
18176         (gnus-article-read-summary-keys): Ditto; don't restore window
18177         configuration if summary command ends up with neither article buffer
18178         nor summary buffer; describe bindings if summary keys end with C-h.
18179
18180 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18181
18182         * message.el (message-fix-before-sending): Skip raw message part to be
18183         forwarded while checking illegible text.
18184         (message-forward-make-body-mime, message-forward-make-body):
18185         Mark signed or encrypted raw message as having no illegible text.
18186
18187 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18188
18189         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
18190         (gnus-message-with-timestamp-1): New macro.
18191         (gnus-message-with-timestamp): New function.
18192         (gnus-message): Use them.
18193
18194         * nnheader.el (nnheader-message): Use them.
18195
18196 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
18197
18198         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
18199         .newsrc.eld file.
18200
18201 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18202
18203         * gnus-agent.el (gnus-agent-fetch-headers)
18204         (gnus-agent-retrieve-headers):
18205         Bind gnus-decode-encoded-address-function to identity.
18206
18207         * nntp.el (nntp-send-xover-command): Recognize an xover command is
18208         available also when the server returns simply a dot.
18209
18210         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
18211
18212 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18213
18214         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
18215
18216 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18217
18218         * gnus-ems.el (gnus-x-splash): Make it work.
18219
18220         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
18221         from being used.
18222
18223         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
18224
18225 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18226
18227         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
18228         4th and the 5th arguments.
18229
18230         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
18231         the front stickiness.
18232         (gnus-article-summary-command-nosave): Correct the order of the
18233         arguments passed to pop-to-buffer.
18234         (gnus-article-read-summary-keys): Ditto; make it work properly when the
18235         summary command ends up with the article buffer.
18236
18237         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
18238         the same faces.
18239
18240 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18241
18242         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
18243
18244 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18245
18246         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
18247         * gnus-sum.el (gnus-summary-highlight):
18248         * pgg.el (pgg-sign-region, pgg-sign):
18249         * mail-source.el (mail-source-delete-old-incoming-confirm):
18250         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
18251
18252 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18253
18254         * gnus-art.el (gnus-mime-view-part-externally)
18255         (gnus-mime-view-part-internally): Fix predicate function passed to
18256         completing-read.
18257
18258         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
18259
18260         * gnus.el (gnus-update-message-archive-method): Add :version.
18261
18262 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18263
18264         * gnus.el (gnus-update-message-archive-method): New variable.
18265
18266         * gnus-start.el (gnus-setup-news): Update saved "archive" method
18267         according to gnus-message-archive-method if
18268         gnus-update-message-archive-method is non-nil.
18269
18270 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18271
18272         * gnus-sum.el (gnus-summary-limit-to-address): New function.
18273         Suggested by Loic Dachary <loic@dachary.org>.
18274         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18275
18276 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18277
18278         * message.el (message-pop-to-buffer): Add switch-function argument.
18279         (message-mail): Pass switch-function argument to it.
18280
18281 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
18282
18283         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
18284         Improve doc string.
18285
18286 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18287
18288         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
18289         (gnus-header-content):
18290         * gnus-cite.el (gnus-cite-10):
18291         * gnus-srvr.el (gnus-server-closed):
18292         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
18293         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
18294         (gnus-group-mail-3-empty, gnus-group-mail-low)
18295         (gnus-group-mail-low-empty, gnus-splash):
18296         * message.el (message-header-to, message-header-cc)
18297         (message-header-subject, message-header-other, message-header-name)
18298         (message-header-xheader, message-separator, message-cited-text)
18299         (message-mml): Lighten colors of faces used for dark background.
18300
18301 2007-05-24  Simon Josefsson  <simon@josefsson.org>
18302
18303         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
18304         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
18305
18306 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18307
18308         * message.el (message-narrow-to-headers-or-head):
18309         Ignore mail-header-separator in the body.
18310
18311 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18312
18313         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
18314         same as window size.
18315
18316 2007-05-22  Kevin Ryde  <user42@zip.com.au>
18317
18318         * message.el (message-font-lock-keywords): Use message-header-xheader
18319         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18320         ahead of the anything pattern, to get it recognized.
18321
18322 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18323
18324         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18325         spam.el loads uses it in the compiled defadvice form.
18326
18327 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18328
18329         * gnus-sum.el (gnus-articles-to-read)
18330         (gnus-summary-insert-old-articles): Don't truncate group name for
18331         `read-string'.
18332
18333         * gnus-util.el (gnus-limit-string): Delete this function.
18334
18335         * gnus-sum.el (gnus-simplify-subject-fully):
18336         Use `truncate-string-to-width' instead.
18337
18338 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18339
18340         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18341         Tell if, on summary exit, the next group has to be selected.
18342         (gnus-summary-exit): Use it.
18343
18344 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18345
18346         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18347         non-break space.
18348
18349 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18350
18351         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18352         Check if group is not a directory.
18353         (nnfolder-request-expire-articles): Don't delete articles if the target
18354         group is not available.
18355
18356         * nnml.el (nnml-request-create-group): Properly check if group is not a
18357         file.
18358         (nnml-request-expire-articles): Don't delete articles if the target
18359         group is not available.
18360
18361         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18362         Don't quote characters that are within parentheses.
18363
18364 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18365
18366         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18367         (gnus-handle-ephemeral-exit): Select article according to it.
18368
18369 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18370
18371         * message.el (message-insert-formated-citation-line): Remove newline.
18372         (message-citation-line-format): Add final \n here so that the user can
18373         avoid a blank line.
18374
18375 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18376
18377         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18378         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18379         Update lanl/arXiv support.
18380
18381 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18382
18383         * gnus.el: Bump version number.
18384
18385 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18386
18387         * gnus.el (gnus-version-number): Bump version.
18388
18389 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18390
18391         * gnus.el: No Gnus v0.6 is released.
18392
18393 2007-04-27  Didier Verna  <didier@xemacs.org>
18394
18395         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18396         * gmm-utils.el (gmm-regexp-concat): ... here.
18397         * message.el: Don't require 'gnus-util.
18398         (message-dont-reply-to-names): Handle name change above.
18399         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18400
18401 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18402
18403         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18404         since the initial value varies according to the system.
18405
18406 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18407
18408         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18409
18410 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18411
18412         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18413
18414 2007-04-24  Didier Verna  <didier@xemacs.org>
18415
18416         Improve the type of gnus-ignored-from-addresses.
18417         * gnus-util.el (gnus-orify-regexp): New function.
18418         * message.el (gnus-util): Require it.
18419         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18420         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18421         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18422
18423 2007-04-24  Didier Verna  <didier@xemacs.org>
18424
18425         * gnus-sum.el:
18426         * gnus-utils.el: Fix some trailing whitespaces.
18427
18428 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18429
18430         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18431         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18432         article's Message-ID; refer parent article in summary buffer.
18433
18434         * message.el (message-bounce): Call mime-to-mml.
18435
18436         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18437         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18438         optimize and/or forms properly.
18439
18440 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18441
18442         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18443         URL.
18444
18445 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18446
18447         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18448
18449 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18450
18451         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18452         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18453         displayed of multipart/alternative part if it is invoked from summary
18454         buffer.
18455
18456         * mm-view.el (mm-inline-text-html-render-with-w3m)
18457         (mm-inline-text-html-render-with-w3m-standalone)
18458         (mm-inline-render-with-function): Use mail-parse-charset by default.
18459
18460 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18461
18462         * parse-time.el (parse-time-string-chars): Check if CHAR
18463         is less than the length of parse-time-syntax.
18464
18465 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18466
18467         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18468         from gnus-newsgroup-processable.
18469
18470 2007-04-16  Didier Verna  <didier@xemacs.org>
18471
18472         * gnus-msg.el (gnus-configure-posting-styles):
18473         Handle message-signature-directory properly with :file syntax.
18474         Reported by "Leo".
18475
18476 2007-04-11  Didier Verna  <didier@xemacs.org>
18477
18478         New user option: message-signature-directory.
18479         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18480         * message.el (message-insert-signature): Ditto.
18481         * message.el (message-signature-file): Doc update.
18482         * message.el (message-signature-directory): New.
18483
18484 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18485
18486         * gnus-msg.el (gnus-inews-yank-articles):
18487         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18488
18489 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18490
18491         * message.el (message-yank-original): Make sure cited text ends with
18492         newline; don't exchange point and mark.
18493
18494 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18495
18496         * tls.el (open-tls-stream): Properly handle case where there
18497         is no associated buffer.
18498
18499 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18500
18501         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18502         message-yank-original, make sure (< mark TEXT point).
18503
18504 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18505
18506         * message.el (message-fill-column): New variable.
18507         (message-mode): Use it.  Add comment on a possible new hook.
18508
18509         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18510         (nnmail-get-new-mail): Reformat.
18511
18512         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18513
18514         * gmm-utils.el: Fix Commentary.
18515         (gmm-tool-bar-from-list): Fix typo in doc string.
18516
18517 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18518
18519         * message.el (message-yank-original): Don't switch point and mark
18520         unnecessarily to put point and mark as documented.
18521
18522 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18523
18524         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18525         from the message heads.
18526
18527 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18528
18529         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18530         article buffer does not have a window.  This may not be the best
18531         solution but is certainly better than setting the start of the null,
18532         that is the current, window.
18533
18534 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18535
18536         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18537         (gnus-draft-setup): Run it.
18538
18539         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18540         gnus-score-fast-scoring.  Allow regexp.
18541         (gnus-score-headers): Use it.
18542
18543         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18544         XEmacs.
18545
18546         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18547         string.
18548         (gnus-button-alist): Also catch `<f1> k ...'.
18549         (gnus-treat-display-x-face): Fix doc string.
18550
18551 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18552
18553         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18554         evaluation of gnus-extended-version to ensure correct generation of the
18555         User-Agent header when message-generate-headers-first is used.
18556
18557 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18558
18559         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18560         hashcash-path is nil.  Don't call callback with incorrect number of
18561         parameters if val is 0.
18562
18563 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18564
18565         * message.el (message-required-news-headers):
18566         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18567
18568 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18569
18570         * tls.el (open-tls-stream): In handshake-waiting loop,
18571         don't wait more if there is output available to process.
18572
18573 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18574
18575         * tls.el (tls-program): Doc fix.
18576
18577 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18578
18579         * message.el (message-generate-new-buffers): Change the meaning of the
18580         nil value; add `standard' to the choices; treat t as `unique'; improve
18581         doc string.
18582         (gnus-select-frame-set-input-focus): Autoload.
18583         (message-buffer-name): Search for the existing message buffer if
18584         message-generate-new-buffers is nil or `standard'; treat the value t of
18585         message-generate-new-buffers as `unique'.
18586         (message-pop-to-buffer): Raise the frame already displaying the message
18587         buffer; clear the echo area after querying.
18588         (message-setup): Pass the `continue' argument to compose-mail.
18589         (message-mail): Prefer `switch-function' if it is given; search for the
18590         existing message buffer if the `continue' argument is non-nil; pass
18591         continue and switch-function arguments to compose-mail by way of
18592         message-setup.
18593         (message-mail-other-window): Adjust argument of message-setup.
18594         (message-mail-other-frame): Ditto.
18595
18596 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18597
18598         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18599         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18600         to turn font-lock on when turning gnus-message-citation-mode on.
18601
18602 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18603
18604         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18605         (mml-smime-function-alist): New variable; add epg as the backend.
18606         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18607         mml-smime- functions instead.
18608         * mm-view.el: Require smime.
18609
18610 2007-03-05  Didier Verna  <didier@xemacs.org>
18611
18612         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18613         instead of just inheritance for posting styles.
18614         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18615
18616 2007-02-24  Chris Moore  <dooglus@gmail.com>
18617
18618         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18619         * pgg-pgp.el (pgg-pgp-encrypt-region):
18620         * pgg-gpg.el (pgg-gpg-encrypt-region):
18621         Check pgg-encrypt-for-me if no other recipients.
18622
18623 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18624
18625         * tls.el (tls-certtool-program): Fix custom type.
18626
18627 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18628
18629         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18630         and point-at-eol instead of line-(beginning|end)-position.
18631
18632         * assistant.el (assistant-parse-buffer): Ditto.
18633
18634         * netrc.el (netrc-parse-services): Ditto.
18635
18636 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18637
18638         * mml2015.el (mml2015-epg-find-usable-key): New function.
18639         (mml2015-epg-sign): Use it.
18640         (mml2015-epg-encrypt): Use it.
18641
18642 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18643
18644         * message.el (message-make-in-reply-to): Quote name containing
18645         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18646         if there are special characters.  Reported by NAKAJI Hiroyuki
18647         <nakaji@jp.freebsd.org>.
18648
18649 2007-02-27  Didier Verna  <didier@xemacs.org>
18650
18651         Include the group parameters as well as the topic ones in the
18652         inheritance filter process.
18653         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18654         argument GROUP-PARAMS-LIST.
18655         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18656
18657 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18658
18659         * nntp.el (nntp-never-echoes-commands)
18660         (nntp-open-connection-functions-never-echo-commands): New variables.
18661         (nntp-send-command): Use them.
18662
18663 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18664
18665         * mml2015.el (mml2015-epg-verify): Simplify.
18666
18667 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18668
18669         * mml.el (mml-content-disposition-alist): New user option.
18670         (mml-content-disposition): New function.
18671         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18672         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18673
18674 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18675
18676         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18677         verification.
18678
18679 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18680
18681         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18682         articles posted in the last 24 hours.
18683
18684 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18685
18686         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18687
18688 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18689
18690         * nntp.el (nntp-send-command): Don't wait for echoes when
18691         nntp-open-ssl-stream is used.
18692
18693 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18694
18695         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18696         (gnus-message-add-citation-keywords)
18697         (gnus-message-remove-citation-keywords): Remove.
18698         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18699         directly, make the variables in font-lock-defaults buffer-local, add
18700         gnus-message-citation-keywords to them and then update the value of
18701         font-lock-keywords.
18702
18703 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18704
18705         * message.el (message-cite-original-1): Don't call
18706         gnus-article-highlight-citation.
18707
18708         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18709         citations; fix line count.
18710
18711 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18712
18713         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18714         (gnus-message-add-citation-keywords)
18715         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18716         versions of font-lock-add-keywords and font-lock-remove-keywords to
18717         work with XEmacs correctly.
18718
18719 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18720
18721         * gnus-cite.el (gnus-cite-face-list): Set the values of
18722         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18723         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18724         (gnus-message-cite-prefix-regexp): New variable.
18725         (gnus-message-search-citation-line): Use it; protect against long
18726         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18727         the 0th match data for Emacs.
18728         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18729         (gnus-message-add-citation-keywords): Append keywords rather than
18730         prepending; emulate font-lock-add-keywords if it is not available.
18731         (gnus-message-remove-citation-keywords):
18732         Emulate font-lock-remove-keywords if it is not available.
18733
18734         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18735
18736         * message.el (message-cite-prefix-regexp): Set the value of
18737         gnus-message-cite-prefix-regexp.
18738
18739 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18740
18741         * nnweb.el (nnweb-google-parse-1): Update parser.
18742
18743 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18744
18745         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18746
18747 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18748
18749         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18750         regexp.
18751
18752 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18753
18754         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18755         string-to-multibyte.
18756         (uudecode-decode-region-internal): Use it.
18757
18758         * lpath.el: Fbind string-as-multibyte for XEmacs.
18759
18760 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18761
18762         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18763         Fix custom choice.
18764
18765         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18766
18767 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18768
18769         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18770
18771         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18772         `write-region' to respect `mm-inhibit-file-name-handlers'.
18773
18774 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18775
18776         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18777         Use gnus-home-directory instead of "~/" or "$HOME".
18778
18779 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18780
18781         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18782         to mention filename.
18783         Add comments at beginning regarding usage.
18784         (encrypt-write-file-contents): Change interactive so a string is
18785         acceptable.  If the file has no associated model, show an error instead
18786         of a nonsense prompt.
18787
18788 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18789
18790         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18791         Thanks to Yoshihiko Yamada for kind notification of this typo.
18792
18793 2007-01-12  Kenichi Handa  <handa@m17n.org>
18794
18795         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18796         multibyte buffer.
18797
18798 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18799
18800         * gnus-score.el (gnus-score-fast-scoring): New variable.
18801         (gnus-score-headers): Use it.
18802
18803         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18804
18805         * message.el (message-cite-original-1):
18806         Call gnus-article-highlight-citation if requested.
18807         (message-make-from): Allow name and address as optional arguments.
18808
18809         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18810
18811         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18812         bugs to doc string.
18813         (gnus-button-alist): Add mid\\|message-id.
18814         (gnus-button-fetch-group): Extend for use in
18815         `browse-url-browser-function'.
18816         (gnus-button-url-regexp): Try to catch paired parentheses like in
18817         Wikipedia URLs.
18818
18819         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18820         Suggested by Simon Krahnke <overlord@gmx.li>.
18821
18822 2007-01-13  Romain Francoise  <romain@orebokech.com>
18823
18824         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18825         Update copyright.
18826
18827 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18828
18829         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18830
18831 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18832
18833         * gnus-registry.el (gnus-registry-unfollowed-groups)
18834         (gnus-registry-split-fancy-with-parent): Fix documentation.
18835
18836 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18837
18838         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18839         from nnweb groups.
18840
18841 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18842
18843         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18844         Xref urls.  Erase buffer before requesting head.
18845
18846         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18847
18848 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18849
18850         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18851         customizable.
18852
18853 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18854
18855         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18856         no signing key is found.
18857         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18858         no encrypting and/or signing key is found.
18859
18860 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18861
18862         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18863
18864 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18865
18866         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18867         headers read from disk with the ones newly found in the current search.
18868         This should no longer cause problems, because the article numbers in
18869         Gmane's `nov.php' output are ignored since the previous change.
18870
18871 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18872
18873         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18874
18875 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18876
18877         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18878         replace-regexp-in-string; bind url-version; fbind display-images-p and
18879         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18880         find-face and set-itimer-function for Emacs; bind itimer-list for
18881         Emacs.
18882
18883         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18884
18885 2007-01-01  Romain Francoise  <romain@orebokech.com>
18886
18887         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18888
18889 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18890
18891         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18892         `define-minor-mode' macro definition expanded properly.
18893         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18894         exclude it there.
18895
18896         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18897         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18898         `fboundp' test.
18899         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18900         This is OK to autoload in (S)XEmacs now.
18901
18902 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18903
18904         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18905         keystroke.
18906         (gnus-summary-limit-to-singletons): Fix typo.
18907
18908         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18909         else fails.
18910
18911 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18912
18913         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18914         docstring.
18915
18916         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18917         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18918         (gnus-summary-insert-dormant-articles): Fix typo in message.
18919
18920 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18921
18922         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18923         nil for XEmacs.
18924         (gnus-message-citation-mode): Don't autoload in XEmacs.
18925
18926         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18927
18928 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18929
18930         * nnimap.el (nnimap-expunge-search-string):
18931         Mention nnimap-search-uids-not-since-is-evil in docstring.
18932
18933 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18934
18935         * spam.el: Revert to make-obsolete-variable because
18936         define-obsolete-variable-alias is not supported in Emacs 21.
18937
18938         * spam.el (spam-ifile-path, spam-ifile-database-path)
18939         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18940         make-obsolete-variable.
18941         (spam-bsfilter-path, spam-bsfilter-program)
18942         (spam-spamassassin-path, spam-spamassassin-program)
18943         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18944         Don't use "path" inappropriately.
18945         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18946         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18947         variable names.
18948
18949 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18950
18951         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18952         summary buffer.
18953
18954         * password.el (password-cache-remove): Use clear-string to burn
18955         password, if available.
18956
18957 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18958
18959         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18960
18961         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18962
18963         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18964         (gnus-message-highlight-citation): Move defcustom here from
18965         gnus-cite.el.
18966         (gnus-message-citation-mode): Autoload.
18967
18968         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18969         checks to make it compile with XEmacs.
18970         (gnus-message-citation-mode): New minor mode.
18971         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18972         (gnus-message-highlight-citation): New variables.
18973         (gnus-message-search-citation-line)
18974         (gnus-message-add-citation-keywords)
18975         (gnus-message-remove-citation-keywords)
18976         (turn-on-gnus-message-citation-mode)
18977         (turn-off-gnus-message-citation-mode): New functions.
18978
18979 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18980
18981         * gnus-cite.el: Enable highlighting of different citation levels in
18982         message-mode.
18983
18984 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18985
18986         * message.el (message-make-fqdn): Fix comment.
18987         (message-bogus-system-names): Add ".local".
18988
18989         * spam.el (spam-ifile-path, spam-ifile-program)
18990         (spam-ifile-database-path, spam-ifile-database)
18991         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18992         Don't use "path" inappropriately.
18993         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18994         strings.
18995         (spam-check-ifile, spam-ifile-register-with-ifile)
18996         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18997         Use new variable names.
18998
18999         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
19000         (gnus-treat-display-smileys): Simplify using
19001         gnus-image-type-available-p.
19002
19003         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
19004         available.
19005
19006         * gnus-xmas.el (gnus-xmas-image-type-available-p):
19007         Use `display-images-p' if available.
19008
19009 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19010
19011         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
19012         one after turning on the buffer's multibyteness instead of decoding
19013         them directly in the unibyte buffer that causes unexpected conversion
19014         in Emacs 23 (unicode).
19015
19016 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19017
19018         * message.el (message-generate-hashcash): Fix custom type.
19019
19020 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
19021
19022         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
19023
19024 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
19025
19026         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
19027         disconnect icons.  Add help text.
19028
19029 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
19030
19031         * spam.el (spam-extra-header-to-number): CRM114 spam score is
19032         negated to be consistent with the others we handle.
19033
19034 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19035
19036         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
19037         version of gnus-summary-buffer to something, so that we can use two
19038         article buffers at the same time.
19039
19040 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
19041
19042         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
19043         trigger all the extra headers.
19044         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
19045         sorting.
19046
19047 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19048
19049         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
19050         solid groups.
19051
19052 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
19053
19054         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
19055
19056 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
19057
19058         * legacy-gnus-agent.el: Add Copyright notice.
19059
19060 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
19061
19062         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
19063
19064 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19065
19066         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
19067
19068         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
19069         to make it work reliably in CVS Emacs.
19070         (gnus-summary-limit-strange-charsets-predicate)
19071         (gnus-summary-limit-to-predicate): New functions.
19072
19073 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
19074
19075         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
19076         specifying array size.
19077         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
19078         array if it is too small.
19079         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
19080         (gnus-sort-threads-loop): New function.
19081
19082 2006-12-06  Chris Moore  <dooglus@gmail.com>
19083
19084         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
19085         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
19086
19087 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
19088
19089         * mm-url.el (mm-url-predefined-programs): Call curl with correct
19090         options.
19091
19092 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19093
19094         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
19095         DOS-ing the recipient.
19096
19097         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
19098         the headers when creating the mapping to avoid mismappings.
19099         (nnweb-gmane-create-mapping): Always nix out old mapping.
19100
19101 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19102
19103         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
19104         and mm-verify-option to never.
19105
19106 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19107
19108         * message.el (message-signed-or-encrypted-p): New function.
19109         (message-forward-make-body): Use it.
19110
19111         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
19112         Replace encode-coding-string with mm-encode-coding-string.
19113
19114 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19115
19116         * nneething.el (nneething-decode-file-name):
19117         Replace decode-coding-string with mm-decode-coding-string.
19118
19119         * gnus-int.el (gnus-open-server): Say failed server's name.
19120
19121 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19122
19123         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
19124         strings to a single string.  Quote `errors-file-name'.
19125         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
19126         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
19127         Adjust calls.  Use `shell-quote-argument'.
19128
19129 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
19130
19131         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
19132         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
19133
19134         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
19135         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
19136         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
19137         (gnus-group-make-directory-group, gnus-group-transpose-groups):
19138         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
19139         (gnus-subscribe-newsgroup, gnus-1):
19140         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
19141         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
19142         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
19143         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
19144
19145 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19146
19147         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
19148         keystroke.
19149         (gnus-summary-limit-to-bodies): Implement headersp.
19150
19151 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19152
19153         * dns.el (query-dns): Protect against "Process dns deleted" strings.
19154
19155 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19156
19157         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
19158
19159 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19160
19161         * message.el (message-generate-hashcash): Expand range of values to
19162         include `opportunistic'.
19163         (message-send-mail): Use it.
19164
19165 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19166
19167         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
19168         and comment it.
19169
19170         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
19171
19172 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
19173
19174         * gnus-util.el (gnus-extract-address-components): Improve comment.
19175
19176 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19177
19178         * gnus-util.el (gnus-extract-address-components): Work with address in
19179         which the name portion contains @.
19180
19181         * lpath.el: Fbind custom-autoload.
19182
19183 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19184
19185         * gnus.el (gnus-start): Move custom group up.
19186         (gnus-select-method): Don't autoload, but make it available for
19187         `customize-variable'.
19188         (gnus-getenv-nntpserver): Don't autoload.
19189
19190 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
19191
19192         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
19193
19194 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19195
19196         * message.el (message-sendmail-extra-arguments): New variable.
19197         (message-send-mail-with-sendmail): Use it.
19198
19199 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19200
19201         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
19202         mm-with-unibyte-current-buffer to make string unibyte.
19203
19204         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
19205         mm-string-as-multibyte.
19206
19207 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
19208
19209         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
19210         Reported by Werner Koch <wk@gnupg.org>.
19211
19212 2006-11-14  Daiki Ueno  <ueno@p360>
19213
19214         * mml2015.el: Autoload epa-select-keys when compiling.
19215
19216 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19217
19218         * mml2015.el (mml2015-epg-sign): Save the signing keys in
19219         message-options.
19220         (mml2015-epg-encrypt): Save the recipient keys in message-options.
19221
19222 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19223
19224         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
19225         EasyPG (< 0.0.6).
19226         (mml2015-always-trust): New user option.
19227         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
19228         prompt.
19229
19230 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19231
19232         * nntp.el (nntp-authinfo-force): New variable.
19233         (nntp-send-authinfo): Use it.
19234
19235 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
19236
19237         * message.el (message-strip-subject-encoded-words): Allow _not_ to
19238         decode encoded words.  Improve prompt.  Add comment about forwarding.
19239         (message-replacement-char): Move up.
19240
19241 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19242
19243         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
19244         instead of gnus-intersection because arguments of gnus-sorted-nunion
19245         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
19246
19247 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
19248
19249         * message.el (message-strip-subject-encoded-words): Reformat prompt.
19250         (message-simplify-subject-functions):
19251         Enable message-strip-subject-encoded-words by default.
19252
19253 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
19254
19255         * message.el (message-strip-subject-encoded-words): New function.
19256         (message-simplify-subject-functions): New variable.
19257         (message-simplify-subject): Use it.  Fix typo in doc string.
19258         Support message-strip-subject-encoded-words.
19259
19260 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
19261
19262         * gnus-diary.el (gnus-diary-delay-format-function):
19263         * nndiary.el (nndiary-reminders):
19264         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
19265
19266 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19267
19268         * gnus-art.el (article-hide-boring-headers): Fetch date from
19269         gnus-original-article-buffer to avoid problems with localized date
19270         strings.
19271
19272 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19273
19274         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
19275
19276 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
19277
19278         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19279         New variables.
19280         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19281         (mm-charset-synonym-alist): Move some entries to
19282         mm-codepage-iso-8859-list.
19283         (mm-charset-synonym-alist, mm-charset-override-alist):
19284         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19285
19286 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19287
19288         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
19289
19290 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19291
19292         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
19293         with Emacs 21 and XEmacs.
19294
19295 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
19296
19297         * spam.el (spam-parse-address): New function for better parsing,
19298         catching errors, etc.
19299         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
19300
19301 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19302
19303         * mm-view.el: Add interactive arg to html2text autoload.
19304
19305 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19306
19307         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
19308
19309 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
19310
19311         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19312         New variables.
19313         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19314         (mm-charset-synonym-alist): Move some entries to
19315         mm-codepage-iso-8859-list.
19316
19317         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19318
19319 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19320
19321         * message.el (message-citation-line-format)
19322         (message-insert-formated-citation-line): Fix implementation of %E, %N
19323         and %n according to the doc string.
19324
19325 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19326
19327         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19328         Use car-safe to avoid bad parses.
19329
19330 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19331
19332         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19333         names.
19334
19335         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19336
19337 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19338
19339         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19340         header.
19341
19342         * message.el (message-draft-headers): Add Date.
19343         (message-headers-to-generate): Fix typo in docstring.
19344
19345         * nndraft.el (nndraft-required-headers): New variable.
19346         (nndraft-generate-headers): Use it.
19347
19348         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19349
19350 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19351
19352         * gnus-registry.el (gnus-registry-wash-for-keywords)
19353         (gnus-registry-find-keywords): New functions to allow easy searching of
19354         articles that are in the registry.
19355
19356 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19357
19358         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19359         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19360         Reported by Damien Elmes <damien@repose.cx>.
19361
19362 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19363
19364         * gnus.el (gnus-mime): Remove unused custom group.
19365
19366 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19367
19368         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19369         "blank line" when searching for end of armor headers.
19370
19371 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19372
19373         * gmm-utils.el (gmm-write-region): Fix variable name.
19374
19375 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19376
19377         * gmm-utils.el (gmm-write-region): New function based on compatibility
19378         code from `mm-make-temp-file'.
19379
19380         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19381
19382         * nnmaildir.el (nnmaildir--update-nov)
19383         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19384         Use `gmm-write-region'.
19385
19386 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19387
19388         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19389         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19390
19391         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19392
19393         * message.el (message-replacement-char): New variable.
19394         (message-fix-before-sending): Use it.
19395         (message-simplify-subject): New function to remove duplicate code.
19396         (message-reply, message-followup): Use it.
19397
19398         * gnus-sum.el (gnus-summary-make-menu-bar):
19399         Clarify gnus-summary-limit-to-articles.
19400
19401 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19402
19403         * gnus-util.el (gnus-with-local-quit): New macro.
19404
19405         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19406
19407 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19408
19409         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19410         ignore non-string data.
19411
19412 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19413
19414         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19415         non-string data (needs to be done in the registry too).
19416
19417 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19418
19419         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19420         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19421         (gnus-registry-split-fancy-with-parent)
19422         (gnus-registry-fetch-simplified-message-subject-fast)
19423         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19424         Remove text properties on ingress into the registry and when it's saved.
19425         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19426         registry from entries with no groups.
19427
19428 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19429
19430         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19431         function to remove string properties.
19432
19433 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19434
19435         * gmm-utils.el (gmm): Adjust custom version.
19436
19437         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19438         Adjust custom version.
19439
19440         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19441
19442 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19443
19444         * gnus-art.el (gnus-insert-prev-page-button)
19445         (gnus-insert-next-page-button): Simplify.  Reformat.
19446
19447 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19448
19449         * gnus-art.el (gnus-insert-prev-page-button)
19450         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19451
19452 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19453
19454         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19455
19456 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19457
19458         * gnus-art.el (gnus-insert-mime-button)
19459         (gnus-insert-mime-security-button):
19460         Apply gnus-article-button-face to MIME and security buttons.
19461
19462 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19463
19464         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19465         readable.
19466
19467 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19468
19469         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19470
19471 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19472
19473         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19474         `browse-url-of-file' instead of `browse-url'.
19475
19476 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19477
19478         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19479         regexp.  Articles containing quotation were cut prematurely.
19480
19481 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19482
19483         * message.el (message-cite-original-1): Use nobody by default for the
19484         value of From header.
19485         (message-reply): Ditto.
19486
19487 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19488
19489         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19490         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19491         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19492
19493 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19494
19495         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19496         mails in the doc string.  Add some URLs in comment.
19497         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19498
19499 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19500
19501         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19502         backslashes handling and the way to find boundaries of quoted strings.
19503
19504 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19505
19506         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19507         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19508         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19509         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19510
19511 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19512
19513         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19514         doc string.
19515         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19516
19517 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19518
19519         * lpath.el: Fbind epg-check-configuration.
19520
19521 2006-09-06  Simon Josefsson  <jas@extundo.com>
19522
19523         * mml2015.el (mml2015-use): Doc fix, mention epg.
19524
19525 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19526
19527         * mml2015.el (mml2015-use): Default to epg, if available.
19528
19529 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19530
19531         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19532         message-sender.
19533         (mml1991-epg-encrypt): Ditto.
19534         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19535         message-sender.
19536         (mml2015-epg-encrypt): Ditto.
19537
19538 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19539
19540         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19541         several common directories.
19542
19543 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19544
19545         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19546         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19547
19548 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19549
19550         * gnus-art.el (article-decode-encoded-words): Make it fast.
19551
19552 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19553
19554         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19555
19556         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19557         in quoted string into `\'.
19558
19559 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19560
19561         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19562         Use standard-syntax-table.
19563
19564 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19565
19566         * gnus-art.el (gnus-decode-address-function): New variable.
19567         (article-decode-encoded-words): Use it to decode headers which are
19568         assumed to contain addresses.
19569         (gnus-mime-delete-part): Remove useless `or'.
19570
19571         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19572         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19573         (gnus-nov-parse-line): Use it to decode From header.
19574         (gnus-get-newsgroup-headers): Ditto.
19575         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19576
19577         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19578         (mail-decode-encoded-address-string): New alias.
19579
19580         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19581         New function.
19582         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19583         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19584         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19585         (rfc2047-decode-string): Ditto.
19586         (rfc2047-decode-address-region): New function.
19587         (rfc2047-decode-address-string): New function.
19588
19589 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19590
19591         * message.el (message-caesar-buffer-body): Allow rotating headers.
19592
19593         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19594
19595         * message.el (message-insert-formated-citation-line): Fix %f.
19596         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19597
19598 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19599
19600         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19601         (gnus-bookmark-mouse-available-p): New macro.
19602         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19603         (gnus-bookmark-bmenu-show-infos): Use it.
19604         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19605         (gnus-bookmark-bmenu-hide-infos): Ditto.
19606         (gnus-bookmark-remove-properties): New function.
19607         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19608         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19609         (gnus-bookmark-write-file): Bind coding-system-for-write.
19610         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19611         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19612         group before selecting it.
19613         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19614         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19615         quit-window if it is not available; use gnus-mouse-2 and bind it to
19616         gnus-bookmark-bmenu-select-by-mouse.
19617         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19618         (gnus-bookmark-bmenu-select-by-mouse): New function.
19619
19620 2006-08-13  Romain Francoise  <romain@orebokech.com>
19621
19622         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19623         space.
19624
19625 2006-08-10  Romain Francoise  <romain@orebokech.com>
19626
19627         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19628         (dns-mode-soa-auto-increment-serial): New user option.
19629         (dns-mode-soa-maybe-increment-serial): New function.
19630         (dns-mode): Add the latter to `write-contents-functions'.
19631
19632 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19633
19634         * compface.el (uncompface): Use binary rather than raw-text-unix.
19635
19636 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19637
19638         * compface.el (uncompface): Make sure the eol conversion doesn't take
19639         place when communicating with the external programs.
19640         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19641
19642 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19643
19644         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19645
19646 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19647
19648         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19649         Make it more robust by parsing author and date independently.
19650
19651 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19652
19653         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19654
19655 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19656
19657         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19658         first matching secret key.
19659         (mml2015-epg-encrypt): Ditto.
19660
19661         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19662         first matching secret key.
19663         (mml1991-epg-encrypt): Ditto.
19664
19665         * mml2015.el (mml2015-encrypt-to-self): New user option.
19666         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19667         mml2015-epg-encrypt-to-self is set.
19668
19669         * mml1991.el (mml1991-encrypt-to-self): New variable.
19670         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19671         mml1991-epg-encrypt-to-self is set.
19672
19673         * mml2015.el (mml2015-signers): New user option.
19674         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19675         (mml2015-epg-encrypt): Allow to select signing keys.
19676
19677         * mml1991.el (mml1991-signers): New variable.
19678         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19679         (mml1991-epg-encrypt): Allow to select signing keys.
19680
19681 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19682
19683         * nnheader.el (nnheader-insert-head): Make it work even if the file
19684         uses CRLF for the line-break code.
19685
19686 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19687
19688         * mml2015.el: Require mml-sec instead of password.
19689         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19690         (mml2015-cache-passphrase): Inherit the default value from
19691         mml-secure-cache-passphrase.
19692         (mml2015-passphrase-cache-expiry): Inherit the default value from
19693         mml-secure-passphrase-cache-expiry.
19694
19695         * mml1991.el: Require mml-sec instead of password.
19696         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19697         (mml1991-cache-passphrase): Inherit the default value from
19698         mml-secure-cache-passphrase.
19699         (mml1991-passphrase-cache-expiry): Inherit the default value from
19700         mml-secure-passphrase-cache-expiry.
19701
19702         * mml-sec.el: Require password.
19703         (mml-secure-verbose): New user option.
19704         (mml-secure-cache-passphrase): New user option.
19705         (mml-secure-passphrase-cache-expiry): New user option.
19706
19707 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19708             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19709
19710         * pgg-def.el (pgg-truncate-key-identifier):
19711         Truncate the key ID to 8 letters from the end.
19712
19713 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19714
19715         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19716         workaround for the url package included with Emacs.
19717
19718         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19719
19720 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19721
19722         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19723         correctly.  This fixes a bug caused by the 2006-05-12 change.
19724
19725 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19726
19727         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19728         some information about the error when saying that the `bogus' mail
19729         group will be used.
19730
19731 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19732
19733         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19734         string.
19735
19736 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19737
19738         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19739
19740 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19741
19742         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19743
19744 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19745
19746         * mml1991.el (mml1991-function-alist): Add epg.
19747         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19748         (mml1991-epg-encrypt): New functions.
19749
19750 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19751
19752         * mml2015.el (mml2015-verbose): New variable.
19753         (mml2015-cache-passphrase): Ditto.
19754         (mml2015-passphrase-cache-expiry): Ditto.
19755         (mml2015-function-alist): Add epg.
19756         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19757         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19758         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19759         New functions.
19760
19761 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19762
19763         * message.el (message-cite-original-1): Preserve region when removing
19764         quoted text due to X-No-Archive in order to avoid bogus attribution
19765         when citing multiple messages.
19766
19767 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19768
19769         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19770         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19771
19772 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19773
19774         * gnus-diary.el (gnus-user-format-function-d)
19775         (gnus-user-format-function-D): Autoload.
19776
19777         * imap.el (Commentary): Fix typo.
19778
19779         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19780         2006-04-22 contribution.
19781
19782 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19783
19784         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19785         It didn't really fix the bogosity I'm seeing with solid web groups.
19786
19787 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19788
19789         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19790         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19791         created using server names.  If we use the feature without declaring
19792         it, Gnus does not properly manage server and group state.
19793
19794         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19795         bound.
19796
19797 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19798
19799         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19800         looking up the method using GROUP's prefix before inventing a new one.
19801         It is used on killed/unknown groups in various places where returning
19802         an all-new method isn't expected by the caller.
19803
19804         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19805         and match semantics of gnus-group-real-prefix.
19806
19807 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19808
19809         * nnmail.el (nnmail-broken-references-mailers): New variable.
19810         (nnmail-ignore-broken-references): New function generalizing
19811         nnmail-fix-eudora-headers.
19812         (nnmail-fix-eudora-headers): Now obsolete.
19813
19814         * gnus-art.el (gnus-button-handle-custom):
19815         Support `customize-apropos*'.
19816
19817 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19818
19819         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19820
19821         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19822         articles.
19823
19824 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19825
19826         * message.el (message-cite-reply-above): New variable.
19827         (message-yank-original): Use it.
19828
19829 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19830
19831         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19832
19833 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19834
19835         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19836         as read.
19837
19838         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19839
19840 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19841
19842         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19843         (gnus-bookmark-default-file): Use gnus-directory.
19844         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19845         Remove "*" in doc string.
19846         (gnus-bookmark-write-file): Simplify.
19847         (gnus-bookmark-maybe-sort-alist): Use `when'.
19848         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19849         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19850         Add FIXME about Emacs 21 and XEmacs compatibility.
19851         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19852         compatibility.
19853         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19854         compatibility.
19855         (gnus-bookmark-menu-heading): Fix version.
19856
19857 2006-06-19  Bastien Guerry  <bzg@altern.org>
19858
19859         * gnus-bookmark.el: New file.
19860
19861 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19862
19863         * message.el (message-syntax-checks): Doc fix.
19864
19865 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19866
19867         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19868         unsubscribed groups as if they were killed ones.  It causes duplicate
19869         entries in gnus-newsrc-alist.
19870
19871 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19872
19873         * message.el (message-syntax-checks): Doc fix.
19874         (message-send-mail): Add check for continuation headers.
19875         (message-check-news-header-syntax): Fix regexp used to check for
19876         continuation headers.
19877
19878 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19879
19880         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19881
19882 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19883
19884         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19885
19886 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19887
19888         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19889         default-truncate-lines.
19890
19891 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19892
19893         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19894         to fill the utf-8 entry.
19895
19896         * lpath.el: Fbind unicode-precedence-list.
19897
19898 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19899
19900         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19901
19902 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19903
19904         * gnus-agent.el (directory-files-and-attributes): Move all the way
19905         forward (the third and final move).
19906         (gnus-agent-read-agentview): Trap reconstruction errors due to
19907         nonexistent directory.  Handle by returning nil.
19908
19909 2006-05-30  Didier Verna  <didier@xemacs.org>
19910
19911         * message.el (message-dont-reply-to-names): Update the custom type.
19912         * message.el (message-dont-reply-to-names): New defsubst: potentially
19913         convert a list of regexps into a single one.
19914         * message.el (message-get-reply-headers): Use it.
19915         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19916
19917 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19918
19919         * gnus-agent.el (directory-files-and-attributes): Move forward.
19920
19921 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19922
19923         * gnus-ml.el (gnus-mailing-list-subscribe)
19924         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19925         (gnus-mailing-list-message): Fix doc strings.
19926
19927 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19928
19929         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19930         of doing it manually.
19931
19932 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19933
19934         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19935         comment.
19936
19937 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19938
19939         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19940         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19941         (gnus-agent-read-local): All symbols allocated in my-obarray.
19942         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19943         (gnus-agent-regenerate-group): Check numeric names to see if they are
19944         messages or groups.
19945         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19946         better way of do this...)
19947
19948         * gnus-cache.el (gnus-agent-total-fetched-for):
19949         Ignore 'dummy.group' (there should be a better way of do this...)
19950
19951 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19952
19953         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19954         (gnus-saved-headers): Ditto.
19955         (gnus-default-article-saver): Mention functions may have properties.
19956         (gnus-article-save): Override gnus-save-all-headers and
19957         gnus-saved-headers by :headers property which saver function may have.
19958         (gnus-summary-save-in-file): Add :headers property.
19959         (gnus-summary-write-to-file): Ditto.
19960
19961         * gnus-sum.el (gnus-summary-save-article): Bind
19962         gnus-prompt-before-saving to t when saving many articles in a file;
19963         always show all headers.
19964
19965         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19966
19967 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19968
19969         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19970         marks.
19971
19972         * message.el (message-indent-citation): Add optional arguments to allow
19973         using it outside of message buffers.
19974
19975         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19976         (gnus-article-treat-unfold-headers): Use it.
19977         (gnus-article-truncate-lines): New variable.
19978         (gnus-article-mode): Use it.
19979         (gnus-article-toggle-truncate-lines): New function.
19980
19981         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19982         Add gnus-article-toggle-truncate-lines.
19983
19984         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19985         coding system in XEmacs, use binary.
19986
19987 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19988
19989         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19990         after-load-alist.
19991
19992         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19993         this function should save decoded articles.
19994         (gnus-summary-write-to-file): Use property to specify this function
19995         should save decoded articles and specify gnus-summary-save-in-file
19996         should be used to save articles other than the first one when saving
19997         many articles.
19998         (gnus-summary-save-body-in-file): Use property to specify this
19999         function should save decoded articles.
20000         (gnus-summary-write-body-to-file): Use property to specify this
20001         function should save decoded articles and specify
20002         gnus-summary-save-body-in-file should be used to save articles other
20003         than the first one when saving many articles.
20004
20005         * gnus-sum.el (gnus-summary-save-article): Simplify.
20006
20007 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20008
20009         * gnus-art.el (gnus-default-article-saver):
20010         Add gnus-summary-write-body-to-file.
20011         (gnus-article-save-coding-system): Don't use coding system object
20012         in XEmacs.
20013         (gnus-read-save-file-name): Add optional `dir-var' argument which
20014         specifies directory in which files are saved; work even if optional
20015         `variable' argument is not specified.
20016         (gnus-summary-write-to-file): Read file name.
20017         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
20018         (gnus-summary-write-body-to-file): New function.
20019
20020         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
20021         (gnus-summary-local-variables): Add it.
20022         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
20023         (gnus-summary-save-article): Remove optional `decode' argument;
20024         determine whether to decode articles by the value of
20025         gnus-default-article-saver; when saving many files using
20026         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
20027         it first and use gnus-summary-save-in-file or
20028         gnus-summary-save-body-in-file thereafter unless
20029         gnus-prompt-before-saving is always; move point to article which
20030         will be saved.
20031         (gnus-summary-save-article-file): Revert.
20032         (gnus-summary-write-article-file): Revert.
20033         (gnus-summary-save-article-body-file): Revert.
20034         (gnus-summary-write-article-body-file): New function.
20035
20036 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20037
20038         * gnus-art.el (gnus-default-article-saver): Doc fix.
20039         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
20040         from gnus-summary-save-article-coding-system, and default to a
20041         certain coding system.
20042         (gnus-output-to-file): Add coding cookie and encode text according
20043         to gnus-article-save-coding-system; don't use mm-append-to-file.
20044
20045         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
20046         gnus-art.el and rename to gnus-article-save-coding-system.
20047         (gnus-summary-save-article): Require gnus-art; don't show all
20048         headers if it decodes articles; don't add coding cookie here;
20049         don't bind mm-text-coding-system-for-write.
20050         (gnus-summary-save-article-file): Save decoded articles.
20051         (gnus-summary-write-article-file): When saving many files, use
20052         gnus-summary-write-to-file first and gnus-summary-save-in-file
20053         thereafter unless gnus-prompt-before-saving is always.
20054         (gnus-summary-save-article-body-file): Save decoded articles.
20055
20056         * lpath.el: Fbind select-safe-coding-system for XEmacs.
20057
20058 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20059
20060         * nnrss.el (nnrss-check-group): Bind hash-index.
20061
20062 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
20063
20064         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
20065         its hash index.  Store this hash in `nnrss-group-data'.
20066         (nnrss-read-group-data): Update accordingly.
20067
20068 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20069
20070         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
20071         entry.
20072
20073         * gnus-sum.el (gnus-summary-make-menu-bar):
20074         Add gnus-article-browse-html-article.
20075
20076 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
20077
20078         * gnus-sum.el (gnus-summary-mime-map):
20079         Add gnus-article-browse-html-article.
20080
20081         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
20082
20083 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20084
20085         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
20086         suitable coding systems in customize.
20087
20088 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
20089
20090         * mail-source.el (mail-sources): Fix custom type.
20091
20092 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20093
20094         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
20095         (gnus-summary-expire-articles-now): Shorten prompt.
20096
20097         * gmm-utils.el (wid-edit): Require.
20098         (defun-gmm): Rename from `gmm-defun-compat'.
20099         (gmm-image-search-load-path): Use it.
20100         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
20101
20102 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20103
20104         * gnus-sum.el (gnus-summary-save-article-coding-system):
20105         New variable.
20106         (gnus-summary-save-article): Add optional `decode' argument.
20107         If it is set and gnus-summary-save-article-coding-system is non-nil,
20108         save decoded article.
20109         (gnus-summary-write-article-file): Save decoded article if
20110         gnus-summary-save-article-coding-system is non-nil.
20111
20112         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
20113         type.
20114
20115 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20116
20117         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
20118
20119 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20120
20121         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
20122         first to test gnus-single-article-buffer which may be buffer-local.
20123
20124         * gnus-sum.el (gnus-summary-setup-buffer):
20125         Make gnus-single-article-buffer buffer-local and nil in ephemeral
20126         group; make gnus-article-buffer, gnus-article-current, and
20127         gnus-original-article-buffer always buffer-local.
20128         (gnus-summary-exit): Kill article buffer belonging to ephemeral
20129         group.
20130         (gnus-handle-ephemeral-exit): Don't move to next summary line.
20131
20132 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
20133
20134         * nnml.el (nnml-request-compact-group): Compressed files might not
20135         have .gz extension.
20136
20137 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20138
20139         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
20140         (mm-copy-to-buffer): Use with-current-buffer.
20141         (mm-display-part): Simplify.
20142         (mm-inlinable-p): Add optional arg `type'.
20143
20144 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20145
20146         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
20147         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
20148         Try harder to show the attachment internally or externally using
20149         gnus-mime-view-part-as-type.
20150
20151 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
20152
20153         * message.el (message-from-style, message-signature-separator)
20154         (message-user-organization-file, message-send-mail-function)
20155         (message-citation-line-function, message-yank-prefix)
20156         (message-indent-citation-function, message-signature)
20157         (message-signature-file, message-signature-insert-empty-line):
20158         Remove autoloads.
20159
20160         * gnus-art.el (gnus-buttonized-mime-types):
20161         Remove "multipart/signed".  Revert 2006-04-26 change.
20162
20163 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20164
20165         * gnus.el (gnus-version-number): Bump version.
20166
20167 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20168
20169         * gnus.el: No Gnus v0.5 is released.
20170
20171 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20172
20173         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
20174         fetching articles by message-id.
20175
20176 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20177
20178         * message.el (hashcash): Require hashcash as normal.
20179
20180         * ecomplete.el (ecomplete-highlight-match-line):
20181         Use point-at-eol.
20182         (ecomplete-highlight-match-line): Use `highlight', because that
20183         face exists in both Emacs and XEmacs.
20184
20185         * message.el (message-display-abbrev): Use point-at-bol.
20186
20187         * mail-source.el: Don't require timer/timer-funcs.
20188
20189         * gnus-async.el: Ditto.
20190
20191         * password.el: Ditto.
20192
20193         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
20194
20195         * mm-url.el: Ditto.
20196
20197         * gnus-xmas.el: Don't require timer-funcs.
20198
20199         * mm-util.el: Require timer/timer-funcs.
20200
20201 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20202
20203         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
20204         Close.
20205
20206 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20207
20208         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
20209         unibyte after clear-decrypt function runs.
20210
20211         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
20212         returns as a unibyte string.
20213
20214 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20215
20216         * lpath.el: Revert.
20217
20218         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
20219         (pgg-gpg-process-sentinel): Revert.
20220
20221         * pgg-pgp.el (pgg-pgp-process-region): Revert.
20222         (pgg-pgp-lookup-key): Revert.
20223
20224         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
20225         (pgg-pgp5-lookup-key): Revert.
20226
20227         * pgg.el (pgg-fetch-key): Revert.
20228
20229 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20230
20231         * lpath.el: Fbind string-as-multibyte for XEmacs.
20232
20233         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
20234         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
20235         (mml1991-pgg-encrypt): Ditto.
20236
20237         * pgg-gpg.el (pgg-string-to-multibyte): New function.
20238         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
20239         a multibyte buffer.
20240
20241         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
20242         (pgg-pgp-lookup-key): Ditto.
20243
20244         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
20245         (pgg-pgp5-lookup-key): Ditto.
20246
20247         * pgg.el (pgg-fetch-key): Ditto.
20248
20249 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
20250
20251         * message.el (message-user-organization-file): Check several
20252         locations of the organization file.
20253
20254         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
20255         Add gnus-article-view-part-as-type.
20256
20257         * gnus-art.el (gnus-article-view-part-as-type): New function.
20258
20259         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
20260         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
20261
20262         * mml.el: Simplify autoload.
20263         (mml-mode): defvar dnd-protocol-alist instead of using
20264         symbol-value.
20265         (mml-default-directory): New variable.
20266         (mml-minibuffer-read-file): Use it.
20267         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
20268
20269         * message.el (message-citation-line-format): New variable.
20270         (message-insert-formated-citation-line): New function.
20271         (message-citation-line-function):
20272         Add `message-insert-formated-citation-line' to custom type.
20273
20274         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
20275         to doc string.
20276
20277         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
20278         depending on mm-verify-option.
20279
20280 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20281
20282         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
20283         binding pgg-* variables; reimplement the section which prevents
20284         MIME header from being signed.
20285         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
20286         pgg-text-mode; remove a blank line at the top of body.
20287
20288         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
20289         lines at the top of body; use gnus-newsgroup-charset if there's no
20290         Charset header.
20291
20292 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20293
20294         * message.el (message-self-insert-commands): Doc fix.
20295
20296         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
20297         (mm-uu-pgp-encrypted-test): Ditto.
20298         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
20299         between header and body; return application/pgp-encrypted handle
20300         if decryption failed; decode decrypted body by charset.
20301
20302         * mm-decode.el (mm-automatic-display): Don't make application/pgp
20303         element match to application/pgp-*.
20304
20305 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20306
20307         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
20308         HTML.
20309
20310 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20311
20312         * mail-source.el (mail-source-call-script): Message the error
20313         string.
20314
20315 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20316
20317         * gnus-util.el (gnus-byte-compile): Use it.
20318
20319 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20320
20321         * gnus-util.el (kill-empty-logs): New function.
20322
20323 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20324
20325         * message.el (message-mail-alias-type): Doc fix.
20326         (message-mail-alias-type-p): New function.
20327         (message-send): Use it.
20328         (message-mode): Ditto.
20329         (message-strip-forbidden-properties): Ditto.
20330
20331         * ecomplete.el (ecomplete-database-file-coding-system):
20332         New variable.
20333         (ecomplete-save): Use it.
20334         (ecomplete-setup): Use it.
20335
20336 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20337
20338         * message.el (message-self-insert-commands): New variable.
20339         (message-strip-forbidden-properties): Use it.
20340
20341 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20342
20343         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20344         that doesn't make XEmacs choke.
20345
20346 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20347
20348         * gnus-util.el (gnus-replace-in-string):
20349         Prefer replace-regexp-in-string over of replace-in-string.
20350
20351 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20352
20353         * gnus-util.el (gnus-select-frame-set-input-focus):
20354         Use select-frame-set-input-focus if it is available in XEmacs; use
20355         definition defined in Emacs 22 for old Emacsen.
20356
20357         * dgnushack.el: Autoload unmorse-region for XEmacs.
20358
20359         * lpath.el: Bind cursor-in-non-selected-windows and
20360         select-frame-set-input-focus for XEmacs.
20361
20362 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20363
20364         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20365
20366 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20367
20368         * gnus-registry.el (gnus-registry-cache-save): Remove text
20369         properties when saving via the temp buffer.
20370
20371 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20372
20373         * message.el (message-generate-hashcash): Honor custom type.
20374
20375 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20376
20377         * message.el (message-generate-hashcash): Default to non-nil when
20378         hashcash is found.
20379
20380         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20381         (gnus-refer-thread-limit): Increase default to 500.
20382
20383         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20384
20385         * flow-fill.el (fill-flowed): Allow delete-space.
20386
20387 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20388
20389         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20390         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20391         Remove autoloads.
20392
20393 2006-04-18  Simon Josefsson  <jas@extundo.com>
20394
20395         * message.el (message-generate-hashcash): Default to.
20396
20397 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20398
20399         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20400         concatenating segments rather than before concatenating them.
20401
20402 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20403
20404         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20405
20406 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20407
20408         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20409
20410         * message.el (message-forward-make-body-plain):
20411         Allow message-forward-ignored-headers to be a list.
20412         (message-remove-ignored-headers): Factor out into function.
20413         (message-forward-make-body-mml): Use it.
20414
20415         * imap.el (imap-quote-specials): New function.
20416         (imap-login-auth): Quote specials.
20417
20418         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20419         (rfc2231-parse-string): Allow concatanation of parameters that
20420         aren't contiguous.  The test case is
20421           (mail-header-parse-content-type "message/external-body;
20422             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20423             access-type=LOCAL-FILE;
20424             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20425
20426 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20427
20428         * nntp.el (nntp-accept-process-output): Return the value of
20429         `nnheader-accept-process-output'.
20430
20431 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20432
20433         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20434         (gnus-button-alist): Recognize more diff formats.
20435         (gnus-button-patch): Strip directory.
20436
20437 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20438
20439         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20440         Emacs 22 when setting focus.
20441
20442 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20443
20444         * gnus-art.el (gnus-article-treat-types): Do treatment of
20445         text/x-verbatim parts.
20446         (gnus-button-patch): New command.
20447
20448         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20449         addresses that contain invalid characters.
20450
20451 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20452
20453         * message.el (message-put-addresses-in-ecomplete):
20454         Use gnus-replace-in-string.
20455         (message-is-yours-p): Use the more correct
20456         mail-header-parse-address instead of
20457         mail-extract-address-components.
20458         (message-put-addresses-in-ecomplete): Fix typo.
20459
20460         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20461         keystroke.
20462
20463         * gnus-art.el (gnus-treatment-function-alist): Change order of
20464         newsgroups/generic header folding to avoid double-folding.
20465
20466         * message.el (message-hidden-headers): Add X-Draft-From.
20467
20468         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20469         New command.
20470         (gnus-summary-repeat-search-article-backward): New command.
20471
20472         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20473         groups in the parent topic.
20474
20475 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20476
20477         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20478         (spam-extra-header-to-number): Return the CRM114 number as a
20479         number instead of a string.
20480
20481 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20482
20483         * gnus-art.el (gnus-face-properties-alist): Move here from
20484         gnus-fun.
20485
20486         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20487
20488 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20489
20490         * message.el (message-strip-forbidden-properties): Only display on
20491         self-insert-command.
20492
20493         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20494         reindent.
20495         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20496
20497 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20498
20499         * smiley.el (smiley-style): Fix typo.
20500
20501 2006-03-23  Kenichi Handa  <handa@m17n.org>
20502
20503         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20504         instead of set-buffer-multibyte.
20505
20506 2006-03-23  Kenichi Handa  <handa@m17n.org>
20507
20508         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20509         buffer and then decode the buffer text if necessary.
20510         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20511         first, and after mm-encode-body, change the buffer to unibyte.
20512
20513 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20514
20515         * hashcash.el (hashcash-insert-payment-async-2):
20516         Use message-goto-eoh instead of doing it manually.
20517         (mail-add-payment): Use message-narrow-to-header instead of trying
20518         to do the same itself.
20519
20520         * message.el (message-hidden-headers): Add Face.
20521
20522         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20523         reparenting code.
20524         (gnus-summary-reparent-children): Refactored out code.
20525         (gnus-summary-thread-map): New keystroke.
20526         (gnus-summary-reparent-children): Make into command.
20527
20528         * smiley.el (smiley-style): Default to `medium' if using a large
20529         font.
20530
20531         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20532         does it itself.
20533
20534         * message.el (message-point-in-header-p): Simplify definition.
20535
20536 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20537
20538         * nnagent.el (nnagent-request-set-mark): Silence log file
20539         writing.
20540         (nnagent-request-set-mark): Use write-region instead of
20541         append-to-file.
20542
20543         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20544         strange select method.
20545
20546         * ecomplete.el (ecomplete-display-matches): Get highlightling
20547         right.
20548         (ecomplete-display-matches): Use literals.
20549         (ecomplete-display-matches): Disable message logging.
20550
20551         * message.el (message-display-abbrev): Small optimization.
20552
20553         * ecomplete.el (ecomplete-display-matches): Allow automatic
20554         display.
20555
20556         * message.el (message-strip-forbidden-properties):
20557         Display abbrevs.
20558         (message-display-abbrev): Get automatic display right.
20559
20560         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20561         keystrokes.
20562
20563 2006-04-13  Romain Francoise  <romain@orebokech.com>
20564
20565         TODO: Backport to v5-10!
20566
20567         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20568         Move here (and rename) from gnus-registry.el.
20569
20570         * gnus-registry.el: Require gnus-util.
20571         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20572
20573 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20574
20575         * gnus-group.el (gnus-group-catchup-current):
20576         Change if-then-else-if-then-else into cond.
20577         (gnus-group-catchup): Indent.
20578         (group-name-at-point): New function.
20579         (gnus-fetch-group): Provide default from thing at point.
20580
20581 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20582
20583         * message.el (message-display-abbrev): Fix regexp.
20584
20585         * ecomplete.el (ecomplete-highlight-match-line):
20586         Reimplement choosing.
20587         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20588         dead variables.
20589
20590         * message.el (message-newline-and-indent): Remove debugging.
20591         (message-display-abbrev): Use new implementation.
20592
20593 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20594
20595         * gnus-art.el (gnus-article-mode):
20596         Set cursor-in-non-selected-windows to nil.
20597
20598         * smiley.el: Revert previous change.
20599         (smiley-data-directory): defvar it before using it in the
20600         defcustom of `smiley-style'.
20601
20602 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20603
20604         * message.el (message-newline-and-indent): New function.
20605
20606         * ecomplete.el: Implement more bits.
20607
20608         * message.el (message-put-addresses-in-ecomplete): Clean up the
20609         string.
20610
20611         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20612
20613         * gnus-sum.el (gnus-summary-save-parts):
20614         Bind gnus-summary-save-parts-counter and use it to make unique file
20615         names.
20616
20617         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20618
20619         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20620         parameter to say whether to actually parse the individual
20621         addresses.
20622
20623         * message.el (message-put-addresses-in-ecomplete): New function.
20624         (ecomplete): Require.
20625         (message-mail-alias-type): Add ecomplete as an option.
20626
20627 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20628
20629         * flow-fill.el (fill-flowed): Remove trailing space from blank
20630         quoted lines.
20631
20632 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20633
20634         * smiley.el (smiley-style): Move definition later to avoid a
20635         compilation warning.
20636
20637 2006-04-12  Kenichi Handa  <handa@m17n.org>
20638
20639         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20640         buffer and then decode the buffer text if necessary.
20641         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20642         first, and after mm-encode-body, change the buffer to unibyte.
20643         Use mm-disable-multibyte instead of set-buffer-multibyte.
20644
20645 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20646
20647         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20648         Content-Type header instead of Content-Disposition header.
20649         (gnus-mime-inline-part): Ditto.
20650         (gnus-mime-view-part-as-charset): Ignore charset that the part
20651         specifies.
20652
20653         * mm-decode.el (mm-display-part): Work with external parts and
20654         usual parts similarly.
20655
20656         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20657         instead of gnus-display-mime.
20658
20659         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20660         instead of with-temp-buffer.
20661
20662         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20663         tag to summarized topics part in order to encode non-ASCII text.
20664
20665 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20666
20667         * smiley.el (smiley-style): New variable.
20668         (smiley-directory): New function.
20669         (smiley-data-directory): Derive from `smiley-style' using
20670         `smiley-directory'.
20671         (smiley-regexp-alist): Add new entries.
20672
20673         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20674         (gnus-article-browse-delete-temp): Add :version.
20675
20676 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20677
20678         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20679         the sieve region.
20680
20681 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20682
20683         * gnus.el (gnus-version-number): Bump version.
20684
20685 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20686
20687         * gnus.el: No Gnus v0.4 is released.
20688
20689 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20690
20691         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20692         layout.
20693
20694         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20695         unknown charset.
20696
20697         * message.el (message-header-synonyms): Add Original-To to the
20698         default.
20699
20700         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20701         optional parameter.
20702
20703 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20704
20705         * gnus-fun.el (gnus): Require it for gnus-directory.
20706
20707 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20708
20709         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20710
20711 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20712
20713         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20714
20715 2006-04-05  Simon Josefsson  <jas@extundo.com>
20716
20717         * password.el (password-reset): New function.
20718
20719 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20720
20721         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20722         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20723
20724 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20725
20726         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20727         Some whitespace was matched into the url, which broke browsing hits
20728         > 100 when mm-url-use-external was nil.
20729
20730 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20731
20732         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20733         Check gnus-extra-headers for 'Newsgroups.
20734
20735         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20736         bound.
20737
20738 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20739
20740         * pgg-gpg.el: Clean up process buffers every time gpg processes
20741         complete.
20742
20743 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20744
20745         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20746         doc string.
20747
20748 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20749
20750         * pgg-gpg.el (pgg-gpg-process-filter)
20751         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20752
20753         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20754         lines, temporary fix.
20755
20756 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20757
20758         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20759
20760 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20761
20762         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20763         default-enable-multibyte-characters.  This reverts the change from
20764         revision 6.17 which is no longer necessary because the passphrase
20765         is sent separately now.  GnuPG messages are unreadable under
20766         multibyte locales with default-enable-multibyte-characters set to
20767         nil.
20768
20769 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20770
20771         * message.el (message-tool-bar-gnome): Move "spell".
20772
20773 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20774
20775         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20776         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20777         instead.
20778
20779 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20780
20781         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20782         Improve newsgroups handling for NNTP overviews which don't include
20783         Newsgroups.
20784
20785 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20786
20787         * message.el (message-resend): Bind message-generate-hashcash to nil.
20788
20789 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20790
20791         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20792         when searching for already-paid recipients.
20793
20794 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20795
20796         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20797         passphrases when it is not needed.
20798         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20799         passphrase stuff from gpg, should only be necessary when you use
20800         gpg with a smartcard.
20801
20802 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20803
20804         * mml.el (mml-insert-mime): Ignore cached contents of
20805         message/external-body part.
20806
20807         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20808         (mm-insert-part): Ditto.
20809
20810 2006-03-23  Simon Josefsson  <jas@extundo.com>
20811
20812         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20813         Reiner.
20814         (pgg-gpg-use-agent-p): Use it again.
20815
20816 2006-03-23  Simon Josefsson  <jas@extundo.com>
20817
20818         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20819         older emacsen.
20820         (pgg-gpg-use-agent-p): Don't use it.
20821
20822 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20823
20824         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20825         if we can.
20826
20827 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20828
20829         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20830         (pgg-gpg-update-agent): New function.
20831         (pgg-gpg-use-agent-p): New function.
20832         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20833         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20834         (pgg-gpg-sign-region): Use it.
20835
20836 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20837
20838         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20839         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20840
20841 2006-03-21  Simon Josefsson  <jas@extundo.com>
20842
20843         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20844         <wilde@sha-bang.de>.
20845         (pgg-gpg-use-agent): New variable.
20846         (pgg-gpg-process-region): Use it.
20847         (pgg-gpg-encrypt-region): Likewise.
20848         (pgg-gpg-encrypt-symmetric-region): Likewise.
20849         (pgg-gpg-decrypt-region): Likewise.
20850         (pgg-gpg-sign-region): Likewise.
20851         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20852
20853 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20854
20855         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20856
20857         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20858         Add comment on version.
20859
20860 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20861
20862         * smiley.el: Add missing test smiley.
20863
20864 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20865
20866         * mm-decode.el (mm-with-part): New macro.
20867         (mm-get-part): Use it; work with message/external-body as well.
20868         (mm-save-part): Treat name and filename equally.
20869
20870         * mm-extern.el (mm-extern-cache-contents): New function.
20871         (mm-inline-external-body): Use it; force the part to be displayed;
20872         move undisplayer added to the cached handle to the parent.
20873
20874         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20875         (gnus-mime-view-part-as-type): Work with message/external-body.
20876
20877         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20878
20879 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20880
20881         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20882         images in image-load-path.  [Sync with image.el, revision 1.60, in
20883         Emacs.]
20884
20885 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20886
20887         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20888         path rather than symbol.  Always return list of directories.
20889         Guarantee that image directory comes first.  [Sync with image.el,
20890         revision 1.59, in Emacs.]
20891
20892         * message.el (message-make-tool-bar): Adjust to new API of
20893         `gmm-image-load-path-for-library'.
20894
20895         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20896
20897         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20898
20899 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20900
20901         * gnus-art.el (gnus-article-only-boring-p):
20902         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20903         intangible text.
20904         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20905
20906 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20907
20908         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20909         Use `defun' instead of `gmm-defun-compat'.
20910
20911 2006-03-14  Simon Josefsson  <jas@extundo.com>
20912
20913         * message.el (message-unique-id): Don't use message-number-base36
20914         if (user-uid) is a float.
20915         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20916
20917 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20918
20919         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20920
20921         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20922         empty line between a part and a message part.
20923
20924 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20925
20926         * smiley.el: Add more test smileys.
20927         (smiley-data-directory, smiley-regexp-alist)
20928         (gnus-smiley-file-types): Fix doc strings.
20929         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20930         adding new elements.
20931         (smiley-mouse-map): Unused code.  Make it a comment.
20932
20933 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20934
20935         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20936         scan latest NoCeM messages instead of old ones.
20937         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20938         delimiters that are recently used.
20939         (gnus-nocem-load-cache): Add autoload cookie.
20940
20941         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20942
20943         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20944         level which is larger than gnus-use-nocem is specified.
20945
20946         * gnus-group.el (gnus-group-get-new-news): Ditto.
20947
20948 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20949
20950         * gnus-util.el (gnus-tool-bar-update): New function.
20951
20952         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20953         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20954
20955         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20956
20957         * gnus-group.el (gnus-group-redraw-when-idle)
20958         (gnus-group-redraw-check): Remove.
20959         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20960
20961 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20962
20963         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20964         if optional last element is specified in splits (FIELD VALUE...).
20965
20966 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20967
20968         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20969         to gmm-image-load-path-for-library.  Call with no-error argument.
20970         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20971
20972         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20973
20974         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20975
20976         * gmm-utils.el (gmm-image-load-path): Remove alias.
20977
20978 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20979
20980         * gmm-utils.el (gmm-image-load-path): Add alias.
20981
20982         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20983         nnml-generate-nov-databases-1.
20984         (nnml-generate-nov-databases): Use it.
20985         (nnml-generate-nov-databases-directory): Document no-active
20986         argument.
20987
20988         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20989         directory if path is t.  Add no-error.
20990
20991         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20992         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20993
20994         * gnus-art.el (gnus-article-browse-delete-temp-files):
20995         Simplify resetting gnus-article-browse-html-temp-list.
20996
20997         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20998         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20999         Add example to docstring.  Rename local variables.  Move error
21000         checks to default case in cond and simplify.
21001
21002 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21003
21004         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
21005         handle is multipart when calling it recursively.
21006         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
21007
21008 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
21009
21010         * nnimap.el (nnimap-request-update-info-internal): Optimize.
21011         Don't `gnus-uncompress-range' to avoid excessive memory usage.
21012
21013 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21014
21015         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
21016         is loaded.
21017
21018         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
21019         loaded.
21020
21021 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21022
21023         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
21024         to "Emacs 23 (unicode)" in doc string.
21025
21026         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
21027         "Emacs 23 (unicode)" in comment.
21028
21029 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21030
21031         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
21032
21033         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
21034         characters 160 through 255 in Emacs 23.
21035
21036 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
21037
21038         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
21039         gnus-article-browse-html-temp.
21040         (gnus-article-browse-delete-temp): Make it customizable.
21041         Add `file'.  Adjust doc string.
21042         (gnus-article-browse-delete-temp-files): Add argument.
21043         Allow query for each file.  Adjust doc string.
21044         (gnus-article-browse-html-parts):
21045         Add `gnus-article-browse-delete-temp-files' to
21046         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
21047
21048 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
21049
21050         * gnus-art.el (gnus-article-browse-html-temp)
21051         (gnus-article-browse-delete-temp): New variables.
21052         (gnus-article-browse-delete-temp-files): New function.
21053         (gnus-article-browse-html-parts): Use it.
21054
21055 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
21056
21057         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
21058
21059         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
21060         string.
21061
21062         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
21063         gnus-summary-insert-new-articles when unplugged.
21064         Remove gnus-summary-search-article-forward.
21065
21066         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
21067         display-visual-class instead of display-color-cells.
21068
21069 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21070
21071         * dgnushack.el: Autoload customize-group for XEmacs.
21072
21073         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
21074         message/* containing non-ASCII text properly.
21075
21076 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
21077
21078         * message.el: Require gmm-utils, remove autoloads.
21079         (message-tool-bar): Set default based on
21080         gmm-tool-bar-style.
21081         (message-tool-bar-gnome): Add gmm-customize-mode.
21082
21083         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
21084         gmm-tool-bar-style.
21085         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
21086
21087         * gnus-group.el (gnus-group-tool-bar): Set default based on
21088         gmm-tool-bar-style.
21089         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
21090
21091         * gmm-utils.el (gmm-image-directory): Rename variable from
21092         gmm-image-load-path.
21093         (gmm-image-load-path): Use gmm-image-directory.
21094         (gmm-customize-mode): New function.
21095         (gmm-tool-bar-style): New variable.
21096
21097         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
21098         gnus-group-redraw-line-number.
21099         (gnus-group-redraw-check): Simplify.
21100         (gnus-group-tool-bar-update): Remove redraw check.
21101         (gnus-group-make-tool-bar): Add redraw check.
21102
21103 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
21104
21105         * gnus-art.el (gnus-button): Add missing parentheses.
21106
21107 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21108
21109         * lpath.el: Fbind line-number-at-pos.
21110
21111 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21112
21113         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
21114
21115 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21116
21117         * gnus-art.el (gnus-button): New face.
21118         (gnus-article-button-face): Use it.
21119
21120         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21121         Add gnus-summary-next-page.  Re-order.
21122
21123         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
21124         next-node are now included.
21125         (gnus-group-redraw-line-number): New internal variable.
21126         (gnus-group-redraw-check): Helper function for updating the tool
21127         bar.
21128         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
21129
21130         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
21131
21132         * spam.el (spam-spamassassin-score-regexp): New internal variable.
21133         (spam-extra-header-to-number, spam-check-spamassassin-headers):
21134         Use it to match format of Spamassassin 3.0 and later.
21135         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
21136         (spam-check-bogofilter)
21137         (spam-bogofilter-register-with-bogofilter): Fix args of
21138         `gnus-error' calls.
21139
21140 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21141
21142         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
21143         unnecessary interaction when sending queued mails.
21144         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
21145
21146 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
21147
21148         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
21149         first or last are nil.
21150
21151 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
21152
21153         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
21154
21155 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21156
21157         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
21158
21159 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21160
21161         * dns.el (query-dns): Protect more against buggy tcp output.
21162
21163 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21164
21165         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
21166         nov.php.
21167
21168 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21169
21170         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
21171         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
21172         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
21173         output on the server side.
21174         (nnweb-google-create-mapping): Update regexps and add some
21175         progress indication.
21176
21177 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
21178
21179         * gnus-group.el (gnus-group-tool-bar-gnome):
21180         Fix gnus-agent-toggle-plugged.  Re-order icons.
21181         (gnus-group-tool-bar-gnome):
21182         Add gnus-group-{prev,next}-unread-group.
21183         (gnus-group-tool-bar-gnome): Re-order icons.
21184
21185         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21186         Move gnus-summary-insert-new-articles.
21187
21188         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
21189         Fix comments.
21190
21191         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
21192         also available in Emacs 21.3.
21193
21194         * message.el (message-fix-before-sending): Change "Emacs 22" to
21195         "Emacs 23 (unicode)" in comment.
21196
21197         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
21198         "Emacs 23 (unicode)" in comment.
21199
21200         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
21201         comment.
21202         (mm-coding-system-p): Add comment about no-MULE XEmacs.
21203
21204         * mm-view.el (mm-fill-flowed): Add :version.
21205
21206 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21207
21208         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
21209         and load-path.
21210
21211 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
21212
21213         * message.el: Autoload gmm-image-load-path.
21214         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
21215         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
21216         consitency.
21217
21218         * gmm-utils.el (gmm-image-load-path): Also search in
21219         "../etc/images".  Don't set gmm-image-load-path if we don't find
21220         the image.
21221
21222 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21223
21224         * gmm-utils.el (gmm-image-load-path): Don't make
21225         `gmm-image-load-path' include subdirectories which the second arg
21226         `image' might specify.
21227
21228         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
21229         subdirectory to icon file names.
21230
21231         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
21232
21233 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21234
21235         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
21236         gmm-image-load-path calls.
21237
21238         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21239
21240         * message.el (message-make-tool-bar): Ditto.
21241
21242         * mml.el (mml-preview): Add comment concerning tool bar icons.
21243
21244         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
21245         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
21246
21247         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
21248         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
21249
21250         * message.el (message-tool-bar-gnome): Use new icon names.
21251         (message-make-tool-bar): Use `gmm-image-load-path'.
21252
21253         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
21254         New functions from MH-E.
21255         (gmm-image-load-path): New variable from MH-E.
21256         (gmm-image-load-path): New function from MH-E.  Add arguments
21257         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
21258         *-image-load-path-called-flag.
21259
21260 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
21261
21262         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
21263
21264 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
21265
21266         * nnimap.el (nnimap-request-move-article): Change folder back to
21267         source group before deleting.
21268
21269 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
21270
21271         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
21272
21273         * gnus-art.el (mm-url-insert-file-contents-external):
21274         Autoload mm-url.
21275
21276         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
21277
21278 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21279
21280         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
21281         coding system which mm-charset-to-coding-system returns for a
21282         given charset is valid.
21283
21284 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
21285
21286         * html2text.el (html2text-remove-tag-list):
21287         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
21288
21289 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
21290
21291         * gnus-cus.el: Revert 2005-10-17 change.
21292
21293 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21294
21295         * gnus-art.el (article-strip-banner):
21296         Call article-really-strip-banner only when the regexp match is made.
21297
21298 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21299
21300         * gnus-art.el (article-strip-banner):
21301         Use gnus-extract-address-components instead of
21302         mail-header-parse-addresses to make it work with non-ASCII text;
21303         remove mail-encode-encoded-word-string.
21304
21305         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
21306         values which are surrounded with \"...\"; make it never cause a
21307         Lisp error; give up parsing of parameters if it failed in
21308         extracting type.
21309
21310 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
21311
21312         * smime.el (smime-cert-by-ldap-1): Fix bug where
21313         `smime-ldap-search' returns results without userCertificates.
21314
21315 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21316
21317         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21318
21319 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21320
21321         * spam.el (spam-check-spamassassin-headers): Adapt format for
21322         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21323         <ari@mbf.ocn.ne.jp>.
21324         (spam-list-of-processors): Add spam-use-gmane.
21325
21326 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21327
21328         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21329         make-temp-file; make it work with XEmacs as well.
21330
21331         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21332         mm-make-temp-file.
21333
21334         * mm-decode.el (mm-display-external): Use the 3rd arg of
21335         mm-make-temp-file.
21336         (mm-create-image-xemacs): Ditto.
21337
21338 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21339
21340         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21341         with message-narrow-to-headers.
21342         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21343         (gnus-draft-check-draft-articles): New function.
21344         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21345
21346 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21347
21348         * gnus-art.el (gnus-article-browse-html-parts):
21349         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21350         Don't use suffix argument for mm-make-temp-file for Emacs 21
21351         compatibility.  Remove useless `format'.
21352
21353 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21354
21355         * nnweb.el (nnweb-google-wash-article): Update regexps.
21356         (nnweb-group-alist): Use defvoo instead of defvar.
21357
21358 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21359
21360         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21361         re-loading nn* modules.
21362
21363 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21364
21365         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21366         for `tool-bar-mode' and don't check it's default-value.
21367
21368         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21369
21370         * message.el (message-make-tool-bar): Ditto.
21371
21372         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21373         `substring'.  Shorten tmp-file name.
21374
21375         * gnus.el: Remove bogus comment.
21376
21377 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21378
21379         * gnus-art.el (gnus-article-browse-html-parts): New function.
21380         (gnus-article-browse-html-article): New function for viewing html
21381         articles with a browser.
21382
21383 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21384
21385         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21386         in elisp.
21387         (pgg-gpg-encrypt-symmetric-region): Ditto.
21388         (pgg-gpg-sign-region): Ditto.
21389
21390         * pgg-def.el (pgg-text-mode): New variable.
21391
21392         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21393         (mml2015-pgg-encrypt): Ditto.
21394
21395         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21396         (mml1991-pgg-encrypt): Ditto.
21397
21398 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21399
21400         * nnfolder.el (nnfolder-insert-newsgroup-line):
21401         Use message-make-date instead of current-time-string.
21402
21403         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21404         to gnus-decoded which mm-uu might set.
21405
21406 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21407
21408         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21409         don't decode quoted parameters; remove misimported Emacs code.
21410         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21411         (rfc2231-decode-encoded-string): Don't use split-string which
21412         behaves differently according to Emacs version; use
21413         mm-decode-coding-region to convert charset to coding-system.
21414         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21415         (rfc2231-encode-string): Remove misimported Emacs code.
21416
21417 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21418
21419         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21420         when calling mail-header-parse-content-type.
21421         (article-de-quoted-unreadable): Ditto.
21422         (article-de-base64-unreadable): Ditto.
21423         (article-wash-html): Ditto.
21424
21425         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21426         calling mail-header-parse-content-type and
21427         mail-header-parse-content-disposition.
21428         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21429         mail-header-parse-content-type.
21430
21431         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21432         insert charset and format parameters; encode description after
21433         inserting it to buffer.
21434         (mml-insert-parameter): Fold lines properly even if a parameter is
21435         segmented into two or more lines; change the max column to 76.
21436
21437         * rfc1843.el (rfc1843-decode-article-body): Don't use
21438         ignore-errors when calling mail-header-parse-content-type.
21439
21440         * rfc2231.el (rfc2231-parse-string): Return at least type if
21441         possible; don't cause an error even if it fails in parsing of
21442         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21443         (rfc2231-encode-string): Don't break lines at the beginning, leave
21444         it to mml-insert-parameter.
21445
21446         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21447         calling mail-header-parse-content-type.
21448
21449 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21450
21451         * spam-report.el (spam-report-gmane-use-article-number):
21452         Improve doc string.
21453         (spam-report-gmane-internal): Check if a suitable header was found
21454         in the article.
21455
21456 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21457
21458         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21459         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21460
21461 2006-02-05  Romain Francoise  <romain@orebokech.com>
21462
21463         Update copyright notices of all files in the gnus directory.
21464
21465 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21466
21467         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21468
21469 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21470
21471         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21472         segmented lines of parameter value to cope with Thunderbird 1.5
21473         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21474         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21475         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21476
21477 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21478
21479         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21480         parts.
21481
21482 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21483
21484         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21485         there's only one active file for all servers.
21486         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21487         solid groups.  Gnus might have used a FAST request to select the group.
21488         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21489         and nnweb-search redundantly in the active file.
21490         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21491         (nnweb-request-create-group): Don't use ARGS.
21492         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21493         initializations.  Let nnoo do the work.
21494
21495 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21496
21497         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21498         Say the part has been decoded.
21499
21500         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21501
21502 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21503
21504         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21505         mailcap-viewer-test-cache when there's no 'test clause, since that
21506         will invert the meaning of a "nil" test previously determined by
21507         mailcap-mailcap-entry-passes-test.
21508
21509 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21510
21511         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21512         compiling.
21513
21514         * gnus-sum.el: Ditto.
21515
21516         * message.el: Don't bind tool-bar-map when compiling.
21517
21518 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21519
21520         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21521
21522 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21523
21524         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21525         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21526         current Google Groups.
21527
21528 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21529
21530         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21531         and tool-bar-mode.
21532
21533         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21534         and tool-bar-mode.
21535
21536         * message.el (message-tool-bar-update): Simplify.
21537         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21538
21539         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21540         gnus-summary-buffer.
21541         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21542         gnus-summary-reply.
21543
21544         * gmm-utils.el (gmm): Add :version.
21545
21546 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21547
21548         * Makefile.in (clean): New rule.
21549         (distclean): Use it.
21550
21551 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21552
21553         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21554         Don't autoload.
21555
21556 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21557
21558         * gmm-utils.el (gmm-verbose): Add :group.
21559
21560 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21561
21562         * message.el: Change some comments WRT tool-bars.
21563
21564         * gnus-sum.el (gnus-summary-tool-bar)
21565         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21566         (gnus-summary-tool-bar-zap-list): New variables.
21567         (gnus-summary-make-tool-bar): Complete rewrite using
21568         `gmm-tool-bar-from-list'.
21569
21570         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21571         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21572         New variables.
21573         (gnus-group-make-tool-bar): Complete rewrite using
21574         `gmm-tool-bar-from-list'.
21575         (gnus-group-tool-bar-update): New function.
21576
21577         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21578
21579 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21580
21581         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21582         is dissected into a single part of which the type is the same as
21583         the given one; decode charset.
21584
21585 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21586
21587         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21588         into alists as symbol not string, since that's what
21589         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21590         look for.
21591
21592 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21593
21594         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21595         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21596
21597         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21598
21599 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21600
21601         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21602         (gnus-xmas-mime-security-button-menu): New function.
21603
21604         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21605         (gnus-mime-security-button-menu): New definition.
21606         (gnus-mime-security-button-map): Use them.
21607         (gnus-mime-security-button-menu): New function.
21608         (gnus-insert-mime-security-button): Addition to help echo.
21609         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21610         (gnus-mime-security-pipe-part): New functions.
21611
21612         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21613         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21614
21615         * mm-decode.el (mm-handle-set-disposition): Remove.
21616         (mm-handle-set-description): Remove.
21617
21618 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21619
21620         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21621         (mm-w3m-standalone-supports-m17n-p): New function.
21622         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21623         w3m usage.
21624
21625         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21626         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21627
21628 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21629
21630         * message.el (message-tool-bar-zap-list):
21631         Use gmm-tool-bar-zap-list as custom type.
21632         (message-tool-bar-update): New function.
21633         (message-tool-bar, message-tool-bar-gnome)
21634         (message-tool-bar-retro): Add message-tool-bar-update.
21635         (message-tool-bar-gnome): Add flyspell-buffer.
21636
21637         * gnus-util.el (gnus-error): Describe `args'.
21638
21639         * gmm-utils.el (gmm-error): Describe `args'.
21640         (gmm-tool-bar-zap-list): New widget.
21641         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21642
21643 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21644
21645         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21646         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21647         the number of recursive calls.
21648
21649         * mm-decode.el (mm-handle-set-disposition): New macro.
21650         (mm-handle-set-description): New macro.
21651
21652 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21653
21654         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21655         encoding.
21656
21657 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21658
21659         * message.el (message-tool-bar-zap-list, message-tool-bar)
21660         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21661         (message-tool-bar-local-item-from-menu): Remove.
21662         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21663         (message-make-tool-bar): New function.
21664         (message-mode): Use `message-make-tool-bar'.
21665
21666         * gmm-utils.el: New file.
21667         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21668         (gmm-lazy): New widget copied from `nnmail.el'.
21669         (gmm-tool-bar-from-list): New function for creating customizable
21670         tool bars.
21671         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21672         output.
21673         (gmm): Add :prefix to defgroup.
21674
21675 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21676
21677         * gmm-utils.el (gmm-widget-p): New function.
21678
21679 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21680
21681         * mml.el (mml-attach-file): Describe `description' in doc string.
21682         (mml-menu): Add Emacs MIME manual and PGG manual.
21683
21684 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21685
21686         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21687
21688 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21689
21690         * nntp.el (nntp-end-of-line): Doc fix.
21691
21692 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21693
21694         * imap.el (imap-open): Handle case where buffer is a buffer
21695         object.
21696
21697 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21698
21699         * gnus-delay.el (gnus-delay): Don't autoload.
21700         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21701         to be re-loaded when customizing the `gnus-delay' group.
21702
21703 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21704
21705         * message.el (message-insert-citation-line): Use newlines.
21706
21707 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21708
21709         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21710         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21711         these routines, so the passphrase can be managed externally and
21712         passed in to the system.
21713         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21714         pgg-add-passphrase-to-cache function.
21715
21716         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21717         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21718         these routines, so the passphrase can be managed externally and
21719         passed in to the system.
21720         (pgg-pgp5-sign-region): Use new name of
21721         pgg-add-passphrase-to-cache function.
21722
21723 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21724
21725         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21726         part of the decoded armor to find the key-identifier.
21727         (pgg-gpg-lookup-key-owner): New function to return the
21728         human-readable identifier of a key owner.
21729         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21730         itself.
21731         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21732         the key value) if we have a key and can match it against a secret
21733         key.  Also, added a note pointing out fact that the prompt only
21734         indicates the first matching key.
21735
21736         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21737         pgg-decrypt-region.
21738         (pgg-add-passphrase-to-cache): Rename from
21739         `pgg-add-passphrase-cache' to reduce confusion (all callers
21740         changed).
21741         (pgg-remove-passphrase-from-cache): Rename from
21742         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21743         changed).
21744         (pgg-read-passphrase, pgg-add-passphrase-cache)
21745         (pgg-remove-passphrase-cache): Add informative docstrings.
21746         (pgg-decrypt): Convey provided passphrase in subordinate call to
21747         pgg-decrypt-region.
21748
21749 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21750
21751         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21752         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21753         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21754         'passphrase' argument, so the passphrase can be managed externally
21755         and then passed in to the system.
21756
21757         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21758         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21759         so the passphrase cache can be used reliably with identifiers
21760         besides a pgp packet's key id.
21761
21762         * pgg-gpg.el (pgg-gpg-encrypt-region)
21763         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21764         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21765         these routines, so the passphrase can be managed externally and
21766         passed in to the system.
21767
21768         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21769         'notruncate' argument, so the passphrase cache can be used
21770         reliably with identifiers besides a pgp packet's key id.
21771
21772 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21773
21774         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21775         symmetric encryption.
21776         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21777         encrypted session key.
21778         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21779         message ask for the passphrase in a proper way.
21780
21781         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21782         New user commands for symmetric encryption.
21783
21784 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21785
21786         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21787
21788         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21789
21790 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21791
21792         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21793
21794 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21795
21796         * mm-decode.el (mm-inlined-types): Add application/pgp.
21797         (mm-automatic-display): Ditto.
21798
21799         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21800         part as text.
21801
21802 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21803
21804         * nnrss.el: Update copyright.
21805         (nnrss-opml-import): Query whether to subscribe to each entry.
21806
21807         * gnus-art.el:
21808         * gnus-sum.el:
21809         * gnus-xmas.el:
21810         * messagexmas.el:
21811         * mm-uu.el:
21812         * mm-view.el: Update copyright.
21813
21814 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21815
21816         * message.el (message-info): New function.
21817         (message-mode-menu): Add it.
21818         Update copyright.
21819
21820         * ChangeLog: Fix and update copyright.
21821
21822 2006-01-13  Romain Francoise  <romain@orebokech.com>
21823
21824         * message.el (message-forward-subject-name-subject): Prefer the
21825         address to 'nowhere' if the sender has no name.
21826         Fix typo.  Update copyright year.
21827
21828 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21829
21830         * gnus-art.el (article-wash-html):
21831         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21832         (gnus-article-wash-html-with-w3m-standalone): New function.
21833
21834         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21835         mm-inline-text-html-render-with-w3m-standalone.
21836         (mm-text-html-washer-alist): Map w3m-standalone to
21837         gnus-article-wash-html-with-w3m-standalone.
21838         (mm-inline-text-html-render-with-w3m-standalone): New function.
21839
21840 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21841
21842         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21843         Improve LaTeX.
21844
21845 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21846
21847         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21848         (nnrss-request-article): Render text/plain parts as HTML.
21849
21850         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21851         the buffer.
21852
21853 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21854
21855         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21856         custom definition of `gnus-posting-styles'.
21857
21858         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21859         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21860
21861 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21862
21863         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21864         Use nntp for bug archive.
21865
21866 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21867
21868         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21869         parts.
21870         (nnrss-normalize-date): New function converts ISO 8601 date into
21871         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21872         (nnrss-check-group): Use it.
21873
21874 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21875
21876         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21877
21878         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21879         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21880         (nnrss-insert-w3): Ditto.
21881
21882 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21883
21884         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21885         the articles to be forwarded including the case where neither a
21886         number of articles nor a region is specified.
21887
21888 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21889
21890         * nnrss.el (nnrss-request-article): Fix last change; fill
21891         text/plain parts.
21892
21893 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21894
21895         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21896         in text/plain part.
21897         (nnrss-check-group): Don't add excessive newline to dc:subject.
21898
21899 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21900
21901         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21902         article.
21903
21904 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21905
21906         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21907         (nnml-use-compressed-files, nnml-save-mail): Support other
21908         comression programs such as bzip2.
21909
21910 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21911
21912         * dns.el (query-dns): Make sure we check the buffer size before
21913         removing tcp headers.
21914
21915 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21916
21917         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21918         remove MIME buttons associated with multipart/alternative parts.
21919         (gnus-mime-display-alternative): Tag buttons using `article-type'
21920         text property.
21921
21922         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21923         associated with multipart/alternative parts.
21924
21925         * gnus-art.el (gnus-signature-separator): Fix custom type.
21926
21927         * mm-decode.el (mm-inlined-types): Fix custom type.
21928         (mm-keep-viewer-alive-types): Ditto.
21929         (mm-automatic-display): Ditto.
21930         (mm-attachment-override-types): Ditto.
21931         (mm-inline-override-types): Ditto.
21932         (mm-automatic-external-display): Ditto.
21933
21934 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21935
21936         * spam-report.el (spam-report-user-mail-address)
21937         (spam-report-user-agent): New variables.
21938         (spam-report-url-ping-plain): Use spam-report-user-agent.
21939
21940 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21941
21942         * gnus-art.el (gnus-button-handle-custom): Do not just use
21943         `customize-apropos' for any "M-x customize-*" button but the
21944         function called for.  Accept both the function name and its
21945         argument in order to achieve this.
21946         (gnus-button-alist): Remove support for "custom:" URL's.
21947         Pass function name to `gnus-button-handle-custom' in case of "M-x
21948         customize-*" buttons.
21949
21950 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21951
21952         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21953         multipart/alternative and add xref to mm-discouraged-alternatives
21954         in doc string.
21955
21956         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21957         gnus-buttonized-mime-types in doc string.
21958
21959 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21960
21961         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21962         Suggest image/.* in the doc string.
21963
21964 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21965
21966         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21967         message-marks (Debian bug#342521).
21968
21969 2005-12-12  Simon Josefsson  <jas@extundo.com>
21970
21971         * password.el (password-read-from-cache): Add.
21972         (password-read): Use it.
21973
21974 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21975
21976         * rfc2047.el (rfc2047-charset-to-coding-system):
21977         Recognize us-ascii as a MIME charset.
21978
21979         * mm-bodies.el (mm-decode-content-transfer-encoding):
21980         Protect against the case where the 2nd arg TYPE is nil.
21981
21982 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21983
21984         * pop3.el (pop3-stream-type): Fix custom version.
21985
21986         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21987
21988 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21989
21990         * mm-decode.el (mm-display-external): Add missing cdr.
21991
21992 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21993
21994         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21995         RFC1524) if it is in mailcap or add a suffix according to
21996         mailcap-mime-extensions when generating a temp filename; postpone
21997         deleting a temp file for 2 seconds for some wrappers, shell
21998         scripts, and so on, which might exit right after having started a
21999         viewer command as a background job.
22000
22001 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
22002
22003         * nntp.el (nntp-marks-directory): Fix custom group.
22004
22005         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
22006         steps when < 10.
22007
22008         * gnus-start.el (gnus-no-server-1):
22009         Mention `gnus-level-default-subscribed' in doc string.
22010
22011 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22012
22013         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
22014         parens.
22015
22016 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22017
22018         * gnus-xmas.el (gnus-use-toolbar): Revert.
22019         (gnus-xmas-setup-toolbar): Use global default-toolbar if
22020         gnus-use-toolbar is default.
22021
22022         * messagexmas.el (message-use-toolbar): Revert.
22023         (message-setup-toolbar): Use global default-toolbar if
22024         message-use-toolbar is default.
22025
22026 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22027
22028         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
22029         according to default-toolbar-visible-p.
22030
22031         * messagexmas.el (message-use-toolbar): Ditto.
22032
22033 2005-11-26  Dave Love  <fx@gnu.org>
22034
22035         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
22036         (tls-program, tls-success): Provide openssl alternative.
22037
22038         * starttls.el: Doc fixes.
22039         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
22040         SERVICE to PORT.
22041
22042         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
22043         port null or service name.
22044         (starttls-negotiate): Autoload.
22045
22046 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22047
22048         * message.el (message-kill-to-signature): Fix interactive spec.
22049
22050 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22051
22052         * pop3.el (pop3-open-server): Recognize a string as a service name.
22053
22054 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
22055
22056         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
22057
22058 2005-11-23  Dave Love  <fx@gnu.org>
22059
22060         Add pop3s, pop3/starttls.
22061
22062         * pop3.el (pop3-authentication-scheme): Clarify doc.
22063         (open-tls-stream, starttls-open-stream): Autoload.
22064         (pop3-stream-type): New.
22065         (pop3-open-server): Use it.
22066
22067         * mail-source.el (mail-sources): Fix some :types.  Add stream type
22068         for POP.
22069         (mail-source-keyword-map): Add :stream for POP.
22070         (mail-source-fetch-pop): Use pop3-stream-type.
22071
22072 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22073
22074         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
22075         of current-time-string.
22076
22077 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
22078
22079         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
22080         date header.
22081
22082 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22083
22084         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
22085         it can seriously impact performance as it bypasses the agent's
22086         local caches.
22087
22088 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22089
22090         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
22091         must be explicitly online rather than "not explicitly offline" for
22092         its flags to be synchronized.
22093
22094         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
22095         that gnus-uu-unmark-thread will function correctly.
22096
22097         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
22098         1024K is instead displayed as 1M.
22099
22100 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22101
22102         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
22103
22104 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
22105
22106         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
22107
22108 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
22109
22110         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
22111         error message to display actual error condition.
22112         (gnus-agent-save-local): Avoid saving symbols that are bound to
22113         nil as they simply result in a warning message in
22114         gnus-agent-read-local.
22115
22116 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22117
22118         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
22119         rather than make-variable-buffer-local for file-precious-flag.
22120
22121 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22122
22123         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
22124         for duplicates which are removed.  The invalid sort check then
22125         triggers a rescan after the sort as sorting may have moved
22126         duplicate entries such that they can be cheaply detected.
22127
22128 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22129
22130         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
22131
22132 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22133
22134         * gnus-agent.el (gnus-agent-article-alist-save-format):
22135         Change internal variable to a custom variable.  Change default value
22136         from compressed(2) to uncompressed(1).
22137         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
22138         support for uncompressed agentview files.  Taken together, reading
22139         the agentview file should now be 6-7 times faster.
22140
22141 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
22142
22143         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
22144         as a buffer-local variable.  This avoids creating truncated
22145         dribble files as a result of a hang up, eg.
22146
22147 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
22148
22149         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
22150         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
22151         XEmacs.
22152
22153 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
22154
22155         * gnus-start.el (gnus-start-draft-setup):
22156         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
22157
22158         * gnus.el (gnus-splash): Change custom group.
22159         (gnus-group-get-parameter, gnus-group-parameter-value):
22160         Describe allow-list argument.
22161
22162         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
22163         string.
22164
22165 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
22166
22167         * gnus-art.el (gnus-default-article-saver): Add user-defined
22168         `function' to custom type.
22169
22170 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22171
22172         * imap.el (imap-open): Handle case where buffer is a buffer
22173         object.
22174
22175 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
22176
22177         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
22178         long lines.
22179         (gnus-cache-delete-group): Wrap doc strings.
22180
22181         * gnus-agent.el (gnus-agent-rename-group)
22182         (gnus-agent-delete-group): Wrap doc strings.
22183
22184 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22185
22186         * messagexmas.el (message-use-toolbar): Change the valid values
22187         into default, top, bottom, left, and right.
22188         (message-toolbar-thickness): New variable.
22189         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
22190         well.
22191         (message-setup-toolbar): Make it work.
22192
22193         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
22194         (gnus-use-toolbar): Change the valid values into default, top,
22195         bottom, left, and right.
22196         (gnus-toolbar-thickness): New variable.
22197         (gnus-xmas-setup-toolbar): New function.
22198         (gnus-xmas-setup-group-toolbar): Use it.
22199         (gnus-xmas-setup-summary-toolbar): Use it.
22200
22201 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22202
22203         * gnus-start.el (gnus-1): Add "native" to
22204         gnus-predefined-server-alist.
22205
22206         * gnus.el (gnus-method-to-server): Don't add "native" to the
22207         lists here, because that leads to problems when
22208         gnus-select-method is bound.
22209
22210 2005-11-09  Simon Josefsson  <jas@extundo.com>
22211
22212         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
22213         use (not sort-by-date) instead.
22214
22215 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22216
22217         * gnus-delay.el (gnus-delay-group): Don't autoload.
22218         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
22219         to be re-loaded when customizing the `gnus-delay' group.
22220
22221 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
22222
22223         * message.el: Revert last changes.
22224         (message-insert-citation-line): Use newlines.
22225
22226 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22227
22228         * message.el (message-courtesy-message)
22229         (message-mark-insert-begin, message-mark-insert-end)
22230         (message-elide-ellipsis, message-cancel-message)
22231         (message-add-header, message-change-subject)
22232         (message-cross-post-followup-to-header)
22233         (message-cross-post-insert-note, message-reduce-to-to-cc)
22234         (message-widen-reply, message-delete-not-region)
22235         (message-kill-to-signature, message-insert-signature)
22236         (message-insert-importance-high, message-insert-importance-low)
22237         (message-insert-or-toggle-importance)
22238         (message-insert-disposition-notification-to)
22239         (message-indent-citation, message-yank-original)
22240         (message-cite-original-without-signature, message-cite-original)
22241         (message-insert-citation-line, message-position-on-field)
22242         (message-fix-before-sending, message-send-mail-partially)
22243         (message-send-mail, message-send-mail-with-sendmail)
22244         (message-send-mail-with-qmail, message-send-news)
22245         (message-check-news-header-syntax, message-generate-headers)
22246         (message-insert-courtesy-copy, message-fill-address)
22247         (message-fill-header, message-shorten-references)
22248         (message-setup-1, message-cancel-news)
22249         (message-forward-make-body-plain, message-forward-make-body-mime)
22250         (message-forward-make-body-mml, message-encode-message-body)
22251         (message-forward-make-body-digest-plain)
22252         (message-forward-make-body-digest-mime)
22253         (message-use-alternative-email-as-from): Insert `hard-newline'
22254         instead of ordinary newlines.
22255
22256 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22257
22258         * message.el (message-generate-headers): Downcase the argument
22259         given to message-check-element.
22260
22261 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
22262
22263         * nntp.el (nntp-authinfo-rejected): New error condition.
22264         (nntp-wait-for): Use new error condition to signal authentication
22265         error.
22266         (nntp-retrieve-data): Rethrow new error condition to break out of
22267         recursive call to nntp-send-authinfo.
22268
22269 2005-11-08  Romain Francoise  <romain@orebokech.com>
22270
22271         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
22272         (gnus-summary-exit-map): Bind to `Z p'.
22273         (gnus-summary-make-menu-bar): Add menu item.
22274
22275 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
22276
22277         * gnus-art.el (gnus-article-treat-custom): Add `first'.
22278         (gnus-treat-*): Add `first' in all doc strings.
22279
22280         * gnus-group.el (gnus-group-compact-group): Fix typo.
22281
22282 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22283
22284         * gnus.el (gnus-parameters-case-fold-search): New variable.
22285         (gnus-parameters-get-parameter): Use it.
22286
22287         * gnus-score.el (gnus-home-score-file): Doc fix.
22288
22289 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
22290
22291         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
22292
22293 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22294
22295         * mm-util.el (mm-special-display-p): New function.
22296
22297         * mml.el (mml-preview): Use it; doc fix.
22298
22299 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22300
22301         * imap.el (imap-open): Handle case where buffer is a buffer object.
22302
22303 2005-10-29  Romain Francoise  <romain@orebokech.com>
22304
22305         * message.el (message-fix-before-sending): Fix comment.
22306
22307 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22308
22309         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
22310
22311 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22312
22313         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
22314         Used in gnus-score.el.
22315
22316 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
22317
22318         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22319
22320 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22321
22322         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22323         whitespace removed in revision 7.8.  Use concatenated string to
22324         protect trailing whitespace.
22325
22326 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22327
22328         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22329         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22330         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22331         Courier IMAP ("some version from 2004").  Mostly based on similar
22332         code in the same function.
22333
22334 2005-10-26  Didier Verna  <didier@xemacs.org>
22335
22336         * gnus-group.el (gnus-group-compact-group): Invalidate original
22337         article buffer.
22338         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22339         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22340         NOV database and in article itself.
22341         Invalidate article backlog.
22342
22343 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22344
22345         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22346
22347 2005-10-26  Simon Josefsson  <jas@extundo.com>
22348
22349         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22350         part of 2004-07-25 change.
22351
22352 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22353
22354         * message.el (message-display-completion-list): New function.
22355         (message-expand-group): Use it; make sure the Completions buffer
22356         is modifiable.
22357 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22358
22359         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22360         user-mail-name is an empty string.
22361
22362 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22363
22364         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22365         depending on gnus-score-decay-constant.
22366
22367         * encrypt.el (encrypt-insert-file-contents)
22368         (encrypt-write-file-contents): Don't use `gnus-message'.
22369
22370         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22371         arguments.
22372         (mm-uu-type-alist): Add message-marks and insert-marks.
22373         Pass arguments to mm-uu-verbatim-marks-extract.
22374         (mm-uu-hide-markers): New variable.
22375         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22376
22377         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22378         (gnus-convert-image-to-face-command): Use "convert" by default to
22379         allow other input image formats.
22380         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22381         accordingly.
22382
22383 2005-10-23  Simon Josefsson  <jas@extundo.com>
22384
22385         * imap.el (imap-gssapi-program): Align command line parameters
22386         with latest GNU SASL.
22387         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22388
22389 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22390
22391         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22392         HTML.
22393         (nnslashdot-request-article): Ditto.
22394
22395         * lpath.el (featurep): Add nobreak-char-display.
22396
22397 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22398
22399         * mail-source.el (mail-source-fetch-pop): Require pop3.
22400         (mail-source-check-pop): Ditto.
22401
22402 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22403
22404         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22405         errors.
22406
22407 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22408
22409         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22410         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22411
22412         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22413
22414         * mm-bodies.el (mm-decode-string):
22415         Call `mm-charset-to-coding-system' with allow-override argument.
22416
22417 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22418
22419         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22420         (rfc2047-charset-to-coding-system): New function.
22421         (rfc2047-decode-encoded-words): New function.
22422         (rfc2047-decode-region): Use them.
22423         (rfc2047-decode-cte): Remove.
22424         (rfc2047-parse-and-decode): Remove.
22425         (rfc2047-decode): Remove.
22426
22427 2005-10-15  Kenichi Handa  <handa@m17n.org>
22428
22429         * rfc2047.el (rfc2047-decode-cte): New function.
22430         (rfc2047-decode-region): Change the way to decode successive
22431         encoded-words: decode B- or Q-encoding in each encoded-word,
22432         concatenate them, and decode it as charset.
22433
22434 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22435
22436         * lpath.el: Fbind codepage-setup for XEmacs.
22437
22438 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22439
22440         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22441         widget-move-and-invoke.
22442         (gnus-custom-mode): Use gnus-custom-map.
22443
22444 2005-10-15  Bill Wohler  <wohler@newt.com>
22445
22446         * message.el (message-tool-bar-map): Rename image file from
22447         mail_send to mail/send.
22448
22449 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22450
22451         * message.el (message-expand-group): Pass the common
22452         prefix substring of completion to `display-completion-list'.
22453
22454 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22455
22456         * mml-sec.el (mml-secure-method): New internal variable.
22457         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22458         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22459         New functions using mml-secure-method.
22460
22461         * mml.el (mml-mode-map): Add key bindings for those functions.
22462         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22463         Harder <harder@myrealbox.com>.
22464         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22465         Goto end of message if point is the headers of the message.
22466
22467         * message.el (message-in-body-p): New function.
22468
22469         * assistant.el: Autoload gnus-util and netrc.
22470
22471         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22472         Use `mm-charset-override-alist' only when decoding.
22473
22474         * mm-bodies.el (mm-decode-body):
22475         Call `mm-charset-to-coding-system' with allow-override argument.
22476
22477         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22478         `filename' from Content-Disposition if Content-Type doesn't
22479         provide `name'.
22480         (gnus-mime-view-part-as-type): Set default instead of
22481         initial-input.
22482
22483 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22484
22485         * format-spec.el (format-spec): Propagate text properties of % spec.
22486
22487 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22488
22489         * gnus-art.el (gnus-treat-predicate): Add `first'.
22490
22491 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22492
22493         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22494         (mm-charset-override-alist): New variable.
22495         (mm-charset-to-coding-system): Use it.
22496         (mm-codepage-setup): New helper function.
22497         (mm-charset-eval-alist): New variable.
22498         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22499         Warn about unknown charsets.
22500
22501         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22502
22503 2005-10-04  David Hansen  <david.hansen@gmx.net>
22504
22505         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22506         (nnrss-check-group): Ditto.
22507
22508 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22509
22510         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22511         Rename x-gnus-verbatim to x-verbatim.
22512         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22513
22514         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22515         x-verbatim.
22516
22517         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22518
22519         * gnus-util.el (gnus-remove-duplicates): Remove.
22520
22521         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22522         instead of gnus-remove-duplicates.
22523
22524         * message.el (message-remove-duplicates): Remove.
22525         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22526         message-remove-duplicates.
22527
22528         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22529         available, else use implementation from `delete-dups'.
22530
22531         * message.el (message-insert-expires): New function.
22532         (message-mode-map): Add key binding.
22533         (message-mode-field-menu): Add menu entry.
22534         (message-mode): Document it.
22535         (message-make-expires-date): Use `message-make-date'.
22536
22537 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22538
22539         * message.el (message-make-expires-date): New function.
22540
22541 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22542
22543         * Makefile.in (list-installed-shadows): New entry.
22544         (install): Use it.
22545         (remove-installed-shadows): New entry.
22546
22547         * dgnushack.el (dgnushack-default-load-path): New variable.
22548         (dgnushack-find-lisp-shadows): New function.
22549         (dgnushack-remove-lisp-shadows): New function.
22550
22551 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22552
22553         * Makefile.in (install-el-elc): New entry.
22554         (install): Use it so that .el files are necessarily installed.
22555
22556 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22557
22558         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22559
22560 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22561
22562         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22563         function rather than the diff-mode.el package.
22564         (mm-display-external): Use with-current-buffer.
22565         (mm-viewer-completion-map, mm-viewer-completion-map):
22566         Move initialization inside declaration.
22567
22568 2005-09-29  Simon Josefsson  <jas@extundo.com>
22569
22570         * spam.el: Load hashcash when compiling, to avoid warnings.
22571         Don't autoload mail-check-payment.
22572         (spam-check-hashcash): Define unconditionally, since hashcash.el
22573         is part of Gnus now.  Ignore errors from payment checking.
22574
22575 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22576
22577         * message.el (message-bold-region, message-unbold-region):
22578         Rename from `bold-region' and `unbold-region'.
22579
22580         * message.el: Remove useless autoloads.
22581
22582 2005-09-28  Simon Josefsson  <jas@extundo.com>
22583
22584         * message.el (message-use-idna): Default to t.
22585         (message-use-idna): Test whether encoding works too.  Doc fix.
22586
22587 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22588
22589         * nntp.el (nntp-warn-about-losing-connection): Remove.
22590
22591 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22592
22593         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22594         customizable.  Change default value.
22595         (mm-uu-diff-groups-regexp): Change default value.
22596         (mm-uu-type-alist): Add doc string.
22597         (mm-uu-configure): Add doc string.  Make it interactive.
22598         (mm-uu-tex-groups-regexp): New variable.
22599         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22600         (mm-uu-type-alist): Add LaTeX documents.
22601         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22602         of "text/verbatim".
22603         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22604
22605         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22606         instead of "text/verbatim".
22607
22608         * message.el (message-mark-inserted-region)
22609         (message-mark-insert-file): Use slrn style marks when called with
22610         prefix argument.
22611
22612 2005-09-27  Simon Josefsson  <jas@extundo.com>
22613
22614         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22615
22616 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22617
22618         * message.el (message-remove-duplicates): New function.
22619         Implementation borrowed from `gnus-remove-duplicates'.
22620         (message-idna-to-ascii-rhs): Also encode idna addresses in
22621         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22622         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22623         only ask about the same idna domain once per header and also tell
22624         in what header to replace the idna domain.
22625
22626         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22627         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22628         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22629         a header is decoded and not just the last one.
22630
22631 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22632
22633         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22634         has been decoded.
22635
22636         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22637         (mm-insert-part): Don't modify text if it has been decoded.
22638
22639         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22640         decoded.
22641
22642         * mm-view.el (mm-inline-text): Don't strip text props unless
22643         decoding enriched or richtext parts.
22644
22645 2005-09-25  Romain Francoise  <romain@orebokech.com>
22646
22647         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22648         * gnus-start.el (gnus-subscribe-interactively):
22649         * gnus-uu.el (gnus-uu-grab-articles):
22650         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22651         space.
22652
22653 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22654
22655         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22656         * mm-view.el (mm-view-pkcs7-decrypt):
22657         * gnus-sum.el (gnus-summary-limit-to-extra)
22658         (gnus-summary-respool-article, gnus-read-move-group-name):
22659         * gnus-score.el (gnus-summary-increase-score):
22660         * gnus-util.el (gnus-completing-read-with-default):
22661         * gnus-art.el (gnus-read-save-file-name)
22662         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22663         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22664         * message.el (message-check-news-header-syntax):
22665         Follow convention for reading with the minibuffer.
22666
22667 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22668
22669         * spam-report.el (spam-report-url-ping-plain):
22670         Use gnus-extended-version as User-Agent.
22671
22672         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22673         default value is nil.
22674
22675         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22676         (mm-uu-verbatim-marks-extract): New function.
22677         (mm-uu-extract): New face.
22678         (mm-uu-copy-to-buffer): Use it.
22679
22680         * spam-report.el (spam-report-gmane-ham): Rename from
22681         `spam-report-gmane-unspam'.
22682         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22683         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22684
22685         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22686         Autoload.
22687         (spam-report-gmane-unregister-routine):
22688         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22689
22690 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22691
22692         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22693         (spam-report-gmane-unregister-routine): Add support for gmane
22694         unregistration.
22695
22696         * spam-report.el (spam-report-gmane-unspam)
22697         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22698         (spam-report-gmane): Change to take a single article and do unspam
22699         registration.
22700
22701 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22702
22703         * mm-url.el (mm-url-decode-entities): Fix regexp.
22704
22705 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22706
22707         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22708         default to nil, to be able to use Gnus at all.  If the default
22709         switches to something else, then the function should be fixed not
22710         be exceedingly slow.
22711
22712 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22713
22714         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22715         fail hard.
22716
22717         * spam-report.el: Add better Keywords line.
22718
22719         * spam.el: Add Maintainer and better Keywords line.
22720
22721 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22722
22723         * gnus-art.el (gnus-article-replace-part)
22724         (gnus-mime-replace-part): New functions.
22725         (gnus-mime-action-alist, gnus-mime-button-commands)
22726         (gnus-mime-save-part-and-strip): Add file argument.
22727         (gnus-article-part-wrapper): Add interactive argument.
22728
22729         * gnus-sum.el (gnus-summary-mime-map):
22730         Add `gnus-article-replace-part'.
22731
22732 2005-09-19  Didier Verna  <didier@xemacs.org>
22733
22734         The nnml compaction feature:
22735         * nnml.el (nnml-request-compact-group): New function.
22736         * nnml.el (nnml-request-compact): New function.
22737         * gnus-int.el (gnus-request-compact-group): New function.
22738         * gnus-int.el (gnus-request-compact): New function.
22739         * gnus-group.el (gnus-group-compact-group): New function.
22740         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22741         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22742         * gnus-srvr.el (gnus-server-compact-server): New function.
22743         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22744         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22745
22746 2005-09-18  Deepak Goel  <deego@gnufans.org>
22747
22748         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22749         format spec.
22750
22751 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22752
22753         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22754
22755 2005-09-15  Romain Francoise  <romain@orebokech.com>
22756
22757         * message.el (message-fill-paragraph): Clarify docstring.
22758
22759 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22760
22761         * gnus-art.el (gnus-mime-display-part): Protect against broken
22762         MIME messages.
22763
22764 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22765
22766         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22767         before parsing header.
22768
22769 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22770
22771         * html2text.el (html2text-replace-list): Add new entities.
22772
22773 2005-09-11  Romain Francoise  <romain@orebokech.com>
22774
22775         * message.el (message-alternative-emails): Improve docstring.
22776         (message-setup-1): Call `message-use-alternative-email-as-from'
22777         after `message-setup-hook' to give it precedence over posting
22778         styles, etc.
22779         (message-use-alternative-email-as-from): Add docstring.
22780         Remove the original From header if present.
22781
22782         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22783         (nnml-save-mail): Use it.
22784
22785         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22786         articles.  Add new argument `silent'.
22787         (gnus-uu-mark-all): Report the total number of marked articles.
22788
22789 2005-09-10  Romain Francoise  <romain@orebokech.com>
22790
22791         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22792         (gnus-uu-mark-series): Likewise.
22793
22794 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22795
22796         * spam-report.el (spam-report-gmane): Fix generation of spam
22797         report URL.
22798
22799 2005-09-10  Simon Josefsson  <jas@extundo.com>
22800
22801         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22802         t, based on discussion on the ding list with Robert Epprecht
22803         <epprecht@solnet.ch>.
22804
22805 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22806
22807         * spam-report.el (spam-report-gmane): Make it work without
22808         X-Report-Spam header.  Gmane now only provides Archived-At.
22809         This is only used if `spam-report-gmane-use-article-number' is nil.
22810         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22811
22812         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22813         make `gnus-summary-sort-by-recipient' work with threading.
22814
22815         * nnweb.el (nnweb-google-wash-article): Print a message if article
22816         is not available.
22817
22818 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22819
22820         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22821         change.  Decode text/* parts content before displaying.
22822
22823 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22824
22825         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22826
22827 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22828
22829         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22830
22831         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22832         url-package-name, url-package-version,
22833         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22834         w3m-display-inline-images, and w3m-minor-mode-map.
22835
22836 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22837
22838         * message.el (message-tab-body-function): Fix mismatched custom type.
22839
22840         * gnus.el (gnus-group-change-level-function): Ditto.
22841
22842         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22843
22844         * gnus-art.el (gnus-signature-limit)
22845         (gnus-article-mime-part-function): Ditto.
22846
22847 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22848
22849         * mml.el (mml-mode): Silence the byte compiler.
22850
22851         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22852         using `(sit-for 0)' before moving the point to the specified part;
22853         skip unbuttonized parts.
22854         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22855         return to the summary window if gnus-auto-select-part is non-nil.
22856
22857 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22858
22859         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22860         New variables.
22861         (mml-dnd-attach-file, mml-mode): Use them.
22862
22863         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22864         Make fetching article by MID work again for Google Groups.
22865         Add FIXME concerning gnus-group-make-web-group.
22866
22867         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22868         Don't depend on Gnus by using mail-extract-address-components if
22869         gnus-extract-address-components is not bound.
22870
22871 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22872
22873         * gnus-art.el (gnus-mime-display-security): Don't display the
22874         signature, but only the signed part.
22875
22876 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22877
22878         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22879
22880         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22881         list, not listp.
22882
22883 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22884
22885         * mm-encode.el (mm-encode-content-transfer-encoding):
22886         Likewise when encoding.
22887
22888         * mm-bodies.el (mm-decode-content-transfer-encoding):
22889         De-canonicalize CRLF for all text content types, not just
22890         text/plain.
22891
22892 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22893
22894         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22895         valid article; point arrow and cursor at the MIME button.
22896
22897 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22898
22899         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22900         Suggested by Dan Christensen <jdc@uwo.ca>.
22901
22902         * mm-decode.el (mm-save-part): Enable change of prompt.
22903
22904 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22905
22906         * gnus-msg.el (gnus-inews-add-send-actions):
22907         Make `message-post-method' lambda parameter ARG `&optional'.
22908
22909 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22910
22911         * gnus-sum.el (gnus-summary-mime-map):
22912         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22913         gnus-article-jump-to-part.
22914
22915         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22916         (gnus-article-edit-part): Use it.
22917         (gnus-article-part-wrapper): Add no-handle argument.
22918         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22919         New functions.
22920
22921 2005-08-29  Romain Francoise  <romain@orebokech.com>
22922
22923         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22924         docstring.
22925         (gnus-face-from-file): Likewise.
22926
22927 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22928
22929         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22930         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22931         non-nil.
22932         (gnus-auto-select-part): New variable.
22933         (gnus-article-jump-to-part): New function.
22934         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22935         (gnus-mime-delete-part): Allow selecting specified part after
22936         deleting or stripping parts.
22937         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22938         part if argument is bogus.
22939
22940 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22941
22942         * gnus-art.el (w3m-minor-mode-map):
22943         * gnus-spec.el (gnus-newsrc-file-version):
22944         * gnus-util.el (nnmail-active-file-coding-system)
22945         (gnus-original-article-buffer, gnus-user-agent):
22946         * gnus.el (gnus-ham-process-destinations)
22947         (gnus-parameter-ham-marks-alist)
22948         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22949         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22950         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22951         * mm-decode.el (gnus-current-window-configuration):
22952         * mm-extern.el (gnus-article-mime-handles):
22953         * mm-url.el (url-current-object, url-package-name)
22954         (url-package-version):
22955         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22956         (smime-keys, w3m-cid-retrieve-function-alist)
22957         (w3m-current-buffer, w3m-display-inline-images)
22958         (w3m-minor-mode-map):
22959         * mml-smime.el (gnus-extract-address-components):
22960         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22961         (gnus-newsrc-hashtb, message-default-charset)
22962         (message-deletable-headers, message-options)
22963         (message-posting-charset, message-required-mail-headers)
22964         (message-required-news-headers):
22965         * mml1991.el (mc-pgp-always-sign):
22966         * mml2015.el (mc-pgp-always-sign):
22967         * nnheader.el (nnmail-extra-headers):
22968         * rfc1843.el (gnus-decode-encoded-word-function)
22969         (gnus-decode-header-function, gnus-newsgroup-name):
22970         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22971
22972 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22973
22974         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22975         the end of the date treatments.
22976
22977 2005-08-15  Simon Josefsson  <jas@extundo.com>
22978
22979         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22980         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22981         Capello and Romain Francoise.
22982         (pgg-fetch-key-function): Remove, not used?
22983         (pgg-insert-url-with-w3): Require url, to get
22984         url-insert-file-contents regardless of where it is defined.
22985
22986 2005-08-13  Romain Francoise  <romain@orebokech.com>
22987
22988         * message.el (message-cite-original-1): New function.
22989         (message-cite-original): Use it.
22990         (message-cite-original-without-signature): Ditto.
22991
22992 2005-08-08  Romain Francoise  <romain@orebokech.com>
22993
22994         * message.el (message-yank-empty-prefix): New variable.
22995         (message-indent-citation): Use it.
22996         (message-cite-original-without-signature): Respect X-No-Archive.
22997
22998 2005-08-08  Simon Josefsson  <jas@extundo.com>
22999
23000         * pgg.el: Autoload url-insert-file-contents instead of loading
23001         w3/url.
23002         (pgg-insert-url-with-w3): Don't load url here.
23003
23004 2005-08-07  Jesper Harder  <harder@phys.au.dk>
23005
23006         * message.el (message-kill-to-signature): Don't insert newline at
23007         bol.
23008         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
23009
23010 2005-08-06  Romain Francoise  <romain@orebokech.com>
23011
23012         * message.el (message-user-fqdn): Fix typo in docstring.
23013
23014 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
23015
23016         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
23017
23018         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
23019
23020 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23021
23022         * mm-bodies.el (mm-encode-body): Use coding system rather than
23023         charset to encode text.
23024
23025         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
23026         number of charsets if utf-8 is available (XEmacs).
23027
23028 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
23029
23030         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
23031         taken from `gnus-button-mid-or-mail-regexp'.
23032         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
23033         (gnus-button-alist): Improve regexp for domain part of the MIDs
23034         for news:localpart@domain buttons.
23035         (gnus-button-ctan-directory-regexp): Update.
23036
23037 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23038
23039         * sieve-manage.el (sieve-manage-interactive-login):
23040         Use make-local-variable rather than make-variable-buffer-local.
23041         (sieve-manage-open): Ditto.
23042         (sieve-manage-authenticate): Ditto.
23043
23044         * mml.el (mml-generate-mime-1): Make the content type default to
23045         text/plain if the filename is not specified.
23046
23047 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23048
23049         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
23050         instead of insert-buffer.
23051
23052         * message.el (message-yank-original): Ditto; set the mark at the
23053         end of the yanked message.
23054
23055 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23056
23057         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
23058         lines to scroll rather than to stop it.
23059
23060         * mml.el (mml-generate-default-type): Add doc string.
23061         (mml-generate-mime-1): Use mm-default-file-encoding or make it
23062         default to application/octet-stream when determining the content
23063         type if it is not specified for the part or the mml contents; add
23064         a comment about mml-generate-default-type.
23065
23066 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
23067
23068         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
23069         make it default to application/octet-stream when determining the
23070         content type if it is not specified for the external contents.
23071
23072 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23073
23074         * rfc2231.el (rfc2231-parse-string): Take care that not only a
23075         segmented parameter but also other parameters might be there.
23076
23077 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23078
23079         * mm-decode.el (mm-display-external): Delete temp file, directory
23080         and buffer immediately if the external process is exited.
23081
23082 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23083
23084         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
23085         fewer lines than that of scroll-margin.
23086         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
23087
23088 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23089
23090         * gnus-art.el (gnus-article-next-page): Revert.
23091         (gnus-article-beginning-of-window): New macro.
23092         (gnus-article-next-page-1): Use it.
23093         (gnus-article-prev-page): Ditto.
23094         (gnus-article-edit-part): Use insert-buffer-substring instead of
23095         insert-buffer.
23096         (gnus-article-edit-exit): Ditto.
23097
23098         * gnus-util.el (gnus-beginning-of-window): Remove.
23099         (gnus-end-of-window): Remove.
23100
23101         * lpath.el: Don't bind header-line-format and scroll-margin.
23102
23103 2005-07-25  Simon Josefsson  <jas@extundo.com>
23104
23105         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
23106         to have the url package without w3.  Reported by Daiki Ueno
23107         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
23108
23109 2005-07-20  Didier Verna  <didier@xemacs.org>
23110
23111         * gnus-diary.el: Remove the description comment (nndiary is now
23112         properly documented in the Gnus manual).
23113         Fix the spelling of "Back End".
23114         * nndiary.el: Ditto.
23115         Fix the copyright notice.
23116
23117 2005-07-18  Romain Francoise  <romain@orebokech.com>
23118
23119         * gnus-sum.el (gnus-summary-to-prefix)
23120         (gnus-summary-newsgroup-prefix): New variables.
23121         (gnus-summary-from-or-to-or-newsgroups): Use them.
23122
23123 2005-07-17  Romain Francoise  <romain@orebokech.com>
23124
23125         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
23126         space as it's generally not especially interesting to the user.
23127
23128 2005-07-16  Romain Francoise  <romain@orebokech.com>
23129
23130         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
23131         nil to avoid prompting and file modification if one of the
23132         messages at the top of the nnfolder file contains a copyright
23133         notice.
23134         Update copyright notice.
23135
23136         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
23137         instead of `current-time-string' as the latter creates a time
23138         string that is not RFC 2822 compliant (it lacks the zone).
23139         Update copyright notice.
23140
23141 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23142
23143         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
23144         for text/rtf.  Display default in prompt.  Pass default for M-n.
23145
23146         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
23147
23148 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23149
23150         * gnus-msg.el (gnus-button-mailto):
23151         Remove save-selected-window-window hackery because it relies on
23152         save-selected-window internals.
23153
23154 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23155
23156         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
23157         (gnus-article-next-page-1): Use gnus-beginning-of-window.
23158         (gnus-article-prev-page): Ditto.
23159
23160         * gnus-util.el (gnus-beginning-of-window): New function.
23161         (gnus-end-of-window): New function.
23162
23163         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
23164
23165 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
23166
23167         * gnus-score.el (gnus-score-edit-all-score):
23168         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
23169         gnus-message.
23170
23171 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23172
23173         * gnus-msg.el (gnus-button-mailto):
23174         Remove save-selected-window-window hackery because it relies on
23175         save-selected-window internals.
23176
23177 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23178
23179         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
23180         add-minor-mode.
23181         (gnus-binary-mode): Ditto.
23182
23183         * gnus-topic.el (gnus-topic-mode): Ditto.
23184
23185 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
23186
23187         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
23188         (gnus-article-prev-page): Take scroll-margin into consideration.
23189
23190 2005-07-04  Lute Kamstra  <lute@gnu.org>
23191
23192         Update FSF's address in GPL notices.
23193
23194 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23195
23196         * gnus.el (gnus-exit):
23197         * gnus-group.el (gnus-group-icons):
23198         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
23199
23200         * gnus-nocem.el (gnus-nocem):
23201         * message.el (message-various, message-buffers, message-sending)
23202         (message-interface, message-forwarding, message-insertion)
23203         (message-headers, message-news, message-mail):
23204         * pgg-gpg.el (pgg-gpg):
23205         * pgg-parse.el (pgg-parse):
23206         * pgg-pgp.el (pgg-pgp):
23207         * pgg-pgp5.el (pgg-pgp5):
23208         * pop3.el (pop3): Finish `defgroup' description with period.
23209
23210 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23211
23212         * gnus-art.el (article-display-face): Improve the efficiency.
23213         (article-display-x-face): Ditto; remove gray x-face stuff.
23214
23215 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23216
23217         * gnus-art.el (article-display-face): Correct the position in
23218         which Faces are inserted.
23219
23220 2005-06-29  Didier Verna  <didier@xemacs.org>
23221
23222         * gnus-art.el (article-display-face): Display faces in correct
23223         order.
23224
23225 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23226
23227         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
23228         (gnus-fill-real-hashtb): Use hash table instead of obarray.
23229         (gnus-nocem-check-article): Fetch the Type header.
23230         (gnus-nocem-message-wanted-p): Fix the way to examine types.
23231         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
23232         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
23233         make sure gnus-nocem-hashtb is initialized.
23234         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
23235         (gnus-nocem-unwanted-article-p): Ditto.
23236
23237         * pgg.el (pgg-verify): Return the verification result.
23238
23239 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23240
23241         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
23242         is ascii.
23243
23244 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23245
23246         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
23247         `show-nonbreak-escape'.
23248
23249 2005-06-23  Lute Kamstra  <lute@gnu.org>
23250
23251         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
23252
23253         * dig.el (dig-mode):
23254         * smime.el (smime-mode): Use gnus-run-mode-hooks.
23255
23256 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23257
23258         * nnimap.el (nnimap-split-download-body): Fix spellings.
23259
23260 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23261
23262         * gnus-art.el (gnus-article-encrypt-body):
23263         * gnus-cus.el (gnus-score-customize):
23264         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
23265         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
23266
23267 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
23268
23269         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
23270         header by looking for magic "MII" at the beginning.
23271
23272 2005-06-16  Miles Bader  <miles@gnu.org>
23273
23274         * gnus-xmas.el (gnus-xmas-group-startup-message):
23275         Use renamed gnus-splash face.
23276
23277         * assistant.el (assistant-field): Remove "-face" suffix from face name.
23278         (assistant-field-face): New backward-compatibility alias for renamed
23279         face.
23280         (assistant-render-text): Use renamed assistant-field face.
23281
23282         * spam.el (spam): Remove "-face" suffix from face name.
23283         (spam-face): New backward-compatibility alias for renamed face.
23284         (spam-face, spam-initialize): Use renamed spam face.
23285
23286         * message.el (message-header-to, message-header-cc)
23287         (message-header-subject, message-header-newsgroups)
23288         (message-header-other, message-header-name)
23289         (message-header-xheader, message-separator, message-cited-text)
23290         (message-mml): Remove "-face" suffix from face names.
23291         (message-header-to-face, message-header-cc-face)
23292         (message-header-subject-face, message-header-newsgroups-face)
23293         (message-header-other-face, message-header-name-face)
23294         (message-header-xheader-face, message-separator-face)
23295         (message-cited-text-face, message-mml-face):
23296         New backward-compatibility aliases for renamed faces.
23297         (message-font-lock-keywords): Use renamed message faces.
23298
23299         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
23300         (sieve-test-commands, sieve-tagged-arguments):
23301         Remove "-face" suffix from face names.
23302         (sieve-control-commands-face, sieve-action-commands-face)
23303         (sieve-test-commands-face, sieve-tagged-arguments-face):
23304         New backward-compatibility aliases for renamed faces.
23305         (sieve-control-commands-face, sieve-action-commands-face)
23306         (sieve-test-commands-face, sieve-tagged-arguments-face):
23307         Use renamed sieve faces.
23308
23309         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
23310         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
23311         (gnus-group-news-3-empty, gnus-group-news-4)
23312         (gnus-group-news-4-empty, gnus-group-news-5)
23313         (gnus-group-news-5-empty, gnus-group-news-6)
23314         (gnus-group-news-6-empty, gnus-group-news-low)
23315         (gnus-group-news-low-empty, gnus-group-mail-1)
23316         (gnus-group-mail-1-empty, gnus-group-mail-2)
23317         (gnus-group-mail-2-empty, gnus-group-mail-3)
23318         (gnus-group-mail-3-empty, gnus-group-mail-low)
23319         (gnus-group-mail-low-empty, gnus-summary-selected)
23320         (gnus-summary-cancelled, gnus-summary-high-ticked)
23321         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23322         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23323         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23324         (gnus-summary-low-undownloaded)
23325         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23326         (gnus-summary-low-unread, gnus-summary-normal-unread)
23327         (gnus-summary-high-read, gnus-summary-low-read)
23328         (gnus-summary-normal-read, gnus-splash):
23329         Remove "-face" suffix from face names.
23330         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23331         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23332         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23333         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23334         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23335         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23336         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23337         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23338         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23339         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23340         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23341         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23342         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23343         (gnus-summary-normal-ticked-face)
23344         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23345         (gnus-summary-normal-ancient-face)
23346         (gnus-summary-high-undownloaded-face)
23347         (gnus-summary-low-undownloaded-face)
23348         (gnus-summary-normal-undownloaded-face)
23349         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23350         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23351         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23352         (gnus-splash-face):
23353         New backward-compatibility aliases for renamed faces.
23354         (gnus-group-startup-message): Use renamed gnus faces.
23355
23356         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23357         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23358         (gnus-server-agent): Remove "-face" suffix from face names.
23359         (gnus-server-agent-face, gnus-server-opened-face)
23360         (gnus-server-closed-face, gnus-server-denied-face)
23361         (gnus-server-offline-face):
23362         New backward-compatibility aliases for renamed faces.
23363         (gnus-server-agent-face, gnus-server-opened-face)
23364         (gnus-server-closed-face, gnus-server-denied-face)
23365         (gnus-server-offline-face): Use renamed gnus faces.
23366
23367         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23368         Remove "-face" suffix from face names.
23369         (gnus-picon-xbm-face, gnus-picon-face):
23370         New backward-compatibility aliases for renamed faces.
23371
23372         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23373         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23374         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23375         (gnus-cite-11): Remove "-face" suffix from face names.
23376         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23377         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23378         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23379         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23380         New backward-compatibility aliases for renamed faces.
23381         (gnus-cite-attribution-face, gnus-cite-face-list)
23382         (gnus-article-boring-faces): Use renamed gnus faces.
23383
23384         * gnus-art.el (gnus-signature, gnus-header-from)
23385         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23386         (gnus-header-content): Remove "-face" suffix from face names.
23387         (gnus-signature-face, gnus-header-from-face)
23388         (gnus-header-subject-face, gnus-header-newsgroups-face)
23389         (gnus-header-name-face, gnus-header-content-face):
23390         New backward-compatibility aliases for renamed faces.
23391         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23392
23393         * gnus-sum.el (gnus-summary-selected-face)
23394         (gnus-summary-highlight): Use renamed gnus faces.
23395         * gnus-group.el (gnus-group-highlight): Likewise.
23396
23397 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23398
23399         * gnus-sieve.el (gnus-sieve-article-add-rule):
23400         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23401         * spam-stat.el (spam-stat-buffer-change-to-spam)
23402         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23403
23404         * message.el (message-is-yours-p):
23405         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23406
23407 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23408
23409         * mm-view.el (mm-inline-text): Withdraw the last change.
23410
23411 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23412
23413         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23414         executing enriched-decode.
23415
23416 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23417
23418         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23419         charset of tar files.
23420
23421 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23422
23423         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23424
23425 2005-06-04  Lute Kamstra  <lute@gnu.org>
23426
23427         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23428         information is never recorded.
23429
23430 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23431
23432         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23433
23434 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23435
23436         * pop3.el (pop3-apop): Run md5 in the binary mode.
23437
23438         * starttls.el (starttls-set-process-query-on-exit-flag):
23439         Use eval-and-compile.
23440
23441 2005-05-31  Simon Josefsson  <jas@extundo.com>
23442
23443         * smime.el (smime-replace-in-string): Define.
23444         (smime-cert-by-ldap-1): Use it.
23445
23446 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23447
23448         * gnus-art.el (article-display-x-face): Replace
23449         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23450
23451         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23452         set-process-query-on-exit-flag or process-kill-without-query.
23453
23454         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23455         loop instead of replace-regexp.
23456
23457         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23458         instead of process-kill-without-query if it is available.
23459
23460         * lpath.el: Fbind ldap-search-entries.
23461
23462         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23463         instead of find-file-hooks if it is available.
23464
23465         * mml1991.el: Bind pgg-default-user-id when compiling.
23466
23467         * mml2015.el: Bind pgg-default-user-id when compiling.
23468
23469         * nndraft.el (nndraft-request-associate-buffer):
23470         Use write-contents-functions instead of write-contents-hooks if it is
23471         available.
23472
23473         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23474         instead of find-file-hooks if it is available.
23475
23476         * nntp.el (nntp-open-connection): Replace
23477         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23478         (nntp-open-ssl-stream): Ditto.
23479         (nntp-open-tls-stream): Ditto.
23480
23481         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23482         set-process-query-on-exit-flag or process-kill-without-query.
23483         (starttls-open-stream-gnutls): Use it instead of
23484         process-kill-without-query.
23485         (starttls-open-stream): Ditto.
23486
23487 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23488
23489         * smime.el (smime-cert-by-ldap-1): Don't use
23490         replace-regexp-in-string.
23491
23492 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23493
23494         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23495
23496         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23497         in PEM format.  Adjust to the XEmacs compatibility.
23498
23499 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23500
23501         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23502         by `string-to-number'.
23503         * gnus-agent.el (gnus-agent-regenerate-group)
23504         (gnus-agent-fetch-articles): Ditto.
23505         * gnus-art.el (gnus-button-fetch-group): Ditto.
23506         * gnus-cache.el (gnus-cache-generate-active)
23507         (gnus-cache-articles-in-group): Ditto.
23508         * gnus-group.el (gnus-group-set-current-level)
23509         (gnus-group-insert-group-line): Ditto.
23510         * gnus-score.el (gnus-score-set-expunge-below)
23511         (gnus-score-set-mark-below, gnus-summary-score-effect)
23512         (gnus-summary-score-entry): Ditto.
23513         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23514         (gnus-soup-pack): Ditto.
23515         * gnus-spec.el (gnus-xmas-format): Ditto.
23516         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23517         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23518         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23519         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23520         * nndb.el (nndb-get-remote-expire-response): Ditto.
23521         * nndiary.el (nndiary-parse-schedule-value)
23522         (nndiary-string-to-number, nndiary-request-replace-article)
23523         (nndiary-request-article): Ditto.
23524         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23525         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23526         * nneething.el (nneething-make-head): Ditto.
23527         * nnfolder.el (nnfolder-request-article)
23528         (nnfolder-retrieve-headers): Ditto.
23529         * nnheader.el (nnheader-file-to-number): Ditto.
23530         * nnkiboze.el (nnkiboze-request-article): Ditto.
23531         * nnmail.el (nnmail-process-unix-mail-format)
23532         (nnmail-process-babyl-mail-format): Ditto.
23533         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23534         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23535         (nnmh-request-create-group, nnmh-request-list-1)
23536         (nnmh-request-group, nnmh-request-article): Ditto.
23537         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23538         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23539         * nnsoup.el (nnsoup-make-active): Ditto.
23540         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23541         * nntp.el (nntp-find-group-and-number)
23542         (nntp-retrieve-headers-with-xover): Ditto.
23543         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23544         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23545         (pgg-format-key-identifier): Ditto.
23546         * pop3.el (pop3-last, pop3-stat): Ditto.
23547         * qp.el (quoted-printable-decode-region): Ditto.
23548
23549         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23550         of concat.
23551
23552 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23553
23554         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23555
23556         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23557
23558         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23559
23560         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23561
23562         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23563
23564         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23565
23566         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23567         (gnus-carpal-mode): Ditto.
23568
23569         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23570         (gnus-browse-mode): Ditto.
23571
23572         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23573
23574         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23575
23576 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23577
23578         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23579
23580 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23581
23582         * gnus-util.el (gnus-run-mode-hooks): New function.
23583
23584         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23585
23586         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23587         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23588
23589 2005-05-27  Lute Kamstra  <lute@gnu.org>
23590
23591         * dns-mode.el (dns-mode): Specify customization group.
23592
23593 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23594
23595         * gnus-agent.el (gnus-agent-make-mode-line-string):
23596         Use mode-line-highlight as mouse-face.
23597
23598 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23599
23600         * canlock.el (canlock): Change the parent group to news.
23601
23602         * deuglify.el (gnus-outlook-deuglify): Add :group.
23603
23604         * dig.el (dig): Add :group.
23605
23606         * dns-mode.el (dns-mode): Add :group.
23607
23608         * encrypt.el (encrypt): Add :group.
23609
23610         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23611         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23612         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23613         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23614         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23615
23616         * gnus-diary.el (gnus-diary): Add :group.
23617
23618         * gnus.el (gnus-group-news-1-face): Add :group.
23619         (gnus-group-news-1-empty-face): Ditto.
23620         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23621         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23622         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23623         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23624         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23625         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23626         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23627         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23628         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23629         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23630         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23631         (gnus-summary-high-ticked-face): Ditto.
23632         (gnus-summary-low-ticked-face): Ditto.
23633         (gnus-summary-normal-ticked-face): Ditto.
23634         (gnus-summary-high-ancient-face): Ditto.
23635         (gnus-summary-low-ancient-face): Ditto.
23636         (gnus-summary-normal-ancient-face): Ditto.
23637         (gnus-summary-high-undownloaded-face): Ditto.
23638         (gnus-summary-low-undownloaded-face): Ditto.
23639         (gnus-summary-normal-undownloaded-face): Ditto.
23640         (gnus-summary-high-unread-face): Ditto.
23641         (gnus-summary-low-unread-face): Ditto.
23642         (gnus-summary-normal-unread-face): Ditto.
23643         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23644         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23645
23646         * hashcash.el (hashcash): New custom group.
23647         (hashcash-default-payment): Add :group.
23648         (hashcash-payment-alist): Ditto.
23649         (hashcash-default-accept-payment): Ditto.
23650         (hashcash-accept-resources): Ditto.
23651         (hashcash-path): Ditto.
23652         (hashcash-extra-generate-parameters): Ditto.
23653         (hashcash-double-spend-database): Ditto.
23654         (hashcash-in-news): Ditto.
23655
23656         * message.el (message-minibuffer-local-map): Add :group.
23657
23658         * netrc.el (netrc): Add :group.
23659
23660         * sieve-manage.el (sieve-manage-log): Add :group.
23661         (sieve-manage-default-user): Diito.
23662         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23663         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23664         (sieve-manage-authenticators): Ditto.
23665         (sieve-manage-authenticator-alist): Ditto.
23666         (sieve-manage-default-port): Ditto.
23667
23668         * sieve-mode.el (sieve-control-commands-face): Add :group.
23669         (sieve-action-commands-face): Ditto.
23670         (sieve-test-commands-face): Ditto.
23671         (sieve-tagged-arguments-face): Ditto.
23672
23673         * smime.el (smime): Add :group.
23674
23675         * spam-report.el (spam-report): Add :group.
23676
23677         * spam.el (spam, spam-face): Add :group.
23678
23679 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23680
23681         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23682         return \n.\n.\n at the end of articles.  Protect against that.
23683         (nntp-with-open-group): Allow debugging.
23684
23685         * nnheader.el (mail-header-set-extra): Make into a function
23686         because I just could't understand how to quote the list properly.
23687
23688         * dns.el (query-dns-cached): New function.
23689
23690 2005-05-26  Lute Kamstra  <lute@gnu.org>
23691
23692         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23693
23694 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23695
23696         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23697
23698         * gnus-art.el: Don't autoload mail-extract-address-components.
23699
23700         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23701         eval-and-compile to evaluate it.
23702
23703         * hashcash.el: Don't autoload executable-find.
23704
23705         * nndb.el: Don't declare the nndb back end two or more times; don't
23706         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23707
23708         * nntp.el: Autoload format-spec instead of format; use
23709         eval-and-compile to evaluate autoload forms.
23710
23711 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23712
23713         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23714
23715 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23716
23717         * gnus.el (gnus-version-number): Bump version.
23718
23719 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23720
23721         * gnus.el: No Gnus v0.3 is released.
23722
23723 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23724
23725         * lpath.el (featurep): Bind show-nonbreak-escape.
23726
23727 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23728
23729         * gnus-art.el (gnus-article-edit-part): Disable undo.
23730
23731 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23732
23733         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23734         gnus-article-date-lapsed-new-header is t if date timer is active;
23735         skip headers in which the original date value is empty.
23736         (gnus-article-save-original-date): Redefine it as a macro.
23737         (gnus-display-mime): Use it.
23738
23739 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23740
23741         * gnus-art.el (article-date-ut): Support converting date in
23742         forwarded parts as well.
23743         (gnus-article-save-original-date): New function.
23744         (gnus-display-mime): Use it.
23745
23746 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23747
23748         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23749         enclosure element of <item>.
23750
23751 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23752
23753         * message.el (message-kill-buffer-query): Rename from
23754         `message-kill-buffer-query-if-modified'.  Add :version.
23755
23756 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23757
23758         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23759         window layout.
23760
23761 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23762
23763         * mml.el: Autoload dnd when compiling.
23764
23765 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23766
23767         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23768         x-dnd-*.
23769
23770 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23771
23772         * qp.el (quoted-printable-encode-region): Save excursion.
23773
23774 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23775
23776         * message.el (message-kill-buffer-query-if-modified): Add new variable
23777         so the user can kill a modified message buffer quickly.
23778         (message-kill-buffer): Use it.
23779
23780 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23781
23782         * lpath.el: Fbind display-time-event-handler; don't fbind
23783         string-to-multibyte.
23784
23785         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23786
23787 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23788
23789         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23790         contained in text because xml.el decodes entities) with LFs.
23791
23792 2005-04-11  Lute Kamstra  <lute@gnu.org>
23793
23794         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23795         differently.
23796
23797 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23798
23799         * mm-util.el (mm-detect-coding-region): Typo.
23800
23801 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23802
23803         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23804
23805 2005-04-06  Deepak Goel  <deego@gnufans.org>
23806
23807         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23808         user-function allow user modifications of the scores.
23809         (spam-stat-score-buffer-user): New function, to allow
23810         user-computed modifications to the score.
23811         (spam-stat-score-buffer-user-functions): List of additional
23812         scoring functions.
23813         (spam-stat-error-holder): Global temporary error holder.
23814         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23815         variable.
23816
23817 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23818
23819         * gnus-registry.el (gnus-registry-clean-empty-function)
23820         (gnus-registry-trim, gnus-registry-fetch-groups)
23821         (gnus-registry-delete-group): Groups that match
23822         `gnus-registry-ignored-groups' are removed from the registry
23823         entries, not just ignored for splitting.  This helps clean up the
23824         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23825         to get all the groups a message ID is in.
23826
23827         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23828         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23829         (spam-stat-score-buffer-user-functions): Add :number custom type.
23830
23831 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23832
23833         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23834         argument in XEmacs.
23835
23836         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23837         (nnrss-request-group): Decode group name first.
23838         (nnrss-request-article): Make a text/plain article if mml-to-mime
23839         failed.
23840         (nnrss-get-encoding): Return a compatible encoding according to
23841         nnrss-compatible-encoding-alist.
23842         (nnrss-find-el): Use consp instead of listp.
23843         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23844
23845 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23846
23847         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23848         which Emacs 20 doesn't support.
23849         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23850
23851 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23852
23853         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23854         silence the byte compiler inside the defun.
23855
23856         * gnus-demon.el (parse-time-string): Add autoload.
23857
23858         * gnus-delay.el (parse-time-string): Add autoload.
23859
23860         * gnus-art.el (parse-time-string): Add autoload.
23861
23862         * nnultimate.el (parse-time): Require for `parse-time-string'.
23863
23864 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23865
23866         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23867
23868         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23869
23870         * smime.el (smime-ldap-host-list): Add :version.
23871
23872 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23873
23874         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23875         pass it to `gnus-browse-read-group'.
23876         (gnus-browse-read-group): Add NUMBER argument and pass it to
23877         `gnus-group-read-ephemeral-group'.
23878
23879         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23880         argument and pass it to `gnus-group-read-group'.
23881
23882 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23883
23884         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23885         mm-xemacs-find-mime-charset-1 if we have the mule feature
23886         available at runtime.
23887
23888 2005-03-25  Werner Lemberg  <wl@gnu.org>
23889
23890         * nnmaildir.el: Replace `illegal' with `invalid'.
23891
23892 2005-03-23  Lute Kamstra  <lute@gnu.org>
23893
23894         * time-date.el: Add comment on time value formats.
23895         Don't require parse-time.
23896         (with-decoded-time-value): New macro.
23897         (encode-time-value): New function.
23898         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23899         (days-to-time): Return a valid time value when arg is huge.
23900         (time-since): Use time-subtract.
23901         (time-to-number-of-days): Use time-to-seconds.
23902
23903 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23904
23905         * gnus-start.el (gnus-display-time-event-handler):
23906         Check display-time-timer at runtime rather than only at load time
23907         in case display-time-mode is turned off in the mean time.
23908
23909 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23910
23911         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23912         used.
23913
23914         * nneething.el (nneething-map-file-directory): Derive from
23915         `gnus-directory'.
23916
23917         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23918         the To/Cc button.
23919
23920 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23921
23922         * nnmaildir.el (nnmaildir-request-accept-article):
23923         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23924
23925 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23926
23927         * gnus-async.el: Require timer-funcs at compile time when in
23928         XEmacs for `run-with-idle-timer'.
23929
23930 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23931
23932         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23933         autoloaded function.
23934
23935 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23936
23937         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23938
23939 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23940
23941         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23942
23943 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23944
23945         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23946         Add gnus-expert-user to default.
23947
23948 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23949
23950         * nnimap.el (nnimap-open-server): Ditto.
23951
23952         * imap.el (imap-authenticate): Fix typo.
23953
23954 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23955
23956         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23957         buffer (since IMAP server might return FETCH response out of
23958         order, and the nntp buffer must be sorted).
23959
23960 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23961
23962         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23963         comparison on string.
23964
23965         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23966         (gnus-agent-score): Rename category keywords to match gnus-cus.
23967         (gnus-agent-summary-fetch-series): Modify to protect against
23968         gnus-agent-summary-fetch-group clearing processable flags.
23969         (gnus-agent-synchronize-group-flags): Update live group buffer as
23970         synchronization may occur due to the user toggle the plugged
23971         status.
23972         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23973         successfully downloaded.
23974         (gnus-agent-expire-group-1): Avoid using markers when the overview
23975         is in ascending order; greatly improves performance.
23976         (gnus-agent-regenerate-group):
23977         Use gnus-agent-synchronize-group-flags to reset read status in both
23978         gnus and server.
23979         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23980
23981 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23982
23983         * message.el: Don't autoload former message-utils variables.
23984         (message-strip-subject-trailing-was): Change doc string.
23985
23986         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23987         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23988         (nnweb-google-search): Add "hl=en" here.
23989         (nnweb-google-parse-1, nnweb-google-create-mapping):
23990         Don't hardcode URL.
23991
23992 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23993
23994         * message.el (message-get-reply-headers, message-followup):
23995         Mention related variables `message-use-followup-to' and
23996         `message-use-mail-followup-to', in the information buffer.
23997
23998         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23999         of broken groups(-beta).google.com.
24000
24001 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
24002
24003         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
24004         parameter to invoked gnus-request-move-article; remove the
24005         redundant gnus-sum-hint-move-is-internal variable; apply the marks
24006         all at once instead of once per article.
24007         (gnus-summary-remove-process-mark): Accept a list of articles as
24008         well as a single article for processing.
24009
24010         * gnus-int.el (gnus-request-move-article): Add move-is-internal
24011         parameter.
24012
24013         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
24014
24015         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
24016
24017         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
24018         parameter.
24019
24020         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
24021         parameter.
24022
24023         * nnimap.el (nnimap-request-move-article): Add move-is-internal
24024         parameter and remove the gnus-sum-hint-move-is-internal variable.
24025
24026         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
24027         parameter.
24028
24029         * nndraft.el (nndraft-request-move-article): Add move-is-internal
24030         parameter.
24031
24032         * nndiary.el (nndiary-request-move-article): Add move-is-internal
24033         parameter.
24034
24035         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
24036
24037         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
24038         parameter.
24039
24040         * nnagent.el (nnagent-request-move-article): Add move-is-internal
24041         parameter.
24042
24043 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24044
24045         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
24046         a more conservative way.
24047
24048 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24049
24050         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
24051         buffer, so it moves the window's cursor.
24052
24053 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
24054
24055         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
24056         `mm-dissect-multipart' and receive the from field as an (optional)
24057         argument from `mm-dissect-multipart'.
24058         (mm-dissect-multipart): Receive the from field as an argument and
24059         pass it on when we call `mm-dissect-buffer' on MIME parts.
24060         Fixes verification/decryption of signed/encrypted MIME parts.
24061
24062 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
24063
24064         * gnus-sum.el (gnus-summary-move-article):
24065         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
24066         whatever it calls (right now, only nnimap-request-move article
24067         respects it).
24068
24069         * nnimap.el (nnimap-request-move-article):
24070         When gnus-sum-hint-move-is-internal is set, don't do the extra
24071         nnimap-request-article.
24072
24073 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24074
24075         * nnheader.el (nnheader-find-file-noselect): Add doc string.
24076
24077         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
24078         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
24079
24080         * gnus-sum.el (gnus-summary-caesar-message):
24081         Apply `gnus-treat-article' after rotation.
24082
24083         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
24084         doc string.
24085
24086 2005-02-22  Simon Josefsson  <jas@extundo.com>
24087
24088         * encrypt.el (encrypt-password-cache-expiry): Remove (use
24089         `password-cache-expiry' instead).  Reported by Arne Jørgensen
24090         <arne@arnested.dk>.
24091         (encrypt): Add password-cache and password-cache-expiry as group
24092         members.
24093
24094 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
24095
24096         * smime.el (smime-ldap-host-list): Doc fix.
24097         (smime-ask-passphrase): Use `password-read-and-add' to read (and
24098         cache) password.
24099         (smime-sign-region): Use it.
24100         (smime-decrypt-region): Use it.
24101         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
24102         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
24103         fails.
24104         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
24105         certificate from DER to PEM format rather than calling openssl.
24106
24107         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
24108
24109         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
24110         for signing/encryption.
24111
24112         * mml.el (mml-parse-1): Use them.
24113
24114 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
24115
24116         * nnrss.el (nnrss-verbose): Remove.
24117         (nnrss-request-group): Use `nnheader-message' instead.
24118
24119 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
24120
24121         * nnrss.el (nnrss-verbose): New variable.
24122         (nnrss-request-group): Make it say nnrss is requesting a group.
24123
24124 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
24125
24126         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
24127         Handle news URL with given port correctly.
24128
24129 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24130
24131         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
24132         containing special characters.
24133
24134         * gnus-sum.el (gnus-summary-edit-article): Ditto.
24135
24136         * mml.el (mime-to-mml): Ditto.
24137
24138         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
24139         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
24140         (rfc2047-decode-region): Quote decoded words containing special
24141         characters when rfc2047-quote-decoded-words-containing-tspecials
24142         is non-nil.
24143
24144 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
24145
24146         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
24147
24148         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
24149
24150 2005-02-15  Simon Josefsson  <jas@extundo.com>
24151
24152         * nnimap.el (nnimap-debug): Doc fix.
24153
24154         * imap.el (imap-debug): Doc fix.
24155
24156 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24157
24158         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
24159
24160 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
24161
24162         * gnus.el (spam-contents): Improve docs for spam-contents
24163         parameter in its variable incarnation.
24164
24165 2005-02-14  Simon Josefsson  <jas@extundo.com>
24166
24167         * smime-ldap.el: Use require instead of load-library for ldap.
24168         (smime-ldap-search): Indent.
24169         (smime-ldap-search-internal): Shorten line.
24170
24171         * smime.el (smime-cert-by-dns): Add doc-string.
24172         (smime-cert-by-ldap-1): Indent.
24173
24174         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
24175         mml-smime-get-dns-ldap.
24176         (mml-smime-encrypt-query): Use new function.  Default to ldap.
24177
24178 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
24179
24180         * smime.el: Require smime-ldap.
24181         (smime-ldap-host-list): New variable.
24182         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
24183
24184         * mml-smime.el (mml-smime-encrypt-query): New function.
24185         (mml-smime-encrypt-query): Use it.
24186
24187         * smime-ldap.el: New file.
24188
24189 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24190
24191         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
24192
24193 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
24194
24195         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
24196         argument in doc string.  Make query for type more clear.
24197
24198 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
24199
24200         * gnus.el (gnus-group-startup-message): Search for gnus images in
24201         etc/images/gnus.
24202         * mm-util.el (mm-image-load-path): Likewise.
24203         * smiley.el (smiley-data-directory): Search for smilies in
24204         etc/images/smilies.
24205
24206 2005-02-09  Kim F. Storm  <storm@cua.dk>
24207
24208         Change Emacs release version from 21.4 to 22.1 throughout.
24209         Change Emacs development version from 21.3.50 to 22.0.50.
24210
24211 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24212
24213         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
24214
24215         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
24216         non-Mule XEmacs as well.
24217         (mm-decompress-buffer): Signal an error intentionally if it does
24218         not decompress compressed data because auto-compression-mode is
24219         disabled.
24220
24221 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
24222
24223         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
24224         an ID in the registry even if it has no groups.
24225
24226 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24227
24228         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
24229         merge it into mm-decompress-buffer.
24230         (gnus-mime-copy-part): Use the MIME part charset, the value which
24231         a user specified or gnus-newsgroup-charset for decoding, like
24232         gnus-mime-inline-part does; set buffer-file-coding-system to tell
24233         save-buffer what was used.  Suggested by Kevin Ryde
24234         <user42@zip.com.au>.
24235         (gnus-mime-inline-part): Allow the name parameter as well as the
24236         filename parameter; force decompressing of compressed data; always
24237         display contents being not decoded as unibyte.
24238
24239         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
24240         as well as the filename parameter.
24241
24242         * mm-util.el (mm-decompress-buffer):
24243         Merge gnus-mime-jka-compr-maybe-uncompress.
24244         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
24245         of compressed data.
24246
24247 2005-02-08  Simon Josefsson  <jas@extundo.com>
24248
24249         * imap.el (imap-log): Doc fix.
24250
24251 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24252
24253         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
24254         the coding cookies; decompress compressed parts.
24255
24256         * mml.el (mml-generate-mime-1): Add the charset parameter according
24257         to the value which a user specified manually or the coding cookie.
24258
24259         * mm-util.el (mm-string-to-multibyte): New function.
24260         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
24261         (mm-coding-system-to-mime-charset): New function.
24262         (mm-decompress-buffer): New function.
24263         (mm-find-buffer-file-coding-system): New function.
24264
24265         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
24266         (mm-display-inline-fontify): Rewrite for decoding and decompressing
24267         parts.
24268
24269 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24270
24271         * mm-view.el (mm-display-inline-fontify): Decode a part according
24272         to the charset parameter.
24273
24274 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24275
24276         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
24277         prefix arg is neither nil nor a number, as info specifies.
24278
24279 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24280
24281         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
24282         timestamps.
24283
24284 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
24285
24286         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
24287         groups error checking and notify user.
24288
24289 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
24290
24291         * message.el (message-send-mail-function): Check existence of
24292         sendmail-program first before using default value
24293         `message-send-mail-with-sendmail'.  Otherwise use more generic
24294         `smtpmail-send-it'.
24295
24296 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24297
24298         * nntp.el (nntp-request-update-info): Always return nil.
24299
24300 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24301
24302         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
24303
24304 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24305
24306         * message.el (message-beginning-of-line): Change the behavior when
24307         invoked between BOL and : so that it first moves backward.
24308
24309 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24310
24311         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
24312         article buffer when editing of the article is discarded.
24313         (gnus-article-prepare): Revert.
24314
24315 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24316
24317         * gnus-art.el (gnus-article-prepare):
24318         Remove message-strip-forbidden-properties from the local hook.
24319
24320 2005-01-27  Simon Josefsson  <jas@extundo.com>
24321
24322         * password.el (password-cache-add): Only start one timer per key.
24323         Reported by Derek Atkins <warlord@MIT.EDU>.
24324
24325 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24326
24327         * run-at-time.el: Remove.  It is no longer needed as
24328         timer-funcs.el in the xemacs-base package has a working version of
24329         `run-at-time'.
24330
24331         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24332
24333         * password.el: Require timer-funcs instead of run-at-time in
24334         XEmacs.
24335         Remove `password-run-at-time' macro.
24336         (password-cache-add): Use `run-at-time' instead of
24337         `password-run-at-time'.
24338
24339         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24340         Remove `nnheader-cancel-function-timers' alias,
24341         `cancel-function-timers' exists in XEmacs in timer-funcs.
24342
24343         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24344         for `run-with-idle-timer'.
24345
24346         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24347         for `run-at-time'.
24348
24349         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24350         for `with-timeout'.
24351
24352         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24353         the same as for XEmacs 21.4.
24354         No need to ignore `run-with-idle-timer', this function exists in
24355         XEmacs now in timer-funcs.el in the xemacs-base package.
24356         (dgnushack-compile): No need to delete
24357         run-at-time.el from the list of files to compile because it
24358         doesn't exist anymore.
24359
24360 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24361
24362         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24363         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24364
24365 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24366
24367         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24368         sensitively.
24369
24370 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24371
24372         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24373
24374 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24375
24376         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24377         which will be inserted according to the multibyteness of a buffer
24378         rather than the type of contents.  Suggested by ARISAWA Akihiro
24379         <ari@mbf.ocn.ne.jp>.
24380
24381         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24382         of string which old xml.el may return rather than a string.
24383
24384 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24385
24386         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24387
24388 2005-01-16  Simon Josefsson  <jas@extundo.com>
24389
24390         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24391         idn/idna.el isn't available.
24392         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24393         <michael@waxrat.com>.
24394
24395         * hashcash.el: Remove non-FSF copyright header.
24396
24397         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24398         (hashcash-generate-payment): Use it.
24399         (hashcash-generate-payment-async): Use it.
24400
24401 2005-01-15  Simon Josefsson  <jas@extundo.com>
24402
24403         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24404         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24405
24406         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24407         gnus-summary-idna-message.
24408         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24409         (gnus-summary-idna-message): New function.
24410
24411 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24412
24413         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24414         gnus-novice-user.
24415
24416 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24417
24418         * nnrss.el (nnrss-request-delete-group): Delete entries in
24419         nnrss-group-alist as well.
24420         (nnrss-save-server-data): Insert newline.
24421
24422 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24423
24424         * gnus.el (gnus-user-agent): Use list of symbols instead of
24425         symbols.  Display full version number for (S)XEmacs.
24426         Optionally display (S)XEmacs codename.
24427
24428         * gnus-util.el (gnus-emacs-version): Update for new
24429         `gnus-user-agent'.
24430
24431         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24432         Gnus version.
24433
24434 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24435
24436         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24437         which is unreadable in some setups.
24438
24439 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24440
24441         * gnus-spec.el (gnus-update-format-specifications): Flush the
24442         group format spec cache if it doesn't support decoded group names.
24443
24444 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24445
24446         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24447         Allow to apply decay on score files matching a regexp.
24448
24449 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24450
24451         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24452         compatibility in %g and %c.
24453
24454 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24455
24456         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24457         name for only %g and %c.
24458         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24459         of gnus-tmp-group to decoded group name.
24460         (gnus-group-make-rss-group): Exclude `/'s from group names.
24461
24462 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24463
24464         * nnrss.el (nnrss-get-encoding): Fix regexp.
24465
24466 2004-12-27  Simon Josefsson  <jas@extundo.com>
24467
24468         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24469         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24470         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24471
24472 2004-12-17  Kim F. Storm  <storm@cua.dk>
24473
24474         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24475
24476         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24477
24478 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24479
24480         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24481
24482 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24483
24484         * nnrss.el: Require rfc2047 and mml.
24485         (nnrss-file-coding-system): New variable.
24486         (nnrss-format-string): Redefine it as an inline function.
24487         (nnrss-decode-group-name): New function.
24488         (nnrss-string-as-multibyte): Remove.
24489         (nnrss-retrieve-headers): Decode group name; don't use
24490         nnrss-format-string.
24491         (nnrss-request-group): Decode group name.
24492         (nnrss-request-article): Decode group name; allow a Message-ID as
24493         well as an article number; don't use nnrss-format-string; encode a
24494         Message-ID string which may contain non-ASCII characters; use
24495         mml-to-mime to compose a MIME article.
24496         (nnrss-request-expire-articles): Decode group name.
24497         (nnrss-request-delete-group): Decode group name.
24498         (nnrss-fetch): Clarify error message.
24499         (nnrss-read-server-data): Use insert-file-contents instead of load;
24500         bind file-name-coding-system; use multibyte buffer.
24501         (nnrss-save-server-data): Bind coding-system-for-write to the
24502         value of nnrss-file-coding-system; bind file-name-coding-system;
24503         add coding cookie.
24504         (nnrss-read-group-data): Use insert-file-contents instead of load;
24505         bind file-name-coding-system; use multibyte buffer.
24506         (nnrss-save-group-data): Bind coding-system-for-write to the
24507         value of nnrss-file-coding-system; bind file-name-coding-system.
24508         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24509         make it work with non-ASCII text.
24510         (nnrss-find-el): Make it work with old xml.el as well.
24511
24512 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24513
24514         * nnrss.el (nnrss-get-encoding): New function.
24515         (nnrss-fetch): Use unibyte buffer initially; bind
24516         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24517         decode contents according to the encoding attribute.
24518         (nnrss-save-group-data): Add coding cookie.
24519         (nnrss-mime-encode-string): New function.
24520         (nnrss-check-group): Use it to encode subject and author.
24521
24522 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24523
24524         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24525         imaginary variable.
24526
24527 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24528
24529         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24530         correctly even if there are wide characters.
24531
24532 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24533
24534         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24535         downcased symbol names; make a new cache instead of reusing
24536         bbdb-hashtable.
24537
24538 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24539
24540         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24541         concatenating segments rather than before concatenating them.
24542         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24543
24544         * message.el (message-get-reply-headers): Bind `extra'.
24545
24546 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24547
24548         * message.el (message-extra-wide-headers): New variable.
24549         (message-get-reply-headers): Use it.
24550
24551 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24552
24553         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24554         (gnus-agent-group-pathname): Ditto.
24555
24556         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24557
24558         * gnus-group.el (gnus-group-make-group): Decode group name.
24559         (gnus-group-make-rss-group): Register the group data after opening
24560         the nnrss group.
24561
24562 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24563
24564         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24565         by expiry now get marked as read.
24566
24567 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24568
24569         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24570
24571 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24572
24573         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24574         unify Latin characters in XEmacs.
24575         (mm-find-mime-charset-region): Use it.
24576
24577 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24578
24579         * gnus-util.el (gnus-delete-directory): New function.
24580
24581         * gnus-agent.el (gnus-agent-delete-group): Use it.
24582
24583         * gnus-cache.el (gnus-cache-delete-group): Use it.
24584
24585 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24586
24587         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24588         names.
24589
24590 2004-12-16  Simon Josefsson  <jas@extundo.com>
24591
24592         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24593
24594 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24595
24596         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24597
24598         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24599         (gnus-group-set-current-level): Decode group name.
24600
24601 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24602
24603         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24604         failed.
24605
24606 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24607
24608         * gnus-group.el (gnus-group-delete-group): Decode group name.
24609         (gnus-group-make-rss-group): Encode group name.
24610         (gnus-group-catchup-current): Decode group name.
24611         (gnus-group-kill-group): Decode group name.
24612
24613 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24614
24615         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24616
24617 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24618
24619         * gnus-group.el (gnus-group-make-rss-group):
24620         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24621
24622         * gnus-start.el (gnus-setup-news): Honor user's setting to
24623         gnus-message-archive-method.  Suggested by Lute Kamstra
24624         <lute@gnu.org>.
24625
24626 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24627
24628         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24629         global counterparts of the buffer-local variables.
24630
24631 2004-11-16  Romain Francoise  <romain@orebokech.com>
24632
24633         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24634         counterparts of the buffer-local variables.
24635
24636 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24637
24638         * message.el (message-forbidden-properties): Fix typo in doc
24639         string.
24640
24641 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24642
24643         * gnus-util.el (gnus-replace-in-string): Add doc string.
24644
24645         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24646         to avoid problems when splitting mails with many recipients.
24647
24648 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24649
24650         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24651         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24652
24653 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24654
24655         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24656         if there is no hashtable in memory or file modification time is
24657         newer than cached timestamp.
24658
24659 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24660
24661         * gnus-sum.el (gnus-summary-limit-to-recipient):
24662         Implement not-matching option.
24663
24664 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24665
24666         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24667         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24668         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24669         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24670         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24671         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24672
24673 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24674
24675         * message.el (message-forward-make-body-mml): Remove headers
24676         according to message-forward-ignored-headers if a message is decoded.
24677
24678 2004-12-02  Romain Francoise  <romain@orebokech.com>
24679
24680         * message.el (message-forward-make-body-plain): Always remove
24681         headers according to message-forward-ignored-headers.
24682
24683 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24684
24685         * spam.el (spam-summary-prepare-exit): Remove the
24686         gnus-summary-limit pop for now, it has problems with ham marks for
24687         me.
24688
24689 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24690
24691         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24692         correctly.
24693
24694 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24695
24696         * format-spec.el (format-spec): Message the char.
24697
24698 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24699
24700         * gnus-art.el (gnus-split-methods): Reformat comments.
24701
24702         * spam.el (spam-summary-prepare-exit): Remove article limits
24703         before exiting the summary buffer.
24704
24705 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24706
24707         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24708         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24709
24710         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24711         order to silence the byte compiler.
24712
24713         * spam.el: Fix the way to silence the byte compiler, which
24714         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24715         bbdb-search-simple, spam-BBDB-register-routine,
24716         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24717         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24718         spam-stat-buffer-is-spam, spam-stat-load,
24719         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24720         spam-stat-save and spam-stat-split-fancy.
24721
24722 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24723
24724         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24725         which may confuse users.
24726         (canlock-password-for-verify): Ditto.
24727
24728         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24729
24730         * gnus-art.el (gnus-emphasis-alist): Ditto.
24731
24732         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24733
24734         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24735
24736         * gnus-start.el (gnus-save-killed-list): Ditto.
24737
24738         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24739         (gnus-sum-thread-tree-root): Ditto.
24740         (gnus-sum-thread-tree-false-root): Ditto.
24741         (gnus-sum-thread-tree-single-indent): Ditto.
24742
24743         * message.el (message-courtesy-message): Ditto.
24744         (message-archive-note): Ditto.
24745         (message-subscribed-address-file): Ditto.
24746         (message-user-fqdn): Ditto.
24747
24748         * spam-report.el (spam-report-gmane-regex): Ditto.
24749
24750         * spam.el (spam-blackhole-good-server-regex): Ditto.
24751
24752 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24753
24754         * mml.el (mml-preview): Widen the message buffer before copying
24755         the contents to the preview buffer; sort headers before previewing.
24756
24757         * message.el (message-hidden-headers): Fix the way to avoid a bug
24758         in the `repeat' widget in Emacs 21.3 or earlier.
24759
24760 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24761
24762         * message.el (message-hidden-headers): Default to "^References:".
24763         Improve customization type.  Suggested by Reiner Steib
24764         <Reiner.Steib@gmx.de>.
24765
24766 2004-11-25  Romain Francoise  <romain@orebokech.com>
24767
24768         * message.el (message-strip-forbidden-properties): Remove check for
24769         obsolete `message-hidden' text property, hidden headers are not
24770         accessible in the buffer anymore.
24771
24772 2004-11-22  Romain Francoise  <romain@orebokech.com>
24773
24774         * message.el (message-header-format-alist): Add `From' in list
24775         so that it can be sorted.
24776         (message-fix-before-sending): Widen and sort headers before
24777         sending.
24778         (message-hide-headers): Use narrowing to hide headers by moving
24779         them to the top of the buffer and narrowing to the region
24780         underneath.
24781
24782 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24783
24784         * message.el (message-strip-forbidden-properties):
24785         Bind buffer-read-only (etc) to nil.
24786
24787 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24788
24789         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24790         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24791
24792 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24793
24794         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24795
24796 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24797
24798         * dns.el (query-dns): Use sit-for to time instead of
24799         accept-process-output, since that doesn't seem to work on udp
24800         sockets.
24801
24802 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24803
24804         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24805
24806 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24807
24808         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24809         doc string.  Improve doc string.
24810
24811 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24812
24813         * nntp.el (nntp-request-update-info): Return nil if
24814         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24815         may not call gnus-activate-group which uselessly issues the GROUP
24816         commands for all nntp groups and wastes time.  Reported by Romain
24817         Francoise <romain@orebokech.com>.
24818
24819         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24820
24821 2004-11-15  Simon Josefsson  <jas@extundo.com>
24822
24823         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24824         headers separately.
24825         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24826         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24827
24828 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24829
24830         * gnus-start.el (gnus-convert-old-newsrc):
24831         Assign legacy-gnus-agent to 5.10.7.
24832
24833 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24834
24835         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24836         start of the lines.
24837
24838 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24839
24840         * hashcash.el (hashcash-default-payment): Change default to 20.
24841         (hashcash-default-accept-payment): Change default to 20.
24842         (hashcash-process-alist): New variable.
24843         (hashcash-generate-payment-async): Add.
24844         (hashcash-already-paid-p): Add.
24845         (hashcash-insert-payment): Don't generate payments twice.
24846         (hashcash-insert-payment-async): Add.
24847         (hashcash-insert-payment-async-2): Add.
24848         (hashcash-cancel-async): Add.
24849         (hashcash-wait-async): Add.
24850         (hashcash-processes-running-p): Add.
24851         (hashcash-wait-or-cancel): Add.
24852         (mail-add-payment): New optional argument.  Conditionally start
24853         asynchronous calculation.
24854         (mail-add-payment-async): Add.
24855
24856         * message.el (message-send-mail): Wait for asynchronous hashcash
24857         results.  Don't clobber existing X-Hashcash headers.
24858         (message-setup-1): Call mail-add-payment-async when
24859         message-generate-hashcash is non-nil.
24860
24861 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24862
24863         * message.el (message-use-alternative-email-as-from): Examine the
24864         From header as well; use message-make-from in order to include a
24865         user's full name.
24866
24867 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24868
24869         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24870         default; improve customization type.
24871         (gnus-emphasis-custom-with-format): New macro.
24872         (gnus-emphasis-custom-value-to-external): New function.
24873         (gnus-emphasis-custom-value-to-internal): New function.
24874
24875 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24876
24877         * dns.el (query-dns): Resolve reverse addresses.
24878
24879 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24880
24881         * gnus-group.el (gnus-group-get-new-news): Use it.
24882
24883         * gnus-start.el (gnus-check-reasonable-setup): New function.
24884
24885 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24886
24887         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24888         "Args out of range" error.  Reported by Arnaud Giersch
24889         <arnaud.giersch@free.fr>.
24890
24891 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24892
24893         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24894
24895 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24896
24897         * spam.el (spam group): Add :version.
24898
24899         * pgg-def.el (pgg group): Add :version.
24900
24901 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24902
24903         * gnus-art.el (gnus-article-edit-article): Don't associate the
24904         article buffer with a draft file.  This is a temporary measure
24905         against the 2004-08-22 change to gnus-article-edit-mode.
24906
24907 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24908
24909         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24910         (html2text-format-tags): Remove unused variable `attr'.
24911
24912 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24913
24914         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24915
24916         * tls.el (tls-process-connection-type, tls-success)
24917         (tls-certtool-program): Add :version.
24918
24919         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24920         (starttls-extra-arguments, starttls-process-connection-type)
24921         (starttls-connect, starttls-failure, starttls-success): Add :version.
24922
24923         * spam-stat.el (spam-stat): Add :version.
24924
24925         * sieve.el (sieve): Add :version.
24926
24927         * sha1.el (sha1): Add :version.
24928         (sha1-use-external): Remove redundant version.
24929
24930         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24931         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24932         (nnmail-split-fancy-match-partial-words)
24933         (nnmail-split-lowercase-expanded): Add :version.
24934
24935         * nndiary.el (nndiary): Add :version.
24936
24937         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24938
24939         * mml-sec.el (mml-default-sign-method)
24940         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24941         Add :version.
24942
24943         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24944
24945         * mm-url.el (mm-url-use-external, mm-url-program)
24946         (mm-url-arguments): Add :version.
24947
24948         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24949         (mm-attachment-file-modes, mm-decrypt-option)
24950         (mm-w3m-safe-url-regexp): Add :version.
24951
24952         * message.el (message-cite-prefix-regexp)
24953         (message-sendmail-envelope-from, message-minibuffer-local-map)
24954         (message-user-fqdn, message-completion-alist): Add :version.
24955
24956         * gnus-win.el (gnus-configure-windows-hook)
24957         (gnus-use-frames-on-any-display): Add :version.
24958
24959         * gnus-art.el (gnus-article-address-banner-alist)
24960         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24961         (gnus-treat-from-picon, gnus-treat-mail-picon)
24962         (gnus-treat-x-pgp-sig): Add :version.
24963
24964         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24965         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24966         (gnus-summary-article-delete-hook)
24967         (gnus-summary-display-while-building): Add :version.
24968
24969         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24970         (gnus-get-top-new-news-hook): Add :version.
24971
24972         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24973         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24974
24975         * gnus-registry.el (gnus-registry): Add :version.
24976
24977         * gnus-spec.el (gnus-use-correct-string-widths)
24978         (gnus-make-format-preserve-properties): Add :version.
24979
24980         * gnus.el (gnus-group-charter-alist)
24981         (gnus-group-fetch-control-use-browse-url)
24982         (gnus-install-group-spam-parameters): Add :version.
24983
24984         * gnus-diary.el (gnus-diary): Add :version.
24985
24986         * gnus-delay.el (gnus-delay): Add :version.
24987
24988         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24989         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24990         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24991         Add :version.
24992
24993         * gnus-agent.el (gnus-agent-max-fetch-size)
24994         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24995         (gnus-agent-prompt-send-queue): Add :version.
24996
24997         * deuglify.el (gnus-outlook-deuglify): Add :version.
24998
24999         * html2text.el: Beautify code.  Improve doc strings.
25000         Some checkdoc cleanup.
25001         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
25002
25003 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
25004
25005         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
25006
25007 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
25008
25009         * gnus-registry.el (gnus-registry-hashtb): Create the registry
25010         when package is loaded.
25011
25012         * spam.el (spam-summary-score-preferred-header): Add global preference
25013         for people who want to override the default SpamAssassin over
25014         Bogofilter preference (when both are set).
25015         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
25016         (spam-user-format-function-S):
25017         Check spam-summary-score-preferred-header.
25018         (spam-extra-header-to-number): Add X-Bogosity header parsing.
25019         (spam-user-format-function-S): Format the score correctly.
25020
25021 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25022
25023         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
25024         signature file.  Suggested by Manoj Srivastava
25025         <srivasta@golden-gryphon.com>.
25026
25027         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
25028         iso-2022-jp even in the Japanese language environment.
25029         Suggested by Jason Rumney <jasonr@gnu.org>.
25030
25031 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25032
25033         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
25034         use the same characters as the dummy marks; make it free from
25035         getting affected by the language environment.
25036         (gnus-summary-read-group-1): Update mark positions only when the
25037         format spec is updated.
25038
25039         * gnus-spec.el (gnus-update-format-specifications): Return a list
25040         of updated types.
25041
25042 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25043
25044         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
25045         of boundp to check if display-warning is available.
25046
25047 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
25048
25049         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
25050
25051 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25052
25053         * nnspool.el (nnspool-spool-directory): Use news-path if the
25054         news-directory variable is not bound.
25055
25056         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
25057         function instead of display-warning if it is not available.
25058
25059 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
25060
25061         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
25062         v5-10: Use `point-at-bol'.
25063
25064 2004-10-26  Simon Josefsson  <jas@extundo.com>
25065
25066         * hashcash.el: Fix URL in comment, reported by Cheng Gao
25067         <chenggao@gmail.com>.
25068
25069 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
25070
25071         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
25072         instead.
25073
25074 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
25075
25076         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
25077         to remove a server from the nnimap-server-buffer-alist.
25078         (nnimap-open-connection, nnimap-close-server): Use it.
25079
25080         * gnus-encrypt.el: Remove file in favor of encrypt.el.
25081
25082 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25083
25084         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
25085         running the major-mode function.
25086
25087 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25088
25089         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
25090         dummy marks in the right way.
25091
25092 2004-10-18  David Edmondson  <dme@dme.org>
25093
25094         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
25095         excessively.
25096
25097 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
25098
25099         * gnus-util.el (gnus-split-references): Accept a nil references
25100         string and go on blissfully.
25101
25102         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
25103         cases where the references string is non-nil but has no references.
25104
25105         * encrypt.el: Add autoload tags.
25106
25107         * spam.el (spam-resolve-registrations-routine): Remove article
25108         from unregistration list too.  Reported by David Hanak
25109         <dhanak@isis.vanderbilt.edu>
25110
25111 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
25112
25113         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
25114         nil.  Change custom type.
25115
25116 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
25117
25118         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
25119
25120         * gnus-sum.el (gnus-summary-move-article): Use it.
25121
25122 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
25123
25124         * encrypt.el: Add autoload cookies.
25125
25126         * spam.el (spam-backend-article-list-property)
25127         (spam-backend-get-article-todo-list)
25128         (spam-backend-put-article-todo-list)
25129         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
25130         Resolve registrations separately.
25131         (spam-register-routine): Format comments.
25132         (spam-unregister-routine, spam-register-routine): Always call with
25133         specific-articles, no default list.
25134         (spam-summary-prepare-exit): Use the spam-classifications function.
25135
25136         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
25137         gnus-encrypt.el.
25138
25139         * encrypt.el: Copied from gnus-encrypt.el.
25140
25141         * gnus-encrypt.el: Commented that it's obsolete.
25142
25143 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25144
25145         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
25146         (gnus-score-save): Use it.
25147
25148         * message.el (message-bury): Use `window-dedicated-p'.
25149
25150 2004-10-15  Simon Josefsson  <jas@extundo.com>
25151
25152         * pop3.el (top-level): Don't require nnheader.
25153         (pop3-read-timeout): Add.
25154         (pop3-accept-process-output): Add.
25155         (pop3-read-response, pop3-retr): Use it.
25156
25157 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
25158
25159         * spam.el (spam-register-routine): Move comment.
25160         (spam-verify-bogofilter): Use 'unknown for the initial
25161         spam-bogofilter-valid state, not 'never.
25162
25163         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
25164         for netrc-machine.
25165
25166         * nnimap.el (nnimap-open-connection):
25167         Use netrc-machine-user-or-password.
25168
25169 2004-10-17  Richard M. Stallman  <rms@gnu.org>
25170
25171         * gnus-registry.el (gnus-registry-unload-hook):
25172         Set as a variable with add-hook.
25173
25174         * nnspool.el (nnspool-spool-directory): Use news-directory instead
25175         of news-path.
25176
25177         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
25178
25179         * spam.el: Delete duplicate `provide'.
25180         (spam-unload-hook): Set as a variable with add-hook.
25181
25182 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25183
25184         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
25185         in the doc string.
25186
25187         * message.el (message-ignored-news-headers)
25188         (message-ignored-supersedes-headers)
25189         (message-ignored-resent-headers)
25190         (message-forward-ignored-headers): Improve custom type.
25191
25192 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25193
25194         * message.el (message-tokenize-header): Fix 2004-09-06 change
25195         which used point-min in the wrong place.
25196
25197 2004-10-12  Simon Josefsson  <jas@extundo.com>
25198
25199         * tls.el (tls-certtool-program): New variable.
25200         (tls-certificate-information): New function, based on
25201         ssl-certificate-information.
25202
25203 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25204
25205         * compface.el: Move the version of ELisp-based uncompface program
25206         to the contrib directory because of the copyright problem.
25207
25208 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
25209
25210         * message.el (message-kill-buffer): Raise the current frame.
25211
25212 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
25213
25214         * gnus-sum.el: Mention that multibyte characters don't work as marks.
25215
25216         * gnus.el (message-y-or-n-p): Autoload.
25217
25218         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
25219         (pop3-password-required, pop3-authentication-scheme)
25220         (pop3-leave-mail-on-server): Make customizable.
25221         (pop3): New custom group.
25222         (pop3-retr): Remove `sleep-for' statements.
25223         Suggested by Dave Love <fx@gnu.org>.
25224
25225         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
25226         Windows/DOS.
25227
25228         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25229         (imap-parse-body): Fix incorrect use of `assert'.
25230         Suggested by Dave Love <fx@gnu.org>.
25231
25232         * mml.el (mml-minibuffer-read-disposition): Require match.
25233         Suggested by Dave Love <fx@gnu.org>.
25234
25235 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
25236
25237         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
25238         doc string.
25239
25240 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25241
25242         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
25243
25244 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25245
25246         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
25247         instead of calling `mm-insert-inline', to decode text/* parts
25248         before displaying them.
25249
25250 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25251
25252         * mm-uu.el (mm-uu-text-plain-type): New variable.
25253         (mm-uu-pgp-signed-extract-1): Use it.
25254         (mm-uu-pgp-encrypted-extract-1): Use it.
25255         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
25256         bind mm-uu-text-plain-type with that value.
25257         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
25258         mm-uu-dissect.
25259
25260 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25261
25262         * gnus-group.el (gnus-update-group-mark-positions):
25263         * gnus-sum.el (gnus-update-summary-mark-positions):
25264         * message.el (message-check-news-body-syntax):
25265         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
25266         of string-as-multibyte.
25267
25268 2004-10-05  Juri Linkov  <juri@jurta.org>
25269
25270         * gnus-group.el (gnus-update-group-mark-positions):
25271         * gnus-sum.el (gnus-update-summary-mark-positions):
25272         * message.el (message-check-news-body-syntax):
25273         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
25274         8-bit unibyte values to a multibyte string for search functions.
25275
25276 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25277
25278         * mm-uu.el (mm-uu-dissect): Allow optional arg.
25279         (mm-uu-dissect-text-parts): New function.
25280
25281         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
25282         dissect text parts.
25283
25284         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
25285         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
25286
25287         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
25288
25289         * gnus-topic.el (gnus-topic-hierarchical-parameters):
25290         Use gnus-current-topics instead of gnus-current-topic.
25291
25292 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
25293
25294         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
25295
25296 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
25297
25298         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
25299         where appropriate.
25300
25301         * nnml.el (nnml-generate-active-info): do.
25302
25303         * nndiary.el (nndiary-generate-active-info): do.
25304
25305         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
25306         (gnus-topic-move): do.
25307
25308         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
25309         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
25310
25311         * gnus-srvr.el (gnus-server-prepare)
25312         (gnus-server-open-all-servers): do.
25313
25314         * gnus-msg.el (gnus-summary-cancel-article)
25315         (gnus-summary-resend-message)
25316         (gnus-summary-mail-crosspost-complaint): do.
25317
25318         * gnus-move.el (gnus-change-server): do.
25319
25320         * gnus-group.el (gnus-group-unmark-all-groups)
25321         (gnus-group-set-current-level): do.
25322
25323 2004-10-04  Simon Josefsson  <jas@extundo.com>
25324
25325         * message.el (message-generate-hashcash): Doc fix.
25326
25327 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25328
25329         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25330         avoid infinite recursion via gnus-get-function.
25331
25332 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25333
25334         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25335
25336         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25337
25338         * nnmail.el (nnmail-split-history): do.
25339
25340         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25341         (nnml-request-delete-group): do.
25342
25343         * nnslashdot.el (nnslashdot-read-groups): do.
25344
25345         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25346         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25347
25348         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25349         (nnspool-sift-nov-with-sed): Use last.
25350         (nnspool-retrieve-headers-with-nov): Use mapc.
25351         (nnspool-request-newgroups): Use dolist.
25352         (nnspool-request-group): Use last.
25353
25354         * nntp.el (nntp-read-server-type): Use dolist.
25355
25356         * nnvirtual.el (nnvirtual-create-mapping)
25357         (nnvirtual-update-read-and-marked): Use dolist.
25358         (nnvirtual-convert-headers): Simplify.
25359
25360 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25361
25362         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25363         Add support for sync'ing tick marks.
25364
25365 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25366
25367         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25368         there's no visible header.
25369
25370 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25371
25372         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25373         When necessary, pass full group name to gnus-request-set-marks.
25374
25375 2004-10-01  Simon Josefsson  <jas@extundo.com>
25376
25377         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25378         acroread.
25379
25380 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25381
25382         * spam-report.el (spam-report-gmane): Fix interactive.
25383
25384         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25385
25386         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25387         when writing file.
25388         (gnus-agent-synchronize-flags): Don't default to being
25389         interactive.
25390
25391 2004-09-30  Simon Josefsson  <jas@extundo.com>
25392
25393         * message.el (message-generate-hashcash): Add.
25394         (message-send-mail): Use it, call mail-add-payment.
25395
25396 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25397
25398         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25399
25400 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25401
25402         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25403         gnus-requst-update-info with explicit code to sync the in-memory
25404         info read flags with the marks being sync'd to the backend.
25405
25406         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25407
25408 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25409
25410         * spam.el (spam-verify-bogofilter): Add new function.
25411         (spam-check-bogofilter)
25412         (spam-bogofilter-register-with-bogofilter): Use it.
25413         (spam-verify-bogofilter): Add small fixes.
25414
25415 2004-09-28  Simon Josefsson  <jas@extundo.com>
25416
25417         * hashcash.el (hashcash-generate-payment): Revert.
25418
25419 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25420
25421         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25422         Use gnus-extract-references instead of gnus-split-references.
25423
25424         * gnus-util.el (gnus-extract-references): Add new function, analogous
25425         to gnus-split-references but extracts only the message-ID without
25426         anything extra.
25427
25428         * hashcash.el (hashcash-generate-payment)
25429         (hashcash-check-payment): Do the right thing if hashcash-path is
25430         nil (because the hashcash program could not be found).
25431
25432         * spam.el (spam-use-hashcash): Remove comment.
25433
25434 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25435
25436         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25437         (gnus-cache-enter-article, gnus-cache-remove-article)
25438         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25439
25440         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25441
25442         * gnus-art.el (article-hide-boring-headers)
25443         (article-translate-strings, article-display-face)
25444         (gnus-article-mime-match-handle-first)
25445         (gnus-article-highlight-headers)
25446         (gnus-article-add-buttons-to-head): do.
25447
25448 2004-09-27  Simon Josefsson  <jas@extundo.com>
25449
25450         * hashcash.el: New version, from
25451         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25452         ../contrib/.
25453
25454 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25455
25456         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25457
25458 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25459
25460         * gnus-dup.el (gnus-dup-open): Use mapc.
25461         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25462
25463         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25464         Reported by Stefan Wiens <s.wi@gmx.net>.
25465
25466         * gnus.el (gnus-shutdown): Use dolist.
25467
25468         * gnus-undo.el (gnus-undo): Use mapc.
25469
25470         * nnrss.el (nnrss-generate-active): do.
25471
25472         * message.el (message-cite-original-without-signature)
25473         (message-cite-original): Use mapc.
25474         (message-do-actions, message-make-forward-subject): Use dolist.
25475
25476 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25477
25478         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25479         deletion to remove entire duplicate line.  Fixes merged article
25480         number bug.
25481
25482 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25483
25484         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25485         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25486         first ask if you want to open a server and then, even when you
25487         responded with no, asking if you want to synchronize the server's
25488         flags.
25489         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25490         multi-line expressions.
25491         (gnus-agent-synchronize-group-flags): New internal function.
25492         Updates marks in memory (in the info structure) AND in the
25493         backend.
25494
25495         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25496
25497         * nnagent.el (nnagent-request-set-mark):
25498         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25499         method, to ensure that synchronization updates marks in the
25500         backend and in the info (in memory) structure.
25501
25502 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25503
25504         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25505         convention fully; don't miss the root article of a thread; make
25506         the X-Draft-From header with correct article numbers.
25507
25508 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25509
25510         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25511         unless plugged.  Disable the agent so that an open failure causes
25512         an error.
25513
25514         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25515         Revert 2004-09-21 change.  The backend must be opened while
25516         synchronizing flags even when the backend stores the flags
25517         locally.
25518
25519 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25520
25521         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25522         in `header' match.  Reported by Svend Tollak Munkejord.
25523
25524         * message.el (message-cite-original): Fix use of
25525         `message-cite-articles-with-x-no-archive'.
25526
25527 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25528
25529         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25530         (gnus-window-to-buffer): Ditto.
25531
25532         * mml.el (mml-preview-buffer): New variable.
25533         (mml-preview): Manage window layout with gnus-buffer-configuration.
25534
25535         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25536         X-Draft-From header even if those articles aren't quoted.
25537
25538 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25539
25540         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25541         (gnus-request-set-mark, gnus-request-update-mark): Use new
25542         g-s-t-u-l-m to decide to use backend even when unplugged.
25543
25544 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25545
25546         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25547         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25548
25549 2004-09-20  Simon Josefsson  <jas@extundo.com>
25550
25551         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25552         "utf-16-le".
25553
25554 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25555
25556         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25557
25558 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25559
25560         * uudecode.el (uudecode-use-external): Add :version.
25561
25562         * smime.el (smime-CA-file, smime-encrypt-cipher)
25563         (smime-dns-server): Add :version.
25564
25565         * smiley.el (gnus-smiley-file-types): Add :version.
25566
25567         * sha1.el (sha1-use-external): Add :version.
25568
25569         * pgg-def.el (pgg-query-keyserver): Add :version.
25570
25571         * nnmail.el (nnmail-fancy-expiry-targets)
25572         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25573         Add :version.
25574
25575         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25576         (nnimap-retrieve-groups-asynchronous): Add :version.
25577         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25578
25579         * mml.el (mml-content-disposition-parameters)
25580         (mml-insert-mime-headers-always): Add :version.
25581
25582         * mm-util.el (mm-coding-system-priorities): Add :version.
25583
25584         * mm-decode.el (mm-inline-text-html-with-images)
25585         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25586         (mm-verify-option): Add :version.
25587         (mm-text-html-renderer): Change :version.
25588
25589         * message.el (message-fcc-externalize-attachments)
25590         (message-required-headers, message-draft-headers)
25591         (message-subject-trailing-was-query)
25592         (message-subject-trailing-was-ask-regexp)
25593         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25594         (message-mark-insert-end, message-archive-header)
25595         (message-archive-note, message-cross-post-default)
25596         (message-cross-post-note, message-followup-to-note)
25597         (message-cross-post-note-function, message-use-mail-followup-to)
25598         (message-subscribed-address-functions)
25599         (message-subscribed-address-file, message-subscribed-addresses)
25600         (message-subscribed-regexps, message-allow-no-recipients)
25601         (message-yank-cited-prefix, message-signature-insert-empty-line)
25602         (message-hidden-headers, message-hierarchical-addresses)
25603         (message-mail-user-agent, message-use-idna)
25604         (message-valid-fqdn-regexp)
25605         (message-strip-special-text-properties, message-header-synonyms)
25606         (message-beginning-of-line, message-tab-body-function): Add :version.
25607         (message-insert-canlock, message-wide-reply-confirm-recipients):
25608         Change :version.
25609
25610         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25611         and :version.
25612         (mail-source-delete-old-incoming-confirm)
25613         (mail-source-movemail-program): Add :version.
25614
25615         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25616         (gnus-agent-cache, gnus-agent): Change :version.
25617
25618         * gnus-util.el (gnus-use-byte-compile): Change :version.
25619
25620         * gnus-sum.el (gnus-summary-make-false-root-always)
25621         (gnus-summary-default-high-score)
25622         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25623         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25624         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25625         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25626         (gnus-sum-thread-tree-single-indent)
25627         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25628         (gnus-sum-thread-tree-leaf-with-other)
25629         (gnus-sum-thread-tree-single-leaf): Add :version.
25630         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25631         (gnus-article-loose-mime): Change :version.
25632
25633         * gnus-start.el (gnus-backup-startup-file)
25634         (gnus-save-startup-file-via-temp-buffer): Add :version.
25635
25636         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25637         (gnus-server-offline-face): Add :version.
25638
25639         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25640
25641         * gnus-msg.el (gnus-gcc-externalize-attachments)
25642         (gnus-debug-files, gnus-debug-exclude-variables)
25643         (gnus-discouraged-post-methods): Change :version.
25644         (gnus-confirm-mail-reply-to-news)
25645         (gnus-confirm-treat-mail-like-news): Add :version.
25646
25647         * gnus-int.el (gnus-server-unopen-status): Add :version.
25648
25649         * gnus-group.el (gnus-group-jump-to-group-prompt)
25650         (gnus-large-ephemeral-newsgroup)
25651         (gnus-fetch-old-ephemeral-headers): Add :version.
25652
25653         * gnus-fun.el (gnus-x-face-directory)
25654         (gnus-convert-pbm-to-x-face-command)
25655         (gnus-convert-image-to-x-face-command)
25656         (gnus-convert-image-to-face-command): Add :version.
25657
25658         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25659
25660         * gnus-cite.el (gnus-cite-blank-line-after-header)
25661         (gnus-article-boring-faces): Add :version.
25662
25663         * gnus-art.el (gnus-buttonized-mime-types)
25664         (gnus-inhibit-mime-unbuttonizing)
25665         (gnus-treat-display-face)
25666         (gnus-treat-body-boundary): Change :version.
25667         (gnus-body-boundary-delimiter, gnus-picon-databases)
25668         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25669         (gnus-treat-date-english, gnus-treat-fold-headers)
25670         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25671         (gnus-treat-mail-picon, gnus-treat-wash-html)
25672         (gnus-article-encrypt-protocol)
25673         (gnus-use-idna, gnus-article-over-scroll)
25674         (gnus-mime-display-multipart-alternative-as-mixed)
25675         (gnus-mime-display-multipart-related-as-mixed)
25676         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25677         (gnus-ctan-url, gnus-button-ctan-handler)
25678         (gnus-button-handle-ctan-bogus-regexp)
25679         (gnus-button-ctan-directory-regexp)
25680         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25681         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25682         (gnus-button-man-level, gnus-button-emacs-level)
25683         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25684
25685         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25686         (gnus-agent-go-online): Change :version.
25687         (gnus-agent-expire-unagentized-dirs)
25688         (gnus-agent-auto-agentize-methods): Add :version.
25689
25690         * flow-fill.el (fill-flowed-display-column)
25691         (fill-flowed-encode-column): Add :version.
25692
25693         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25694         (gnus-outlook-deuglify-unwrap-max)
25695         (gnus-outlook-deuglify-cite-marks)
25696         (gnus-outlook-deuglify-unwrap-stop-chars)
25697         (gnus-outlook-deuglify-no-wrap-chars)
25698         (gnus-outlook-deuglify-attrib-cut-regexp)
25699         (gnus-outlook-deuglify-attrib-verb-regexp)
25700         (gnus-outlook-deuglify-attrib-end-regexp)
25701         (gnus-outlook-display-hook): Add :version.
25702
25703         * binhex.el (binhex-use-external): Add :version.
25704
25705 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25706
25707         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25708         and `invisible'.
25709
25710 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25711
25712         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25713         in gnus-registry-trim.
25714
25715 2004-09-13  Simon Josefsson  <jas@extundo.com>
25716
25717         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25718
25719         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25720
25721         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25722         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25723         <yamaoka@jpl.org>.
25724         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25725         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25726         <yamaoka@jpl.org>.
25727
25728         * sieve.el (sieve-manage-mode): Ditto.
25729
25730 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25731
25732         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25733
25734 2004-09-11  Simon Josefsson  <jas@extundo.com>
25735
25736         * dns-mode.el: Add.
25737
25738         * mm-view.el (mm-display-dns-inline): Add.
25739
25740         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25741         (mm-automatic-display): Ditto.
25742
25743         * mailcap.el (mailcap-mime-data): Add text/dns.
25744         (mailcap-mime-extensions): Map .soa to text/dns.
25745
25746 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25747
25748         * gnus-art.el (article-decode-mime-words, article-babel)
25749         (gnus-article-highlight-signature, gnus-article-add-buttons)
25750         (gnus-signature-toggle): Remove unnecessary bindings of
25751         `inhibit-read-only' inherited from v5.10 merge.
25752
25753 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25754
25755         * nntp.el (nntp): New customization group.
25756         (nntp-authinfo-file): Add customization group.
25757
25758         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25759
25760         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25761
25762         * gnus.el (to-address, to-list, subscribed)
25763         (large-newsgroup-initial): Ditto.
25764
25765         * flow-fill.el (fill-flowed-display-column)
25766         (fill-flowed-encode-column): Ditto.
25767
25768 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25769
25770         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25771         Use point-min rather than 1.
25772         (message-send-mail): Use buffer-size rather than point-max.
25773
25774         * gnus-sum.el (gnus-summary-search-article-forward):
25775         Signal a specific `search-failed' rather than a generic `error'.
25776
25777         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25778         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25779         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25780
25781 2004-09-10  Simon Josefsson  <jas@extundo.com>
25782
25783         * nndb.el (require): Remove tcp and duplicate cl.
25784
25785 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25786
25787         * gnus-agent.el (directory-files-and-attributes): Move forward.
25788
25789 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25790
25791         * gnus-agent.el (directory-files-and-attributes):
25792         Optionally defined to support XEmacs.
25793
25794 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25795
25796         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25797         to avoid run-time CL dependencies.
25798         (gnus-agent-unfetch-articles): New function.
25799         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25800         article numbers even when local .overview file is missing.
25801         (gnus-agent-read-article-number): New function.  Only accepts
25802         27-bit article numbers.
25803         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25804         Use gnus-agent-read-article-number.
25805         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25806         from backend while recognizing that article numbers in .overview
25807         must be valid.
25808         (gnus-agent-update-files-total-fetched-for):
25809         Use directory-files-and-attributes to improve performance.
25810         * gnus-int.el (gnus-request-move-article):
25811         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25812         improve performance.
25813
25814         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25815         some users confused by references to .newsrc when they only have a
25816         .newsrc.eld file.
25817         (gnus-convert-mark-converter-prompt)
25818         (gnus-convert-converter-needs-prompt): Fix use of property list.
25819         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25820         New function.  Used internally to only display 'gnus converting
25821         files' message when actually necessary.
25822
25823         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25824         methods now autoloaded.
25825
25826 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25827
25828         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25829         identifiers.
25830
25831 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25832
25833         * gnus-picon.el: Fix indentation and closing parenthesis.
25834
25835 2004-09-01  Simon Josefsson  <jas@extundo.com>
25836
25837         * message.el (message-canlock-generate): Require sha1, not
25838         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25839         to require within a function.  Sadly, if sha1.el isn't loaded, the
25840         let binding in m-c-g will hide the defcustom definition, which is
25841         bad.)
25842
25843         * canlock.el: Require sha1, not sha1-el.
25844
25845         * message.el: Don't autoload sha1 (there is a autoload cookie in
25846         sha1.el).
25847
25848         * sha1-el.el: Rename to sha1.el.
25849
25850 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25851
25852         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25853
25854 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25855
25856         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25857
25858 2004-08-30  Kim F. Storm  <storm@cua.dk>
25859
25860         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25861
25862         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25863         Add :group 'nnimap.
25864
25865 2004-08-30  Andreas Schwab  <schwab@suse.de>
25866
25867         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25868         ?* and ?\;.
25869
25870         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25871         and ?\' to symbol instead of whitespace.
25872
25873 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25874
25875         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25876
25877         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25878         instead of re-search-forward.
25879
25880         * gnus-uu.el (gnus-uu-save-article): Ditto.
25881         (gnus-uu-post-encode-uuencode): Ditto.
25882
25883         * html2text.el (html2text-clean-list-items): Ditto.
25884         (html2text-clean-dtdd): Ditto.
25885         (html2text-format-tags): Ditto.
25886
25887         * message.el (message-send-mail-with-sendmail): Fix regexp.
25888         (message-fill-field-general): Use search-forward instead of
25889         re-search-forward.
25890         (unbold-region): Ditto.
25891
25892         * nnrss.el (nnrss-request-article): Ditto.
25893
25894         * nnslashdot.el (nnslashdot-request-article): Ditto.
25895
25896         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25897
25898         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25899         "Unrecognized menu descriptor" error in XEmacs.
25900
25901 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25902
25903         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25904         parent article of a sparse article in the thread hashtb.
25905
25906 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25907
25908         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25909         (nnmail-expand-newtext): Lowercase expanded entries if
25910         nnmail-split-lowercase-expanded is non-nil.
25911
25912 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25913
25914         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25915
25916         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25917         of gnus-tmp-news-method into string under XEmacs.  It will be
25918         passed to gnus-correct-length which takes only a string argument.
25919
25920 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25921
25922         * gnus-util.el (gnus-bind-print-variables): New macro.
25923         (gnus-prin1): Use it.
25924         (gnus-prin1-to-string): Use it.
25925         (gnus-pp): New function.
25926         (gnus-pp-to-string): New function.
25927
25928         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25929         Replace pp-to-string with gnus-pp-to-string.
25930         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25931         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25932         * gnus-msg.el (gnus-debug): Ditto.
25933         * gnus-score.el (gnus-score-save): Ditto.
25934         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25935         gnus-pp-to-string.
25936         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25937         with gnus-pp.
25938         * score-mode.el (gnus-score-pretty-print): Ditto.
25939         * webmail.el (webmail-debug): Ditto.
25940
25941 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25942
25943         * gnus-art.el (article-display-face, article-display-x-face):
25944         Use buffer-read-only.
25945
25946 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25947
25948         * gnus-art.el (article-hide-list-identifiers):
25949         Bind inhibit-read-only as t.
25950
25951 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25952
25953         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25954
25955 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25956
25957         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25958         (gnus-narrow-to-page): Don't assume point-min == 1.
25959         (gnus-article-edit-mode): Derive from message-mode.
25960
25961         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25962         point-min == 1.
25963
25964         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25965         Disable incorrect use of `assert'.
25966
25967         * message.el (message-mode): Set comment-start-skip.
25968
25969
25970 2004-08-22  Sam Steingold  <sds@gnu.org>
25971
25972         * pop3.el (pop3-leave-mail-on-server): New user variable.
25973         (pop3-movemail): Delete mail only when it is nil.
25974
25975 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25976
25977         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25978
25979         * mml.el (mml-preview): Use `pop-to-buffer'.
25980
25981         * message.el (message-goto-mail-followup-to): Insert after "To".
25982         (message-carefully-insert-headers): Add comment.
25983
25984         * gnus.el: Remove unused variable `gnus-article-check-size'.
25985
25986         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25987
25988         * gnus-art.el (gnus-button-alist):
25989         Improve `gnus-button-handle-library' entry.
25990
25991 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25992
25993         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25994         Use downcase, since XEmacs capitalizes error messages differently.
25995
25996 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25997
25998         * nntp.el: Add (require 'gnus) due to reference to
25999         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
26000
26001 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
26002
26003         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
26004         Bind `mm-fill-flowed'.
26005
26006         * mm-decode.el (mm-dissect-singlepart): Check it.
26007
26008 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
26009
26010         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
26011         'imap' for netrc parsing.
26012
26013 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
26014
26015         * mailcap.el (mailcap-mime-data): Mark as risky.
26016
26017 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26018
26019         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
26020         may be included in the encoded word.
26021         (rfc2047-encode): Don't append a space if the encoded word
26022         includes close parenthesis.
26023
26024 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26025
26026         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
26027         of text within parentheses.
26028
26029 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
26030
26031         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
26032         (gnus-encrypt-write-file-contents): Make the password key the file
26033         name PLUS the cipher, not just the cipher.  Also remove failed
26034         passwords from the cache.
26035
26036 2004-08-06  Simon Josefsson  <jas@extundo.com>
26037
26038         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
26039         Doc fix.
26040
26041 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26042
26043         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
26044         LWSP.
26045
26046 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
26047
26048         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26049         Try to append in-reply-to: data to the references: header.
26050
26051         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
26052         (netrc-parse): Use gnus-encrypt.el functions.
26053
26054         * gnus-encrypt.el: Add new file for encryption support; currently
26055         does only a few GPG ciphers and an internal XOR cipher.
26056
26057         * password.el: Add comments on using password-read-and-add.
26058         (password-read-and-add): Add function to read and add the
26059         password to the cache at once.
26060
26061 2004-07-28  Simon Josefsson  <jas@extundo.com>
26062
26063         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
26064         parameter (but don't use it, for now).
26065
26066         * imap.el (imap-ssl-open): Use imap-process-connection-type,
26067         instead of hard coding to nil.
26068
26069 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26070
26071         * mm-view.el (mm-inline-image-emacs): Open lines under an image
26072         as mm-inline-image-xemacs does.
26073
26074 2004-07-26  Simon Josefsson  <jas@extundo.com>
26075
26076         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
26077         Revert part of 2004-07-17 change below.
26078
26079 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26080
26081         * rfc2047.el (rfc2047-encode-region): Don't infloop.
26082         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26083
26084 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26085
26086         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
26087         quotes that actually start with ">" at the beginning of the
26088         lines.
26089
26090 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26091
26092         * rfc2047.el (rfc2047-encode-region): Fix last change.
26093         (rfc2047-encode-parameter): Remove useless concat.
26094
26095 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26096
26097         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
26098         encode special characters; fix some kind of misconfigured headers;
26099         signal a real error if debug-on-quit or debug-on-error is non-nil.
26100         (rfc2047-encode-max-chars): New variable.
26101         (rfc2047-encode-1): Use it.
26102         (rfc2047-encode-parameter): New function.
26103
26104         * mml.el (mml-insert-parameter): Remove an excessive space.
26105
26106 2004-07-17  Simon Josefsson  <jas@extundo.com>
26107
26108         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
26109         Kai Grossjohann <kai@emptydomain.de>.
26110         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
26111         (gnus-group-make-menu-bar): Ditto.
26112
26113         * gnus-util.el (gnus-group-server): Add.
26114
26115 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
26116
26117         * message.el (message-clone-locals): Clone sendmail and smtp
26118         variables.
26119
26120 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26121
26122         * rfc2047.el (rfc2047-encode-region): Fix last change.
26123
26124 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26125
26126         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
26127         characters as non-special.
26128
26129 2004-07-09  Simon Josefsson  <jas@extundo.com>
26130
26131         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
26132         Users will lose all flag changes made while unplugged with
26133         e.g. nntp unless flag synchronization happens, thus `nil' is not a
26134         good default.  See numerous reports on ding mailing list.
26135
26136 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26137
26138         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
26139         add generate-head-function and generate-article-function to the
26140         rfc822-forward entry.
26141         (nndoc-rfc822-forward-generate-article): New function.
26142         (nndoc-rfc822-forward-generate-head): New function.
26143
26144         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
26145
26146 2004-07-06  Dan Christensen  <jdc@uwo.ca>
26147
26148         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
26149         respect display group parameter and gnus-summary-expunge-below.
26150         (gnus-articles-to-read): Remove unused reference to display group
26151         parameter.
26152
26153 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26154
26155         * nnheader.el (nnheader-uniquify-message-id): New experimental
26156         variable.
26157         (nnheader-nov-read-message-id): Use it.
26158
26159         * spam-report.el (spam-report-gmane): Add interactive.
26160
26161 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
26162
26163         * mm-encode.el (mm-content-transfer-encoding-defaults):
26164         Use qp-or-base64 for the application/* types.
26165
26166 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
26167
26168         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
26169
26170 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
26171
26172         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
26173         trim value.
26174
26175 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26176
26177         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
26178         New macro and function.
26179         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
26180
26181 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26182
26183         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
26184         after-load-alist.
26185
26186 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26187
26188         * gnus-group.el (gnus-group-get-new-news-this-group):
26189         Don't update info that isn't there.
26190
26191 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
26192
26193         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
26194         entry.
26195
26196 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26197
26198         * mm-view.el (mm-inline-render-with-function): Use multibyte
26199         buffer; decode html source by charset.
26200
26201         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
26202
26203         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
26204         Mule-UCS is loaded under XEmacs.
26205         (mm-mime-mule-charset-alist): Avoid duplicated entries.
26206
26207 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
26208
26209         * nnheader.el (nnheader-max-head-length): Increase to 8192.
26210
26211 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26212
26213         * mm-util.el (mm-coding-system-p): Return a coding-system.
26214         (mm-mime-mule-charset-alist): Use shift_jis instead of
26215         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
26216         entries for the mime charsets iso-2022-jp-3 and shift_jis.
26217         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
26218         instead of japanese-shift-jis and iso-latin-1 respectively in
26219         order to share the default value with both Emacs and XEmacs-mule.
26220         (mm-mule-charset-to-mime-charset):
26221         Make mm-coding-system-priorities effective.
26222         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
26223         while predicating of candidates upon the priorities.
26224
26225 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
26226
26227         * gnus-sum.el (gnus-summary-make-menu-bar):
26228         Add gnus-uu-invert-processable.
26229
26230         * gnus.el: Autoload gnus-uu-invert-processable.
26231
26232 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26233
26234         * mm-util.el (mm-with-multibyte-buffer): New macro.
26235
26236         * rfc2047.el (rfc2047-encode-string): Use it.
26237         (rfc2047-encode-region): Move point to the end of the region after
26238         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
26239
26240 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26241
26242         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
26243         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
26244
26245 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26246
26247         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
26248         (gnus-cite-parse): Ignore quoted envelope From_.
26249         Suggested by Karl Chen <quarl@nospam.quarl.org>.
26250
26251 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
26252
26253         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
26254         invalid addresses.
26255
26256 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
26257
26258         * spam.el: Change section markers, revise TODO list.
26259         (spam-backends): Make new master list of all installed backends.
26260         (spam-summary-exit-behavior): Add new variable to determine how
26261         messages moves are done at summary exit.
26262         (spam-move-spam-nonspam-groups-only)
26263         (spam-process-ham-in-nonham-groups)
26264         (spam-process-ham-in-spam-groups): Remove variables, the
26265         spam-summary-exit-behavior variable should be used to manage this
26266         behavior.
26267         (spam-old-ham-articles, spam-old-spam-articles): Remove.
26268         (spam-old-articles): Add variable, replacing spam-old-ham-articles
26269         and spam-old-spam-articles.
26270         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
26271         Add empty variables, placeholders for the backends they represent.
26272         (spam-set-difference): Move, unchanged.
26273         (spam-list-of-processors): Declare OBSOLETE, not used anymore
26274         unless the user has a processor variable.
26275         (spam-classifications, spam-classification-valid-p)
26276         (spam-backend-properties, spam-backend-property-valid-p)
26277         (spam-backend-function-type-valid-p)
26278         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
26279         (spam-report-articles-gmane, spam-report-articles-resend):
26280         Remove functions, they are not needed.
26281         (spam-install-backend-super, spam-backend-list)
26282         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
26283         (spam-backend-function, spam-backend-ham-registration-function)
26284         (spam-backend-spam-registration-function)
26285         (spam-backend-ham-unregistration-function)
26286         (spam-backend-spam-unregistration-function)
26287         (spam-backend-statistical-p, spam-backend-mover-p)
26288         (spam-install-backend-alias, spam-install-checkonly-backend)
26289         (spam-install-mover-backend, spam-install-nocheck-backend)
26290         (spam-install-backend, spam-install-statistical-backend)
26291         (spam-install-statistical-checkonly-backend): Add backend installation
26292         support.
26293         (spam-summary-prepare-exit): Rewrite to use the new backend code.
26294         (spam-group-processor-p): Use the new backend code and respect the
26295         summary exit behavior.
26296         (spam-mark-spam-as-expired-and-move-routine): Remove.
26297         (spam-summary-prepare): Change to use the new spam-old-articles
26298         variable.
26299         (spam-copy-or-move-routine, spam-copy-spam-routine)
26300         (spam-move-spam-routine, spam-copy-ham-routine)
26301         (spam-move-ham-routine): Add code to copy/move ham or spam.
26302         (spam-fetch-field-fast): Improve doc and code, plus allow the
26303         'number request.
26304         (spam-list-of-checks, spam-list-of-statistical-checks):
26305         Remove variables.
26306         (spam-split, spam-find-spam): Use the new backend code.
26307         (spam-registration-functions): Remove variable.
26308         (spam-unregister-routine): Add convenience wrapper.
26309         (spam-log-undo-registration, spam-register-routine)
26310         (spam-log-processing-to-registry)
26311         (spam-log-unregistration-needed-p): Rename "check" to "backend"
26312         where possible.
26313         (spam-check-gmane-xref, spam-check-regex-headers)
26314         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
26315         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
26316         (spam-check-bogofilter-headers, spam-check-spamoracle)
26317         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26318         (spam-check-crm114-headers): Use the spam-split-group that
26319         spam-split prepares, no need to determine it every time.
26320
26321         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26322         to the nnheader-parse-naked-head call.
26323
26324         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26325
26326         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26327         the nnheader-nov-read-message-id call.
26328
26329 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26330
26331         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26332         gnus-activate-group twice.  Suggested by Markus Peter
26333         <warp@spin.de>.
26334
26335 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26336
26337         * gnus-art.el (gnus-article-time-format): Exchange the order of
26338         day and month in the default value; fix customization type.
26339         (article-date-ut): Use add-text-properties.
26340         (article-make-date-line): Use message-make-date instead of
26341         current-time-string.
26342
26343         * message.el (message-fetch-field): Don't use set-text-properties.
26344         (message-make-date): Simplify.
26345
26346         * messagexmas.el (message-xmas-make-date): New function.
26347         (message-xmas-redefine): Defalias message-make-date to it.
26348
26349 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26350
26351         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26352         (rfc2047-encode-region): Treat text within parentheses as special;
26353         show the original text when error has occurred.
26354
26355         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26356         already-computed method to gnus-activate-group.
26357
26358         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26359         same select-methods identical Lisp objects.
26360
26361         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26362         object when modifying the info.
26363
26364 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26365
26366         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26367         gnus-opened-servers since it has never been opened with the new
26368         configuration yet.
26369
26370 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26371
26372         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26373         arg to nnheader-generate-fake-message-id.
26374
26375 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26376
26377         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26378         number and build a fake message ID localized to a group and
26379         article number (so it's repeatable from that point on).
26380         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26381         ID format.
26382
26383         * gnus-sum.el (gnus-get-newsgroup-headers):
26384         Call nnheader-generate-fake-message-id with the article number.
26385
26386 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26387
26388         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26389         end-of-buffer.
26390
26391 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26392
26393         * message.el (message-ignored-supersedes-headers): Add Approved.
26394
26395 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26396
26397         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26398         goto-char.
26399         (rfc2047-encode): Fold the line before encoding.
26400
26401 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26402
26403         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26404         folding -- not all headers can be folded, and this should be done
26405         by the message composition mode.  Probably.  I think.
26406
26407 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26408
26409         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26410         fast.
26411
26412         * gnus-ems.el (gnus-remove-image): Don't use
26413         message-text-with-property; remove only the image found first.
26414
26415         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26416         found first.
26417
26418 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26419
26420         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26421
26422 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26423
26424         * message.el (message-text-with-property): Make it fast and accept
26425         optional arguments.
26426         (message-strip-forbidden-properties): Use it.
26427         (message-fix-before-sending): Follow the m-t-w-p change.
26428
26429         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26430
26431 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26432
26433         * gnus-art.el (article-hide-headers): Don't change the buffer
26434         mistakenly when performing mml-preview even if
26435         gnus-single-article-buffer is nil.
26436
26437 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26438
26439         * message.el (message-expand-name-databases): New user option.
26440         (message-expand-name): Use it.
26441
26442 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26443
26444         * spam.el (spam-report-articles-resend)
26445         (spam-report-resend-register-routine): Allow ham reporting.
26446         (spam-report-resend-register-ham-routine): Add wrapper.
26447         (spam-registration-functions): Add ham resending functions.
26448         (spam-list-of-processors): Add ham resend processor.
26449
26450         * gnus.el (ham-resend-to): Add new group parameter.
26451         (spam-process): Add ham resend option.
26452
26453         * spam-report.el (spam-report-resend): Allow reporting ham.
26454         (spam-report-resend-ham): Add wrapper.
26455
26456 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26457
26458         * message.el (message-cite-articles-with-x-no-archive):
26459         New variable.
26460         (message-cite-original): Use it.
26461
26462 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26463
26464         * message.el (message-cite-original): Respect X-No-Archive.
26465
26466 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26467
26468         * gnus-art.el (article-hide-headers): Refer to the values for
26469         gnus-ignored-headers and gnus-visible-headers in the summary
26470         buffer since a user may have set them as group parameters.
26471
26472 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26473
26474         * assistant.el (assistant-node-name): Add convenience function.
26475         (assistant-render-text, assistant-render-node): Add error handling,
26476         plus handle multiple next nodes.
26477         (assistant-find-next-node): Comment out for now.
26478         (assistant-find-next-nodes): Add function, returns list of next
26479         nodes.
26480
26481 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26482
26483         * mail-source.el (mail-source-directory): Fix doc-string.
26484
26485 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26486
26487         * assistant.el (assistant-render-text, assistant-eval): Add :set
26488         widget type, which is different because it takes and returns a
26489         list.  Much hilarity ensues.
26490
26491 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26492
26493         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26494
26495         * gnus-group.el (gnus-group-get-new-news-this-group):
26496         Add doc-string.
26497
26498         * gnus-start.el (gnus-activate-group): Add doc-string.
26499
26500 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26501
26502         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26503
26504 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26505
26506         * assistant.el (assistant-render-text): Try to add a :set
26507         widget, more to come.
26508
26509         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26510         strings.
26511         (spam-report-articles-resend)
26512         (spam-register-routine): Do registration iff any articles warrant
26513         it.
26514         (spam-summary-prepare-exit): Change log message for nil group
26515         destinations.
26516
26517 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26518
26519         * spam.el (spam-report-resend-register-routine):
26520         Allow spam-report-resend-to to be a group parameter or a global value.
26521
26522 2004-05-26  Simon Josefsson  <jas@extundo.com>
26523
26524         * starttls.el: Merge with my GNUTLS based starttls.el.
26525         (starttls-gnutls-program, starttls-use-gnutls)
26526         (starttls-extra-arguments, starttls-process-connection-type)
26527         (starttls-connect, starttls-failure, starttls-success):
26528         New variables.
26529         (starttls-program, starttls-extra-args): Doc fix.
26530         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26531         New functions.
26532         (starttls-negotiate, starttls-open-stream):
26533         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26534         function if it is set.
26535
26536 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26537
26538         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26539         structured fields.
26540
26541 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26542
26543         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26544
26545 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26546
26547         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26548         Add variable.
26549         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26550         assigning the spam-mark to new messages.
26551
26552 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26553
26554         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26555
26556 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26557
26558         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26559
26560         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26561         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26562         default.
26563
26564 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26565
26566         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26567         correct data.
26568
26569 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26570
26571         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26572         (spam-group-processor-p): Fix function.
26573         (spam-group-processor-multiple-p)
26574         (spam-group-spam-processor-report-gmane-p)
26575         (spam-group-spam-processor-report-resend-p)
26576         (spam-group-spam-processor-bogofilter-p)
26577         (spam-group-spam-processor-blacklist-p)
26578         (spam-group-spam-processor-ifile-p)
26579         (spam-group-ham-processor-ifile-p)
26580         (spam-group-spam-processor-spamoracle-p)
26581         (spam-group-spam-processor-crm114-p)
26582         (spam-group-ham-processor-bogofilter-p)
26583         (spam-group-spam-processor-stat-p)
26584         (spam-group-ham-processor-stat-p)
26585         (spam-group-ham-processor-whitelist-p)
26586         (spam-group-ham-processor-BBDB-p)
26587         (spam-group-ham-processor-spamoracle-p)
26588         (spam-group-ham-processor-copy-p): Remove functions with some
26589         prejudice against unneeded code.
26590         (spam-report-articles-resend)
26591         (spam-report-resend-register-routine): Allow the group/topic
26592         spam-resend-to value to override spam-report-resend-to.
26593         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26594         properly now.
26595
26596         * gnus.el (spam-resend-to): Add group/topic parameter.
26597         (spam-process): Move the OBSOLETE processors to the end of the
26598         choices.
26599
26600 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26601
26602         * spam-report.el (spam-report-resend-to, spam-report-resend):
26603         Start with resend-to set to nil, and then ask the user if necessary.
26604         (spam-report-resend): spam-report-resend takes a list of articles, not
26605         separate article numbers.
26606
26607 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26608
26609         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26610         addition to emacs-w3m.
26611
26612 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26613
26614         * assistant.el (assistant-authinfo-data): New function.
26615         (assistant-eval): Eval for entire assistant.
26616
26617         * netrc.el (netrc-services-file): New variable.
26618         (netrc-parse-services): New function.
26619         (netrc-find-service-name): New function.
26620         (netrc-find-service-number): New function.
26621         (netrc-port-equal): New function.
26622         (netrc-machine): Use it.
26623
26624         * nnimap.el (nnimap-open-connection): Use netrc.
26625
26626         * gnus-util.el (gnus-netrc-get): Remove aliases.
26627
26628         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26629
26630         * assistant.el (wid-edit): Fix compilation.
26631
26632         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26633
26634 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26635
26636         * gnus-util.el (gnus-set-file-modes): New function.  (small
26637         patch).
26638
26639 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26640
26641         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26642
26643         * assistant.el (assistant-render-node): Fix up rendering and
26644         read-only text.
26645         (assistant-render-node): Reset.
26646         (assistant-make-read-only): Not sticky.
26647
26648 2004-05-20  Danny Siu  <dsiu@adobe.com>
26649
26650         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26651         centered even when gnus-auto-center-summary is t.
26652
26653 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26654
26655         * dns.el (dns-get-txt-answer): New function.
26656         (dns-read-txt): Ditto.
26657         (query-dns): Use it.
26658
26659 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26660
26661         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26662         active for foreign groups even if the group level is higher than
26663         the specified value.
26664
26665 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26666
26667         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26668         non-active groups.
26669
26670         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26671
26672 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26673
26674         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26675
26676 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26677
26678         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26679         (spam-crm114-header, spam-crm114-spam-switch)
26680         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26681         (spam-crm114-positive-spam-header)
26682         (spam-crm114-database-directory, spam-list-of-processors)
26683         (spam-group-spam-processor-crm114-p)
26684         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26685         (spam-generic-score, spam-list-of-checks)
26686         (spam-list-of-statistical-checks, spam-registration-functions)
26687         (spam-check-crm114-headers, spam-crm114-score)
26688         (spam-check-crm114, spam-crm114-register-with-crm114)
26689         (spam-crm114-register-spam-routine)
26690         (spam-crm114-unregister-spam-routine)
26691         (spam-crm114-register-ham-routine)
26692         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26693
26694 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26695
26696         * gnus.el: Add spam-use-crm114.
26697
26698         * spam.el (spam-list-of-processors, spam-registration-functions):
26699         Add spam-use-resend.
26700         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26701         (spam-report-articles-gmane): Add doc fix.
26702         (spam-report-articles-resend, spam-report-resend-register-routine):
26703         Add wrappers around spam-report-resend-to.
26704
26705         * spam-report.el (spam-report-resend-to, spam-report-resend):
26706         Add support for resending spam.
26707         (spam-report-gmane): Fix line length >80.
26708
26709         * gnus.el (spam-process): Add spam-use-resend.
26710
26711 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26712
26713         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26714         number of processed spam messages.
26715         (spam-ham-copy-or-move-routine): Return the number of processed
26716         ham messages.
26717         (spam-summary-prepare-exit): Use the above values to decide
26718         whether status messages should be displayed.
26719
26720 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26721
26722         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26723         `rfc2047-encoding-function-alist' in order to avoid conflicting
26724         with the old version.
26725         (rfc2047-encode-region): Concatenate words containing non-ASCII
26726         characters in structured fields; don't encode space-delimited
26727         ASCII words even in unstructured fields; don't break words at
26728         char-category boundaries.
26729         (rfc2047-encode-1): New function.
26730         (rfc2047-encode): Use it; encode text so that it occupies the
26731         maximum width within 76-column; work correctly on Q encoding for
26732         iso-2022-* charsets.
26733         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26734         sure not to break a line just after the header name.
26735         (rfc2047-b-encode-region): Remove.
26736         (rfc2047-b-encode-string): New function.
26737         (rfc2047-q-encode-region): Remove.
26738         (rfc2047-q-encode-string): New function.
26739
26740         * mm-util.el (mm-replace-in-string): New function.
26741
26742 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26743
26744         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26745         Really get it right.
26746         (gnus-inews-make-draft): Really.
26747
26748 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26749
26750         * nnmh.el (nnmh-request-list-1): Don't check the link count
26751         before descending.  (small patch)
26752
26753 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26754
26755         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26756         stuff.
26757
26758         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26759         Match on real group name.
26760
26761         * gnus-art.el (gnus-signature-limit): Doc fix.
26762
26763         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26764
26765         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26766
26767 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26768
26769         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26770         isn't a string.
26771
26772 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26773
26774         * gnus-draft.el (gnus-draft-send):
26775         Bind rfc2047-encode-encoded-words.
26776
26777         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26778         (rfc2047-encodable-p): Say that =? needs encoding.
26779         (rfc2047-encode-encoded-words): New variable.
26780
26781         * gnus-group.el (gnus-group-select-group): Doc fix.
26782
26783         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26784
26785         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26786         to nil.
26787
26788         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26789
26790         * nnheader.el (nnheader-get-lines-and-char): New function.
26791
26792 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26793
26794         * gnus-msg.el (gnus-summary-followup-with-original):
26795         Document yanking of region when active.
26796
26797 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26798
26799         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26800         groups if the group level is higher than the specified value.
26801
26802 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26803
26804         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26805         (gnus-group-jump-to-group): Add prefix argument using
26806         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26807         non-active group.
26808
26809         * compface.el (uncompface): Be verbose when changing
26810         `uncompface-use-external'.
26811
26812         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26813         handle manual section.
26814
26815 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26816
26817         * gnus-art.el (gnus-button-alist): Revert previous change.
26818
26819 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26820
26821         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26822
26823 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26824
26825         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26826         whether backend can accept message.
26827
26828         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26829
26830 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26831
26832         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26833         Avoid creating directory when nntp-marks-is-evil is true.
26834         Reported by Reiner Steib.
26835
26836 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26837
26838         * gnus-picon.el (gnus-picon-insert-glyph):
26839         Add optional `nostring' argument.
26840
26841 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26842
26843         * gnus-picon.el (gnus-picon-style): New variable.
26844         (gnus-picon-transform-address): Support `gnus-picon-style'.
26845
26846 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26847
26848         * message.el (message-fill-field): Return point.
26849         (message-generate-headers): Go to end of field.
26850
26851         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26852         stuff for non-living groups.
26853
26854 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26855
26856         * gnus-art.el (gnus-article-followup-with-original)
26857         (gnus-article-reply-with-original): gnus-mark-active-p ->
26858         gnus-region-active-p.
26859
26860 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26861
26862         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26863         only when there is spam or ham to be processed.
26864
26865 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26866
26867         * mail-source.el (mail-source-delete-crash-box): Refactor.
26868         (mail-source-fetch): Use it.
26869         (mail-source-fetch-file): Ditto.
26870         (mail-source-fetch-directory): Run postscript in loop.
26871         (mail-source-fetch-pop): Delete.
26872         (mail-source-fetch-maildir): Ditto.
26873         (mail-source-fetch-imap): Ditto.
26874
26875         * imap.el (imap-authenticators): Comment out sasl.
26876
26877         * message.el (message-skip-to-next-address): New function.
26878         (message-fill-header-address): Refactor.
26879         (message-fill-address): Use it.
26880         (message-delete-address): Use it.
26881         (message-fill-header-general): Refactor.
26882         (message-fill-field-address): Rename.
26883         (message-narrow-to-field): Find the start of the header.
26884         (message-header-format-alist): Don't pre-fill.
26885         (message-fill-header): Remove.
26886         (message-insert-header): New function.
26887         (message-shorten-references): Use it.
26888
26889         * rfc2047.el (rfc2047-field-value): Strip props.
26890
26891         * mail-parse.el (mail-header-make-address): New alias.
26892
26893         * ietf-drums.el (ietf-drums-make-address): New function.
26894
26895         * imap.el: Add compiler directives.
26896
26897         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26898
26899         * gnus-art.el (article-decode-idna-rhs): Don't use
26900         message-idna-inside-rhs-p.
26901
26902 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26903
26904         * message.el (message-idna-inside-rhs-p): Remove.
26905         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26906
26907         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26908         false positives.
26909
26910 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26911
26912         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26913
26914 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26915
26916         * nneething.el (nneething-file-name): Don't create spurious
26917         files.
26918
26919         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26920         (gnus-inews-do-gcc): Remove sleep.
26921
26922         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26923         part under point.
26924
26925         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26926         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26927
26928 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26929
26930         * spam.el (spam-summary-prepare-exit): Fix (length).
26931
26932 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26933
26934         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26935         as expired without moving it" message when there are spam
26936         messages left.
26937
26938 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26939
26940         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26941         header is not nil.
26942
26943 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26944
26945         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26946         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26947         (nntp-marks-changed-p): New arg SERVER.
26948         (nntp-request-update-info): Adjust caller.
26949
26950 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26951
26952         * nntp.el (nntp-save-marks): Pass missing arg.
26953
26954 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26955
26956         * nntp.el: Support marks.
26957         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26958         (nntp-marks-modtime, nntp-marks-directory): New variables.
26959         (nntp-request-set-mark, nntp-request-update-info)
26960         (nntp-possibly-create-directory, nntp-marks-changed-p)
26961         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26962         New functions.
26963
26964 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26965
26966         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26967         (gnus-xmas-redefine): Rename.
26968
26969         * gnus-score.el (gnus-score-insert-help):
26970         Use gnus-select-lowest-window.
26971
26972         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26973         appt-select-lowest-window and rename to gnus-select-lowest-window.
26974
26975         * gnus.el: do.
26976
26977 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26978
26979         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26980         encodings of MIME-encoded words, in order to improve
26981         interoperability with several broken MUAs.
26982
26983 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26984
26985         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26986         tags, only when charsets are not specified in headers.
26987         (mm-inline-text-html-render-with-w3m): Ditto.
26988
26989         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26990         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26991
26992 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26993
26994         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26995         instead of MIME-decoded from fields when checking
26996         `gnus-article-address-banner-alist'.
26997
26998 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26999
27000         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
27001         description rather than subject.
27002
27003 2004-05-02  Steve Youngs  <steve@youngs.au.com>
27004
27005         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
27006
27007 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27008
27009         * gnus.el (gnus-version-number): Bump.
27010
27011 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27012
27013         * gnus.el: No Gnus v0.2 is released.
27014
27015 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27016
27017         * gnus-agent.el (gnus-agent-read-agentview):
27018         Inline gnus-uncompress-range.
27019
27020 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27021
27022         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
27023         `exec-installed-p'.
27024
27025 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
27026
27027         * gnus.el (spam-process, spam-autodetect-methods):
27028         Add bsfilter and bsfilter-headers.
27029
27030         * spam.el (spam-bsfilter): New customize group.
27031         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
27032         (spam-bsfilter-header, spam-bsfilter-probability-header)
27033         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
27034         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
27035         (spam-bsfilter-database-directory): New options.
27036         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
27037         (spam-list-of-statistical-checks, spam-registration-functions):
27038         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
27039         (spam-bsfilter-score): New command.
27040         (spam-check-bsfilter-headers, spam-check-bsfilter)
27041         (spam-bsfilter-register-with-bsfilter)
27042         (spam-bsfilter-register-spam-routine)
27043         (spam-bsfilter-unregister-spam-routine)
27044         (spam-bsfilter-register-ham-routine)
27045         (spam-bsfilter-unregister-ham-routine): New functions.
27046         (spam-generic-score): Support bsfilter; Accept an optional argument
27047         to recalcurate spam score even if scoring header has already been
27048         added.
27049         (spam-bogofilter-score, spam-spamassassin-score): Accept an
27050         optional argument to recalcurate spam score even if scoring header
27051         has already been added.
27052
27053 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
27054
27055         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
27056         strings!  Reported by David D. Smith <davidsmith@acm.org>.
27057         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
27058         link is missing.
27059
27060 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
27061
27062         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
27063         (html2text-get-attr): Rewrite.
27064
27065         * message.el (message-setup-1): Remove redundant put-text-property
27066         on mail-header-separator.
27067
27068 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
27069
27070         * gnus-registry.el (gnus-registry-cache-whitespace)
27071         (gnus-registry-action, gnus-registry-spool-action)
27072         (gnus-registry-split-fancy-with-parent): Change message levels
27073         from 5 to 3 or 7, as needed.
27074
27075         * spam.el (spam-summary-prepare-exit)
27076         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
27077         (spam-split, spam-find-spam, spam-log-undo-registration)
27078         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
27079         level from 5 to 6.
27080
27081 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27082
27083         * gnus-ems.el: Autoload appt-select-lowest-window (revert
27084         2004-03-04 change).
27085
27086 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
27087
27088         * sieve-manage.el (sieve-manage-open):
27089         * nnweb.el (nnweb-insert-html):
27090         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
27091         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
27092         * nnspool.el (nnspool-request-group):
27093         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
27094         * nnml.el (nnml-request-update-info):
27095         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
27096         (nnmh-request-create-group, nnmh-update-gnus-unreads):
27097         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
27098         (nnimap-request-set-mark):
27099         * nnfolder.el (nnfolder-request-update-info):
27100         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
27101         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
27102         * gnus-uu.el (gnus-uu-find-articles-matching):
27103         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
27104         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
27105         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
27106         * gnus-nocem.el (gnus-nocem-scan-groups):
27107         * gnus-int.el (gnus-start-news-server):
27108         * gnus-group.el (gnus-group-make-kiboze-group)
27109         (gnus-group-browse-foreign-server):
27110         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
27111         Use mapc when appropriate.
27112
27113 2004-04-22  Dan Christensen  <jdc@uwo.ca>
27114             Adam Sjøgren  <asjo@koldfront.dk>
27115             Wes Hardaker  <wes@hardakers.net>
27116             Michael Shields  <shields@msrl.com>
27117
27118         * spam.el (spam-necessary-extra-headers): Get the extra headers we
27119         may need for spam sorting and scoring.
27120         (spam-user-format-function-S): Add user format function suitable for
27121         general use.
27122         (spam-article-sort-by-spam-status): Add sorting function for summary
27123         sorting.
27124         (spam-extra-header-to-number): Add function to get a score from a
27125         header.
27126         (spam-summary-score): Add function to get a numeric score from the
27127         headers.
27128         (spam-generic-score): Fix function doc, was in wrong place.
27129         (spam-initialize): Take symbols when it's run, and install the
27130         extra headers that spam-necessary-extra-headers thinks we need.
27131
27132 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
27133
27134         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
27135         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27136
27137 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
27138
27139         * gnus-sum.el (gnus-set-global-variables)
27140         (gnus-build-all-threads, gnus-get-newsgroup-headers)
27141         (gnus-article-get-xrefs, gnus-summary-best-group)
27142         (gnus-summary-next-article, gnus-summary-enter-digest-group)
27143         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
27144         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
27145         Use with-current-buffer.
27146
27147 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
27148
27149         * spam.el (spam-summary-prepare-exit): Simplify logic.
27150         (spam-fetch-article-header): Read the article header if it's not
27151         available.
27152         (spam-list-articles): Simplify logic.
27153         (spam-filelist-register-routine): Fix bug with unregister-list.
27154
27155         * gnus-registry.el: Fix comments at beginning.
27156
27157 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
27158
27159         * message.el (message-cater-to-broken-inn): Remove.
27160         (message-shorten-references): Make sure the total folded length of
27161         References is shorter than 998 characters to cater to a bug in INN
27162         2.3.  Also, don't pretend that references aren't folded -- this
27163         hasn't worked for a while.
27164
27165 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27166
27167         * gnus-agent.el (gnus-agentize):
27168         gnus-agent-send-mail-real-function no longer set to current value
27169         of message-send-mail-function but rather a lambda that calls
27170         message-send-mail-function.  The change makes the agent real-time
27171         responsive to user changes to message-send-mail-function.
27172
27173 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27174
27175         * legacy-gnus-agent.el
27176         (gnus-agent-convert-to-compressed-agentview): Fix typos with
27177         help from Florian Weimer <fw@deneb.enyo.de>
27178
27179 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27180
27181         * nnmail.el (nnmail-cache-insert): Revert last change.
27182
27183 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27184
27185         * nnmail.el (nnmail-cache-insert): Always check whether
27186         nnmail-cache-ignore-groups matches a group name.
27187
27188 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
27189
27190         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
27191         (spam-find-spam, spam-log-processing-to-registry)
27192         (spam-log-registered-p, spam-log-unregistration-needed-p)
27193         (spam-log-undo-registration): Use gnus-message instead of
27194         gnus-error, none of these errors are fatal.
27195
27196         * gnus-registry.el (gnus-registry-clean-empty-function)
27197         (gnus-registry-clean-empty): Remove only empty entries without
27198         extra data.
27199
27200 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
27201
27202         * spam-stat.el (spam-stat-buffer-change-to-spam)
27203         (spam-stat-buffer-change-to-non-spam): Change (error) to
27204         (gnus-message 8) invocation.
27205
27206 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27207
27208         * nntp.el (nntp-via-netcat-command): New variable.
27209         (nntp-via-netcat-switches): New variable.
27210         (nntp-open-via-rlogin-and-netcat): New function.
27211         (nntp-open-connection-function): Doc fix.
27212         (nntp-telnet-command): Doc fix.
27213         (nntp-end-of-line): Doc fix.
27214         (nntp-via-rlogin-command): Doc fix.
27215         (nntp-via-user-name): Doc fix.
27216         (nntp-via-address): Doc fix.
27217
27218 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27219
27220         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
27221         error in Emacs 21.1.
27222
27223 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
27224
27225         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
27226
27227 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27228
27229         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
27230         (gnus-agent-with-refreshed-group): New macro.
27231         (gnus-agent-rename-group): New function.
27232         (gnus-agent-delete-group): New function.
27233         (gnus-agent-save-group-info): Use gnus-command-method when
27234         `method' parameter is nil.  Don't write nil entries into the
27235         active file.
27236         (gnus-agent-get-group-info): New function.
27237         (gnus-agent-fetch-articles):
27238         Use gnus-agent-update-files-total-fetched-for to increment disk space
27239         used.
27240         (gnus-agent-fetch-headers, gnus-agent-save-alist):
27241         Use gnus-agent-update-view-total-fetched-for to increment disk space
27242         used.
27243         (gnus-agent-get-local): Add optional parameters to avoid calling
27244         gnus-group-real-name and gnus-find-method-for-group.
27245         (gnus-agent-set-local): Delete stored entry if either min, or max,
27246         are nil.
27247         (gnus-agent-fetch-session): Reworded error/quit messages.
27248         On quit, use gnus-agent-regenerate-group to record existance of any
27249         articles fetched to disk before the quit occurred.
27250         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
27251         gnus-agent-update-view-total-fetched-for, and
27252         gnus-agent-update-files-total-fetched-for to decrement disk space
27253         used.
27254         (gnus-agent-retrieve-headers):
27255         Use gnus-agent-update-view-total-fetched-for to increment disk space
27256         used.
27257         (gnus-agent-regenerate-group): Replace gnus-group-update-group
27258         with gnus-agent-update-files-total-fetched-for to decrement disk
27259         space and fresh group buffer.
27260         (gnus-agent-inhibit-update-total-fetched-for): New variable.
27261         (gnus-agent-need-update-total-fetched-for): New variable.
27262         (gnus-agent-update-files-total-fetched-for): New function.
27263         (gnus-agent-update-view-total-fetched-for): New function.
27264         (gnus-agent-total-fetched-for): New function.
27265
27266         * gnus-cache.el (gnus-cache-save-buffers):
27267         Use gnus-cache-update-overview-total-fetched-for to change disk space
27268         used by this group.
27269         (gnus-cache-possibly-enter-article):
27270         Use gnus-cache-update-file-total-fetched-for to increment disk space
27271         used by this group.
27272         (gnus-cache-possibly-remove-article):
27273         Use gnus-cache-update-file-total-fetched-for to decrement disk space
27274         used by this group.
27275         (gnus-cache-generate-nov-databases): Purge total fetched cache.
27276         (gnus-cache-rename-group): New function.
27277         (gnus-cache-delete-group): New function.
27278         (gnus-cache-inhibit-update-total-fetched-for): New variable.
27279         (gnus-cache-need-update-total-fetched-for): New variable.
27280         (gnus-cache-with-refreshed-group): New macro.
27281         (gnus-cache-update-file-total-fetched-for): New function.
27282         (gnus-cache-update-overview-total-fetched-for): New function.
27283         (gnus-cache-rename-group-total-fetched-for): New function.
27284         (gnus-cache-delete-group-total-fetched-for): New function.
27285         (gnus-cache-total-fetched-for): New function.
27286
27287         * gnus-group.el: Require gnus-sum and autoload functions to
27288         resolve warnings when gnus-group.el compiled alone.
27289         (gnus-group-line-format): Document new %F.
27290         (size of Fetched data) group line format; identifies disk space
27291         used by agent and cache.
27292         (gnus-group-line-format-alist): Define new F format.
27293         (gnus-total-fetched-for): New function.
27294         (gnus-group-delete-group): No longer update
27295         gnus-cache-active-altered as gnus-request-delete-group now keeps
27296         the cache in sync.
27297         (gnus-group-list-active): Let the agent store a server's active
27298         list if currently plugged.
27299
27300         * gnus-int.el (gnus-request-delete-group):
27301         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
27302         local disk in sync with the server.
27303         (gnus-request-rename-group):
27304         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
27305         local disk in sync with the server.
27306
27307         * gnus-start.el (gnus-get-unread-articles):
27308         Cosmetic simplification to logic.
27309
27310         * gnus-util.el (gnus-rename-file): New function.
27311
27312 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
27313
27314         * mm-util.el (mm-image-load-path): Handle nil in load-path.
27315
27316 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
27317
27318         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27319         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27320
27321 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27322
27323         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27324         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27325
27326 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27327
27328         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27329
27330 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27331
27332         * spam.el (spam-set-difference): Add function to replace
27333         gnus-set-difference in spam.el.
27334         (spam-summary-prepare-exit): Use spam-set-difference.
27335
27336 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27337
27338         * gnus-registry.el (gnus-registry-cache-file): Update to use
27339         gnus-dribble-directory OR gnus-home-directory OR ~.
27340         (gnus-registry-split-fancy-with-parent): Fix doc.
27341
27342 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27343
27344         * message.el (message-exchange-point-and-mark):
27345         Use message-mark-active-p.  Suggested by Jesper Harder
27346         <harder@ifa.au.dk>.
27347
27348 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27349
27350         * message.el (message-exchange-point-and-mark): Don't activate
27351         region if it was inactive.  Suggested by Hiroshi Fujishima
27352         <pooh@nature.tsukuba.ac.jp>.
27353
27354 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27355
27356         * gnus-art.el (article-display-face): Display Faces in the same
27357         order as X-Faces.
27358
27359 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27360
27361         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27362
27363 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27364
27365         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27366         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27367         (gnus-article-mime-hierarchy): Remove.
27368         (gnus-article-mime-hierarchy-next): Remove.
27369         (gnus-article-mode): Revert 2004-03-19 change.
27370         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27371         (gnus-insert-mime-button): Revert 2004-03-19 change.
27372         (gnus-mime-accumulate-hierarchy): Remove.
27373         (gnus-mime-enter-multipart): Remove.
27374         (gnus-mime-leave-multipart): Remove.
27375         (gnus-mime-display-part): Revert 2004-03-19 change.
27376         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27377
27378         * mml.el (mml-preview): Revert 2004-03-19 change.
27379
27380 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27381
27382         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27383
27384 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27385
27386         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27387         t while entering a file name using the mm-with-multibyte macro.
27388         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27389
27390         * mm-util.el (mm-with-multibyte): New macro.
27391
27392 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27393
27394         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27395         New user option.
27396         (gnus-mime-multipart-functions): Doc and customization fix.
27397         (gnus-article-mime-hierarchy): New variable.
27398         (gnus-article-mime-hierarchy-next): New variable.
27399         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27400         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27401         gnus-article-mime-hierarchy-next to nil.
27402         (gnus-insert-mime-button): Show hierarchy numbers.
27403         (gnus-mime-accumulate-hierarchy): New function.
27404         (gnus-mime-enter-multipart): New function.
27405         (gnus-mime-leave-multipart): New function.
27406         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27407         (gnus-mime-display-alternative): Show hierarchy numbers.
27408
27409         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27410         gnus-article-mime-hierarchy-next to nil.
27411
27412 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27413
27414         * dns.el: Don't require gnus-xmas.
27415
27416 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27417
27418         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27419         inline PGP.
27420         (mml-menu): Disable mml-quote-region if mark is inactive.
27421
27422 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27423
27424         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27425         when the group's active is not available.
27426
27427 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27428
27429         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27430         error.
27431
27432 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27433
27434         * imap.el (imap-store-password): New variable.
27435         (imap-interactive-login): Use it.
27436         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27437
27438 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27439
27440         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27441         window-start and hscroll to summary window.
27442
27443 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27444
27445         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27446         conversion message to newsrc-dribble when an actual conversion is
27447         performed.
27448
27449 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27450
27451         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27452
27453 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27454
27455         * mm-decode.el (mm-complicated-handles): New function reviving
27456         former definition of mm-multiple-handles.
27457
27458         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27459         (gnus-mime-delete-part): Use it.
27460
27461 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27462
27463         * gnus-agent.el (gnus-agent-read-local):
27464         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27465         avoid the implicit assumption that they will always be equal.
27466         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27467         coding-system-for-write, as the with-temp-file macro first prints
27468         to a buffer then saves the buffer.
27469
27470 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27471
27472         * gnus-art.el (gnus-article-edit-part): New function.
27473         (gnus-mime-save-part-and-strip): Use it; do query instead of
27474         signaling an error; don't use mm-multiple-handles.
27475         (gnus-mime-delete-part): Ditto.
27476
27477 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27478
27479         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27480         old file versions.
27481         (gnus-group-prepare-hook): Remove function that converted list
27482         form of gnus-agent-expire-days to group properties.
27483
27484         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27485         (gnus-request-accept-article): Re-indented.
27486
27487         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27488         converters to handle old agent file formats.  Add logic for a
27489         "backup before upgrading warning".
27490         (gnus-convert-mark-converter-prompt): Developers can mark
27491         functions as needing (default), or not needing,
27492         gnus-convert-old-newsrc's "backup before upgrading warning".
27493         (gnus-convert-converter-needs-prompt): Tests whether the user
27494         should be protected from potentially irreversable changes by the
27495         function.
27496
27497         * legacy-gnus-agent.el: New.  Provides converters that are only
27498         loaded when gnus-convert-old-newsrc needs to call them.
27499
27500 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27501
27502         * mail-source.el (mail-source-touch-pop): Doc fix.
27503
27504         * message.el (message-smtpmail-send-it): Doc fix.
27505
27506 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27507
27508         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27509
27510         * nnmail.el (nnmail-split-fancy): do.
27511
27512         * gnus-kill.el (gnus-kill, gnus-execute): do.
27513
27514 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27515
27516         * gnus-sum.el (gnus-widget-reversible-match)
27517         (gnus-widget-reversible-to-internal)
27518         (gnus-widget-reversible-to-external): New functions.
27519         (gnus-widget-reversible): New widget.
27520         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27521
27522 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27523
27524         * gnus-sum.el (gnus-thread-sort-functions)
27525         (gnus-article-sort-functions): Document `(not F)' items.
27526
27527 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27528
27529         * spam.el (spam-use-gmane-xref): Add new backend.
27530         (spam-gmane-xref-spam-group): Add variable to control the name of the
27531         Gmane spam group.
27532         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27533         (spam-regex-headers-spam, spam-regex-headers-ham)
27534         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27535         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27536         backends and checks.
27537         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27538
27539         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27540         an autodetect method.
27541
27542 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27543
27544         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27545         articles are being added to a group.
27546         (gnus-request-replace-article): Inform the agent that articles
27547         need to be uncached as the cached contents are no longer valid.
27548
27549 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27550
27551         * binhex.el: Don't autoload executable-find.
27552
27553         * canlock.el: Don't autoload mail-fetch-field.
27554
27555         * dgnushack.el: Autoload c-mode for XEmacs.
27556
27557         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27558
27559         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27560         rmail-dont-reply-to and rmail-output.
27561
27562         * gnus-score.el: Don't autoload ffap-string-at-point.
27563
27564         * gnus-setup.el: Don't autoload sc-cite-original.
27565
27566         * imap.el: Don't autoload base64-decode-string,
27567         base64-encode-string and md5.
27568
27569         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27570         and rmail-msg-restore-non-pruned-header.
27571
27572         * mm-decode.el: Don't autoload executable-find.
27573
27574         * mm-url.el: Don't autoload executable-find.
27575
27576         * mm-view.el: Don't autoload diff-mode.
27577
27578         * nndb.el: Don't autoload news-reply-mode, news-setup,
27579         cancel-timer and telnet.
27580
27581         * password.el: Don't autoload run-at-time for Emacs.
27582
27583         * sha1-el.el: Don't autoload executable-find.
27584
27585         * sieve-mode.el: Don't autoload c-mode.
27586
27587         * uudecode.el: Don't autoload executable-find.
27588
27589 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27590
27591         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27592         (gnus-agent-possibly-alter-active): Avoid null in numeric
27593         comparison.
27594         (gnus-agent-set-local): Refuse to save null in local object table.
27595         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27596         list of articles that will be marked as unread.
27597
27598 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27599
27600         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27601
27602 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27603
27604         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27605         language tags.
27606
27607 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27608
27609         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27610         Don't bind "obarray".
27611
27612         * gnus-sum.el (gnus-thread-sort-functions):
27613         Add `gnus-thread-sort-by-most-recent-number' and
27614         `gnus-thread-sort-by-most-recent-date'.
27615         Reported by Kai Grossjohann <kai@emptydomain.de>.
27616
27617 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27618
27619         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27620
27621 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27622
27623         * gnus-cus.el (gnus-agent-customize-category):
27624         Remove ignore-errors macro reference that required cl to be loaded at
27625         run-time.
27626
27627         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27628         single-interval range of the form (min . max).  Previously the
27629         range had to look like ((min . max)).  Likewise, return
27630         (min . max) rather than ((min . max)).
27631         (gnus-range-map): Use gnus-range-normalize to accept
27632         single-interval range.
27633
27634         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27635         the cache, but not the agent, now appear with their usual face.
27636
27637         * dgnushack.el (loaddir): New variable that is bound to the
27638         directory containing the dgnushack.el file.  Use loaddir, rather
27639         than srcdir, to update load-path.  Change lets dgnushack compile
27640         code in directories other than GNUS/lisp.
27641
27642 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27643
27644         * lpath.el: Don't bind w3m-safe-url-regexp.
27645
27646         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27647         w3m-safe-url-regexp variable buffer-local.
27648
27649         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27650
27651 2004-02-27  Simon Josefsson  <jas@extundo.com>
27652
27653         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27654         gnus-group-real-prefix.
27655         (gnus-summary-move-article): Use it, instead of
27656         gnus-group-real-prefix.
27657
27658 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27659
27660         * lpath.el: Bind w3m-safe-url-regexp.
27661
27662         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27663         w3m-safe-url-regexp variable buffer-local and set it as the value
27664         of mm-w3m-safe-url-regexp.
27665
27666         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27667
27668         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27669         parsing gnus-posting-styles when the message is not for replying.
27670
27671         * dgnushack.el: Autoload sgml-mode for XEmacs.
27672
27673         * nnrss.el (nnrss-opml-export):
27674         Use mm-set-buffer-file-coding-system instead of
27675         set-buffer-file-coding-system.
27676
27677 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27678
27679         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27680         of checkdoc.el).
27681         * nnrss.el: do.
27682         * gnus-mlspl.el: do.
27683         * gnus-ml.el: do.
27684         * gnus-srvr.el: do.
27685
27686         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27687
27688 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27689
27690         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27691         Corrections to custom-manual links.
27692
27693         * gnus-art.el (gnus-article): Ditto.
27694
27695         * mm-decode.el (mime-display, mime-security): Ditto.
27696
27697 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27698
27699         * flow-fill.el: Typo.
27700
27701 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27702
27703         * spam-wash.el: New file.
27704
27705 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27706
27707         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27708
27709 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27710
27711         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27712         to be run with new-articles as LIST1, not LIST2.
27713         (spam-registration-functions): Add spam-use-ham-copy as a nil
27714         registration backend.
27715
27716 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27717
27718         * spam-stat.el (spam-stat-washing-hook): New option.
27719         (spam-stat-buffer-words): Use it.
27720         (spam-stat-process-directory, spam-stat-test-directory):
27721         Use insert-file-contents-literally.
27722         (spam-stat-coding-system): New variable.
27723         (spam-stat-load, spam-stat-save): Use it.
27724
27725 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27726
27727         * spam-report.el (spam-report-plug-agent):
27728         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27729
27730 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27731
27732         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27733         Allow / in mailto URLs.
27734
27735 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27736
27737         * spam-report.el (spam-report-process-queue): Fix interactive use.
27738         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27739         (spam-report-unplug-agent): Doc fixes.
27740         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27741         (spam-report-agentize, spam-report-deagentize): Autoload.
27742
27743 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27744
27745         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27746
27747         * message.el (message-setup-fill-variables): Add mml tags to
27748         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27749         <ajk@iu.edu>.
27750         (message-mode): Don't modify paragraph-separate there.
27751
27752 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27753
27754         * compface.el (uncompface-use-external): Default to undecided.
27755         (uncompface-use-external-threshold): New variable.
27756         (uncompface-float-time): New macro.
27757         (uncompface): Determine whether to use the external decoder if
27758         uncompface-use-external is undecided.
27759
27760 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27761
27762         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27763         after images.
27764
27765         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27766
27767 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27768
27769         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27770
27771         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27772
27773         * gnus-sum.el (gnus-summary-limit-to-age)
27774         (gnus-summary-limit-children): do.
27775
27776         * gnus-int.el (gnus-request-scan): do.
27777
27778         * gnus-group.el (gnus-group-suspend): do.
27779
27780         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27781
27782         * gnus-cite.el (gnus-cite-parse-attributions): do.
27783
27784         * gnus-agent.el (gnus-summary-set-agent-mark)
27785         (gnus-agent-regenerate-group): do.
27786
27787         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27788
27789         * binhex.el (binhex-decode-region-internal): do.
27790
27791 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27792
27793         * gnus-fun.el (gnus-face-properties-alist): New user option.
27794         (gnus-display-x-face-in-from): Use it.
27795
27796         * gnus-art.el (article-display-face): Ditto.
27797
27798         * compface.el (uncompface-use-external): Default to nil.
27799
27800 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27801
27802         * nntp.el (nntp-erase-buffer): New function.
27803         (nntp-retrieve-data, nntp-send-command)
27804         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27805         (nntp-possibly-change-group): Use it.
27806
27807         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27808         Use with-current-buffer.
27809
27810 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27811
27812         * compface.el: Merge the ELisp-based uncompface program.
27813         (compface): New customization group.
27814         (uncompface-use-external): New user option.
27815         (uncompface): Call uncompface-internal if uncompface-use-external
27816         is nil.
27817         (uncompface-internal): New function.  Note that there are also
27818         some other functions and variables added for this function.
27819
27820 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27821
27822         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27823         if necessary.
27824
27825 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27826
27827         * spam-report.el (spam-report-unplug-agent)
27828         (spam-report-plug-agent, spam-report-deagentize)
27829         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27830         Add support for the Agent in spam-report: when unplugged, report to a
27831         file; when plugged, submit all the requests.
27832
27833         * spam.el (spam-register-routine): Fix message about
27834         registration.
27835
27836 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27837
27838         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27839         dependencies.
27840         (rfc2047-encode): Use it.
27841
27842         * gnus-art.el (gnus-button-marker-list): Move before first
27843         reference.
27844
27845         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27846         (imap-parse-body): Fix format string mismatch.
27847
27848         * gnus-score.el (gnus-summary-increase-score): do.
27849
27850         * nnrss.el (nnrss-close): New function.
27851
27852 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27853
27854         * nnrss.el (nnrss-make-filename): New function.
27855         (nnrss-request-delete-group, nnrss-read-server-data)
27856         (nnrss-save-server-data, nnrss-read-group-data)
27857         (nnrss-save-group-data): Use it.
27858         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27859         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27860         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27861
27862 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27863
27864         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27865
27866 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27867
27868         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27869         files.
27870
27871         * message.el (message-generate-headers-first): Don't quote nil
27872         and t in docstrings.
27873
27874         * imap.el (imap-id): do.
27875
27876         * gnus-agent.el (gnus-agent-consider-all-articles)
27877         (gnus-agent-queue-mail): do.
27878
27879 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27880
27881         * spam-report.el (spam-report-process-queue): New function.
27882         Process requests from `spam-report-requests-file'.
27883         (spam-report-process-queue): Doc fix.
27884
27885 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27886
27887         * spam.el (spam-register-routine)
27888         (spam-log-processing-to-registry, spam-log-registered-p)
27889         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27890         Change "check" to "spam-check" for semi-clarity.
27891
27892 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27893
27894         * pop3.el: Require nnheader.
27895
27896         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27897
27898         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27899
27900         * gnus-picon.el: Require cl.
27901
27902         * gnus-fun.el: Require gnus-ems and gnus-util.
27903
27904         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27905
27906         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27907
27908         * gnus-art.el (gnus-article-edit-mode): Define before first
27909         reference.
27910
27911 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27912
27913         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27914         (gnus-uu-post-encoded): Use point-at-bol.
27915
27916         * gnus-topic.el (gnus-group-active-topic-p): do.
27917
27918         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27919
27920         * gnus-group.el (gnus-group-kill-region): do.
27921
27922         * gnus-art.el (article-date-ut): do.
27923
27924         * message.el (message-fetch-field): Remove redundant
27925         case-fold-search binding.
27926         (message-narrow-to-field): Simplify.
27927
27928 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27929
27930         * spam.el (spam-directory): Derive from `gnus-directory'.
27931
27932         * spam-report.el (spam-report-url-to-file)
27933         (spam-report-requests-file): New function and variable for offline
27934         reporting.
27935         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27936         and user defined function.
27937         (spam-report-url-ping-mm-url): Remove doubled slash.
27938
27939 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27940
27941         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27942
27943 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27944
27945         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27946         Fix format string mismatch.
27947
27948         * sieve.el (sieve-deactivate-all): do.
27949
27950         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27951
27952         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27953
27954         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27955
27956         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27957
27958 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27959
27960         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27961         the list of checks.
27962
27963 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27964
27965         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27966         padding.
27967
27968 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27969
27970         * mm-view.el (mm-fill-flowed): New variable.
27971         (mm-inline-text): Use it.
27972
27973 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27974
27975         * spam.el (spam-spamassassin-register-ham-routine)
27976         (spam-spamassassin-register-spam-routine): Fix function names.
27977
27978 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27979
27980         * gnus.el (gnus-tmp-grouplens): Remove.
27981         (gnus-summary-line-format): Remove grouplens.
27982
27983         * gnus-group.el (gnus-group-line-format): Ditto.
27984
27985         * gnus-spec.el (gnus-format-specs): Ditto.
27986         (gnus-update-format-specifications): Flush the group format spec
27987         cache if there's the grouplens stuff.
27988         (gnus-parse-simple-format): Replace %l with the empty string.
27989
27990 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27991
27992         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27993         omission.
27994
27995 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27996
27997         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27998         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27999
28000 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
28001
28002         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
28003         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
28004         New macros and functions.
28005         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
28006         Handle > NLINK_MAX messages.
28007         * nnmaildir.el (nnmaildir-request-set-mark):
28008         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
28009
28010 2004-01-25  Alex Schroeder  <alex@gnu.org>
28011
28012         * spam-stat.el (spam-stat-process-directory-age): New option.
28013         (spam-stat-process-directory): Use it.
28014
28015 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
28016
28017         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
28018         (spam-stat-save): Accept prefix argument.
28019
28020 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
28021
28022         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
28023         links" error.
28024
28025 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
28026
28027         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
28028         the rest of the and/or forms.
28029
28030 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
28031
28032         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
28033         compatibility with old .newsrc.eld files.
28034
28035         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
28036
28037         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
28038
28039         * gnus-start.el (gnus-1): do.
28040
28041         * gnus-group.el (gnus-group-line-format-alist): do.
28042
28043         * gnus.el (gnus-use-grouplens, gnus-visual): do.
28044
28045         * gnus-gl.el: Remove.
28046
28047 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28048
28049         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
28050         marks consisting of a single range {for example, (3 . 5)} rather
28051         than a list of a single range { ((3 . 5)) }.
28052
28053 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
28054
28055         * spam-stat.el (spam-stat-store-gnus-article-buffer):
28056         Use with-current-buffer.
28057         (spam-stat-store-current-buffer): Use insert-buffer-substring to
28058         avoid consing a string.
28059
28060         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
28061         Remove obsolete entries for big5 and gb2312.
28062
28063 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28064
28065         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
28066         uncompressed list.
28067
28068 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
28069
28070         * spam-stat.el (spam-stat-strip-xref): New function.
28071         (spam-stat-process-directory): Use it.
28072
28073         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
28074         here -- it's done in message-fetch-field.
28075
28076 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28077
28078         * gnus-agent.el (gnus-agent-queue-mail)
28079         (gnus-agent-prompt-send-queue): New variables.
28080         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
28081         * gnus-draft.el (gnus-group-send-queue): Pass the group name
28082         "nndraft:queue" along to gnus-draft-send.
28083         Use gnus-agent-prompt-send-queue.
28084         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
28085         is "nndraft:queue".  Suggested by Gaute Strokkenes
28086         <gs234@srcf.ucam.org>
28087
28088         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
28089         (agent-enable-undownloaded-faces): Add.
28090         (gnus-agent-cat-groups): Use eval-and-compile, not
28091         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
28092         method of gnus-agent-cat-groups even when the buffer has been
28093         evaled.
28094         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
28095         delete gnus-agent-save-active-1.
28096         (gnus-agent-save-groups): Delete.  Identical to
28097         gnus-agent-save-active.
28098         (gnus-agent-write-active): No longer adjust agent's copy of active
28099         file as agent's adjustments are now stored in their own
28100         file.  Remove optional parameter.
28101         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
28102         servers.  Add use of min/max range limits from server's local
28103         file.
28104         (gnus-agent-save-alist): Remove unused optional argument.
28105         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
28106         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
28107         (gnus-agent-set-local): A per-server file that keeps min/max range
28108         limits for articles known to the agent.  Provides a fast mechanism
28109         for altering many active ranges.
28110         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
28111         active file (local makes it unnecessary).
28112         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
28113
28114         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
28115         (agent-enable-undownloaded-faces): Add.
28116
28117         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
28118         disable it when sending to "nndraft:queue".
28119         (gnus-group-send-queue): Add safety check to avoid sending queue
28120         when unplugged.
28121
28122         * gnus-group.el (gnus-group-catchup): Use new
28123         gnus-sequence-of-unread-articles, not
28124         gnus-list-of-unread-articles, to avoid exhausting memory with huge
28125         numbers of articles.  Use gnus-range-map to avoid having to
28126         uncompress the unread list.
28127         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
28128         Fix invalid ange-ftp reference.
28129
28130         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
28131         (gnus-sorted-range-intersection): Intersection of two ranges
28132         without requiring that they first be uncompressed.
28133
28134         * gnus-start.el (gnus-activate-group): Unless blocked by the
28135         caller, possibly expand the active range to include both cached
28136         and agentized articles.
28137         (gnus-convert-old-newsrc): Rewrote in anticipation of having
28138         multiple version-dependent converters.
28139         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
28140         gnus-agent-save-active.
28141         (gnus-save-newsrc-file): Save dirty agent range limits.
28142
28143         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
28144         gnus-agent-possibly-alter-active.
28145         (gnus-adjust-marked-articles): Faster handling of simple lists.
28146
28147 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
28148
28149         * spam-stat.el (spam-stat-test-directory): New optional argument
28150         displays a list of files detected.  Suggested by Andrew Cohen
28151         <cohen@andy.bu.edu>.
28152         (spam-stat-buffer-words-with-scores): Don't narrow and change
28153         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
28154
28155 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
28156
28157         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
28158         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
28159         (spam-spamassassin-arguments)
28160         (spam-spamassassin-spam-flag-header)
28161         (spam-spamassassin-positive-spam-flag-header)
28162         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
28163         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
28164         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
28165         (spam-list-of-processors, spam-list-of-checks)
28166         (spam-list-of-statistical-checks, spam-registration-functions)
28167         (spam-check-spamassassin-headers, spam-check-spamassassin)
28168         (spam-spamassassin-score)
28169         (spam-spamassassin-register-with-sa-learn)
28170         (spam-spamassassin-register-spam-routine)
28171         (spam-spamassassin-register-ham-routine)
28172         (spam-assassin-register-spam-routine)
28173         (spam-assassin-register-ham-routine): Add SpamAssassin support.
28174         (spam-bogofilter-score): Fix to show article before scoring.
28175
28176 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
28177
28178         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
28179         default scoring function.
28180         (spam-generic-score): Call spam-spamassassin-score if
28181         spam-use-spamassassin or spam-use-spamassassin-headers is on;
28182         spam-bogofilter-score otherwise.
28183
28184         * gnus.el (spam-process, spam-autodetect-methods):
28185         Add spamassassin and spamassassin-headers.
28186
28187 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
28188
28189         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
28190         Suppress unnecessary messages.
28191
28192 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
28193
28194         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
28195         make-hash-table.
28196
28197 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
28198
28199         * canlock.el (base64-encode-string): Don't autoload it.
28200
28201 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
28202
28203         * run-at-time.el: Remove useless (require 'itimer),
28204         eval-and-compile and (featurep 'xemacs).
28205
28206 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
28207
28208         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
28209         GROUP is a virtual group.
28210
28211 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
28212
28213         * gnus.el: Autoload `message-y-or-n-p'.
28214
28215 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
28216
28217         * pgg-parse.el: Remove unnecessary (require 'custom).
28218
28219         * pgg-def.el: do.
28220
28221         * nnmail.el: do.
28222
28223         * gnus-undo.el: do.
28224
28225         * gnus-picon.el: do.
28226
28227         * gnus-util.el: do.
28228
28229 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
28230
28231         * gnus-sum.el (gnus-pick-line-number): Add autoload.
28232
28233 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
28234
28235         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
28236         handle, as well as a list.
28237
28238         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
28239         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
28240         (mm-w3m-cid-retrieve): Simplify.
28241
28242 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
28243
28244         * message.el (message-kill-to-signature): Allow prefix arg to
28245         specify number of lines to keep before signature.
28246
28247 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
28248
28249         * message.el (message-kill-to-signature): Change docstring.
28250
28251 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
28252
28253         * canlock.el: Always require sha1-el.
28254         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
28255
28256         * message.el: Autoload sha1 only when compiling.
28257
28258         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
28259         eudc-expand-inline for XEmacs.
28260
28261 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28262
28263         * message.el (message-canlock-generate): Require sha1-el.
28264
28265 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
28266
28267         * message.el (message-expand-name): Silence the byte compiler.
28268
28269         * lpath.el: Add detect-coding-system.
28270
28271         * dgnushack.el (dgnushack-compile): Remove obsolete check for
28272         cus-edit.
28273
28274 2004-01-13  Simon Josefsson  <jas@extundo.com>
28275
28276         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
28277         Invoke gnus-score-mode.
28278         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
28279
28280         * gnus-range.el (gnus-compress-sequence): Doc fix.
28281         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
28282
28283 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28284
28285         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
28286
28287 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
28288
28289         * spam.el (spam-get-article-as-string): Update to use
28290         gnus-request-article-this-buffer, much simpler.
28291         (spam-get-article-as-buffer): Remove.
28292
28293 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
28294
28295         * message.el (message-expand-name): Use EUDC if the user uses that.
28296
28297 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28298
28299         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
28300         character for the encoding to avoid consing a string.
28301
28302         * rfc2047.el (rfc2047-decode-string): Don't cons a string
28303         unnecessarily.
28304
28305         * mm-util.el (mm-replace-chars-in-string): Remove.
28306
28307         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
28308         of mm-replace-chars-in-string.
28309
28310 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
28311
28312         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
28313
28314         * mm-util.el (mm-subst-char-in-string): Support inplace.
28315
28316         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
28317         a new string in every iteration.  Use shy groups.
28318
28319 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28320
28321         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28322         * gnus-soup.el (gnus-soup-group-brew):
28323         * gnus-msg.el (gnus-put-message):
28324         * gnus-move.el (gnus-group-move-group-to-server):
28325         * gnus-kill.el (gnus-batch-score):
28326         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28327         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28328         (gnus-group-update-group, gnus-group-read-group)
28329         (gnus-group-make-group, gnus-group-make-help-group)
28330         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28331         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28332         (gnus-group-sort-by-unread, gnus-group-catchup)
28333         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28334         (gnus-group-yank-group, gnus-group-set-info)
28335         (gnus-group-list-groups):
28336         * gnus.el (gnus-generate-new-group-name):
28337         * gnus-delay.el (gnus-delay-send-queue):
28338         * nnvirtual.el (nnvirtual-catchup-group):
28339         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28340         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28341         (gnus-group-prepare-topics, gnus-topic-check-topology):
28342         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28343         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28344         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28345         (gnus-group-make-articles-read):
28346         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28347         (gnus-group-change-level, gnus-kill-newsgroup)
28348         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28349         (gnus-get-unread-articles, gnus-make-articles-unread)
28350         (gnus-make-ascending-articles-unread): Use accessor
28351         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28352         to get group information for improved readability.
28353
28354
28355 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28356
28357         * gnus-art.el (article-decode-mime-words, article-babel)
28358         (gnus-article-highlight-signature, gnus-article-add-buttons)
28359         (gnus-signature-toggle): Use gnus-with-article-buffer.
28360
28361         * gnus-art.el (gnus-article-highlight-headers)
28362         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28363
28364         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28365         (gnus-article-set-globals, gnus-request-article-this-buffer)
28366         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28367         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28368         (gnus-mime-display-alternative): Use with-current-buffer.
28369
28370 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28371
28372         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28373         also under 80 char limit, and call gnus-error if needed.
28374         (spam-fetch-article-header): Fix - it was a
28375         buffer-local variable (gnus-newsgroup-data).
28376         (spam-find-spam): Use spam-generate-fake-headers, forget about
28377         spam-insert-fake-headers.
28378         (spam-insert-fake-headers): Remove.
28379
28380 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28381
28382         * deuglify.el (gnus-article-outlook-unwrap-lines)
28383         (gnus-outlook-rearrange-article)
28384         (gnus-outlook-repair-attribution-outlook)
28385         (gnus-outlook-repair-attribution-block)
28386         (gnus-outlook-repair-attribution-other): Remove redundant
28387         save-excursion.
28388
28389 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28390
28391         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28392         (spam-fetch-field-subject-fast)
28393         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28394         (spam-fetch-article-header): Add functions to deal with Gnus
28395         internals for fast retrieval of article header data.
28396         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28397
28398 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28399
28400         * pop3.el (pop3-md5): Remove.
28401         (pop3-apop): Replace pop3-md5 with md5.
28402
28403         * mm-bodies.el: base64 is always built-in.
28404
28405         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28406         Use with-current-buffer.
28407
28408 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28409
28410         * canlock.el (canlock-insert-header): Remove excessive grouping in
28411         regexp.
28412
28413         * gnus-sum.el (gnus-summary-read-document): Ditto.
28414
28415         * gnus-uu.el (gnus-uu-part-number): Ditto.
28416
28417         * html2text.el (html2text-remove-tags): Ditto.
28418         (html2text-format-tags): Ditto.
28419         (html2text-format-single-elements): Ditto.
28420
28421         * mml.el (mml-parse-1): Ditto.
28422
28423 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28424
28425         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28426
28427         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28428
28429         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28430
28431         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28432
28433 2003-11-15  Simon Josefsson  <jas@extundo.com>
28434
28435         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28436         (pgg-gpg-lookup-key): Use regexp match instead of
28437         split-string (split-string is different between emacs 21.2 and
28438         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28439
28440 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28441
28442         * gnus-art.el (gnus-mime-view-all-parts)
28443         (gnus-article-part-wrapper, gnus-article-view-part):
28444         Use with-current-buffer.
28445
28446 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28447
28448         * spam.el (spam-disable-spam-split-during-ham-respool)
28449         (spam-spamoracle-database, spam-cache-lookups)
28450         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28451         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28452         (spam-group-ham-marks, spam-group-spam-marks)
28453         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28454         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28455         also add spam-use-blackholes to the statistical checks.
28456         (spam-fetch-field-fast): Add interface to fetching fields, may
28457         become a macro.
28458         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28459         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28460         (spam-insert-fake-headers): Fake an article when needed.
28461         (spam-find-spam): Fake article when possible.
28462         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28463         (spam-check-bogofilter-headers): Use message-fetch-field instead
28464         of nnmail-fetch-field.
28465
28466 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28467
28468         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28469
28470 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28471
28472         * spam.el (spam-split): Do not require spam-use-CHECK to be
28473         enabled if that check is passed to spam-split explicitly; also
28474         fix so 'spam doesn't get converted to spam-split-group when
28475         spam-split-symbolic-return is t.
28476         (spam-find-spam): Find registrations of the article and use those
28477         instead of re-running spam-split to find the spam/ham
28478         classification of the article.
28479         (spam-log-processing-to-registry, spam-log-registered-p)
28480         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28481         Use gnus-error instead of gnus-message.
28482         (spam-log-registration-type): Add function to determine the
28483         classification of a message based on registry entries; will
28484         return nil if both 'spam and 'ham are found.
28485         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28486         a reasonably fast local cache without the loading errors.
28487         (spam-cache-lookups): Set to t by default.
28488         (spam-find-spam): Don't try to guess spam-cache-lookups.
28489         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28490         spam-caches entry.
28491         (spam-filelist-build-cache, spam-filelist-check-cache):
28492         Fix caching of whitelist/blacklist entries.
28493         (spam-check-whitelist, spam-check-blacklist):
28494         Invoke spam-from-listed-p with a type, not a cache variable.
28495         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28496
28497 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28498
28499         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28500
28501         * nnmail.el (nnmail-split-fancy): do.
28502
28503         * mml.el (mml-parse): do.
28504
28505         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28506         (gnus-score-adaptive): do.
28507
28508 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28509
28510         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28511         (gnus-mime-button-map): Don't set keymap parent.
28512         (gnus-button-ctan-directory-regexp): Use shy grouping.
28513         (gnus-prev-page-map): Don't set keymap parent.
28514         (gnus-prev-page-map): Remove duplicated one.
28515         (gnus-next-page-map): Don't set keymap parent.
28516         (gnus-mime-security-button-map): Ditto.
28517
28518         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28519         version number.
28520
28521         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28522
28523 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28524
28525         * canlock.el (canlock-sha1-function): Remove.
28526         (canlock-sha1-function-for-verify): Remove.
28527         (canlock-openssl-program): Remove.
28528         (canlock-openssl-args): Remove.
28529         (canlock-ignore-errors): Remove.
28530         (canlock-sha1-with-openssl): Remove.
28531         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28532         (canlock-verify): Don't use canlock-ignore-errors.
28533
28534         * sha1-el.el (sha1-string-external): Make it can return a string
28535         in binary form.
28536         (sha1-region-external): Ditto.
28537         (sha1-string-internal): Ditto.
28538         (sha1-region-internal): Ditto.
28539         (sha1-region): Ditto.
28540         (sha1-string): Ditto.
28541         (sha1): Ditto.
28542
28543 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28544
28545         * spam.el (spam-report-articles-gmane): New command.
28546
28547 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28548
28549         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28550
28551         * run-at-time.el (run-at-time-saved): Remove.
28552         (run-at-time): Doc fix.
28553
28554 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28555
28556         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28557         (gnus-summary-limit-map): Add it.
28558         (gnus-summary-make-menu-bar): do.
28559
28560 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28561
28562         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28563         Make attempt at some caching support (done for BBDB only now).
28564         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28565         addresses to be checked.
28566         (spam-clear-cache-BBDB): Add function, to be invoked by
28567         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28568         (spam-check-BBDB): Check and use the caches, if
28569         spam-cache-lookups is on, remove superfluous (provide).
28570
28571 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28572
28573         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28574
28575 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28576
28577         * run-at-time.el (run-at-time-saved): Move to after the definition
28578         of `run-at-time'.
28579
28580         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28581
28582 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28583
28584         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28585         mm-w3m-local-map-property.
28586
28587         * mm-view.el (mm-w3m-mode-map): Remove.
28588         (mm-w3m-local-map-property): Remove.
28589         (mm-inline-text-html-render-with-w3m): Don't use
28590         mm-w3m-local-map-property.
28591
28592 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28593
28594         * run-at-time.el: New file.
28595
28596         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28597         under Emacs.
28598
28599         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28600         of gnus-set-text-properties.
28601
28602         * gnus-uu.el (gnus-uu-save-article): Ditto.
28603
28604         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28605
28606         * gnus-cite.el (gnus-cite-parse): Ditto.
28607
28608         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28609         of gnus-.
28610
28611         * gnus-xmas.el (run-at-time): Require run-at-time.
28612
28613         * gnus.el: Change calls to nnheader-run-at-time and
28614         password-run-at-time throughout to use run-at-time directly.
28615
28616         * password.el: Remove definition of run-at-time.
28617
28618         * nnheaderxm.el: Remove definition of run-at-time.
28619
28620 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28621
28622         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28623         in prompt.
28624
28625 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28626
28627         * messagexmas.el (message-xmas-redefine): Alias
28628         `message-make-caesar-translation-table' to
28629         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28630         version.
28631
28632         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28633         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28634         `gnus-xmas-set-text-properties'.
28635         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28636         `gnus-xmas-completing-read'.
28637         (gnus-xmas-completing-read): Removed.
28638         (gnus-xmas-open-network-stream): Removed.
28639
28640         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28641         XEmacs version.
28642
28643         * dns.el (dns-make-network-process): Use `open-network-stream'
28644         instead of `gnus-xmas-open-network-stream'.
28645
28646         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28647
28648         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28649
28650 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28651
28652         * gnus-art.el (gnus-mime-display-alternative)
28653         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28654         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28655         Don't use gnus-local-map-property.
28656
28657         * gnus-util.el (gnus-local-map-property): Remove.
28658
28659         * mm-view.el (mm-view-pkcs7-decrypt):
28660         Replace gnus-completing-read-maybe-default with completing-read.
28661
28662         * gnus-util.el (gnus-completing-read): do.
28663         (gnus-completing-read-maybe-default): Remove.
28664
28665 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28666
28667         * password.el: Only autoload `run-at-time' if not XEmacs.
28668         Only autoload the itimer functions if XEmacs.
28669
28670 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28671
28672         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28673         XEmacsen.
28674
28675         * dgnushack.el: Autoload executable-find for XEmacs.
28676
28677 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28678
28679         * gnus-art.el (gnus-read-string): Remove.
28680         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28681         read-string.
28682
28683 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28684
28685         * netrc.el: Autoload password-read.
28686         (netrc): Add configuration group.
28687         (netrc-encoding-method, netrc-openssl-path):
28688         Add variables for encoding and decoding of files with symmetric
28689         ciphers.
28690         (netrc-encode): Add assistant function to encode a file with
28691         netrc-encoding-method.
28692         (netrc-parse): Add interactive parameter, added optional
28693         decoding if netrc-encoding-method is non-nil but otherwise
28694         behavior is standard.
28695         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28696         Do s/encode/encrypt/ everywhere.
28697
28698         * spam.el: Remove executable-find autoload.
28699
28700 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28701
28702         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28703
28704         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28705
28706 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28707
28708         * gnus-art.el (gnus-treat-ansi-sequences)
28709         (article-treat-ansi-sequences): New variable and function.
28710         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28711
28712         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28713         Use it.
28714
28715 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28716
28717         * mm-util.el (mm-quote-arg): Remove.
28718
28719         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28720         shell-quote-argument.
28721
28722         * gnus-uu.el (gnus-uu-command): do.
28723
28724         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28725
28726         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28727         with make-char.
28728
28729         * mm-util.el (mm-make-char): Remove.
28730
28731         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28732         add-minor-mode.
28733
28734         * gnus-undo.el (gnus-undo-mode): do.
28735
28736         * gnus-topic.el (gnus-topic-mode): do.
28737
28738         * gnus-sum.el (gnus-dead-summary-mode): do.
28739
28740         * gnus-start.el (gnus-slave-mode): do.
28741
28742         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28743
28744         * gnus-ml.el (gnus-mailing-list-mode): do.
28745
28746         * gnus-gl.el (gnus-grouplens-mode): do.
28747
28748         * gnus-draft.el (gnus-draft-mode): do.
28749
28750         * gnus-dired.el (gnus-dired-mode): do.
28751
28752         * gnus-ems.el (gnus-add-minor-mode): Remove.
28753
28754         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28755         Replace gnus-char-width with char-width.
28756
28757         * gnus-ems.el (gnus-char-width): Remove.
28758
28759         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28760         Replace gnus-char-width with char-width.
28761
28762         * gnus-ems.el (gnus-char-width): Remove.
28763
28764         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28765         definition.
28766         Remove Emacs 20 hash table compatibility code.
28767
28768         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28769         20 compatibility code.
28770
28771         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28772
28773         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28774
28775         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28776         Replace with point-at-{eol,bol}.
28777
28778         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28779
28780         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28781
28782         * flow-fill.el (fill-flowed-point-at-bol)
28783         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28784
28785         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28786         Replace with point-at-{eol,bol} throughout all files.
28787
28788 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28789
28790         * ntlm.el (ntlm-string-as-unibyte): New macro.
28791         (ntlm-build-auth-response): Use it.
28792
28793         Remove Emacs 20 stuff:
28794         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28795         (butlast, mapc, remove): Remove the compiler macros.
28796         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28797         of delq and copy-sequence.
28798         * gnus-art.el (popup-menu): Remove the compiler macro.
28799         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28800         Emacs 20.
28801
28802 2004-01-05  Simon Josefsson  <jas@extundo.com>
28803
28804         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28805         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28806         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28807         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28808         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28809         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28810         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28811         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28812         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28813         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28814         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28815         string-xor into ntlm-string-xor.
28816         Suggested by Jesper Harder <harder@myrealbox.com>.
28817
28818         * ntlm.el: Don't include poem.
28819
28820         * md4.el (print-int32, print-string-hexa): Remove.
28821         Suggested by Jesper Harder <harder@myrealbox.com>.
28822
28823         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28824
28825         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28826         probably breaks emacs with DL patch, but do we care? Is anyone
28827         still using the DL stuff?)
28828
28829         * sieve-manage.el: Use the password package.
28830         (sieve-manage-read-passwd): Remove.
28831         (sieve-manage-interactive-login): Use password.  Re-add
28832         condition-case around loop.
28833
28834         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28835         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28836         Use the password package.
28837
28838 2003-02-19  Simon Josefsson  <jas@extundo.com>
28839
28840         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28841         token.
28842
28843 2002-08-07  Simon Josefsson  <jas@extundo.com>
28844
28845         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28846         (sieve-manage-authenticators)
28847         (sieve-manage-authenticator-alist): Add some SASL mechs.
28848         (sieve-sasl-auth): New function.
28849         (sieve-manage-cram-md5-auth)
28850         (sieve-manage-plain-auth): Rewrite using SASL library.
28851         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28852         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28853         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28854         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28855
28856 2004-01-05  Simon Josefsson  <jas@extundo.com>
28857
28858         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28859         New files.
28860
28861 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28862
28863         * gnus-group.el (gnus-no-groups-message): Update.
28864
28865         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28866
28867 2003-11-09  Simon Josefsson  <jas@extundo.com>
28868
28869         * imap.el: Support for ID IMAP extension (RFC 2971).
28870         (imap-local-variables): Add imap-id.
28871         (imap-id): New variable.
28872         (imap-id): New function.
28873         (imap-parse-response): Parse untagged ID response.
28874         * nnimap.el (nnimap-id): New variable.
28875         (nnimap-open-connection): Use it.
28876
28877 2003-12-28  Simon Josefsson  <jas@extundo.com>
28878
28879         * gnus-score.el (gnus-score-edit-all-score): New.
28880         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28881
28882 2004-01-04  Simon Josefsson  <jas@extundo.com>
28883
28884         * password.el: Add.
28885
28886 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28887
28888         * dns.el (dns-query-types): Fix typo.
28889         (dns-query-types): New function.
28890         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28891         PTR and SOA replies, see RFC 1035.
28892
28893 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28894
28895         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28896
28897         * Move to Changelog.2.
28898
28899 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28900
28901         * gnus.el (gnus-version-number): Bump version.
28902
28903 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28904
28905         * gnus.el: No Gnus v0.1 is released.
28906
28907 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28908
28909         * gnus.el: No Gnus v0.0 is released.
28910
28911 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28912
28913         * gnus.el (gnus-version-number): Bump.
28914         (gnus-version): No.
28915
28916 See ChangeLog.2 for earlier changes.
28917
28918   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28919
28920   This file is part of GNU Emacs.
28921
28922   GNU Emacs is free software: you can redistribute it and/or modify
28923   it under the terms of the GNU General Public License as published by
28924   the Free Software Foundation, either version 3 of the License, or
28925   (at your option) any later version.
28926
28927   GNU Emacs is distributed in the hope that it will be useful,
28928   but WITHOUT ANY WARRANTY; without even the implied warranty of
28929   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28930   GNU General Public License for more details.
28931
28932   You should have received a copy of the GNU General Public License
28933   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28934
28935 ;; Local Variables:
28936 ;; coding: utf-8
28937 ;; fill-column: 79
28938 ;; add-log-time-zone-rule: t
28939 ;; End: