Fix auth-source-epa-make-gpg-token compilation (bug#21724)
[gnus] / lisp / ChangeLog
1 2015-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * auth-source.el: Add eval-and-compile to autoloads for
4         epg-context-set-passphrase-callback, epg-decrypt-string,
5         epg-encrypt-string, and epg-context-set-armor.
6
7 2015-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8
9         * mailcap.el (mailcap-mime-data): Remove fboundp checks.
10         (mailcap-viewer-passes-test): Do it instead.  Thanks to Stefan Monnier.
11
12 2015-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13
14         * mailcap.el (mailcap-mailcap-entry-passes-test): Doc fix.
15
16 2015-10-20  Michael Sperber  <mike@xemacs.org>
17
18         * mailcap.el (mailcap-mime-data): Conditonalize `doc-view-mode', which
19         does not exist on XEmacs.
20
21 2015-10-18  Michael Sperber  <mike@xemacs.org>
22
23         * nnml.el (nnml-retrieve-groups, nnml-request-scan):
24         * nnmail.el (nnmail-get-new-mail-per-group):
25         (nnmail-get-new-mail-1): Unbreak `group' option for `mail-sources'.
26
27 2015-10-18  Michael Sperber  <mike@xemacs.org>
28
29         * message.el (message-get-reply-headers): In addition to
30         `mail-dont-reply-to-names', bind `rmail-dont-reply-to-names', which is
31         used in XEmacs.
32
33 2015-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
34
35         * auth-source.el (auth-source-epa-make-gpg-token): Revert.
36
37 2015-10-11  Nicolas Petton  <petton.nicolas@gmail.com>
38
39         * auth-source.el (auth-source-epa-make-gpg-token):
40         Replace an usage of `epg-context-set-armor' with `setf'.
41         (auth-source-do-debug, auth-source-do-trivia)
42         (auth-source-read-char-choice, auth-source-search)
43         (auth-source-pick-first-password, auth-source-netrc-parse)
44         (auth-source-netrc-search, auth-source-secrets-search)
45         (auth-source-macos-keychain-search)
46         (auth-source-macos-keychain-search-items, auth-source-plstore-search)
47         (auth-source-user-or-password): Use sharp-quoting with functions.
48
49 2015-09-30  Wieland Hoffmann  <themineo@gmail.com>
50
51         * auth-source.el (auth-source-search): Clarify :create's meaning.
52
53 2015-09-17  Paul Eggert  <eggert@cs.ucla.edu>
54
55         Backslash cleanup in Elisp source files
56
57         This patch should not change behavior.  It typically omits backslashes
58         where they are redundant (e.g., in the string literal "^\$").
59         In a few places, insert backslashes where they make regular expressions
60         clearer: e.g., replace "^\*" (equivalent to "^*") with "^\\*", which
61         has the same effect as a regular expression.
62         Also, use ‘\ %’ instead of ‘\%’ when avoiding confusion with SCCS IDs,
63         and similarly use ‘\ $’ instead of ‘\$’ when avoiding confusion
64         with RCS IDs, as that makes it clearer that the backslash is intended.
65         * auth-source.el (auth-source-secrets-search)
66         (auth-source-macos-keychain-search):
67         * gnus-art.el (gnus-mime-action-on-part)
68         (gnus-mime-display-multipart-related-as-mixed)
69         (gnus-button-mid-or-mail-heuristic-alist)
70         (gnus-button-mid-or-mail-heuristic, gnus-article-extend-url-button):
71         * gnus-bookmark.el (gnus-bookmark-bmenu-toggle-infos)
72         (gnus-bookmark-bookmark-inline-details, gnus-bookmark-bookmark-details)
73         (gnus-bookmark-alist, gnus-bookmark-name-from-full-record)
74         (gnus-bookmark-bmenu-mode, gnus-bookmark-delete):
75         * gnus-cus.el (gnus-group-customize):
76         * gnus-group.el (gnus-group-line-format, gnus-group-mode-line-format)
77         (gnus-group-jump-to-group-prompt, gnus-group-name-at-point):
78         * gnus-mlspl.el (gnus-group-split-fancy):
79         * gnus-registry.el (gnus-registry-prune-factor):
80         * gnus-salt.el (gnus-summary-pick-line-format):
81         * gnus-sieve.el (gnus-sieve-update, gnus-sieve-generate)
82         (gnus-sieve-script):
83         * gnus-util.el (gnus-directory-sep-char-regexp):
84         * gnus.el (gnus-message-archive-group, gnus-user-agent):
85         * message.el (message-archive-header, message-reply-headers)
86         (message-send-method-alist):
87         * mm-decode.el (mm-add-meta-html-tag):
88         * nndoc.el (nndoc-generate-lanl-gov-head):
89         * nnheader.el (nnheader-max-head-length):
90         * registry.el (registry-db, registry-prune):
91         * rfc1843.el (rfc1843-hzp-word-regexp)
92         (rfc1843-hzp-word-regexp-strictly):
93         * rfc2047.el (rfc2047-encoded-word-regexp)
94         (rfc2047-encoded-word-regexp-loose):
95
96         Fix several backslash typos in Elisp strings
97         * gnus-art.el (gnus-button-handle-library):
98         * gnus-group.el (gnus-read-ephemeral-gmane-group-url):
99         * nntp.el (nntp-via-shell-prompt, nntp-telnet-shell-prompt):
100         * spam-report.el (spam-report-gmane-regex):
101         Fix typo by replacing ‘\’ with ‘\\’ in a string literal.
102         For example, to get the regular expression ‘\.’ use the string
103         literal "\\.", not "\." (which is equivalent to ".").
104
105         * auth-source.el (auth-source-read-char-choice):
106         * nnmaildir.el (NOV example):
107         * registry.el (registry-search): Doc fix.
108
109 2015-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
110
111         * gnus-compat.el: Require overlay for XEmacs.
112
113 2015-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
114
115         * message.el (message-hide-headers): Bind inhibit-modification-hooks to
116         t rather than after-change-functions to nil.
117
118 2015-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
119
120         * time-date.el (time-to-seconds, time-less-p):
121         Mark unused vars with underscore.
122
123 2015-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
124
125         * time-date.el (with-decoded-time-value): Fix debug spec.
126
127 2015-09-08  Paul Eggert  <eggert@cs.ucla.edu>
128
129         * nnmairix.el (nnmairix-widget-create-query):
130         * time-date.el (format-seconds): Prefer grave quoting in source-code
131         strings used to generate help and diagnostics.
132
133 2015-09-07  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
134
135         * ntlm.el: Bump version to 2.00.  New maintainer.  Add comm keyword.
136
137 2015-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
138
139         * ntlm.el (ntlm-unibyte-string): New compatibility function.
140
141 2015-09-06  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
142
143         Add support for NTLMv2 authentication.
144         * ntlm.el (ntlm): New customization group.
145         (ntlm-compatibility-level): New defcustom.
146         (ntlm-compute-timestamp): New function.
147         (ntlm-generate-nonce): Likewise.
148         (ntlm-build-auth-response): Add support for NTLMv2 authentication.
149
150 2015-09-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
151
152         * nnimap.el (nnimap-request-group): Handle nil "info" arg.  This arg
153         isn't always passed in, check it's not nil before making it into a
154         list.  The active arg will also be nil if the group is new, check for
155         that.
156
157 2015-09-04  Adam Sjøgren  <asjo@koldfront.dk>
158
159         * mail-source.el (mail-source-fetch-imap): allow :mailbox to be a list.
160
161 2015-09-03  Paul Eggert  <eggert@cs.ucla.edu>
162
163         * gmm-utils.el (gmm-image-load-path-for-library):
164         * gnus-art.el (gnus-boring-article-headers, gnus-split-methods):
165         * gnus-registry.el (gnus-registry-split-strategy):
166         * gnus-start.el (gnus-check-new-newsgroups):
167         * gnus-sum.el (gnus-select-group-hook):
168         * gnus-uu.el (gnus-uu-user-archive-rules):
169         * gnus.el (gnus-message-archive-group, gnus-visual):
170         * message.el (message-cite-style):
171         * nnir.el (nnir-swish++-additional-switches)
172         (nnir-swish-e-additional-switches, nnir-hyrex-additional-switches)
173         (nnir-namazu-additional-switches, nnir-notmuch-additional-switches):
174         * nnmail.el (nnmail-split-methods, nnmail-expiry-wait-function):
175         * nntp.el (nntp-server-action-alist):
176         * tls.el (tls-checktrust):
177         Fix some more docstring etc. quoting problems.
178         Mostly these fixes prevent the transliteration of apostrophes
179         that should stay apostrophes.  Also, prefer curved quotes in
180         Bahá’í proper names, as that’s the preferred Bahá’í style and
181         these names are chock-full of non-ASCII characters anyway.
182
183 2015-09-02  Paul Eggert  <eggert@cs.ucla.edu>
184
185         Escape ` and ' in doc
186         * gnus-art.el (gnus-article-address-banner-alist)
187         (gnus-face-properties-alist):
188         * gnus-sum.el (gnus-newsgroup-variables):
189         * nndiary.el (nndiary-reminders):
190         * nnmail.el (nnmail-fancy-expiry-targets, nnmail-split-fancy):
191         Escape apostrophes and grave accents in docstrings if they
192         are supposed to stand for themselves and are not quotes.  Remove
193         apostrophes from docstring examples like ‘'(calendar-nth-named-day
194         -1 0 10 year)’ that confuse source code with data.  Do some other
195         minor docstring fixups as well, e.g., insert a missing close
196         quote.
197
198 2015-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
199
200         * gnus-util.el (gnus-format-message):
201         * tls.el (tls-format-message): Use defalias at the top level so as to
202         make eval-and-compile unnecessary.  Thanks to Stefan Monnier.
203
204         * gnus-sum.el (gnus-summary-search-article):
205         Ensure that the article where the search word is found is displayed
206         and pointed to in the summary buffer.
207
208 2015-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
209
210         * tls.el (tls-format-message):
211         Alias to format-message, or format if not available.
212         (open-tls-stream): Use it.
213
214 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
215
216         * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server):
217         * gnus-art.el (gnus-article-browse-delete-temp-files):
218         * gnus-eform.el (gnus-edit-form):
219         * gnus-fun.el (gnus-display-x-face-in-from):
220         * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl):
221         * gnus-topic.el (gnus-topic-edit-parameters):
222         * mail-source.el (mail-source-delete-old-incoming):
223         * message.el (message-strip-subject-encoded-words)
224         (message-check-recipients, message-send-form-letter):
225         * mm-decode.el (mm-display-part):
226         * mm-uu.el (mm-uu-pgp-signed-extract-1):
227         * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
228         * spam-report.el (spam-report-process-queue):
229         * tls.el (open-tls-stream):
230         Respect ‘text-quoting-style’ in diagnostics.
231         * gnus-art.el (article-display-face):
232         * gnus-fun.el (gnus-display-x-face-in-from):
233         Use straight quoting in email.
234         * rfc2231.el (rfc2231-decode-encoded-string):
235         Escape apostrophes in doc strings.
236
237 2015-08-26  Paul Eggert  <eggert@cs.ucla.edu>
238
239         Go back to grave quoting in Gnus
240
241         * auth-source.el (auth-source-netrc-parse-entries):
242         * gnus-agent.el (gnus-agent-check-overview-buffer)
243         (gnus-agent-fetch-headers):
244         * gnus-int.el (gnus-start-news-server):
245         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal)
246         (gnus-registry-post-process-groups):
247         * gnus-score.el (gnus-summary-increase-score):
248         * gnus-start.el (gnus-convert-old-newsrc):
249         * gnus-topic.el (gnus-topic-rename):
250         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
251         * spam.el (spam-check-blackholes):
252         Stick with grave quoting in diagnostics strings.  This is more
253         portable to older Emacs, desirable for Gnus.
254
255 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
256
257         Prefer directed to neutral quotes in docstings and diagnostics.
258         In docstrings, escape apostrophes that would otherwise be translated
259         to curved quotes using the newer, simpler rules.
260
261         * auth-source.el (auth-source-netrc-parse-entries):
262         * gnus-agent.el (gnus-agent-check-overview-buffer)
263         (gnus-agent-fetch-headers):
264         * gnus-int.el (gnus-start-news-server):
265         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
266         * gnus-score.el (gnus-summary-increase-score):
267         * gnus-start.el (gnus-convert-old-newsrc):
268         * gnus-topic.el (gnus-topic-rename):
269         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
270         * nnmairix.el (nnmairix-widget-create-query):
271         * spam.el (spam-check-blackholes):
272         Use directed rather than neutral quotes in diagnostics.
273
274         * gnus-util.el (gnus-format-message):
275         Alias to format-message, or format if not available.
276
277 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
278
279         * auth-source.el (auth-sources):
280         Prefer (substitute-command-keys "`\\[foo-command]'")
281         to "`M-x foo-command'" in docstring.
282
283         * time-date.el (format-seconds):
284         Use curved quotes in diagnostic format strings.
285
286         * nnmairix.el (nnmairix-propagate-marks-upon-close):
287         * pop3.el (pop3-authentication-scheme):
288         Don't quote symbols with apostrophes in doc strings.
289         Use asymmetric quotes instead.
290
291 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
292
293         Use overlay functions directly
294
295         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
296         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
297
298         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
299         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
300         (gnus-article-highlight-signature, gnus-article-extend-url-button)
301         (gnus-article-add-button, gnus-insert-prev-page-button)
302         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
303         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
304         * gnus-html.el (gnus-html-wash-tags):
305         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
306         (gnus-highlight-selected-tree):
307         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
308         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
309         * gnus-util.el (gnus-put-overlay-excluding-newlines):
310         * message.el (message-fix-before-sending)
311         (message-toggle-image-thumbnails):
312         * mm-decode.el (mm-convert-shr-links):
313         * sieve.el (sieve-highlight, sieve-insert-scripts):
314         Use overlay functions directly instead of using gnus-overlay-*,
315         message-overlay-*, and sieve-overlay-*.
316
317         * gnus-sum.el (gnus-remove-overlays):
318         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
319         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
320         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
321         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
322         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
323         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
324         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
325         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
326         (gnus-overlays-at, gnus-overlays-in):
327         * message.el (message-delete-overlay, message-make-overlay)
328         (message-overlay-get, message-overlay-put, message-overlays-in):
329         * messagexmas.el (message-delete-overlay, message-make-overlay)
330         (message-overlay-get, message-overlay-put, message-overlays-in):
331         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
332         Remove.
333
334 2015-08-19  Glenn Morris  <rgm@gnu.org>
335
336         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
337
338 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * message.el (message-overlay-put, message-make-overlay)
341         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
342         (message-delete-overlay, message-window-inside-pixel-edges):
343         Declare before using.
344
345 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
346
347         * message.el (message-overlay-get, message-overlays-in)
348         (message-window-inside-pixel-edges):
349         * messagexmas.el (message-overlay-get, message-overlays-in):
350         XEmacs compatible functions.
351
352 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * message.el (message-toggle-image-thumbnails): New command.
355
356 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
357
358         * message.el (message-send-form-letter): Change (message (format ...))
359         to (message ...).  This lessens the probability of confusion when
360         the output of `format' contains `%'.
361
362 2015-08-04  David Kastrup  <dak@gnu.org>
363
364         * gnus-art.el (gnus-article-describe-key)
365         (gnus-article-describe-key-briefly):
366         Do not overwrite preexisting contents of unread-command-events.
367
368 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
369
370         * nnimap.el (nnimap-request-move-article)
371         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
372         extension if available.
373
374 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
375
376         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
377         capabilities instead of relying on LOGIN response.
378
379 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
380
381         * nnbabyl.el (nnbabyl-retrieve-headers):
382         * nndiary.el (nndiary-retrieve-headers):
383         * nneething.el (nneething-retrieve-headers):
384         * nnmbox.el (nnmbox-retrieve-headers):
385         * nnmh.el (nnmh-retrieve-headers):
386         * nnml.el (nnml-retrieve-headers):
387         * nnspool.el (nnspool-retrieve-headers):
388         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
389         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
390         progress-report percentages and the like.  This avoids problems
391         if (* 100 NUMERATOR) would overflow.
392
393         * gnus-registry.el (gnus-registry-import-eld):
394         * registry.el (registry-reindex):
395         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
396
397 2015-07-17  Julien Danjou  <jd@abydos>
398
399         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
400         command.
401
402 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
403
404         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
405         of function arguments.
406
407 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
408
409         * nnimap.el: Clean up "unused var" warnings.
410         (auth-source-creation-prompts): Declare.
411         (nnimap-retrieve-headers, nnimap-status-message)
412         (nnimap-request-create-group, nnimap-request-delete-group)
413         (nnimap-close-group, nnimap-request-move-article)
414         (nnimap-request-accept-article, nnimap-request-newgroups)
415         (nnimap-request-post, nnimap-dummy-active-number)
416         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
417         (nnimap-parse-flags): Remove unused var `p'.
418         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
419         (nnimap-flags-to-marks): Remove unused var `totalp'.
420
421 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
422
423         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
424         before RFC822.SIZE.
425
426 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
427
428         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
429         so that a 'plain value for the `nnimap-stream' server variable is
430         handled correctly.
431
432 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
433
434         Remove unused let variables
435         * nnimap.el (nnimap-request-group): Variables are not used.
436
437         Check if group names are already strings
438         * gnus-group.el (gnus-group-group-name):
439         The group name may already be a string.
440         Specifically, in the group list reached from the *Server* buffer,
441         the 'gnus-group text property returns a string.  Everywhere else
442         it returns a symbol.
443
444 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
445
446         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
447         (nnmaildir--update-nov): Remove unused var `numdir'.
448         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
449         (nnmaildir-request-group, nnmaildir-request-create-group)
450         (nnmaildir-request-post, nnmaildir-request-move-article)
451         (nnmaildir-request-accept-article, nnmaildir-active-number):
452         Mark unused args.
453         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
454         Declare.
455         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
456         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
457         `mark', `end', `new-mark', and `mark-sym'.
458         (nnmaildir-retrieve-headers):
459         Remove unused args `srv-dir', `dir', `nlist2'.
460         (nnmaildir-request-expire-articles):
461         Remove unused vars `article', `stop' and `nlist2'.
462         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
463         `end'.  Use nnmaildir--article when dyn-binding is needed.
464         Give the value directly in the `let' for `del-mark', `del-action',
465         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
466         (nnmaildir-close-server):
467         Declare those local vars that need to be dyn-bound.
468
469 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
470
471         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
472
473 2015-05-31  David Engster  <deng@randomsample.de>
474
475         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
476         instead of using `sleep-for', as the latter does not seem to reliably
477         wait (see for instance bug 15990).
478
479 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
480
481         * gnus-art.el (gnus-button-alist): Re-revert last change.
482         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
483
484 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
485
486         * gnus-art.el (gnus-button-alist): Revert last change.
487         It wasn't that important, and it caused a Gnus build to fail.  See:
488         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
489
490         * gnus-art.el (gnus-button-alist):
491         Also treat "‘" and "’" as quoting chars.
492
493 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
494
495         * gnus-art.el (gnus-treat-strip-list-identifiers)
496         (gnus-article-mode-syntax-table):
497         * gnus-group.el (gnus-group-nnimap-edit-acl):
498         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
499         e.g., missing quote, ``x'' where `x' was meant, etc.
500
501 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
502
503         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
504         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
505         into just c.
506
507 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
508
509         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
510         Normalize characters into numbers in spec keys.
511
512 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
513
514         * dgnushack.el (declare-function): Redefine it to use autoload.
515         * lpath.el (gnus-html-prefetch-images): Declare.
516
517 2015-05-04  Glenn Morris  <rgm@gnu.org>
518
519         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
520
521         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
522
523         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
524         (gnus-topic-create-topic, gnus-topic-enter-dribble):
525         Declare rather than autoload.
526
527         * mm-archive.el (gnus-recursive-directory-files)
528         (mailcap-extension-to-mime): Autoload at run-time.
529
530         * mm-util.el (latin-unity-massage-name)
531         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
532         (latin-unity-representations-present-region):
533         Declare rather than autoload.
534
535         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
536         Autoload at run-time.
537         (epg-context-set-signers, epg-context-result-for)
538         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
539         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
540         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
541         (epg-configuration, epg-expand-group, epa-select-keys):
542         Declare rather than autoload.
543
544         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
545         Autoload at run-time.
546         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
547         (gnus-registry-get-id-key, gnus-registry-action):
548         Declare rather than autoload.
549
550         * nnmail.el (mail-send-and-exit): Autoload at run-time.
551
552         * spam.el (spam-stat-buffer-change-to-non-spam)
553         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
554         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
555         (spam-stat-split-fancy): Remove pointless autoloads.
556
557         * mm-view.el (epg-decrypt-string): Autoload.
558         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
559         (epg-sub-key-validity): Fix declarations.
560
561 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
562
563         * gnus.el: Ma Gnus v0.13 is released.
564
565 2015-05-01  Glenn Morris  <rgm@gnu.org>
566
567         * gnus-util.el (iswitchb-read-buffer):
568         * mm-decode.el (libxml-parse-html-region):
569         * mml.el (libxml-parse-html-region):
570         * nnrss.el (libxml-parse-html-region): Update declaration.
571
572 2015-04-27  Glenn Morris  <rgm@gnu.org>
573
574         * message.el (gnus-extract-address-components):
575         Remove bogus declaration that was masking previous problem.
576
577 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
578
579         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
580         altering the buffer.
581         (hashcash-insert-payment-async-2): Revert previous change because it
582         still means that the mark is moving around.
583
584 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
585
586         * gnus-uu.el (gnus-uu-save-article):
587         Make the save-restriction/widen calls make more sense.
588
589 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
590
591         * gnus-art.el (gnus-use-idna):
592         * gnus-sum.el (gnus-summary-idna-message):
593         * message.el (message-use-idna):
594         Catch the invalid-operation error that idna.el will issue.
595
596 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
597
598         * gnus-group.el (gnus-group--setup-tool-bar-update):
599         cursor-sensor-functions should be a list of functions.
600
601 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
602
603         * gnus-group.el (gnus-tmp-*): Declare.
604         (gnus-update-group-mark-positions): Remove unused `topic' var.
605         (gnus-group-insert-group-line): Remove unused var `header'.
606         (gnus-group--setup-tool-bar-update): New function.
607         (gnus-group-insert-group-line): Use it.
608         (gnus-group-update-eval-form): Declare local
609         dynamically-bound variables.
610         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
611
612         * gnus-topic.el (gnus-topic-jump-to-topic)
613         (gnus-group-prepare-topics, gnus-topic-update-topic)
614         (gnus-topic-change-level, gnus-topic-catchup-articles)
615         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
616         Use inhibit-read-only.
617         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
618         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
619
620 2015-04-12  João Távora  <joaotavora@gmail.com>
621
622         * message.el (message-mode):
623         Use `set' and `make-local-variable' instead of `setq-local'.
624
625 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
626
627         * gnus-sum.el (gnus-summary-refer-thread):
628         Make sure gnus-newsgroup-unreads remains sorted.
629
630 2015-04-12  João Távora  <joaotavora@gmail.com>
631
632         Improve sexp-based movement in message-mode
633         * message.el (message--syntax-propertize): New function.
634         (message-mode): Set syntax-related vars.d
635         (message-smileys): New variable.
636
637 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
638
639         * gnus-art.el (gnus-hidden-properties): Simplify.
640         (gnus-article-hide-text, gnus-article-unhide-text)
641         (gnus-article-unhide-text-type): Remove special handling of
642         `intangible' since that property is not used any more.
643         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
644
645 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
646
647         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
648         and a runtime function for it, of which the XEmacs version takes only
649         two arguments.
650
651 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
652
653         Use American spelling for 'normalize'
654         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
655         All uses changed.  Add an alias for obsolete usages.
656
657 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * gnus-art.el (gnus-article-browse-html-save-cid-content):
660         Always return relative file name.
661         (gnus-article-browse-html-parts):
662         Make external links absolute and cid file names relative.
663
664 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
665
666         * registry.el (registry-prune): Re-use `registry-full' in
667         `registry-prune'.  It's a bit of redundant work, but safer.
668         Also ensure that target-size is an integer.
669
670 2015-03-31  Daiki Ueno  <ueno@gnu.org>
671
672         * plstore.el (plstore--decrypt): Clear entry in
673         `plstore-passphrase-alist' if decryption failed (bug#20030).
674
675 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
676
677         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
678         to "Display" menu.
679
680 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
681
682         * nnimap.el (nnimap-split-incoming-mail): If a message is already
683         in the group it should be split to, don't re-copy it into the group.
684
685 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
686
687         * nnmh.el (nnmh-request-expire-articles):
688         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
689
690 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
691
692         * registry.el (registry-lookup-secondary, registry-full)
693         (registry-prune, registry-collect-prune-candidates):
694         * gnus-registry.el (gnus-registry-load): Use slot names rather than
695         initarg names in `oref' and `oset'.
696
697 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
698
699         * registry.el (registry-prune): Allow registry to reach full size
700         before pruning.
701
702 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
703
704         * registry.el (registry-collect-prune-candidates): Fix call to
705         cl-subseq.
706
707 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
708
709         * registry.el (registry-db): Temporary fix old Emacsen compilation.
710
711 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
712
713         * gnus-registry.el (gnus-registry-handle-action)
714         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
715         (gnus-registry-keywords): Make it do something.
716         (gnus-registry-import-eld): Remove unused var `new-entry'.
717         (gnus-registry-action): Remove unused var `to-name'.
718         (gnus-registry-make-db): Prefer `make-instance' to avoid
719         compiler warnings.
720         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
721
722         * registry.el (registry-db): Don't oset-default an instance-allocated
723         slot.
724
725 2015-03-10  Glenn Morris  <rgm@gnu.org>
726
727         * message.el (message-valid-fqdn-regexp): Bump :version for
728         2014-11-17 change.
729
730 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
731
732         * gnus-notifications.el (gnus-notifications-action): Raise window
733         frame.
734         (gnus-notifications-action): Allow mark as read.
735         (gnus-notifications-notify): Show uption to mark as read.
736
737 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
738
739         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
740         (registry-search, registry-delete, registry-size, registry-insert)
741         (registry-reindex, registry-collect-prune-candidates):
742         * gnus-registry.el (gnus-registry-fixup-registry)
743         (gnus-registry-remove-extra-data): Use slot names rather than initarg
744         names in `oref' and `oset'.
745
746 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
747         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
748         in the group it should be split to, don't re-copy it into the group.
749
750 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
751
752         * message.el (message-insert-formatted-citation-line): Change %F to
753         fall back to email address if no first name could be determined.
754
755 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
756
757         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
758         Fix point motion when removing displayed MIME part.
759         (gnus-article-edit-part): Make jumping to the next part really work
760         when deleting or stripping.
761         (gnus-mime-buttonize-attachments-in-header): Make header attachment
762         buttons identical to the ones in the article body so as to work deleting
763         and stripping.
764
765 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
766
767         * mm-decode.el (mm-shr)
768         * mm-view.el (mm-inline-text-html-render-with-w3m):
769         Revert my bogus change that made the start marker of a part
770         the "moves after insertion" type.
771
772 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
773
774         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
775         Tools: https://github.com/politza/pdf-tools) for viewing PDF
776         attachments in emacs.
777
778 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
779
780         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
781         instead of sasl-scram-sha-1, as the former is the name that can be
782         required.
783
784         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
785         (sasl-scram-sha-1-client-final-message)
786         (sasl-scram-sha-1-authenticate-server): Move to end of file.
787
788 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
789
790         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
791
792 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
793
794         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
795         (sasl-string-prefix-p): New compatibility functions.
796
797 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
798
799         * gnus-compat.el (process-live-p): Added new compat function for Emacs
800         23.
801
802 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
803
804         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
805         from the server LIST response.
806
807 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
808
809         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
810         during header retrieval, error out instead of interpreting the data in
811         the buffer as the only messages there.  This way, we don't mark
812         articles as read on a server hangup (bug#19035).
813
814         * mm-decode.el (mm-head-p): New function.
815         (mm-display-part): Go to a blank line when inserting parts internally.
816
817 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
818
819         * sasl-scram-rfc.el: New file.
820
821         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
822         Add SCRAM-SHA-1 first.
823         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
824         entry (bug#17636).
825
826 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
827
828         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
829         that we don't get a warning when setting the buffer-local variable
830         (bug#19573).
831
832         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
833         `gnus-request-group'.
834
835 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
836
837         * gnus-art.el (gnus-article-browse-html-save-cid-content)
838         (gnus-article-browse-html-parts): Make cid file names relative if and
839         only if html doesn't specify <base> directory.
840
841 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
842
843         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
844         parts, because that breaks filling (since buttons are in a bold face).
845
846 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
847
848         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
849         use gnus-overlays-at and gnus-overlay-put.
850
851 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
852
853         * mm-decode.el (mm-shr): Only pass the fill column when not using
854         fonts, because limiting the width to what's appropriate for followups
855         doesn't really help when not using proportional fonts.
856
857 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
858
859         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
860         shr, beacause that breaks folding.
861         (mm-shr): Don't shorten the width when using fonts.
862
863 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
864
865         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
866         variable; always check the newrc timestamp.
867         (gnus-save-newsrc-file): Always check timestamp.
868
869 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
870
871         * mail-source.el (mail-source-call-script): If scripts exit with an
872         error, pop up an error buffer.
873
874 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
875
876         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
877         as a default.
878
879         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
880         correct server.
881
882 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
883
884         * nnimap.el (nnimap-request-group-scan): Fix the function name.
885
886         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
887
888 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
889
890         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
891         that nnimap works for non-activated backends.
892
893 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
894
895         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
896         message, since we already get an obsolescence message.  Use `declare'.
897
898 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
899
900         * nnir.el: Revert "Enable non-ASCII IMAP searches".
901
902 2015-01-30  Glenn Morris  <rgm@gnu.org>
903
904         * gnus-registry.el (gnus-registry-max-pruned-entries)
905         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
906         Fix :version.
907         (gnus-registry-default-sort-function): Improve :type.
908
909 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
910
911         * nnimap.el (nnimap-request-group): Allow running this function on
912         groups that don't exist in Gnus yet.
913         (nnimap-request-group): Revert previous patch since that made it
914         impossible to enter nnimap groups.
915
916         * message.el (message-smtpmail-send-it): Remove the mail header
917         separator before sending.
918
919 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
920
921         * nnimap.el (nnimap-find-expired-articles): Fix handling of
922         (expiry-wait . never).
923
924 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
925
926         * nnimap.el (nnimap-request-group): Clear the buffer before returning
927         the data.
928
929 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
930
931         * gnus-compat.el (string-bytes): Work for XEmacs.
932
933 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
934
935         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
936
937         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
938         IMAP.
939
940 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
941
942         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
943
944         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
945
946         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
947         be added to the backlog.
948
949 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
950
951         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
952         target with a recursive make call.
953
954 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
955
956         * nnimap.el (nnimap-header-parameters): Refactor and request
957         X-GM-LABELS if it's been announced.
958         (nnimap-transform-headers): Gather and output GM-LABELS.
959
960 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
961
962         * mm-decode.el (mm-display-part): Make non-string methods work.
963         Non-string methods are funcalled and work just fine, the test was
964         bogus.
965         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
966         whole frame.
967
968 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
969
970         * nnimap.el (nnimap-request-accept-article): Allow respooling using
971         nnimap.
972
973         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
974         request rescans when being run interactively.
975
976         * nnimap.el (nnimap-request-group): Don't rescan the group here,
977         because that can be very slow in large groups.
978
979         * gnus-int.el (gnus-request-group-scan): New backend function.
980
981         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
982
983 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
984
985         * gnus-group.el (gnus-group-suspend): Close all backends.
986
987 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
988
989         * dgnushack.el (dgnushack-compile-file): New function.
990         (dgnushack-compile): Use it (bug#19514).
991
992 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993
994         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
995
996 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
997
998         * registry.el: Don't use <class> as a variable.
999
1000 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1001
1002         system-name's returned value can vary
1003         Also, the system-name variable is now obsolete.
1004         Fixes Bug#19438.
1005         * message.el (message-make-fqdn):
1006         * nnvirtual.el (nnvirtual-retrieve-headers)
1007         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
1008         and avoid naming locals 'system-name'.
1009
1010 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
1011
1012         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
1013         lines don't get overlong when responding.
1014
1015 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1016
1017         * registry.el (cl-remf, cl-loop, cl-subseq):
1018         Alias to remf, loop, and subseq respectively for old Emacsen.
1019
1020 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
1021
1022         * gnus-group.el (gnus-read-ephemeral-bug-group):
1023         Bind coding-system-for-read and coding-system-for-write only around
1024         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
1025
1026 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1027
1028         * registry.el (registry-db): Set default slot later.
1029         This is because its value is not a literal integer.
1030
1031 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1032
1033         * registry.el (registry-db): Fix default registry-db max-size.
1034
1035 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1036
1037         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
1038         add warning.
1039
1040         * gnus-art.el: Fix up compiler warnings.
1041         (article-display-face, article-display-x-face): Remove unused `face'.
1042         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
1043         (article-date-ut): Remove unused var `first'.
1044         (gnus-article-prepare): Remove unused var `gnus-article'.
1045         (gnus-mime-save-part-and-strip): Remove unused var `param'.
1046         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
1047         `coding-system' along with corresponding dead code.
1048         (gnus-mime-view-part-externally): Remove unused var
1049         `mm-user-display-methods'.
1050         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
1051         (gnus-display-mime): Remove unused var `handle'.
1052         (gnus-mime-display-alternative): Remove unused var `props'.
1053         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
1054         (gnus-article-edit-done): Remove unused var `p'.
1055         (gnus-url-mailto): Remove unused var `to'.
1056         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
1057         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
1058
1059 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
1060
1061         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
1062         slots into a :max-size slot.
1063         (registry-db-version): Add new variable for database version number.
1064         (registry-prune): Use :max-size slot. Accept and use a sort-function
1065         argument.
1066         (registry-collect-prune-candidates): Add new function for finding
1067         non-precious pruning candidates.
1068         (registry-prune-hard-candidates, registry-prune-soft-candidates):
1069         Remove obsolete functions.
1070         (initialize-instance): Upgrade registry version when starting.
1071
1072         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
1073         (gnus-registry-max-pruned-entries): Remove obsolete variable.
1074         (gnus-registry-cache-file): Change default
1075         filename extension to "eieio".
1076         (gnus-registry-read): Add new function, split out from
1077         `gnus-registry-load', that does the actual object reading.
1078         (gnus-registry-load): Use it. Add condition case handler to check for
1079         old filename extension and rename to the new one.
1080         (gnus-registry-default-sort-function): New variable to specify a sort
1081         function to use when pruning.
1082         (gnus-registry-save, gnus-registry-insert): Use it.
1083         (gnus-registry-sort-by-creation-time): Define a default sort function.
1084
1085         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
1086         Adjust test for new object signature.
1087         (gnustest-registry-pruning-test): Add new pruning test.
1088         (gnustest-registry-sort-function): Default sort function for testing.
1089         (gnustest-registry-pruning-sort-test): New test for sorting.
1090
1091 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1092
1093         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
1094         function for reuse.
1095         (gnus-mime-buttonize-attachments-in-header): Adjust.
1096
1097 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1098
1099         * message.el (message-change-subject): Really check whether the subject
1100         changed.
1101
1102 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1103
1104         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
1105         PDFs.
1106         (mailcap-view-mime): New function.
1107
1108 2014-12-01  Glenn Morris  <rgm@gnu.org>
1109
1110         * gnus-cloud.el (gnus-cloud): Add :version tag.
1111
1112 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1113
1114         * gnus-art.el (gnus-use-idna):
1115         * gnus-sum.el (gnus-summary-idna-message):
1116         * message.el (message-use-idna):
1117         Protect against nil value for idna-program.
1118
1119         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
1120
1121 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
1122
1123         * auth-source.el (auth-source-macos-keychain-search-items): Return
1124         result of `auth-source-macos-keychain-result-append' (bug#19074).
1125
1126 2014-11-25  Glenn Morris  <rgm@gnu.org>
1127
1128         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
1129         Add :version tag.
1130
1131 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1132
1133         * pop3.el (pop3-open-server): Warn unless encrypted.
1134
1135         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
1136
1137 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1138
1139         Port new time stamp handling to Emacs 23.2.
1140         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
1141         * time-date.el (time-add, time-subtract, time-less-p):
1142         Use eval-and-compile, not eval-when-compile.
1143
1144 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
1145
1146         * message.el (message-valid-fqdn-regexp): Add non-internaional new
1147         TLDs.
1148
1149 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1150
1151         Port new time stamp handling to old Emacs and to XEmacs.
1152         This is needed for Gnus, which copies time-date.el and which
1153         runs on older Emacs implementations.
1154         * time-date.el (with-decoded-time-value):
1155         Handle 'nil' and floating-point arg more compatibly with new Emacs.
1156         (encode-time-value, with-decoded-time-value):
1157         Obsolete only if new Emacs.
1158         (time-add, time-subtract, time-less-p): Define if not new Emacs.
1159
1160         Improve time stamp handling, and be more consistent about it.
1161         This implements a suggestion made in:
1162         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
1163         Among other things, this means timer.el no longer needs to
1164         autoload the time-date module.
1165         * time-date.el (seconds-to-time, days-to-time, time-since)
1166         (with-decoded-time-value):
1167         Treat 'nil' as current time.  This is mostly for XEmacs.
1168         (encode-time-value, with-decoded-time-value): Obsolete.
1169         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
1170         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
1171
1172 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1173
1174         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
1175         discarding changes in ephemeral groups.
1176
1177         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
1178         things the user isn't interested in.
1179
1180 2014-11-13  Julien Danjou  <jd@abydos>
1181
1182         * gnus-notifications.el (gnus-notifications-notify): Provide both
1183         app-icon and image-path.
1184
1185 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1186
1187         * mm-url.el (mm-url-encode-multipart-form-data):
1188         Restore to handle "multipart/form-data" by eww.
1189
1190 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
1191
1192         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
1193         Landscheidt.
1194
1195 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1196
1197         Simplify use of current-time and friends.
1198         * gnus-delay.el (gnus-delay-article):
1199         * gnus-sum.el (gnus-summary-read-document):
1200         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
1201         * message.el (message-make-expires-date):
1202         Omit unnecessary call to current-time.
1203         * gnus-util.el (gnus-float-time): Simplify to an alias because
1204         time-to-seconds now behaves like float-time with respect to nil arg.
1205         (gnus-seconds-year): Don't call current-time twice to get the current
1206         time stamp, as this can lead to inconsistent results.
1207         * time-date.el (time-to-seconds) [!float-time]:
1208         Use current time if arg is nil, to be compatible with float-time.
1209         (time-date--day-in-year): New function, with most of the guts of
1210         the old time-to-day-in-year.
1211         (time-to-day-in-year): Use it.
1212         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1213
1214 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * gnus.el (gnus-mode-line-buffer-identification):
1217         Don't add image data for a non-graphic display (bug#18813).
1218
1219 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1220
1221         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
1222         load-path, it blocks autoloading of find-image (bug#18813).
1223
1224 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
1225
1226         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
1227         to keep connection open (bug#18728).
1228
1229 2014-10-20  Glenn Morris  <rgm@gnu.org>
1230
1231         * Merge in all changes up to 24.4 release.
1232
1233 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
1234
1235         * message.el (message-insert-signature): Use `newline' instead of
1236         inserting explicit "\n".
1237
1238 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
1239
1240         * gnus-icalendar.el: Support vcal format timezones.
1241         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
1242         compute dates with associated timezone.
1243         (gnus-icalendar-event-from-ical): Compute all timezones.
1244
1245 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1246
1247         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
1248         check the newsrc.eld file's timestamp before saving it.
1249         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
1250         timestamp has changed to be newer.
1251
1252 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
1253
1254         * gnus-icalendar.el (gnus-icalendar-identities):
1255         Include message-alternative-emails.
1256
1257 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1258
1259         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1260         New compatibility functions.
1261         (ntlm-build-auth-response): Use them.
1262
1263 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1264
1265         * ntlm.el (ntlm-build-auth-request):
1266         Add NTLM2 Session support.  (Bug#15603)
1267
1268 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1269
1270         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1271         expired messages only when it was built in reverse order.
1272
1273 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1274
1275         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1276         last so it can be used in `message-send-hook'.
1277
1278 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1279
1280         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1281         <#secure> tag (bug#18513).
1282
1283 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * parse-time.el: Require cl when compiling.
1286
1287 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1288
1289         Use cl-lib as much as possible following the 2014-09-26 change
1290         in the Emacs trunk.
1291         * parse-time.el: Try requiring cl-lib.
1292         (parse-time-incf): Alias to cl-incf or incf.
1293         (digit-char-p): Remove.
1294         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1295         (parse-integer): Rename to parse-time-integer.
1296         (parse-time-tokenize, parse-time-rules, parse-time-string)
1297         Use parse-time-incf and parse-time-integer.
1298
1299 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1300
1301         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1302         of ":delete".
1303
1304 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1305
1306         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1307         (gnus-article-browse-html-parts):
1308         Revert last change that breaks links other than cid contents.
1309
1310 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1311
1312         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1313         (gnus-article-browse-html-parts): Make cid file names relative.
1314
1315 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1316
1317         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1318         temporarily displayed when running a mode function (at least org-mode
1319         requires it).
1320
1321 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1322
1323         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1324         the gnus-summary-article-expire-hook should be told where the function
1325         is going. In particular, the Gnus registry might want to know.
1326
1327 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1328
1329         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1330
1331 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1332
1333         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1334
1335 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1336
1337         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1338         the gnus-summary-article-expire-hook should be told where the function
1339         is going. In particular, the Gnus registry might want to know.
1340
1341 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1342
1343         Don't mishandle year-9999 dates (Bug#18176).
1344         * parse-time.el (parse-time-rules):
1345         Allow years up to most-positive-fixnum.
1346         * time-date.el (date-to-time):
1347         Pass "Specified time is not representable" errors through.
1348
1349 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1350
1351         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1352         groups and t.
1353
1354 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1355
1356         * gnus-utils.el (gnus-recursive-directory-files):
1357         Unify hard or symbolic links (bug#18063).
1358
1359 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1360
1361         * gnus-msg.el (gnus-configure-posting-style):
1362         Allow string replacements in values when matching against a header.
1363
1364 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1365
1366         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1367         the dribble buffer even when it is shrunk a lot.
1368         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1369
1370 2014-06-26  Glenn Morris  <rgm@gnu.org>
1371
1372         * mm-util.el (help-function-arglist): Remove outdated declaration.
1373
1374 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1375
1376         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1377         attribute values.  (Bug#17834)
1378
1379 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1380
1381         * gnus-sum.el (gnus-summary-edit-article-done):
1382         Prefer point-marker to copy-marker of point.
1383
1384 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * Makefile.in (install-el, install-el-elc): Compress .el files.
1387         (uninstall): Remove compressed .el files.
1388
1389 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1390
1391         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1392         (gnus-article-read-summary-keys):
1393         Don't bug out when there is no article in the summary buffer.
1394         (gnus-mime-buttonize-attachments-in-header):
1395         Improve criterion that finds parts to display.
1396
1397         * gnus-art.el (gnus-mm-display-part):
1398         * mm-decode.el (mm-shr):
1399         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1400         (mm-insert-inline): Revert last changes.
1401
1402 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1403
1404         * gnus-art.el (gnus-mm-display-part):
1405         * mm-decode.el (mm-shr):
1406         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1407         (mm-insert-inline): Set insertion type of end-marker, not only
1408         start-marker, of undisplayer so as to stay after inserted text.
1409
1410 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1411
1412         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1413         attribute. (Bug#17613)
1414
1415 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1416
1417         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1418         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1419
1420 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1421
1422         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1423         Don't delete next part button; keep spacing between buttons.
1424
1425 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1426
1427         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1428         Work for the last MIME part in an article.
1429         (gnus-mime-display-single): Suppress excessive newlines between parts.
1430
1431         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1432         by leading or trailing newline.
1433
1434 2014-05-12  Sam Steingold  <sds@gnu.org>
1435
1436         * time-date.el (seconds-to-string): New function to pretty print time
1437         delay in seconds.
1438
1439 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1442         while prompting a user for a file name, etc.
1443         (gnus-mime-display-single): Display part with a common appearance no
1444         matter whether MIME button is omitted or not; don't add duplicate entry
1445         to gnus-article-mime-handle-alist.
1446         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1447
1448 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1449
1450         * mml2015.el (mml2015-display-key-image): New variable.
1451
1452 2014-05-08  Glenn Morris  <rgm@gnu.org>
1453
1454         * gnus-fun.el (gnus-grab-cam-face):
1455         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1456         This is CVE-2014-3421.
1457
1458 2014-05-04  Glenn Morris  <rgm@gnu.org>
1459
1460         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1461
1462 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1463
1464         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1465         the displaying state of a part.
1466         (gnus-mm-display-part): Don't insert a newline in the beginning of
1467         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1468
1469         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1470         (mm-shr): Make undisplayer unbreakable.
1471
1472         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1473         Don't insert excessive newline.
1474         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1475         (mm-insert-inline): Make undisplayer unbreakable.
1476
1477 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1478
1479         * gnus.el: Ma Gnus v0.11 is released.
1480
1481 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * gnus-art.el (gnus-mm-display-part):
1484         Highlight header attachment buttons.
1485
1486 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1487
1488         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1489         a part; redisplay a button (enbugged in 2014-02-05).
1490
1491 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1492
1493         * auth-source.el (auth-source-search, auth-source-search-backends):
1494         Treat :max 0 as an indicator that a boolean return is wanted, as
1495         documented. Reported by Joe Bloggs.
1496
1497 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1498
1499         * gnus-icalendar.el: Require gnus-art.
1500
1501 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1502
1503         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1504         (gnus-icalendar--update-org-event): put event timestamp in
1505         the org entry body instead of the drawer.
1506         (gnus-icalendar-event--get-attendee-names): list of participants should
1507         contain even attendees without common name attribute.
1508         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1509         property tags in org drawers.
1510
1511 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * gmm-utils.el (gmm-format-time-string): New function.
1514
1515         * message.el (message-insert-formatted-citation-line): Use the original
1516         author's time zone to express a date string.
1517
1518 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1519
1520         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1521         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1522         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1523         Silence compiler warnings.
1524         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1525
1526 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1527
1528         * mml.el: Require url when compiling.
1529
1530         * gnus-cloud.el (gnus-cloud-parse-version-1):
1531         Use plist-get rather than CL's getf.
1532         (gnus-activate-group, gnus-subscribe-group): Declare.
1533
1534         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1535
1536 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1537
1538         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1539         buttons when toggling the header off.
1540
1541 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1542
1543         * tls.el (tls-program): Reflow docstring.
1544
1545 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1546
1547         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1548         groups work again.
1549
1550 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1551
1552         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1553         999 correctly (i.e. "1,342").
1554
1555 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1556
1557         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1558         out if the directory doesn't exist.
1559
1560 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1561
1562         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1563         commands here; instead, only check if epg-config.el is available.
1564
1565 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1566
1567         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1568         messages with embedded images.
1569         (mml-generate-mime): Don't bug out if you don't have libxml.
1570
1571 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1572
1573         * message.el (message-make-html-message-with-image-files): New command.
1574
1575 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1576
1577         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1578
1579         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1580
1581 2014-02-23  David Engster  <deng@randomsample.de>
1582
1583         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1584         to stay compatible with older Emacsen, so replace `cl-loop' with
1585         `loop'.
1586
1587 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1588
1589         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1590         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1591         instead, build list of patterns.
1592
1593 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1594
1595         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1596         Display header attachment buttons by gnus-article-prepare-display
1597         rather than gnus-article-prepare so as to view in mml-preview as well.
1598
1599 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1600
1601         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1602         in `auth-sources' means and link to EPA docs.
1603
1604 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1605
1606         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1607         (bug#12375).
1608
1609 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1610
1611         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1612         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1613
1614 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1615
1616         * message.el (message-tab): Mention what happens on normal tabs
1617         (bug#11297).
1618
1619 2014-02-08  Glenn Morris  <rgm@gnu.org>
1620
1621         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1622
1623 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1624
1625         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1626         buttons that are hidden in unselected alternative part as well.
1627         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1628
1629         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1630
1631 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1632
1633         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1634         keystroke.
1635         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1636         types.
1637
1638         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1639         with an empty string.
1640
1641 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1642
1643         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1644         buffer-local in some buffers, so bind it explicitly in the buffer we're
1645         trying to cancel the article in (bug#10808).
1646
1647 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1650         New functions.
1651
1652         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1653         New user option.
1654         (gnus-mime-buttonize-attachments-in-header): New function.
1655         (gnus-article-prepare): Use it.
1656         (gnus-mime-inline-part): Suppress extra newline.
1657         (gnus-mm-display-part): Save excursion;
1658         remove useless deleting and adding of buttons.
1659         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1660
1661         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1662         Add gnus-mime-buttonize-attachments-in-header.
1663
1664 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1665
1666         * nnimap.el (nnimap-request-articles): New command to download several
1667         articles at once.
1668
1669         * gnus.el (gnus-variable-list): Save Cloud variables.
1670
1671         * gnus-int.el (gnus-request-accept-article): Doc fix.
1672
1673 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1674
1675         * parse-time.el (parse-time-iso8601-regexp)
1676         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1677         it more generally.
1678
1679 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1680
1681         * gnus-cloud.el: New file to provide the Emacs Cloud.
1682
1683         * dgnushack.el: Silence XEmacs w3 warning.
1684
1685         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1686         `url-retrieve-synchronously', apparently.
1687
1688         * dgnushack.el: Silence XEmacs dns.el warning.
1689
1690         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1691         instead of in all files.
1692
1693         * dns.el (network-interface-list): Define for XEmacs.
1694
1695         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1696         XEmacs.
1697
1698         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1699
1700 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1701
1702         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1703         `gnus-group-split-fancy'.
1704
1705 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1706
1707         * message.el (message-remove-header): Doc fix.
1708         (message-forward-included-headers): New variable.
1709         (message-remove-ignored-headers): Use it.
1710
1711 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1712
1713         * nnir.el (nnir-request-update-mark): Don't try to update the source
1714         group if we can't find it (bug#16611).
1715
1716 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1717
1718         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1719
1720 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1721
1722         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1723         network interfaces changed.
1724         (dns-query): Use it to flush the data.
1725
1726 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1727
1728         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1729         from random face commands.
1730         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1731         Face.
1732         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1733         (gnus--random-face-with-type): Generic function returning a face-type
1734         as a string.
1735         (gnus--insert-random-face-with-type): Generic function inserting a face
1736         in a message buffer header.
1737         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1738         (gnus-insert-random-x-face-header): Rewritten to use
1739         `gnus--insert-random-face-with-type`.
1740         (gnus-random-face): Return random (png) Face as string.
1741         (nus-insert-random-face-header): Insert random (png) Face in a message
1742         buffer.
1743
1744 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1745
1746         * mm-url.el: Remove all usage of w3.
1747
1748         * nnrss.el: Ditto.
1749
1750         * mm-decode.el: Ditto.
1751
1752         * mm-view.el: Ditto.
1753
1754         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1755         outdated and all Emacsen have url.el built-in.
1756
1757         * gnus-setup.el: Remove outdated file.
1758
1759 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1760
1761         * gnus.el: Ma Gnus v0.9 is released.
1762
1763 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1764
1765         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1766
1767 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1768
1769         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1770         in the summary buffer (bug#13769).
1771
1772 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1773
1774         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1775         name if we're using a single article buffer.  Otherwise, it may point
1776         to a killed buffer (bug#13756).
1777
1778 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1779
1780         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1781         the match data, just save and restore it explicitly (bug#12375).
1782
1783         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1784         that's needed.
1785
1786         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1787         the code once (bug#9069).
1788
1789 2014-01-18  Steinar Bang  <sb@dod.no>
1790
1791         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1792         reading.
1793
1794 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1795
1796         * message.el (message-bury): Call bury-buffer with no argument
1797         in the message-return-action case too.
1798
1799 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1802         (nnimap-split-fancy, nnimap-split-methods): Declare.
1803
1804         * mm-util.el (help-function-arglist): Declare.
1805
1806 2013-12-28  Glenn Morris  <rgm@gnu.org>
1807
1808         * gnus-sieve.el (gnus-sieve-select-method):
1809         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1810         (gravatar-rating, gravatar-size):
1811         * message.el (message-minibuffer-local-map):
1812         * sieve-manage.el (sieve-manage-authenticators)
1813         (sieve-manage-authenticator-alist): Specify custom types.
1814
1815         * hashcash.el (hashcash-program): Rename from hashcash-path.
1816         Update callers.
1817
1818         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1819         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1820         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1821
1822         * auth-source.el (auth-sources):
1823         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1824         Fix custom types.
1825
1826         * tls.el (tls-certtool-program): Fix default value.
1827
1828 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1829
1830         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1831         we get proper traces there, too.
1832
1833 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1834
1835         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1836         value of the parameters if the current article has a Reply-To or From
1837         field.
1838
1839 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1840
1841         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1842
1843 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1844
1845         * gnus-sum.el (gnus-summary-exit): Stop animations.
1846
1847 2013-12-19  Juri Linkov  <juri@jurta.org>
1848
1849         * gnus.el (gnus-suppress-keymap):
1850         * gnus-art.el (gnus-article-mode-map):
1851         * gnus-group.el (gnus-group-mode-map):
1852         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1853         Remove [backspace] key binding because it shadows DEL (bug#16035).
1854
1855         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1856
1857 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1860         Make sure work directory exists.
1861         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1862         rather than tmp directory.
1863         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1864         not necessarily always run, with it.
1865
1866 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1867
1868         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1869         value of gnus-icalendar-additional-identities work without restart.
1870
1871 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1872
1873         * mm-util.el (mm-make-temp-file):
1874         Alias to make-temp-file for modern Emacsen.
1875
1876 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1877
1878         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1879         nnir-article-number and nnir-article-group.
1880
1881 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1882
1883         * message.el (message-send-mail-with-sendmail):
1884         Don't kill error buffer if sending fails.
1885
1886 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1887
1888         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1889         (gnus-icalendar-event->org-entry)
1890         (gnus-icalendar--update-org-event)
1891         (gnus-icalendar-event->gnus-calendar): Distinguish between
1892         required/optional/non-participant attendee status.  Fix bug causing
1893         the first required event participant to be omitted.
1894
1895 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * gnus-art.el (article-de-quoted-unreadable)
1898         (article-de-base64-unreadable, gnus-mime-copy-part)
1899         * gnus-html.el (gnus-article-html)
1900         * mm-view.el (mm-inline-text-html-render-with-w3)
1901         (mm-inline-text-html-render-with-w3m-standalone)
1902         * rfc2231.el (rfc2231-decode-encoded-string):
1903         Allow overriding charset by mm-charset-override-alist.
1904
1905         * gnus-art.el (gnus-article-browse-html-parts):
1906         Replace LWSPs with `&nbsp;'s in header.
1907
1908         Work for broken Chinese articles.
1909
1910         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1911         Exclude broken handles that gnus-summary-enter-digest-group may create.
1912         (gnus-article-browse-html-parts):
1913         Allow overriding charset by mm-charset-override-alist.
1914
1915 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1916
1917         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1918         (gnus-icalendar-identities): Support additional-identities.
1919
1920 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1921
1922         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1923         org-timestamp for events ending at midnight.
1924
1925 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1926
1927         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1928         .log files.
1929
1930 2013-11-20  David Engster  <deng@randomsample.de>
1931
1932         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1933
1934 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1935
1936         * message.el (message-beginning-of-line):
1937         Use beginning-of-visual-line when visual-line-mode is turned on.
1938
1939 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1940
1941         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1942         (gnus-icalendar-event-from-ical)
1943         (gnus-icalendar-event->org-entry)
1944         (gnus-icalendar--update-org-event): Required/optional participation,
1945         list of attendees synced to org.
1946
1947 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1948
1949         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1950         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1951         cancellations to be synced to org if the original appt has an org
1952         outline.
1953
1954 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1955
1956         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1957         (gnus-icalendar-event->org-entry)
1958         (gnus-icalendar--update-org-event)
1959         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1960
1961 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1962
1963         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1964         Fix timezone handling in gnus-icalendar export to org.
1965
1966 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1967
1968         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1969
1970 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1971
1972         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1973
1974 2013-10-30  Glenn Morris  <rgm@gnu.org>
1975
1976         * gnus-group.el (gnus-group-browse-foreign-server):
1977         * gnus-int.el (gnus-start-news-server):
1978         Silence compiler obsolescence warning.
1979
1980 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1981
1982         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1983         `nnoo-current-server' first, then for the actual `nnimap-address' to
1984         allow netrc entries for the nnoo server to coexist with netrc entries
1985         for the `nnimap-address'.
1986
1987 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1988
1989         * mm-decode.el (mm-dissect-buffer): Revert last change.
1990         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1991         The problem that motivated those changes was attributed to a broken
1992         mail sender, and has been fixed.
1993
1994 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1995
1996         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1997         token is missing in the Content-Type header.
1998
1999         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
2000
2001 2013-09-18  Glenn Morris  <rgm@gnu.org>
2002
2003         * gnus-util.el (image-size): Declare.
2004
2005 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2006
2007         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
2008         (gnus-icalendar-event-from-ical)
2009         (gnus-icalendar-event--build-reply-event-body)
2010         (gnus-icalendar-event-reply-from-buffer)
2011         (gnus-icalendar-find-org-event-file)
2012         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
2013         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
2014
2015         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
2016
2017 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2018
2019         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
2020         Use save-current-buffer.
2021         (gnus-tree-mode-map): Initialize in the declaration.
2022         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
2023         (scroll-in-place): Defvar it.
2024         (gnus-tmp-*): Defvar them.
2025         (gnus-get-tree-buffer): Use derived-mode-p.
2026         (gnus--let-eval): New macro.
2027         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
2028         non-prefixed variables.
2029         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
2030
2031         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
2032         vars since it doesn't seem to be available.
2033         (gnus-set-global-variables, gnus-summary-read-group-1)
2034         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
2035         (gnus-summary-display-article, gnus-summary-select-article)
2036         (gnus-summary-next-article, gnus-offer-save-summaries)
2037         (gnus-summary-generic-mark): Use derived-mode-p.
2038         (gnus-summary-read-group-1, gnus-summary-exit)
2039         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
2040         Adjust calls to gnus-tree-close and gnus-tree-open.
2041
2042         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
2043
2044         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
2045         (gnus-agent-mode): Use derived-mode-p.
2046         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
2047         gnus-command-method and *-command-method to nil, but bind
2048         gnus-command-method to *-command-method instead!
2049         (gnus-agent-fetch-articles): Remove unused var `id'.
2050         (gnus-agent-fetch-headers): Remove unused arg `force'.
2051         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
2052         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
2053         (gnus-agent-short-article, gnus-agent-long-article)
2054         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
2055         first use.
2056         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
2057         `score-param'.
2058         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
2059         (gnus-get-predicate): Push in front of the cache, rather than end.
2060         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
2061         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
2062         (gnus-agent-expire-unagentized-dirs): Don't rebind
2063         gnus-agent-expire-current-dirs since the defvar silences the warning.
2064         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
2065         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
2066         (gnus-agent-regenerate): Simplify interactive spec and doc.
2067
2068 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2069
2070         * gnus-int.el (gnus-open-server): Silence compiler.
2071
2072         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2073
2074         * message.el (message-display-completion-list): Abolish.
2075         (message-completion-in-region): Use display-completion-list.
2076
2077 2013-09-17  Glenn Morris  <rgm@gnu.org>
2078
2079         * gnus-util.el (gnus-message-with-timestamp-1):
2080         Use `messages-buffer' function if available.  Ignore read-only.
2081
2082 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2083
2084         * message.el (message-expand-group, message-completion-in-region):
2085         Correct the order of start and end of a region.
2086
2087 2013-09-13  Glenn Morris  <rgm@gnu.org>
2088
2089         * mml2015.el (gnus-create-image): Autoload it.
2090
2091         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
2092
2093         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
2094         (image-size): Declare.
2095
2096 2013-09-12  Glenn Morris  <rgm@gnu.org>
2097
2098         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
2099         Avoid using `find', which i) might not be defined at runtime;
2100         ii) does not work, since its default test is eql, not equal.
2101         (gnus-mime-action-alist): Declare.
2102
2103 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2104
2105         * score-mode.el (gnus-score-mode-map): Move initialization
2106         into declaration.
2107         (gnus-score-mode): Use define-derived-mode.
2108         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
2109         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
2110         into declaration.
2111         (gnus-kill-file-mode): Use define-derived-mode.
2112         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
2113         Use derived-mode-p.
2114         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
2115         (gnus-group-setup-buffer, gnus-group-name-at-point)
2116         (gnus-group-make-web-group, gnus-group-enter-directory)
2117         (gnus-group-suspend): Use derived-mode-p.
2118         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
2119         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
2120         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
2121         (gnus-article-setup-buffer, gnus-article-prepare)
2122         (gnus-article-prepare-display, gnus-sticky-article)
2123         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
2124         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
2125         (gnus-article-read-summary-keys): Use derived-mode-p.
2126
2127 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2128
2129         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
2130
2131 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2132
2133         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
2134         shift_jis from the default value set for Japanese users.
2135
2136 2013-08-13  Glenn Morris  <rgm@gnu.org>
2137
2138         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
2139
2140         * gnus.el (gnus-valid-select-methods): Fix type.
2141
2142         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
2143
2144 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2145
2146         * mm-decode.el (mm-display-external): Run a timer for the temp files
2147         deletion after a viewer exits; add a deletion timer for the needsterm
2148         case, too.
2149
2150         * mm-decode.el (mm-display-external): Try to delete temporary files by
2151         using a 1-min. timer.
2152
2153 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2154
2155         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
2156         New internal variables.
2157         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
2158         (mm-display-external): Use it to delete temporary files instead of
2159         using timers.
2160
2161 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2162
2163         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
2164
2165 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
2166
2167         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
2168         with cond for backwards compatability.
2169
2170 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * mm-decode.el (mm-display-external): Bind process-connection-type to
2173         nil; don't delete a temp file immediately even if a viewer finishes,
2174         since it may be a shell script, like xdg-open, that launches a real
2175         viewer program belatedly.
2176
2177 2013-08-05  Dave Abrahams  <dave@boostpro.com>
2178
2179         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
2180         that we can create nndoc groups that excerpt other groups.
2181
2182 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * gnus-delay.el (gnus-delay-article): Fix typo.
2185
2186         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
2187         articles.
2188
2189         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
2190         we can get spell-checking etc.
2191
2192 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2193
2194         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
2195         a single one used for encoding the whole text in a header.
2196
2197 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2198
2199         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
2200         doesn't work properly on XEmacs.
2201
2202 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203
2204         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
2205         before sending.
2206
2207         * dgnushack.el (dgnushack-compile): Add a temporary check for
2208         gnus-icalendar.
2209
2210         * mm-decode.el (mm-command-output): New face.
2211         (mm-display-external): Use it.
2212
2213 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
2214
2215         * nnmbox.el (nnmbox-request-article): Don't change point.
2216
2217 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
2220         Include `handle' parameter.
2221
2222 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
2223
2224         * gnus-icalendar.el: New file.
2225
2226 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
2229
2230         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
2231         dummy roots, too.
2232
2233 2013-08-01  David Edmondson  <dme@dme.org>
2234
2235         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
2236         out on ttys.
2237
2238 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
2241         not empty.
2242
2243         * nnrss.el (nnrss-discover-feed): Indent.
2244
2245 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2246
2247         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
2248
2249 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2250
2251         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
2252         dirty to ensure nnimap data being saved.
2253
2254 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2255
2256         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2257         menu entry.
2258
2259         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2260         the current thread's total score instead of the current article's
2261         score.
2262
2263         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2264         (gnus-sort-threads-recursively): Delete defcustom.
2265         (gnus-sort-threads-recursive): Adapt accordingly.
2266
2267 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2268
2269         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2270         (gnus-sort-threads-recursive): Use it.
2271         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2272         again.  Now that determines how to sort subthreads.
2273
2274 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2275
2276         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2277         (gnus-sort-threads): Use it.
2278
2279 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2280
2281         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2282         punctuation characters follow parentheses (bug#14950).
2283
2284 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2285
2286         * gnus.el (gnus-continuum-version):
2287         * gnus-msg.el (gnus-extended-version): Simplify.
2288
2289         * gnus.el (gnus-continuum-version-1): Remove.
2290         * gnus-msg.el (gnus-bug): Revert.
2291
2292         Calculate gnus-version correctly on Cygwin.
2293
2294         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2295         (gnus-continuum-version-1): New function, return a string.
2296
2297         * gnus-msg.el (gnus-extended-version, gnus-bug):
2298         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2299
2300 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2301
2302         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2303         (bug#13384).
2304
2305 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2306
2307         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2308         that were only relevant in a development version a long time ago.
2309
2310 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2311
2312         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2313         that the old Emacs 24s bundle.
2314
2315 2013-07-10  David Engster  <deng@randomsample.de>
2316
2317         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2318         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2319         fixes a bug in Emacs trunk where the 'unexist' marks were always
2320         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2321         Gnus v0.03".
2322
2323 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2324
2325         * gnus.el (gnus-summary-line-format): Reference
2326         `gnus-user-date-format-alist' for the &user-date; format, not
2327         `gnus-summary-user-date-format-alist'.
2328
2329 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330
2331         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2332         delete files (bug#13481).
2333
2334 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2335
2336         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2337
2338 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2339
2340         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2341         display images.
2342
2343         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2344
2345         * message.el (message-cancel-news): According to
2346         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2347         preferred over "cmsg cancel" in the Subject.
2348
2349         * nnir.el (nnir-engines): Note that the group specs are regexps
2350         (bug#13238).
2351
2352         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2353         gotten read-only text properties, ensure that those aren't heeded when
2354         copying stuff over (bug#13434).
2355
2356         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2357         (bug#13762).
2358
2359 2013-07-05  David Kastrup  <dak@gnu.org>
2360
2361         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2362         authinfo file again (important for blank passwords).  This had been
2363         broken with 2013-06-15 change.
2364
2365 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2366
2367         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2368         Revert 2013-01-14 change.
2369
2370 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2371
2372         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2373         of 'create-image' for XEmacs compatibility; check errors when decoding
2374         image.  Reported by Uwe Brauer.
2375
2376 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2377
2378         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2379         gnus-button-push revised at 2011-01-19.
2380
2381 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2382
2383         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2384         now live in the lisp/net Emacs 24 repository.
2385
2386 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2387
2388         * eww.el (eww-update-header-line-format): Quote % characters.
2389
2390 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2391
2392         * eww.el (eww-process-text-input): Display passwords as asterisks.
2393
2394         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2395
2396 2013-06-19  Tom Tromey  <tromey@redhat.com>
2397
2398         * eww.el (eww-top-url): Remove.
2399         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2400         (eww-render): Set new variables.  Don't set eww-top-url.
2401         (eww-handle-link): Handle "prev", "home", and "contents".
2402         Downcase the rel text.
2403         (eww-top-url): Choose best top URL.
2404
2405 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2406
2407         * eww.el: Rewrite to implement form elements "by hand" instead of
2408         relying in widget.el.  Using widget.el leads to too many
2409         user interface inconsistencies.
2410         (eww-self-insert): Implement entering commands in text fields.
2411         (eww-process-text-input): New function to make text input field editing
2412         work.
2413         (eww-submit): Rewrite to use the new-style form methods.
2414         (eww-select-display): Display the correct selected item.
2415         (eww-change-select): Implement changing the select value.
2416         (eww-toggle-checkbox): Implement radio/checkboxes.
2417         (eww-update-field): Fix compilation error.
2418         (eww-tag-textarea): Implement <textarea>.
2419
2420         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2421         don't shadow mode-specific bindings.
2422
2423         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2424         nothing to push.
2425
2426         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2427
2428 2013-06-19  Glenn Morris  <rgm@gnu.org>
2429
2430         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2431
2432 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2433
2434         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2435
2436 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437
2438         * shr.el (shr-make-table-1): Implement <td rowspan>.
2439         (shr-table-horizontal-line): Allow nil as a value, and change the
2440         default.
2441         (shr-insert-table-ruler): Respect the nil value.
2442
2443 2013-06-18  Tom Tromey  <tromey@barimba>
2444
2445         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2446         New defvars.
2447         (eww-open-file): New defun.
2448         (eww-render): Initialize new variables.
2449         (eww-display-html): Handle "link" and "a".
2450         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2451         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2452         (eww-back-url): Rename from eww-previous-url.
2453         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2454         defuns.
2455
2456 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2457
2458         * shr.el (shr-tag-table): Insert the images after the table, so that
2459         they're not covered by the table colourisation, which often looked
2460         awkward.
2461         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2462         <dd>.
2463         (shr-make-table-1): Implement <td colspan=> support.
2464         (shr-insert-document): Use one less than window width if `shr-width' is
2465         nil, since otherwise things may get one character too wide.
2466
2467 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2468
2469         * eww.el (eww-detect-charset): Improve regexp; move backward.
2470
2471 2013-06-18  Glenn Morris  <rgm@gnu.org>
2472
2473         * mm-decode.el (widget-convert-button): Autoload.
2474
2475         * sieve-manage.el (mm-enable-multibyte): Autoload.
2476
2477         * shr.el (libxml-parse-html-region): Declare.
2478         (shr-render-buffer): Explicit error if no libxml2 support.
2479
2480 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2481
2482         * auth-source.el (auth-source-current-line): New function.
2483         (auth-source-netrc-parse-entries): When a data token is "machine",
2484         assume we're in the wrong place and abort parsing the current line.
2485
2486 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2487
2488         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2489         (eww-convert-widgets): Don't bug out if the first widget starts at the
2490         beginning of the buffer.
2491         (eww-convert-widgets): Fix last patch.
2492         (eww-tag-input): Support <input type=image>.
2493
2494         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2495         (shr-tag-base): Protect against base specs that are degenerate.
2496         (shr-ensure-paragraph): Don't delete empty lines that have text
2497         properties, because these may be input fields.
2498
2499         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2500         we can navigate to them.
2501
2502         * shr.el (shr-colorize-region): Put the colours over the entire region.
2503         (shr-inhibit-decoration): New variable.
2504         (shr-add-font): Use it to inhibit text property decorations while doing
2505         preliminary table renderings.  This speeds up typical Wikipedia page
2506         renderings by 15%.
2507         (shr-tag-span): Don't respect the <title>, because that overwrites the
2508         help-echo from links inside the spans.
2509         (shr-next-link): Use `help-echo' for navigation, so that we can
2510         navigate to form elements, too.
2511
2512         * eww.el (eww-button): New face.
2513         (eww-convert-widgets): Use it to make submit buttons more button-like.
2514
2515         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2516         that Gnus commands work.
2517
2518         * shr.el (shr-render-td): Support horizontal alignment.
2519
2520         * eww.el (eww-put-color): Removed.
2521         (eww-colorize-region): Use `add-face-text-property'.
2522
2523         * shr.el (shr-add-font): Append face data, so that we get the correct
2524         precedence: The innermost value (which is applied first) wins.
2525         (shr-make-overlay): Obsolete function.
2526
2527         * mm-decode.el (mm-convert-shr-links): New function to convert
2528         new-style shr URL links into widgets.
2529         (mm-shr): Use it.
2530
2531         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2532         widget commands, since we're no longer using widgets for links.
2533
2534         * shr.el (shr-next-link): New command.
2535         (shr-previous-link): New command.
2536         (shr-urlify): Don't use `widget-convert', because that's slow.
2537         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2538         because collecting the overlays and reapplying them when generating
2539         tables is slow.
2540         (shr-insert-table): Ditto.
2541
2542 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2543
2544         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2545         * shr.el (browse-url): Require `url'.
2546         * eww.el (url): Require format-spec.
2547
2548 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2549
2550         * eww.el (eww-display-html): Default to using the entire window width.
2551         (eww-browse-url): Don't add a User-Agent header (twice), because that
2552         makes Bing refuse connection.
2553
2554         * shr.el (shr-make-table): Cache the table rendering at the table
2555         level, and not the <td> level.  This is a bit faster.
2556
2557         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2558         #id.
2559
2560         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2561         browsers don't.
2562         (shr-expand-url): Respect #anchor links.
2563         (shr-parse-base): Chop off the anchor before using.
2564         (shr-descend): Respect display: none.
2565         (shr-descend): Allow marking elements that have certain IDs.
2566
2567         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2568
2569         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2570
2571         * eww.el (eww-tag-textarea): Support <textarea>.
2572
2573 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2574
2575         * shr.el (shr-dom-to-xml): Fixed function call.
2576
2577         * eww.el (eww): New group.
2578         (eww-header-line-format): New custom variable.
2579         (eww-current-title): New variable.
2580         (eww-display-html): Update header and handle title tag.
2581         (eww-update-header-line-format): New function.
2582         (eww-tag-title): New function.
2583
2584         * shr.el (shr-dom-to-xml): New function.
2585         (shr-tag-svg): Add support for the SVG tag.
2586         (shr-bullet): New custom variable.
2587         (shr-tag-li): Support custom bullet in unordered lists.
2588
2589 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2590
2591         * shr.el (shr-expand-url): Respect // URLs.
2592
2593         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2594         put a background colour onto the entire buffer.
2595         (eww-render): When being redirected, use the redirect URL as the new
2596         base URL.
2597
2598         * shr.el (shr-parse-base): Fix parsing error.
2599
2600         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2601
2602         * shr.el (shr-parse-base): New function.
2603         (shr-expand-url): Use it to expand relative URLs reliably.
2604
2605 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2606
2607         * auth-source.el (auth-source-search-collection): Fix docstring.
2608         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2609         single-quoted strings and multiline entries.
2610         (auth-source-netrc-parse-next-interesting)
2611         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2612         functions to support parser.
2613
2614 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2615
2616         * eww.el (eww-submit): Get submit button logic right when hitting RET
2617         on non-submit buttons.
2618
2619         * shr.el: Remove shr-preliminary-table-render, since that can't really
2620         be used for anything in practice.
2621
2622 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2623
2624         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2625         (sieve-manage-quit).
2626
2627 2013-06-14  Glenn Morris  <rgm@gnu.org>
2628
2629         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2630
2631 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2632
2633         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2634         control the maximum size of photo ID image.
2635         (mml2015-epg-key-image-to-string): Respect it.
2636
2637 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2638
2639         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2640         instead of the final one so that we can more easily distinguish them.
2641
2642         * eww.el (eww-submit): Compute the submission URL correctly.
2643
2644 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2645
2646         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2647         Use plist-get rather than CL's getf.
2648         (sieve-manage-parse-capability): Avoid CL's remove-if.
2649
2650 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2651
2652         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2653         (sieve-manage-quit).
2654
2655 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656
2657         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2658         last slash.
2659
2660         * eww.el (eww-tag-select): Use the first value as the default value.
2661
2662 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2663
2664         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2665         (eww-mode): Use `define-derived-mode'.
2666         (eww-parse-headers): Parse headers from beginning of buffer so that
2667         file:// links work.
2668
2669 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2670
2671         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2672
2673 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2674
2675         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2676         to handle them at all.
2677
2678 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679
2680         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2681         work, too.
2682         (eww-tag-select): Implement <select>.
2683
2684 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2685
2686         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2687         stream managing functions by using open-protocol-stream to do most of
2688         the work.  Has the nice benefit of enabling STARTTLS.
2689         Wait for capabilities after STARTTLS: following RFC5804, the server
2690         sends new capabilities after successfully establishing a TLS connection
2691         with the client.  The client should update the cached list of
2692         capabilities, but we just ignore the answer for now.
2693         (sieve-manage-network-p, sieve-manage-network-open)
2694         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2695         (sieve-manage-forward, sieve-manage-streams)
2696         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2697         API, nor called by any other function.
2698         Enable Multibyte for SieveManage buffers: The parser won't properly
2699         handle umlauts and line endings unless multibyte is turned on in the
2700         process buffer.
2701
2702 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2703
2704         * eww.el (eww-tag-input): Support password fields.
2705         (eww-submit): Support POST.
2706
2707 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2708
2709         * eww.el (eww-tag-form): Protect against degenerate forms.
2710
2711         * shr.el (shr-expand-url): Expand URLs that start with a slash
2712         correctly.
2713
2714         * eww.el (eww-submit): Get submit button logic right.
2715
2716         * shr.el (shr-final-table-render): New variable to signal when we're
2717         doing the final table rendering so that we can collect more data at
2718         that point.
2719
2720         * eww.el (eww-submit): Make form submission work.
2721         (eww-tag-input): Implement submit buttons.
2722         (eww-click-radio): Implement radio and checkboxes.
2723         (eww-submit): Handle hidden elements.
2724
2725         * shr.el (shr-descend): Allow other packages to override (or provide)
2726         rendering of elements.
2727         (shr-expand-url): Strip query strings from URLs before expanding them.
2728
2729         * eww.el: Don't require cl-lib.
2730         (eww-tag-form): Start form support.
2731
2732         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2733
2734         * eww.el: Start writing a new, tiny web browser.
2735         (eww-previous-url): New command.
2736         (eww-quit): New command.
2737
2738 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2739
2740         * sieve.el: Put point at beginning of buffer when viewing a script.
2741         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2742         number in sieve-buffer's header.  Fixed code to also work with a string
2743         as port specifier.  Properly close the connection on pressing 'q'.  Make
2744         sieve-manage-quit close the connection and process buffer.  Also, remove
2745         duplicate keybinding for 'q'.
2746
2747 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2748
2749         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2750         make it easier to read.
2751         (mm-pkcs7-enveloped-magic): Ditto.
2752
2753 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2754
2755         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2756         before `image-type-available-p' to avoid loading the image libraries
2757         needlessly.
2758
2759 2013-06-05  David Engster  <deng@randomsample.de>
2760
2761         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2762         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2763         to see whether the group was synced before.
2764
2765 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2766
2767         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2768         when opening the connection.
2769         Suggested by João Távora <joaotavora@gmail.com> in
2770         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2771
2772 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2773
2774         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2775         assume Date header begins with "Date", that may be customized into
2776         something like "X-Sent" using gnus-article-time-format.
2777         (article-transform-date): Allow multi-line Date header.
2778
2779 2013-06-02  David Engster  <deng@randomsample.de>
2780
2781         * registry.el (initialize-instance, registry-lookup)
2782         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2783         (registry-lookup-secondary-value, registry-search, registry-delete)
2784         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2785         not wrap methods in `eval-and-compile'.  This breaks due to latest
2786         changes in EIEIO (introduction of eieio-core.el).
2787
2788 2013-05-30  Glenn Morris  <rgm@gnu.org>
2789
2790         * nnmail.el (nnmail-fancy-expiry-target):
2791         Also bind mail-dont-reply-to-names.
2792
2793         * spam-stat.el (spam-stat-save):
2794         No need to tweak font-lock in temp buffers.
2795
2796         * shr.el (shr-put-image): Silence compiler.
2797
2798 2013-05-29  Glenn Morris  <rgm@gnu.org>
2799
2800         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2801
2802         * gnus-group.el (gnus-sequence-of-unread-articles)
2803         (gnus-summary-add-mark, gnus-mark-article-as-read)
2804         (gnus-group-make-articles-read): Declare.
2805
2806         * gnus-sum.el (gnus-parameter-list-identifier)
2807         (gnus-article-stop-animations, gnus-stop-downloads)
2808         (gnus-article-only-boring-p, article-goto-body)
2809         (gnus-flush-original-article-buffer, article-narrow-to-head)
2810         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2811         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2812
2813         * gnus.el: No need to eval-and-compile autoloads.
2814
2815         * gravatar.el (help-function-arglist): Autoload.
2816
2817         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2818
2819         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2820
2821         * spam.el: No need to load spam-report when compiling.
2822         No need to eval-and-compile autoloads.
2823         (spam-report-resend-to): Declare.
2824         (spam-report-resend-register-routine): Require 'spam-report.
2825
2826 2013-05-24  Julien Danjou  <julien@danjou.info>
2827
2828         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2829         setup.
2830
2831 2013-05-23  Glenn Morris  <rgm@gnu.org>
2832
2833         * gnus-util.el (rmail-swap-buffers-maybe)
2834         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2835         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2836         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2837
2838         * mm-decode.el: No need to load term when compiling.
2839         (term-mode, term-char-mode): Declare.
2840
2841         * mm-util.el: No need to load jka-compr when compiling.
2842         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2843
2844         * nnmaildir.el: Require is automatically eval-and-compile.
2845         (nnmail): Require at run-time too.
2846
2847         * registry.el (registry-size): Move definition before use.
2848
2849 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2850
2851         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2852         signed data to conform the standard.  (Bug#14232)
2853
2854 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2855
2856         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2857         double angle quotation mark.
2858
2859 2013-05-20  Glenn Morris  <rgm@gnu.org>
2860
2861         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2862
2863 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2864
2865         * message.el (message-insert-formatted-citation-line): handle finding
2866         first/lastname when more than 2 names appear.
2867
2868 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2869
2870         * shr.el (shr-tag-span): New function.
2871
2872 2013-05-18  Glenn Morris  <rgm@gnu.org>
2873
2874         * message.el (message-mode): Use message-mode-abbrev-table,
2875         with text-mode-abbrev-table as parent.  (Bug#14413)
2876
2877 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2878
2879         * message.el (message-expand-group): Decode group names.
2880
2881 2013-05-16  Julien Danjou  <julien@danjou.info>
2882
2883         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2884         app-icon.
2885
2886 2013-05-15  Glenn Morris  <rgm@gnu.org>
2887
2888         * shr-color.el (shr-color-visible-luminance-min)
2889         (shr-color-visible-distance-min): Use shr-color group.
2890
2891 2013-05-11  Glenn Morris  <rgm@gnu.org>
2892
2893         * gnus-vm.el: Make it loadable without VM.
2894         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2895         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2896
2897 2013-05-09  Glenn Morris  <rgm@gnu.org>
2898
2899         * mml1991.el: Make it loadable.  (Bug#13456)
2900
2901         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2902         * gnus-async.el (gnus-async-post-fetch-function):
2903         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2904         * gnus-html.el (gnus-html-image-cache-ttl):
2905         * gnus-notifications.el (gnus-notifications-timeout):
2906         * gnus-picon.el (gnus-picon-properties):
2907         * gnus-util.el (gnus-completion-styles):
2908         * gnus.el (gnus-other-frame-resume-function):
2909         * message.el (message-user-organization-file)
2910         (message-cite-reply-position):
2911         * nnir.el (nnir-summary-line-format)
2912         (nnir-retrieve-headers-override-function):
2913         * shr-color.el (shr-color-visible-luminance-min):
2914         * shr.el (shr-blocked-images):
2915         * spam-report.el (spam-report-resend-to):
2916         * spam.el (spam-summary-exit-behavior): Fix custom types.
2917
2918         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2919
2920 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2921
2922         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2923         because of let-binding help-xref-following.  (Bug#14356)
2924
2925 2013-05-06  Glenn Morris  <rgm@gnu.org>
2926
2927         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2928
2929 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2930
2931         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2932         entering into the registry.
2933
2934 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2935
2936         * gnus.el: Ma Gnus v0.7 is released.
2937
2938 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2941         (Bug#14304)
2942
2943 2013-04-27  Glenn Morris  <rgm@gnu.org>
2944
2945         * gnus.el (gnus-list-debbugs):
2946         Use require rather than autoload.  (Bug#14262)
2947
2948 2013-04-27  Julien Danjou  <julien@danjou.info>
2949
2950         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2951         port to "sieve" now that it has an official IANA port assigned.
2952
2953 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2954
2955         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2956         Don't set the MAILHOST environment variable permanently (Bug#14271).
2957
2958 2013-04-26  Glenn Morris  <rgm@gnu.org>
2959
2960         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2961
2962 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2963
2964         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2965         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2966
2967 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2968
2969         * nnir.el (nnir-close-group): Make sure we are in the right group.
2970
2971         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2972         dependency table from all newly retrieved headers.
2973
2974 2013-04-16  David Edmondson  <dme@dme.org>
2975
2976         Support <img src="data:...">.
2977
2978         * shr.el (shr-image-from-data): New function.
2979         (shr-tag-img): Use it.
2980
2981 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2982
2983         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2984         group.
2985
2986 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2989         corresponding to any existing group (Bug#14166).
2990
2991 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2992
2993         * nnir.el (number-sequence): No longer used.
2994         (nnir-request-set-mark): New function.
2995         (nnir-request-update-info): Improve marks updating.
2996         (nnir-request-scan): Don't duplicate marks updating.
2997         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2998         Use 'assq rather than 'assoc.  Quote anonymous function.
2999         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
3000         Use 'gnus-group-prefixed-p.
3001         (gnus-summary-create-nnir-group): Make sure server for method is open.
3002
3003 2013-04-04  Andrew Cohen  <cohen@bu.edu>
3004
3005         * nnir.el (gnus-nnir-group-p): New function.
3006         (nnir-possibly-change-group): Use it.
3007
3008         * gnus-msg.el (gnus-setup-message): Use it.
3009
3010 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * mml.el (mml-minibuffer-read-description): Use `default' insted of
3013         `initial-input' for the argument name.
3014         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3015
3016 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
3017
3018         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
3019         (used by MH-E).
3020
3021 2013-04-01  Andrew Cohen  <cohen@bu.edu>
3022
3023         * nnir.el (nnir-request-update-mark): Improve mark updating in original
3024         group.
3025
3026         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
3027         fix compilation.
3028
3029 2013-03-31  Andrew Cohen  <cohen@bu.edu>
3030
3031         * nnir.el (nnir-method-default-engines): And another typo.
3032
3033 2013-03-30  Andrew Cohen  <cohen@bu.edu>
3034
3035         * nnir.el (nnir-method-default-engines): Fix typo.
3036
3037 2013-03-29  Andrew Cohen  <cohen@bu.edu>
3038
3039         * nnir.el: Define 'number-sequence for xemacs.
3040         (gnus-summary-create-nnir-group): New function to create an nnir group
3041         from an nnir summary buffer based on the current query.
3042         (nnir-request-create-group): Update to allow nnir group creation based
3043         on the current query.
3044
3045 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3046
3047         * nndraft.el (nndraft-request-expire-articles):
3048         Make expiry target always `delete'.
3049
3050 2013-03-27  Andrew Cohen  <cohen@bu.edu>
3051
3052         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
3053         buffer use the posting-style and gcc of the original article group.
3054         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
3055
3056         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
3057         after other deffoos.
3058
3059 2013-03-25  Andrew Cohen  <cohen@bu.edu>
3060
3061         * nnir.el: Major rewrite.  Cleaner separation between searches and group
3062         management.  Marks are now shown in nnir summary buffers.  Rudimentary
3063         support for real (i.e. not ephemeral) nnir groups.
3064         (gnus-summary-make-nnir-group): New function for initiating searches
3065         from a summary buffer.
3066
3067 2013-03-18  Sam Steingold  <sds@gnu.org>
3068
3069         * message.el (message-bury): Minor cleanup.
3070
3071 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
3072
3073         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
3074
3075 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3076
3077         * nndir.el (nndir-request-list): Remove 2nd argument passed to
3078         nnml-request-list.  (Bug#13873)
3079         (nndir-request-newsgroups): Remove, unused.
3080
3081         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
3082
3083 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3084
3085         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
3086         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
3087         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
3088
3089 2013-03-03  Ted Phelps  <phelps@gnusto.com>
3090
3091         * shr.el: Make all the overlays set the `evaporate' property so that
3092         they're removed properly.
3093
3094 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
3095
3096         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
3097         shell-quote-argument.
3098
3099 2013-02-22  David Engster  <deng@randomsample.de>
3100
3101         * gnus-registry.el (gnus-registry-save): Provide class name when
3102         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
3103         `condition-case' to stay compatible with older EIEIO versions which
3104         only accept one argument.
3105
3106 2013-02-17  Daiki Ueno  <ueno@gnu.org>
3107
3108         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
3109         (epg-user-id-validity): Autoload.
3110         (mml2015-epg-check-user-id): New function.
3111         (mml2015-epg-check-sub-key): New function split from
3112         mml2015-epg-find-usable-key.
3113         (mml2015-epg-find-usable-key): Accept context, name, usage, and
3114         optional name-is-key-id, to handle the case when user-id is unusable.
3115         Reported by Łukasz Stelmach <stlman@poczta.fm>.
3116
3117 2013-02-17  Glenn Morris  <rgm@gnu.org>
3118
3119         * shr.el (shr-put-image): Use image-multi-frame-p if available.
3120
3121 2013-02-16  Glenn Morris  <rgm@gnu.org>
3122
3123         * shr.el (shr-put-image): Only animate images that specify a delay.
3124         This is consistent with the old image-animated-p behavior.
3125
3126 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
3129         for XEmacs.
3130
3131 2013-02-13  Juri Linkov  <juri@jurta.org>
3132
3133         * gnus-art.el (gnus-article-mode-map):
3134         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
3135         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3136
3137 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
3138
3139         * auth-source.el (auth-source-format-prompt): Don't get confused by
3140         any "\" in replacement text.  (Bug#13637)
3141
3142 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
3143
3144         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
3145         (gnus-backend-trace): Honour gnus-backend-trace.
3146
3147         * mml.el (mml-insert-part): Insert closing tag.
3148
3149         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
3150
3151 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3152
3153         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
3154         able to find the article, which can happen in debbugs groups,
3155         apparently.
3156
3157 2013-01-16  Glenn Morris  <rgm@gnu.org>
3158
3159         * smiley.el (smiley-style): Make the file loadable in batch mode.
3160
3161 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3162
3163         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
3164         imap process running.
3165
3166 2013-01-14  Julien Danjou  <julien@danjou.info>
3167
3168         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
3169         Compare addresses against addresses, not against the full From field.
3170
3171 2013-01-13  Richard Stallman  <rms@gnu.org>
3172
3173         * message.el (message-forward-make-body-mime): New args BEG, END
3174         specify what part of FORWARD-BUFFER to use.  Do the work directly
3175         instead of calling `mml-insert-buffer'.
3176
3177 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3178
3179         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
3180         cross-reference(s).
3181
3182         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
3183         cross-reference(s).
3184
3185 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3186
3187         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
3188         and point-max-marker.
3189         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
3190
3191 2013-01-11  Julien Danjou  <julien@danjou.info>
3192
3193         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3194         max are almost equal.  Also return the correct value for V which is
3195         already between 0 and 1.
3196
3197 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
3198
3199         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
3200         to mml2015-encrypt-to-self.
3201         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
3202
3203 2013-01-09  Daiki Ueno  <ueno@gnu.org>
3204
3205         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
3206         mml-smime-epg-find-usable-secret-key.
3207
3208 2013-01-08  Glenn Morris  <rgm@gnu.org>
3209
3210         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
3211
3212 2013-01-07  Daiki Ueno  <ueno@gnu.org>
3213
3214         * mml-smime.el: Support signing by sender.
3215         Requested by Uwe Brauer.
3216         (mml-smime-sign-with-sender): New user option analogous
3217         to mml2015-sign-with-sender.
3218         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
3219         (mml-smime-epg-find-usable-secret-key): New helper function copied from
3220         mml2015.el.
3221
3222 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3223
3224         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
3225         isn't running, because Gnus will probably not know how to handle the
3226         Gcc header (bug#11941).
3227
3228         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
3229         articles.
3230
3231 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3232
3233         * nnfolder.el (nnfolder-recursive-directory-files): New function.
3234         (nnfolder-generate-active-file): Make this function work with recursive
3235         folder names.
3236
3237 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3238
3239         * nntp.el (nntp-open-connection): Use HELP as the capability command
3240         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
3241         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
3242
3243 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
3244
3245         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
3246         place holder since this gives `Invalid face reference: nil' messages.
3247         Use the `default' face instead.  It has the same effect here, even
3248         though it is not no-op.
3249
3250         * gnus-util.el
3251         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
3252
3253 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3254
3255         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3256         non-string posting styles (bug#13285).
3257
3258 2012-12-27  Glenn Morris  <rgm@gnu.org>
3259
3260         * plstore.el (plstore-passphrase-callback-function):
3261         Use plstore-get-file.
3262
3263 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3264
3265         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3266         stderr.
3267
3268 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3269
3270         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3271
3272         * gnus-compat.el (set-buffer-multibyte): Remove.
3273
3274 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3275
3276         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3277         temporary file to get PGP key image.  Pass no-show-photos when
3278         extracting image to avoid having it pop up twice.
3279
3280 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3281
3282         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3283         eligible for treatment.
3284
3285         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3286         lines.  This makes summary commands with hidden threads work more
3287         reliably.
3288
3289         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3290         button to mark the hidden citations (bug#9395).
3291
3292 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3293
3294         * mml2015.el (mml2015-epg-signature-to-string): New function.
3295         (mml2015-epg-verify-result-to-string): New function.
3296         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3297         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3298         instead of epg-verify-result-to-string.
3299         (epg-signature-key-id, epg-signature-to-string): Autoload.
3300         (epg-verify-result-to-string): Remove autoload.
3301
3302 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3303
3304         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3305         ID image from GPG public key.
3306         (mml2015-epg-key-image-to-string): New function.
3307
3308 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3309
3310         * plstore.el (plstore-passphrase-callback-function): Fix error when
3311         error when plstore-cache-passphrase-for-symmetric-encryption is set
3312         (bug#13264).
3313
3314 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3315
3316         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3317         buffer to the article buffer here, because that clobbers multiple
3318         article buffers.
3319
3320         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3321         buffer always points to the right summary buffer.
3322
3323 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3324
3325         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3326         the password (bug#12097).
3327
3328 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3329
3330         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3331         (bug#13263).
3332
3333         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3334         buffer exists before using it (bug#12475).
3335
3336         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3337         offline groups (bug#11937).
3338
3339         * message.el (message-yank-original): When using customize to set the
3340         value of `message-cite-style', the variable it set to a symbol that's
3341         the name of the variable, which must then be dereferenced (bug#12616).
3342
3343 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3344
3345         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3346         the `face' property with a list whose car is the face specified in the
3347         format string and whose cdr is (nil).
3348         * lisp/gnus-util.el
3349         (gnus-put-text-property-excluding-characters-with-faces):
3350         Change accordingly.
3351         (gnus-get-text-property-excluding-characters-with-faces): New function.
3352         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3353         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3354         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3355
3356 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3357
3358         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3359         login methods.
3360         (nnimap-login): Respect the `nnimap-authenticator' variable.
3361
3362         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3363         mark state when moving articles.  Otherwise unticked articles will get
3364         their ticks back after moving.
3365
3366 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3367
3368         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3369
3370         * message.el (message-ignored-news-headers): Always remove
3371         X-Message-SMTP-Method to avoid information leakage if the user
3372         mistakenly inserts the header into news messages.
3373
3374         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3375
3376         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3377         right than four characters, this command would move point to
3378         `point-max'.  Don't do that.
3379
3380         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3381         to nil to allow re-selecting groups that gain articles.
3382         (gnus-bug-group-download-format-alist): Update the URL.
3383
3384 2012-12-23  Andreas Schwab  <schwab@suse.de>
3385
3386         * shr.el (shr-tag-em): Render em as italic, not bold.
3387
3388 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3389
3390         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3391         for reuse.
3392         (gnus-open-server): Use it to add more tracing.
3393         (gnus-finish-retrieve-group-infos): Add backend tracing.
3394         (gnus-backend-trace): Also note the elapsed seconds.
3395
3396 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3397
3398         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3399         Set epa-file-encrypt-to from variable to avoid querying.
3400
3401 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3402
3403         * sieve-mode.el (sieve-font-lock-keywords):
3404         Keywords should be word delimited.  (Bug#13173)
3405
3406 2012-12-13  Andreas Schwab  <schwab@suse.de>
3407
3408         * tls.el (tls-program): Update customize type.
3409
3410 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3411
3412         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3413         instead of <pre> to align message header.
3414
3415 2012-12-12  Sam Steingold  <sds@gnu.org>
3416
3417         * gnus.el (gnus-other-frame-resume-function): Add user option.
3418         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3419
3420 2012-12-06  Sam Steingold  <sds@gnu.org>
3421
3422         * gnus-start.el (gnus-before-resume-hook): Add.
3423         (gnus-1): Run it when Gnus is alive.
3424
3425 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3426
3427         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3428         * gnus-art.el (article-unsplit-urls)
3429         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3430         * gnus-registry.el (gnus-registry-get-article-marks)
3431         * message.el (message-goto-body): Use it.
3432         (message-called-interactively-p): Remove.
3433
3434         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3435         (spam-stat-score-buffer): Use it.
3436
3437         * spam.el: Silence the warnings against BBDB functions when compiling.
3438
3439         * gnus-score.el (gnus-score-decode-text-parts):
3440         Use append+mapcar instead of the cl function mapcan.
3441
3442 2012-12-05  Sam Steingold  <sds@gnu.org>
3443
3444         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3445         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3446         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3447
3448 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * gmm-utils.el (gmm-called-interactively-p): Revert.
3451         This seems to cause Emacs to get stuck!
3452         * gnus-art.el (article-unsplit-urls)
3453         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3454         * gnus-registry.el (gnus-registry-get-article-marks)
3455         * message.el (message-goto-body)
3456         (message-called-interactively-p): Revert.
3457
3458         * gmm-utils.el (gmm-called-interactively-p): New function.
3459         * gnus-art.el (article-unsplit-urls)
3460         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3461         * gnus-registry.el (gnus-registry-get-article-marks)
3462         * message.el (message-goto-body): Use it.
3463         (message-called-interactively-p): Remove.
3464
3465         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3466         * gnus-sync.el (gnus-sync-lesync-call)
3467         * message.el (message-read-from-minibuffer): Use it.
3468
3469 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * gmm-utils.el (gmm-flet): Remove.
3472         * gnus-sync.el (gnus-sync-lesync-call)
3473         * message.el (message-read-from-minibuffer): Don't use it.
3474
3475 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3478
3479 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3480
3481         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3482
3483         * gnus-sync.el (gnus-sync-lesync-call)
3484         * message.el (message-read-from-minibuffer): Use gmm-flet.
3485
3486         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3487
3488         * gnus-util.el (gnus-macroexpand-all): Remove.
3489
3490 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3491
3492         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3493         to TAB, not [tab].
3494         (gnus-summary-article-map): Likewise.
3495
3496         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3497         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3498
3499 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3500
3501         * time-date.el: Commentary fix.
3502
3503 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3504
3505         * color.el: Don't require cl.
3506         (color-complement): `caddr' -> `nth 2'.
3507
3508         * time-date.el (time-to-seconds): De-obsolete.
3509
3510 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3511
3512         * message.el (message-get-reply-headers):
3513         Make sure the reply goes to the author if it is a wide reply.
3514
3515 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3516
3517         * gnus-score.el (gnus-score-body):
3518         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3519         scoring by body.
3520
3521 2012-11-16  Glenn Morris  <rgm@gnu.org>
3522
3523         * gnus-diary.el (nndiary-request-create-group-functions)
3524         (nndiary-request-update-info-functions)
3525         (gnus-subscribe-newsgroup-functions)
3526         (nndiary-request-accept-article-functions):
3527         Use new names for hooks rather than obsolete aliases.
3528
3529 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3530
3531         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3532
3533 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3534
3535         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3536         in meta tag with the one the part specifies in its header.
3537
3538 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3539
3540         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3541         by default.
3542
3543 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3546         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3547
3548 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3551         and a runtime function for it, of which the XEmacs version takes only
3552         two arguments.
3553
3554 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3555
3556         * nndiary.el (nndiary-request-create-group-functions)
3557         (nndiary-request-update-info-functions)
3558         (nndiary-request-accept-article-functions):
3559         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3560         "-hooks" suffix.
3561
3562 2012-10-19  Julien Danjou  <julien@danjou.info>
3563
3564         * gnus-art.el: Require gnus-util because it uses
3565         `gnus-timer--function'.
3566
3567 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3568
3569         * starttls.el (starttls-extra-arguments): Doc fix.
3570
3571 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3572
3573         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3574         it.
3575
3576 2012-10-06  Glenn Morris  <rgm@gnu.org>
3577
3578         * gnus-notifications.el (gnus-notifications):
3579         Add missing group :version tag.
3580         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3581         (gnus-gcc-post-body-encode-hook):
3582         * gnus-sync.el (gnus-sync-lesync-name)
3583         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3584
3585 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3586
3587         * color.el (color-hsl-to-rgb): Fix incorrect results for
3588         small and large hue values.  (Bug#12559)
3589
3590 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3591
3592         New UIDL implementation.
3593
3594         * mail-source.el (mail-sources, mail-source-keyword-map):
3595         Add :leave as a pop3 keyword.
3596         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3597
3598         * pop3.el (pop3-leave-mail-on-server): Allow number.
3599         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3600         (pop3-movemail): Add UIDL support.
3601         (pop3-send-streaming-command): Take a list of mail numbers instead of
3602         the number of mails.
3603         (pop3-write-to-file): Add X-UIDL header.
3604         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3605         (pop3-uidl-add-xheader): New functions.
3606
3607         * message.el (message-ignored-resent-headers):
3608         Add X-Content-Length and X-UIDL headers.
3609
3610 2012-10-05  Glenn Morris  <rgm@gnu.org>
3611
3612         * color.el (color-name-to-rgb, color-rgb-to-hex)
3613         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3614         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3615         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3616         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3617
3618 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3619
3620         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3621         a user about whether to delete temp files if once a user answered as n.
3622
3623 2012-09-25  Chong Yidong  <cyd@gnu.org>
3624
3625         * password-cache.el (password-read-and-add): Use a declare form to mark
3626         this function obsolete.
3627
3628 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * lpath.el: Bind mail-encode-mml for old Emacsen.
3631
3632 2012-09-17  Richard Stallman  <rms@gnu.org>
3633
3634         * message.el (message-in-body-p): Don't set mark or modify buffer.
3635
3636         * mml.el (mml-attach-file): Doc fix.
3637         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3638         Set mail-encode-mml when in Mail mode.
3639         Simplify code to set HEAD and move back to HEAD.
3640         (mml-insert-multipart, mml-insert-part):
3641         Set mail-encode-mml when in Mail mode.
3642
3643 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * gnus-util.el (gnus-timer--function): New function.
3646
3647         * gnus-art.el (gnus-article-stop-animations): Use it.
3648
3649 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3650
3651         Fix glitches caused by addition of psec to timers.
3652         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3653         rather than raw access to timer vector.
3654
3655 2012-09-11  Julien Danjou  <julien@danjou.info>
3656
3657         * gnus-notifications.el (gnus-notifications): Check for nil values in
3658         ignored addresses check.
3659
3660 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3661
3662         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3663
3664 2012-09-07  Chong Yidong  <cyd@gnu.org>
3665
3666         * gnus-util.el
3667         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3668
3669         * gnus-salt.el (gnus-tree-highlight-node):
3670         * gnus-sum.el (gnus-summary-highlight-line):
3671         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3672
3673 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3674
3675         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3676
3677 2012-09-06  Juri Linkov  <juri@jurta.org>
3678
3679         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3680         scheme for buffer names to be more consistent with other group and
3681         article buffer names in Gnus.
3682
3683 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3684
3685         * gnus-util.el
3686         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3687
3688         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3689         Jenkner.
3690
3691         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3692
3693         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3694
3695         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3696
3697 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3698
3699         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3700         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3701
3702         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3703         string-prefix-p in Emacs >=23.2.
3704
3705         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3706         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3707         instead of string-match-p.
3708         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3709
3710 2012-09-06  Kenichi Handa  <handa@gnu.org>
3711
3712         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3713         lowercase a..f.
3714
3715 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3716
3717         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3718
3719 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3720
3721         * nnimap.el (nnimap-request-move-article): Decode the group name when
3722         doing internal moves to avoid charset issues.
3723
3724         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3725         TIME is set.
3726
3727 2012-09-05  Juri Linkov  <juri@jurta.org>
3728
3729         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3730         than one group at a time (bug#11961).
3731
3732 2012-09-05  Julien Danjou  <julien@danjou.info>
3733
3734         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3735         this hide the real reason with a message giving absolutely no hint.
3736
3737 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3738
3739         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3740         to the backend (bug#11804).
3741
3742         * message.el (message-insert-newsgroups): Don't insert newsgroup
3743         duplicates (bug#12275).
3744
3745 2012-09-05  John Wiegley  <johnw@newartisans.com>
3746
3747         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3748         sieve rules.
3749
3750 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3751
3752         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3753         function.
3754
3755         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3756
3757         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3758
3759 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3760
3761         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3762         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3763         This should make nnmaildir more usable with offlineimap.
3764
3765 2012-09-05  Julien Danjou  <julien@danjou.info>
3766
3767         * nnimap.el (nnimap-request-list): Revert change that made listing
3768         synchronous.
3769         (nnimap-get-responses): Restore.
3770
3771 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3772
3773         * dgnushack.el: XEmacs 21.5 compilation fix.
3774
3775         * gnus-notifications.el (gnus-notifications-notify): Use it.
3776
3777         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3778         warnings on XEmacs.
3779
3780 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3781
3782         Better seeds for (random).
3783         * gnus-sync.el (gnus-sync-lesync-setup):
3784         * message.el (message-canlock-generate, message-unique-id):
3785         Change (random t) to (random), now that the latter is more random.
3786
3787 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3788
3789         * nnimap.el (nnimap-change-group): Document result value
3790
3791         * auth-source.el (auth-sources): Fix macos keychain access.
3792
3793         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3794         allow the backend `request-head' function to determine the group
3795         name on its own.
3796         (gnus-request-expire-articles): Filter out negative article numbers
3797         during expiry (Bug#11980).
3798
3799         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3800         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3801
3802         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3803         you've found the article when you haven't.
3804
3805         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3806         that nnimap-change-group can return t.
3807
3808 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3809
3810         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3811
3812 2012-08-30  Julien Danjou  <julien@danjou.info>
3813
3814         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3815         `gnus-notifications-timeout'.
3816         (gnus-notifications-timeout): Add.
3817         (gnus-notifications-action): New function.
3818         (gnus-notifications-notify): Add :action using
3819         `gnus-notifications-action'.
3820         (gnus-notifications-id-to-msg): New variable.
3821         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3822         notifications id to messages.
3823
3824 2012-08-30  Kenichi Handa  <handa@gnu.org>
3825
3826         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3827         once.
3828
3829 2012-08-29  Julien Danjou  <julien@danjou.info>
3830
3831         * gnus-notifications.el: New file.
3832         (gnus-notifications-notify): New function.
3833         (gnus-notifications): Use `gnus-notifications-notify'.
3834
3835 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3836
3837         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3838         transfer encoding first; bind gnus-newsgroup-charset to the charset
3839         that the article specifies (Bug#12209).
3840
3841 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3842
3843         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3844         (gnus-group-customize-done): Encode values posting-style holds.
3845
3846         * gnus-msg.el (gnus-summary-resend-message)
3847         (gnus-configure-posting-styles): Decode values posting-style group
3848         parameter holds.
3849
3850 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3851
3852         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3853         `name' and `address' in Resent-From header.
3854
3855 2012-08-14  Chong Yidong  <cyd@gnu.org>
3856
3857         * gnus-art.el (article-display-face): Handle failure in
3858         gnus-create-image (Bug#11802).
3859
3860 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3861
3862         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3863         Use defsetf.
3864
3865 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3866
3867         * auth-source.el (auth-source-plstore-search)
3868         (auth-source-secrets-search): Ignore :require and :type in search spec.
3869
3870 2012-08-06  Julien Danjou  <julien@danjou.info>
3871
3872         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3873         `nnimap-request-move-article'.
3874
3875         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3876         Remove autoload, already handled by gnus.el.
3877
3878         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3879
3880         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3881         supported by nnimap actually.  Reverts previous change.
3882
3883         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3884         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3885         to-buffer argument that is already supported.
3886
3887 2012-08-05  Julien Danjou  <julien@danjou.info>
3888
3889         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3890         Add autoload.
3891
3892 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3893
3894         * gnus.el (gnus-valid-select-methods): Fix custom type.
3895
3896 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3897
3898         * auth-source.el (auth-sources, auth-source-backend-parse)
3899         (auth-source-macos-keychain-search)
3900         (auth-source-macos-keychain-search-items)
3901         (auth-source-macos-keychain-result-append)
3902         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3903         auth-source.el through the /usr/bin/security utility.
3904         (auth-sources): Fix syntax error.
3905         (auth-source-macos-keychain-result-append): Fix variable name.
3906         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3907
3908 2012-07-27  Julien Danjou  <julien@danjou.info>
3909
3910         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3911         Emacs < 24.1
3912
3913 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3914
3915         * message.el (message-kill-address): Don't kill last newline.
3916         (message-skip-to-next-address): Don't move to the next header.
3917         (message-fill-field-address): Work properly.
3918
3919 2012-07-25  Julien Danjou  <julien@danjou.info>
3920
3921         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3922
3923 2012-07-24  Julien Danjou  <julien@danjou.info>
3924
3925         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3926
3927         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3928         (nntp-async-timer-handler): Remove, unused.
3929
3930         * nnimap.el (nnimap-get-responses): Remove, unused.
3931
3932         * nnheader.el (mail-header-set-extra): Remove, unused.
3933
3934         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3935         unused.
3936
3937         * mm-view.el (mm-view-sound-file): Remove, unused.
3938
3939         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3940         (mm-url-encode-multipart-form-data): Remove, unused.
3941
3942         * message.el (message-remove-signature, message-make-host-name)
3943         (message-fill-address): Remove, unused.
3944
3945         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3946         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3947         unused.
3948
3949         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3950         (gnus-xmas-call-region): Remove, unused.
3951
3952         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3953
3954         * gnus-util.el (gnus-extract-address-component-name)
3955         (gnus-extract-address-component-email, gnus-sortable-date)
3956         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3957         (gnus-process-live-p): Remove, unused.
3958
3959         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3960
3961         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3962         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3963         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3964         function.
3965
3966         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3967
3968         * gnus-score.el (gnus-summary-score-crossposting)
3969         (gnus-score-regexp-bad-p): Remove, unused.
3970
3971         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3972
3973         * gnus-range.el (gnus-sublist-p): Remove, unused.
3974
3975         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3976         unused.
3977
3978         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3979
3980         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3981         (gnus-request-associate-buffer): Remove, unused.
3982
3983         * gnus-group.el (gnus-group-set-method-info)
3984         (gnus-group-set-params-info): Remove, unused.
3985
3986         * gnus-fun.el (gnus-shell-command-to-string)
3987         (gnus-shell-command-on-region): Remove, unused.
3988
3989         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3990
3991         * gnus-art.el (gnus-article-text-type-exists-p)
3992         (article-translate-characters, gnus-article-hide-text-of-type)
3993         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3994         Remove, unused.
3995
3996 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3997
3998         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3999
4000 2012-07-21  Julien Danjou  <julien@danjou.info>
4001
4002         * message.el (message-dont-reply-to-names): Replace deprecated
4003         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
4004         (message-get-reply-headers): Ditto.
4005
4006 2012-07-18  Julien Danjou  <julien@danjou.info>
4007
4008         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
4009         `sieve-upload-and-kill'.
4010
4011         * sieve.el (sieve-bury-buffer): Remove function.
4012         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
4013         (sieve-upload-and-kill): New function, mapped to C-c C-c.
4014
4015 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
4016
4017         * shr.el (shr-expand-url): Handle URL starting with `//'.
4018
4019 2012-07-13  Chong Yidong  <cyd@gnu.org>
4020
4021         * smime.el (smime-certificate-info): Set buffer-read-only directly,
4022         instead of calling toggle-read-only with a (bogus) argument.
4023
4024 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
4025
4026         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
4027         of initial input when reading the author to restrict the summary to.
4028
4029 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4030
4031         * mm-decode.el (mm-shr):
4032         Allow overriding charset by mm-charset-override-alist.
4033
4034 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * gnus-art.el (gnus-article-view-part):
4037         Toggle subparts of multipart/alternative part.
4038
4039 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4040
4041         * shr.el (shr-render-buffer): New command.
4042         (shr-visit-file): Use it.
4043
4044 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4045
4046         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
4047         Set no-byte-compile and no-update-autoloads.
4048
4049 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
4052
4053 2012-06-25  Julien Danjou  <julien@danjou.info>
4054
4055         * nnimap.el (nnimap-request-articles-find-limit): Rename from
4056         `nnimap-request-move-articles-find-limit' since we do not use it only
4057         for move operations.
4058         (nnimap-request-accept-article): Use
4059         `nnimap-request-articles-find-limit' to limit search by message-id.
4060
4061 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4062
4063         Support higher-resolution time stamps (Bug#9000).
4064
4065         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
4066         VARLIST.  It's optional, for backward compatibility.
4067         (encode-time-value): New optional arg PICO.  New type 3.
4068         (time-to-seconds) [!float-time]: Support the new picoseconds
4069         component if it's used.
4070         (seconds-to-time, time-subtract, time-add):
4071         Support ps-resolution time stamps as well.
4072
4073 2012-06-19  Julien Danjou  <julien@danjou.info>
4074
4075         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
4076
4077         * nnimap.el (nnimap-log-buffer): Check that
4078         `window-point-insertion-type' is boundp, since it's not available in
4079         XEmacs.
4080
4081 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4082
4083         * nnimap.el (nnimap-log-buffer): Add this, setting
4084         `window-point-insertion-type' in the buffer to t.
4085         (nnimap-log-command): Use nnimap-log-buffer.
4086
4087 2012-06-19  Julien Danjou  <julien@danjou.info>
4088
4089         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
4090         argument to be able to limit the search.
4091         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
4092         (nnimap-request-move-articles-find-limit): Add this to limit the search
4093         by Message-Id after a message move.
4094         (nnimap): Add defgroup.
4095
4096 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4097
4098         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
4099
4100 2012-06-15  Julien Danjou  <julien@danjou.info>
4101
4102         * nnimap.el (nnimap-find-article-by-message-id): Use
4103         `nnimap-possibly-change-group' rather than its own EXAMINE call.
4104         (nnimap-possibly-change-group): Add read-only argument.
4105         (nnimap-request-list): Use nnimap-possibly-change-group rather than
4106         issuing EXAMINE manually.
4107         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
4108         with read-only argument.
4109         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
4110         cannot possibly change because we need to be sure that it's either
4111         read-write or read-only.
4112
4113 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4114
4115         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
4116         being bound to a lambda form.
4117
4118 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
4119
4120         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
4121         articles when fetch-old is non-nil (bug#11370).
4122
4123 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
4124
4125         * gnus-picon.el (gnus-picon-properties): New defcustom.
4126         (gnus-picon-create-glyph): Use it.
4127
4128 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4129
4130         * gnus-group.el (gnus-group-get-new-news): Respect
4131         `gnus-group-use-permanent-levels', as documented (bug#11638).
4132
4133 2012-06-10  Dave Abrahams  <dave@boostpro.com>
4134
4135         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
4136         groups (bug#11641).
4137
4138 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
4139
4140         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
4141         is an integer to avoid later problems.
4142
4143 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4144
4145         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
4146         locales.
4147
4148         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
4149         on a handle.
4150
4151         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
4152         address as the default.
4153         (gnus-summary-insert-old-articles): Don't include unexisting messages.
4154
4155         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
4156         makes no sense to query the user about internal files.
4157
4158         * gnus-spec.el: Remove all the byte-compilation stuff, since
4159         benchmarking shows that it doesn't help when entering large summary
4160         buffers.
4161
4162         * gnus-xmas.el (gnus-xmas-define): Remove.
4163
4164         * gnus-util.el (gnus-byte-code): Remove.
4165
4166         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
4167         grouplens stuff.
4168
4169 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4170
4171         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
4172         (bug#11514).
4173
4174 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
4175
4176         * message.el (message-buffers): Return all buffers derived from Message
4177         to make `gnus-dired-attach' work with mu4e.
4178
4179 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4180
4181         * nntp.el: Stop the `letf' madness.
4182         (nntp--report-1): New var.
4183         (nntp-report): Merge nntp-report-1 into it.
4184         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
4185         the nntp-report function.
4186
4187         * auth-source.el: Fix comment-style to follow the convention.
4188
4189 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
4190
4191         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
4192         (mm-dissect-singlepart): Don't guess the MIME type of
4193         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
4194         set.
4195         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
4196         toplevel MIME type is multipart/encrypted.
4197
4198 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4201         a string so that Gcc works (bug#11514).
4202
4203 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4204
4205         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
4206         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
4207
4208 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4209
4210         * gnus-win.el (gnus-configure-frame): Don't signal an error when
4211         jumping to *Server* from a dedicated *Group* window.
4212         (gnus-configure-frame): CSE.
4213
4214         * gnus-registry.el: Minor style cleanup.
4215         (gnus-registry--set/remove-mark): New function, extracted from
4216         gnus-registry-install-shortcuts.
4217         (gnus-registry-install-shortcuts): Use it.
4218
4219 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * nnspool.el (news-path): Use eval-and-compile.
4222
4223 2012-05-24  Glenn Morris  <rgm@gnu.org>
4224
4225         * nnspool.el (news-directory, news-path, news-inews-program):
4226         Move here from paths.el.  Don't see a need for these to be autoloaded.
4227
4228         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
4229         Merge in doc from paths.el version.  Don't see any need for this to be
4230         autoloaded, or for the warning about users not setting it.
4231
4232 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
4233
4234         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
4235         format.  In particular, add an optional argument and a docstring.
4236
4237         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
4238
4239         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
4240         current before calling `gnus-groups-to-gnus-format'.
4241         Note that this was already the case for `gnus-active-to-gnus-format'.
4242
4243 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4244
4245         Fix minor Y10k bug.
4246         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
4247
4248 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4249
4250         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
4251         message once it's actually open.
4252
4253 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4254
4255         * gnus.el: Ma Gnus v0.5 is released.
4256
4257 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4258
4259         * auth-source.el (auth-source--aput-1, auth-source--aput)
4260         (auth-source--aget): New functions and macros.
4261         Use them instead of aput/aget.
4262
4263 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4264
4265         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4266
4267 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4268
4269         * plstore.el (plstore-called-interactively-p): New compat macro copied
4270         from message.el.
4271         (plstore-mode): Use it.
4272
4273 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4274
4275         * plstore.el: Revive the editing feature.
4276         (plstore-mode): New mode to edit plstore file.
4277         (plstore-mode-toggle-display, plstore-mode-original)
4278         (plstore-mode-decoded): New command.
4279         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4280         (plstore--insert-buffer, plstore--make): New function.
4281         (plstore-open, plstore-save): Simplify by using them.
4282
4283 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4284
4285         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4286
4287 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4288
4289         * tls.el (open-tls-stream): Remove unused binding.
4290
4291 2012-04-16  Glenn Morris  <rgm@gnu.org>
4292
4293         * nndraft.el (nndraft-request-list): Fix declaration.
4294
4295 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4296
4297         * mm-decode.el (mm-dissect-buffer): Doc fix.
4298
4299         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4300         don't have a current group.
4301
4302         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4303         buffer if it doesn't exist.
4304
4305         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4306         given, mark the group as ephemeral with the current window conf.
4307
4308         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4309         buffer exists, which it doesn't if we haven't started Gnus.
4310         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4311
4312 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4313
4314         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4315         type is.
4316
4317         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4318         `unexists' entries.
4319         (gnus-clean-old-newsrc): Fix last checkin.
4320
4321         * nnimap.el (nnimap-update-info): None of the articles below the active
4322         low-water mark exist.
4323
4324         * dgnushack.el: Get rid of XEmacs compilation warning.
4325
4326         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4327         would have gotten if we posted to the group, and use that to compare
4328         against the message we want to cancel (bug#10808).
4329
4330         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4331         on XEmacs.
4332
4333 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4334
4335         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4336         `scroll-margin'.
4337
4338 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4339
4340         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4341         citation prefix within a block of cited text should be considered part
4342         of that block *only* if it is a blank line.
4343
4344 2012-04-09  Chong Yidong  <cyd@gnu.org>
4345
4346         * binhex.el, hashcash.el, uudecode.el:
4347         Remove * characters from the front of variable docstrings.
4348
4349 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4350
4351         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4352         before kinsoku-bol characters nor within kinsoku-eol characters.
4353
4354 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4355
4356         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4357         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4358         (gnus-sync-read): Use mapc instead of mapcar.
4359
4360         * mm-archive.el: Require mm-decode for some macros.
4361         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4362         the byte compiler.
4363         (mm-archive-decoders): New function that returns the value of
4364         the mm-archive-decoders variable.
4365
4366         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4367         instead.
4368         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4369
4370         * nnimap.el (gnus-refer-thread-use-nnir):
4371         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4372
4373 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4374
4375         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4376
4377 2012-03-12  Peter Münster  <pmrb@free.fr>
4378
4379         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4380         (gnus-demon-cancel): Ditto.
4381         (gnus-demon-run-callback): When function cannot be called due to low
4382         idleness, call it when idleness reaches the expected value, instead of
4383         waiting another timer period.
4384         (gnus-demon-init): Add `time' to arguments of call-back.
4385
4386 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4387
4388         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4389
4390         * gnus.el: Register gnus-registry functions.
4391
4392         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4393         indent.
4394
4395         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4396         enabled before warping.
4397
4398 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4399
4400         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4401         registry about each article retrieved.
4402
4403         * gnus-int.el (gnus-select-group-with-message-id): New function.
4404         (gnus-try-warping-via-registry): Ditto.
4405         (gnus-warp-to-article): Fall back on the registry.
4406
4407 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4408
4409         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4410         inboxes.
4411
4412 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4413
4414         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4415
4416 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4417
4418         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4419         gnus-gcc-self-resent-messages may be a group parameter.
4420         (gnus-summary-resend-message): Don't encode encoded words in header
4421         when Gcc'ing resent message.
4422
4423 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4424
4425         * shr.el (shr-insert): Treat non-breaking space just like normal
4426         space.  This seems to produce more pleasing results.
4427         (shr-insert): Only insert a blank line if we're starting from an image.
4428         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4429         (shr-ensure-paragraph): Consider lines with white space to be blank.
4430
4431 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4432
4433         * Makefile.in: Respect DESTDIR.
4434
4435 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4436
4437         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4438         and gnus-gcc-post-body-encode-hook.
4439
4440 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4441
4442         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4443         messages that don't exist.
4444
4445         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4446
4447 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4450         Remove.
4451
4452         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4453
4454         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4455
4456 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4457
4458         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4459         have a group name.
4460
4461         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4462         a multibyte buffer (bug#7410).
4463         (article-wash-html): Parse the original article buffer to get the
4464         unencoded data (bug#7410).
4465
4466         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4467         .newsrc.el files.
4468
4469 2012-04-05  Bastien Guerry  <bzg@altern.org>
4470
4471         * color.el (color-lighten-name): Fix typo.
4472
4473 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4474
4475         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4476         "#" to avoid having them interpreted as comments.
4477
4478 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4479
4480         * shr.el (shr-insert): Update the text state properly to avoid
4481         inserting spurious paragraph starts.
4482
4483 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4484
4485         * shr.el (shr-table-widths): Divide the extra width more fairly over
4486         the TDs (bug#10973).
4487         (shr-render-td): Don't delete too much padding.
4488         (shr-natural-width): Compute the natural width more correctly.
4489         (shr-insert): Allow the natural width to be computed for tables again.
4490         (shr-tag-table-1): Rework how the natural widths are computed by
4491         rendering the table a third time.
4492         (shr-natural-width): Removed.
4493         (shr-buffer-width): New function.
4494         (shr-expand-newlines): Use it.
4495
4496         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4497         using a `gnus-use-full-window' setup (bug#11013).
4498
4499 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4500
4501         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4502         24.1 release.
4503
4504 2012-03-10  David Edmondson  <dme@dme.org>
4505
4506         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4507         'Forwarded Message' header and the start of the message.
4508
4509 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4510
4511         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4512         isn't running (bug#10897).
4513
4514 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4515
4516         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4517         This is inconsistent with all the other stream functions, which leave
4518         the setting up to the higher levels (if so wanted) (bug#10931).
4519
4520 2012-02-28  Glenn Morris  <rgm@gnu.org>
4521
4522         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4523         mm-decode.el: Standardize possessive apostrophe usage.
4524
4525 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4526
4527         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4528
4529 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4530
4531         * parse-time.el (parse-time-string): Allow extractor to return nil.
4532
4533 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4534
4535         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4536
4537 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4538
4539         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4540
4541 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4542
4543         * mm-decode.el (mm-shr): Remove "soft hyphens".
4544
4545         * nnimap.el (nnimap-request-list): Return the group names encoded as
4546         utf8.  Otherwise non-European group names don't work.
4547         (nnimap-request-newgroups): Ditto.
4548
4549         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4550         the default in `read-string' (bug#10757).
4551
4552         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4553         topics (bug#10843).
4554
4555         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4556         buffer.  Suggested by Herbert Valerio Riedel.
4557         (nnimap-request-move-article): Delete the message from the correct IMAP
4558         server.
4559
4560 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4561
4562         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4563         Reported by Peter Münster.
4564
4565 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4566
4567         * shr.el (shr-image-fetched): Make sure we really kill the right
4568         buffer.
4569
4570 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4571
4572         * gnus-start.el (gnus-1): Avoid duplicate entries.
4573
4574 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4575
4576         * imap.el: Remove.
4577
4578         * nntp.el (nntp-coding-system-for-read): Remove.
4579         (nntp-coding-system-for-write): Ditto.
4580         (nntp-open-connection): Just use `binary' directly.
4581
4582         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4583         Gnus 0.3.
4584
4585 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4586
4587         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4588         application/octet-stream parts really is.
4589
4590         * gnus-sum.el (gnus-propagate-marks): Remove.
4591
4592 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4593
4594         * shr.el (shr-rescale-image): Undo previous change; see
4595         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4596
4597 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4598
4599         * gnus.el: Ma Gnus v0.3 is released.
4600
4601 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4602
4603         * gnus-sum.el (gnus-summary-local-variables): Make
4604         `gnus-newsgroup-unexist' into a local variable.
4605
4606 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4607
4608         * registry.el (registry-usage-test, registry-persistence-test): Move to
4609         tests/gnustest-registry.el.
4610         (registry-make-testable-db, registry-match-test)
4611         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4612
4613         * gnus-registry.el (gnus-registry-misc-test)
4614         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4615
4616         * tests/gnustest-registry.el: New file with the registry and
4617         gnus-registry ERT tests.
4618
4619 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * gnus-msg.el (gnus-summary-resend-message): Make
4622         gnus-summary-resend-message-insert-gcc be last item in
4623         message-header-setup-hook.
4624
4625 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4626
4627         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4628         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4629         Remove.
4630         (nnfolder-open-server): Don't use marks.
4631         (nnfolder-request-delete-group): Ditto.
4632         (nnfolder-request-rename-group): Ditto.
4633         (nnfolder-request-set-mark, nnfolder-request-marks)
4634         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4635         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4636
4637         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4638         (nnml-marks-modtime): Remove.
4639         (nnml-request-delete-group): Don't use marks.
4640         (nnml-request-rename-group): Ditto.
4641         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4642         (nnml-save-marks, nnml-open-marks): Remove.
4643
4644         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4645         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4646         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4647         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4648         (nntp-server-to-method-cache): Remove.
4649
4650         * shr.el (shr-rescale-image): Fix wrong merge.
4651
4652 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4653
4654         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4655         too-wide lines.
4656
4657 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4658
4659         * nnimap.el (nnimap-record-commands): New variable.
4660         (nnimap-log-command): Use it.
4661         (nnimap-make-process-buffer): Add a space to the process buffer.
4662         (nnimap-transform-headers): Don't bug out on header lines containing
4663         stuff that look like IMAP length encodings.
4664
4665         * shr.el (shr-rescale-image): Allow viewing large images.
4666
4667 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4668
4669         * nnml.el (nnml-request-compact-group): Delete the marks file after
4670         compaction (bug#10800).
4671
4672         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4673         group exit.
4674
4675         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4676         QRESYNC/FETCH output.
4677
4678 2012-02-11  Glenn Morris  <rgm@gnu.org>
4679
4680         * sieve-manage.el (sieve-manage-default-stream):
4681         * shr.el (shr):
4682         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4683         (nnir-retrieve-headers-override-function)
4684         (nnir-imap-default-search-key, nnir-notmuch-program)
4685         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4686         (nnir-method-default-engines):
4687         * message.el (message-cite-reply-position):
4688         * gssapi.el (gssapi-program):
4689         * gravatar.el (gravatar):
4690         * gnus-sum.el (gnus-refer-thread-use-nnir):
4691         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4692         (gnus-registry-max-pruned-entries):
4693         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4694         * gnus-int.el (gnus-after-set-mark-hook)
4695         (gnus-before-update-mark-hook):
4696         * gnus-async.el (gnus-async-post-fetch-function):
4697         * auth-source.el (auth-source-cache-expiry):
4698         Add missing :version tags to new defcustoms and defgroups.
4699
4700 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4701
4702         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4703         `gnus-newsgroup-unexist'.
4704
4705         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4706         marks.
4707         (gnus-article-special-mark-lists): Put the `unexist' in the special
4708         marks list instead.
4709
4710         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4711         articles in the list of articles to be selected.
4712
4713         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4714         articles.
4715         (nnimap-update-info): Keep track of unexisting articles.
4716         (nnimap-update-qresync-info): Ditto.
4717
4718 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4719
4720         * message.el (message-default-send-mail-function): Made into own
4721         function for reuse by emacsbug.el.
4722
4723 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4724
4725         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4726         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4727
4728 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4729
4730         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4731         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4732
4733         * gnus-compat.el: Define `timer-set-function'.
4734
4735         * mm-decode.el (mm-display-external): Output the text from the command
4736         in the buffer after the command finished.  This makes text-based
4737         commands behave better.
4738
4739 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4740
4741         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4742
4743 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4744
4745         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4746         23.1.
4747
4748 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4751
4752 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4753
4754         * message.el (smtpmail-smtp-user): Silence compiler warning.
4755
4756 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4757
4758         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4759         SMTP user name.
4760
4761 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4762
4763         * gnus-sum.el (gnus-summary-show-thread):
4764         next-single-char-property-change may return nil in XEmacs.
4765         (gnus-summary-article-map): Fix typo.
4766
4767 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4768
4769         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4770         running.
4771
4772         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4773
4774         * gnus.el (gnus-server-extend-method): Don't add an -address component
4775         if the method already has one (bug#9676).
4776
4777 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4778
4779         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4780         of an initial-input for consistency (bug#10757).
4781
4782         * dgnushack.el: Fix XEmacs compilation warning.
4783
4784         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4785
4786         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4787
4788 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4789
4790         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4791         lines that are narrower than the window width.  Otherwise background
4792         "blocks" will look less readable.
4793
4794 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4795
4796         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4797         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4798         have newlines within the strings, and where the UID comes after the
4799         BODYSTRUCTURE element (bug#10537).
4800
4801         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4802         (bug#10732).
4803
4804         * shr.el (shr-insert-document): Add doc string.
4805         (shr-visit-file): Ditto.
4806         (shr-remove-trailing-whitespace): New function.
4807         (shr-insert-document): Use it to clean up trailing whitespace as the
4808         final step (bug#10714).
4809
4810 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4811
4812         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4813         buffer if `gnus-kill-summary-on-exit' is nil.
4814
4815 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4816
4817         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4818         when just reading a single group from "without" Gnus.
4819
4820 2012-02-06  Chong Yidong  <cyd@gnu.org>
4821
4822         * gnus-sum.el (gnus-summary-show-thread):
4823         next-single-char-property-change never returns nil (Bug#8657).
4824
4825 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4826
4827         * message.el (message-multi-smtp-send-mail): New function.
4828         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4829         header to implement multi-SMTP functionality.
4830
4831         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4832         (gnus-agentize): Don't set it.
4833         (gnus-agent-send-mail): Don't use it.
4834
4835         * gnus-sum.el (gnus-summary-widget-backward): New function and
4836         keystroke.
4837
4838         * gnus-compat.el: More the compat functions more compatible.
4839
4840         * shr.el (shr-put-image): Remove underlines from sliced images.
4841         (shr-zoom-image): Compute the region to be replaced more correctly.
4842
4843 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4846         (gnus-summary-resend-message-insert-gcc): New function.
4847         (gnus-summary-resend-message): Modify message-header-setup-hook and
4848         message-sent-hook to make it work for Gcc.
4849         (gnus-inews-do-gcc): Update the number of unread articles of groups
4850         that messages are Gcc'd to.
4851
4852         * message.el (message-resend): Run message-sent-hook to do Gcc.
4853
4854 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4855
4856         * lpath.el: Fix an XEmacs compilation warning.
4857
4858         * gnus-compat.el: Require `help-fns' to fix compilation error.
4859
4860         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4861         a higher level to silence compilation.
4862
4863         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4864         parameter to allow controlling the scaling.
4865
4866         * shr.el (shr-zoom-image): New command and keystroke.
4867         (shr-put-image): Take a `size' flag to say how to scale the image.
4868
4869         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4870         deletion unless already defined.
4871
4872         * gnus.el (gnus-compat): Require it.
4873
4874         * gnus-compat.el: New file.
4875
4876         * gnus-start.el (gnus-clean-old-newsrc): New function.
4877         (gnus-read-newsrc-file): Use it.
4878
4879         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4880         Use recursive deletion.
4881         (mm-dissect-archive): Add support for zip files.
4882
4883         * gnus-util.el (gnus-recursive-directory-files): New function.
4884
4885         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4886         (mm-archive-decoders): Add tgz support.
4887
4888         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4889         Otherwise inserting text into the Gnus buffer can look odd.
4890
4891         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4892
4893         * mm-archive.el (mm-archive-decoders): Add support for tar.
4894
4895         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4896
4897         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4898
4899 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4900
4901         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4902
4903         * mm-archive.el: New file.
4904
4905         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4906
4907         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4908
4909         * message.el (message-goto-*): Make all the `message-goto-*' commands
4910         push the mark before moving point.  This makes it easier to go back to
4911         where you came from after editing whatever you jumped to.
4912
4913 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4914
4915         * gnus.el: Ma Gnus v0.1 is released.
4916
4917 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4918
4919         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4920         without reconnecting.
4921         (nnimap-possibly-change-group): Ditto.
4922         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4923         connection has died before being called.
4924
4925 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4926
4927         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4928         an initial sync unless we're really doing one.
4929
4930         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4931         address parameter if one already exists (bug#9676).
4932
4933         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4934         not the prefix, as documented (bug#10689).
4935
4936 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4937
4938         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4939         the "server".
4940
4941         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4942         the real error message with the useless "previously known to be down".
4943         Which isn't even correct.
4944
4945         * nntp.el (nntp-open-connection): Report the error message if the nntp
4946         server can't be reached.
4947
4948         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4949         groups we do a total scan for.
4950         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4951         doing that.
4952
4953 2012-01-31  Jim Meyering  <jim@meyering.net>
4954
4955         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4956         Correct a comment (insert "not") and hide nominally-doubled "to".
4957
4958 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4959
4960         * gnus.el (gnus-version): Change name to "Ma Gnus".
4961
4962 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4963
4964         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4965         section in the manual.
4966
4967 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4968
4969         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4970         words.
4971         (rfc2047-encode-string): Ditto.
4972         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4973         understand folded filename="..." parameters, for instance.
4974
4975         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4976         the message for greater debuggability.
4977
4978 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4979
4980         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4981         instead of setting it locally, since the latter doesn't seem to have
4982         any effect (most of the time).
4983
4984 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4985
4986         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4987         function call.
4988
4989 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4990
4991         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4992         seconds, and make the repeat clause with HH:MM specs work as
4993         documented.
4994
4995 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4996
4997         * proto-stream.el (proto-stream-capability-open): Fall back on
4998         :end-of-command if :end-of-capability doesn't exist.
4999
5000 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5001
5002         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
5003         bound globally in old Emacsen and XEmacsen.
5004
5005 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5006
5007         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
5008         so that previous errors don't prohibit getting new news.
5009
5010         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
5011
5012         * nntp.el (nntp-retrieve-group-data-early): Ditto.
5013
5014 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
5015
5016         * gnus.el (gnus-group-find-parameter): Check for liveness of the
5017         buffer, not of the string which is its name.
5018
5019 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5020
5021         * proto-stream.el (proto-stream-capability-open): Wait for
5022         :end-of-capability, not :end-of-command.
5023
5024         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
5025         non-server-marks groups.
5026         (gnus-group-make-articles-read): Ditto.
5027
5028         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
5029         methods (bug#9676).
5030
5031         * gnus.el (gnus-method-ephemeral-p): New function.
5032
5033 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5034
5035         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
5036         left-to-right.
5037
5038 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5039
5040         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
5041         warning.
5042
5043 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5044
5045         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
5046         macroexpand the nnir things, since they haven't been defined yet, and
5047         nnir requires gnus-sum.
5048
5049 2012-01-24  Julien Danjou  <julien@danjou.info>
5050
5051         * color.el (color-rgb-to-hsl): Fix value computing.
5052         (color-hue-to-rgb): New function.
5053         (color-hsl-to-rgb): New function.
5054         (color-clamp, color-saturate-hsl, color-saturate-name)
5055         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5056         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5057
5058 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5059
5060         * mm-decode.el (mm-interactively-view-part): Fix prompt.
5061
5062 2012-01-19  Julien Danjou  <julien@danjou.info>
5063
5064         * color.el (color-name-to-rgb): Use the white color to find the max
5065         color component value and return correctly computed values.
5066         (color-name-to-rgb): Add missing float conversion for max value.
5067
5068 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5069
5070         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
5071         logical server name in addition to the actual machine address.
5072
5073         * auth-source.el (auth-source-user-and-password): Add convenience
5074         wrapper to search by just host and optionally user.
5075
5076 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5077
5078         * shr.el (shr-visit-file): Move point to the beginning of the buffer
5079         after rendering.
5080
5081 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5082
5083         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
5084         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
5085         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
5086
5087 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5088
5089         * gnus-sum.el (gnus-summary-read-group): Document more parameters
5090         (bug#9693).
5091         (gnus-summary-setup-buffer): Document return value (bug#9697).
5092
5093         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
5094         since ido doesn't work on symbols (bug#9632).
5095
5096         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
5097         when getting a single value as when getting all the values.  This means
5098         that atoms like `gcc-self' work cumulatively, like variable settings,
5099         instead of getting the value from the last matching clause.
5100         (gnus-group-find-parameter): Protect against the group buffer not
5101         existing (bug#9585).
5102
5103 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5104
5105         * gnus-start.el (gnus-activate-group): Document more parameters
5106         (bug#9694).
5107
5108         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
5109         (bug#9692).
5110
5111         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
5112         article was fetched, so that it can be expired later (bug#9958).
5113         (gnus-agent-summary-fetch-series): Add doc string.
5114         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
5115         (bug#9517).
5116
5117         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
5118         retrieval is happening.
5119
5120         * gnus.el (gnus-parameters): Doc fix.
5121
5122 2012-01-06  Dave Abrahams  <dave@boostpro.com>
5123
5124         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
5125         show the thread after expansion.
5126
5127 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5128
5129         * gnus-art.el (article-narrow-to-head): If the head is completely
5130         empty, narrow to the empty region (bug#9764).
5131
5132         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
5133         read, and then mark them as unread only when the unread mark is used.
5134         This makes `C-- T k' actually work, even though it's confusing.
5135
5136         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
5137         alive before we try to find its window.
5138
5139 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
5140
5141         * mm-decode.el (mm-display-external): Use a longer timeout for the
5142         deletion to allow slow programs to display the file.
5143
5144 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5145
5146         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
5147         prompt to be less confusing.
5148
5149         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
5150         argument to `message-reply'.  This broke `special-display-*' frame
5151         pop-uping (bug#10238).
5152
5153 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5154
5155         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
5156         systems, since these allegedly don't work there.
5157
5158 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
5159
5160         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
5161         live buffer.
5162
5163 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5164
5165         * nnir.el (nnir-retrieve-headers): Protect against the article not
5166         existing on the server (bug#10335).
5167
5168 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5169
5170         * gnus-agent.el (gnus-agent-load-local): Recompute
5171         gnus-agent-article-local on changing method.
5172
5173 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5174
5175         * gnus.el (gnus-parameters): Note precedence.
5176
5177 2012-01-04  Leo Liu  <sdl.web@gmail.com>
5178
5179         * nndraft.el (nndraft-update-unread-articles): Don't move point around
5180         in the group buffer.
5181
5182 2012-01-04  Julien Danjou  <julien@danjou.info>
5183
5184         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
5185         change.
5186
5187 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5188
5189         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
5190         too.
5191
5192         * nntp.el (nntp-retrieve-group-data-early): Use it.
5193
5194 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5195
5196         * nntp.el (nntp-retrieval-in-progress): New variable.
5197         (nntp-make-process-buffer): Make it buffer-local.
5198
5199         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
5200         2010.
5201         (gnus-demon-init): Use it to compute the time if time is on the form
5202         "04:23".
5203
5204         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
5205
5206         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
5207         status in the correct buffer.
5208
5209 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5210
5211         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
5212         when opening topics (bug#10407).
5213
5214 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5215
5216         * gnus-cus.el (gnus-score-customize):
5217         * gnus-sum.el (gnus-sort-gathered-threads):
5218         * message.el (message-shorten-references):
5219         * nnmairix.el (nnmairix-request-group):
5220         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
5221
5222 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5223
5224         * gnus-agent.el (gnus-agent-regenerate-group):
5225         * gnus-int.el (gnus-retrieve-group-data-early):
5226         * mm-util.el (mm-codepage-ibm-list):
5227         * nndiary.el (Commentary, nndiary-get-new-mail):
5228         * nnir.el (nnir):
5229         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
5230
5231 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5232
5233         * mm-view.el (mm-display-inline-fontify): Add comment.
5234
5235 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5236
5237         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
5238         * ntlm.el (ntlm-smb-dohash): Spelling fix.
5239
5240 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
5241
5242         * gnus-art.el (gnus-split-methods):
5243         * gnus-msg.el (gnus-configure-posting-styles):
5244         * gnus-spec.el (gnus-parse-simple-format):
5245         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5246         * message.el (message-do-actions): Spelling fix.
5247
5248 2011-12-15  Juri Linkov  <juri@jurta.org>
5249
5250         * mm-decode.el (mm-inline-media-tests): Add missing
5251         `mm-handle-media-subtype'.
5252
5253 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5254
5255         * gnus-group.el (gnus-group-tool-bar):
5256         * gnus-sum.el (gnus-summary-tool-bar):
5257         * message.el (message-tool-bar):
5258         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5259
5260 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5261
5262         * plstore.el (plstore--insert-buffer): Spelling fix.
5263
5264 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5265
5266         * message.el (message-valid-fqdn-regexp): Update with newly approved
5267         top-level domain names ".tel" and ".asia".
5268
5269 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5272         unconditionally.
5273
5274 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5277         pop-to-buffer-same-window for old Emacsen.
5278
5279 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5280
5281         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5282
5283 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5284
5285         * netrc.el (netrc-credentials): Spelling fix.
5286
5287 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5288
5289         * gnus-fun.el (gnus-fun-ppm-change-string):
5290         * gnus-msg.el (gnus-inews-do-gcc):
5291         * gnus-sum.el (gnus-summary-find-for-reselect):
5292         * gnus.el (gnus-summary-cancelled):
5293         * message.el (message-cancel-hook, message-send-news):
5294         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5295         * nnir.el (nnir-run-hyrex):
5296         * nntp.el (nntp-with-open-group-function):
5297         * pgg.el (pgg-pending-timers): Spelling fix.
5298
5299 2011-12-04  Chong Yidong  <cyd@gnu.org>
5300
5301         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5302         change (Bug#10200).
5303
5304 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * compface.el (uncompface):
5307         * gnus-art.el (gnus-article-x-face-command): Update the header format
5308         of icon data for the most recent icontopbm program.
5309
5310 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5311
5312         * gnus-msg.el (gnus-inews-do-gcc):
5313         * message.el (message-send-mail):
5314         * mml.el (mml-generate-mime): Share the value of the buffer-local
5315         `message-options' variable between a draft buffer and temprary working
5316         buffers.
5317
5318 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5319
5320         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5321
5322 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5323
5324         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5325         for Cygwin.
5326
5327 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5328
5329         * gnus-group.el (gnus-group-prepare-flat):
5330         * mm-bodies.el (mm-encode-body):
5331         * mml.el (mml-preview):
5332         * nnml.el (nnml-request-compact-group):
5333         * pop3.el (pop3-stream-type): Spelling fix.
5334
5335 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5336
5337         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5338
5339 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5340
5341         * color.el (color-rgb-to-hsl):
5342         * gmm-utils.el (gmm-tool-bar-style):
5343         * gnus-group.el (gnus-group-prepare-flat):
5344         * gnus-topic.el (gnus-topic-prepare-topic):
5345         * mm-decode.el (mm-discouraged-alternatives):
5346         * rfc2047.el (rfc2047-encode-1):
5347         * starttls.el: Spelling fix.
5348
5349 2011-11-24  Glenn Morris  <rgm@gnu.org>
5350
5351         * binhex.el (binhex-begin-line): Give it basic doc-string.
5352
5353         * starttls.el, tls.el: Fix case of "GnuTLS".
5354
5355 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5356
5357         * gnus-group.el (gnus-group-highlight): Fix typo.
5358
5359 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5360
5361         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5362         value of `delete-file', that returns nil for a local file but returns t
5363         for a remote file using ssh.
5364
5365 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5366
5367         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5368
5369 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5370
5371         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5372         avoid later breakage.
5373
5374 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5375
5376         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5377         article buffers' name.
5378
5379 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5380
5381         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5382         by Paul Eggert's spellfixes two days ago.
5383
5384 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5385
5386         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5387         doesn't have it.
5388
5389         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5390         buffer-local instead of binding them to avoid warnings.  Also demote
5391         errors (bug#10063).
5392         (font-lock-mode-hook): Shut up byte compiler.
5393
5394 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5395
5396         * mm-util.el (mm-charset-after):
5397         * nnir.el (nnir-run-hyrex):
5398         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5399         (ntlm-get-password-hashes, ntlm-md4hash):
5400         * smime.el: Fix typo.
5401
5402 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5403
5404         * gnus-agent.el (gnus-agent-expire-group-1):
5405         * nndiary.el (nndiary-last-occurence):
5406         * nnimap.el (nnimap-request-set-mark):
5407         * nnmairix.el (nnmairix-only-use-registry):
5408         * gnus-group.el (gnus-group-prepare-flat):
5409         * gnus-sum.el (gnus-decode-encoded-word-methods):
5410         * message.el (message-wash-subject):
5411         * nntp.el (nntp-retrieve-headers-with-xover):
5412         * smime.el (smime-certificate-directory): Spelling fix.
5413
5414 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5415
5416         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5417
5418         * color.el:
5419         * gnus-agent.el (gnus-agent-possibly-alter-active):
5420         * gnus-dired.el (gnus-dired-print):
5421         * mail-parse.el:
5422         * nnmairix.el (nnmairix-request-group):
5423         * shr.el (shr-image-displayer):
5424         * sieve-manage.el:
5425         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5426
5427 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5428
5429         * gnus-sum.el (gnus-auto-select-subject):
5430         * spam-report.el (spam-report-resend): Spelling fix.
5431
5432 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5433
5434         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5435         * gnus-art.el (gnus-default-article-saver):
5436         * gnus-srvr.el (gnus-server-copy-server):
5437         * gnus.el (gnus-sloppily-equal-method-parameters):
5438         * html2text.el (html2text-format-tag-list):
5439         * message.el (message-narrow-to-head):
5440         * nndiary.el:
5441         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5442         * sieve.el: Spelling fix.
5443
5444 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5445
5446         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5447         * gnus-sum.el (gnus-summary-make-menu-bar):
5448         * gnus-uu.el (gnus-uu-decode-postscript)
5449         (gnus-uu-decode-postscript-and-save):
5450         * mailcap.el (mailcap-print-command):
5451         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5452         Fix typos.
5453
5454 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5455
5456         * gnus-art.el (gnus-article-part-wrapper):
5457         * html2text.el (html2text-fix-paragraphs):
5458         * mm-decode.el (mm-image-fit-p):
5459         * rfc2047.el (rfc2047-encode-message-header):
5460         * shr-color.el (shr-color-visible-distance-min)
5461         (shr-color-relative-to-absolute, set-minimum-interval)
5462         (shr-color-visible): Fix typos.
5463
5464 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5465
5466         * gmm-utils.el (gmm-tool-bar-item):
5467         * gnus-art.el (gnus-treat-body-boundary):
5468         * gnus-diary.el (gnus-user-format-function-d):
5469         * gnus-start.el (gnus-get-unread-articles):
5470         * pgg-gpg.el (pgg-gpg-update-agent):
5471         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5472
5473 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5474
5475         * gnus-topic.el (gnus-group-prepare-topics):
5476         * gnus-uu.el (gnus-extract-view):
5477         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5478
5479 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5480
5481         * spam.el: Move BBDB autoloads.
5482         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5483         BBDB 2 and 3.
5484         (spam-check-BBDB): Use it.
5485         (spam-enter-ham-BBDB): Use it.
5486
5487 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5488
5489         * smime.el (smime-draw-buffer): Spelling fix.
5490
5491 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5492
5493         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5494         for scanning exactly one level.
5495         * gnus-start.el (gnus-get-unread-articles): Ditto.
5496
5497 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5498
5499         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5500         slightly clearer.
5501
5502 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5503
5504         * gnus-sync.el: More commentary about setup.
5505
5506 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5507
5508         * message.el (message-send-and-exit): Document `arg'.
5509
5510 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5511
5512         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5513
5514 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5515
5516         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5517
5518         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5519         we don't use `bound-and-true-p'.
5520
5521 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5522
5523         * gnus-util.el (gnus-bound-and-true-p): Remove.
5524         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5525         * nnir.el: Use it.
5526         * nnmairix.el: Use it.
5527
5528 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5529
5530         * gnus-sync.el: Improve docs about CouchDB admins.
5531
5532         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5533         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5534         for reasons unknown.
5535         * nnir.el: Use it.
5536         * nnmairix.el: Use it.
5537
5538         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5539         * nnir.el: Ditto.
5540         * nnmairix.el: Ditto.
5541
5542         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5543
5544 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5545
5546         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5547         not needed.  Provide xmlplistread list function to produce XML plist
5548         output for non-Gnus LeSync clients.
5549
5550 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5551
5552         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5553
5554         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5555         and save against it.  Group subscriptions, read marks, other marks,
5556         subscription levels, topic names, and topic offsets (the group's
5557         position within the topic) are saved.  This is an experimental backend
5558         and may change significantly.  Load json.el from the gnus-fallback-lib
5559         if it's not available otherwise.
5560         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5561
5562 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5563
5564         * message.el (message-completion-function): Make sure
5565         message-tab-body-function is not attempted if one of
5566         message-completion-alist fails to find a completion (bug#9158).
5567
5568 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5569
5570         * mml.el (mml-quote-region): Quote <#secure> tag.
5571         (mml-generate-mime-1): Unquote <#secure> tag.
5572
5573 2011-10-20  Chong Yidong  <cyd@gnu.org>
5574
5575         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5576         calling a minor mode from Lisp with nil arg enables it, so we have to
5577         make the wording a bit ambiguous here).
5578
5579 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5580
5581         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5582         * nnir.el (nnir-mode): Use it.
5583         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5584         Use it.
5585
5586         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5587         * nnmairix.el (gnus-registry-enabled): Ditto.
5588
5589 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5590
5591         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5592         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5593         only while we need to find out if it should be t or nil.
5594         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5595         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5596         the registry is installed.  Set it to nil when it's unloaded.
5597         (gnus-registry-install-p): Provide user guidance for the initial value
5598         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5599         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5600         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5601         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5602         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5603         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5604         `gnus-registry-install'.
5605
5606 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5607
5608         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5609         previous change.
5610         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5611         primary key is marked as disabled.
5612
5613 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5614
5615         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5616         primary key is marked as disabled.
5617
5618 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5619
5620         * html2text.el (html2text-clean-anchor): Check for quotes around
5621         `href' value.
5622
5623 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5624
5625         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5626         searching.  Drop `bbdb-cache'.
5627
5628 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * message.el (message-signed-or-encrypted-p): Exclude header when
5631         checking if there is signed or encrypted body in text/plain message.
5632
5633 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5634
5635         * html2text.el (html2text-get-attr): Correctly handle attribute values
5636         containing "=".
5637
5638 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5639
5640         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5641         handle bindings.
5642
5643 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5644
5645         * gnus-win.el (gnus-configure-windows): Protect against reading
5646         ephemeral groups outside of Gnus.
5647
5648 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * shr.el (shr-tag-img): Don't get images displayed in tables.
5651
5652 2011-10-03  Glenn Morris  <rgm@gnu.org>
5653
5654         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5655         the "maintainer" version of debbugs.gnu.org reports.
5656
5657 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5658
5659         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5660         make asynchronous adjacent image insertion work better.
5661
5662 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5663
5664         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5665         documentation.
5666
5667 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5668
5669         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5670         `gnus-asynchronous' isn't shadowed.
5671
5672 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5673
5674         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5675
5676         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5677         (nnimap-insert-partial-structure): The charset parameter isn't
5678         case-sensitive.
5679
5680         * nnheader.el (nnheader-message-maybe): New function.
5681
5682         * shr.el (shr-tag-table): Render totally broken tables better.
5683
5684         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5685         computing the boundary.
5686
5687 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5688
5689         * pop3.el (pop3-number-of-responses): Remove.
5690         (pop3-wait-for-messages): Rewrite to take linear time instead of
5691         exponential time.
5692
5693 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5694
5695         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5696         re-fetch images.
5697
5698         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5699         re-fetch images when hitting `g' in Gnus.
5700
5701 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5704         (mml-compute-boundary): Don't check collision if it is non-nil.
5705         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5706         before checking collision.
5707
5708 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5709
5710         * message.el (message-indent-citation): Really make sure there's a
5711         newline at the end.
5712
5713         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5714         Fix suggested by John Wiegley.
5715
5716         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5717
5718         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5719
5720         * message.el (message-default-send-rename-function): Break out into its
5721         own function.
5722
5723         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5724         doesn't work under XEmacs.
5725
5726         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5727         of "imaps" to word around Windows problems.
5728         (nnimap-open-connection-1): Use it.
5729
5730         * message.el (message-indent-citation): Revert last change which made
5731         `F' not work.
5732
5733 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5734
5735         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5736         terminal as well.
5737
5738 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5741         because it displays images using overlays that aren't easy to copy to
5742         the article buffer.
5743
5744 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5745
5746         * message.el (message-indent-citation): Fix empty line removal at the
5747         end of the citation.
5748
5749 2011-09-20  Julien Danjou  <julien@danjou.info>
5750
5751         * auth-source.el (auth-source-netrc-create): Use default value for
5752         password if specified.  Evaluate default.
5753         (auth-source-plstore-create): Ditto.
5754         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5755         value evaluation.
5756         (auth-source-netrc-create): Typo fix.
5757         (auth-source-plstore-create): Ditto.
5758
5759         * password-cache.el (password-cache-remove): Remove entries even if the
5760         value is nil, so that password with a nil value (negative caching) is
5761         possible to invalidate.
5762
5763         * auth-source.el (auth-source-format-cache-entry): New function.
5764
5765 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5768
5769 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5770
5771         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5772
5773 2011-09-19  Julien Danjou  <julien@danjou.info>
5774
5775         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5776         which work with things that are not ASCII.
5777
5778 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5779
5780         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5781
5782 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5783
5784         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5785         message level.
5786
5787 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5790
5791 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5792
5793         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5794
5795 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5796
5797         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5798         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5799
5800 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5801
5802         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5803         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5804         articles.
5805
5806 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5807
5808         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5809         (message-mail-other-window, message-mail-other-frame)
5810         (message-news-other-window, message-news-other-frame):
5811         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5812         instead of setting buffer display varibles.
5813
5814 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5815
5816         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5817
5818         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5819
5820 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5821
5822         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5823         duplicates" to a higher level.
5824
5825         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5826         most egregious messages.
5827
5828 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5829
5830         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5831
5832 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5833
5834         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5835         up the file (bug#9351).
5836
5837 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5838
5839         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5840         it does with all other backends, but decode the names immediately after
5841         getting them.
5842
5843         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5844         decoding nnimap groups.
5845
5846         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5847         newsrc file.  It doesn't seem like an important optimization any more.
5848
5849 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5850
5851         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5852         overflows.
5853
5854 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5855
5856         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5857         (gnus-interactive-exit): Extend to `quiet'.
5858
5859         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5860
5861         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5862         string.
5863
5864         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5865         renaming function arguments from `this'.
5866
5867         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5868
5869         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5870         has been renamed.
5871         (gnus-lrm-string-p): Include RLM and PDF, too.
5872
5873         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5874         (bug#9225).
5875
5876 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5877
5878         Add autoload cookies for functions used by sendmail.el.
5879         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5880
5881         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5882
5883 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5884
5885         * gnus-art.el (article-date-ut): Work properly even when there are
5886         things like Date header in the body; work for forwarded parts.
5887
5888 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5889
5890         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5891         original-article-buffer.
5892
5893 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5894
5895         * nnir.el (nnir-compose-result): Fix matching of server type.
5896         (nnir-run-swish++): Ditto.
5897         (nnir-run-namazu): Ditto.
5898         (nnir-run-notmuch): Ditto.
5899
5900 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5901
5902         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5903         (bug#9405).
5904
5905         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5906         (bug#9421).
5907
5908         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5909         (bug#9425).
5910
5911         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5912         thing (bug#9426).
5913
5914 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5915
5916         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5917         the error message.
5918
5919 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5920
5921         * message.el (message-setup-1): Return t (Bug#9392).
5922
5923 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5924
5925         * gnus-sum.el: When adding article headers to a summary buffer also
5926         update gnus-newsgroup-articles (bug#9386).
5927
5928 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * auth-source.el: Autoload help-mode.
5931
5932 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5933
5934         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5935         names.
5936
5937 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5938
5939         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5940         mm-replace-in-string for compatibility issues.
5941         * mml2015.el (mml2015-epg-verify): Ditto.
5942
5943 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5946
5947         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5948
5949 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5950
5951         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5952         continue on and do the clean-up phase (bug#9188).
5953
5954         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5955         just ignore groups that can't be opened instead of erroring out
5956         (bug#9225).
5957
5958         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5959         nil since some many people are fuddy-duddies.
5960
5961         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5962         images.
5963
5964         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5965         instead.
5966
5967         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5968
5969         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5970
5971         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5972         processing.
5973
5974         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5975         buffer to avoid warnings.
5976
5977 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5978
5979         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5980         specified to reduce precision.
5981
5982 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5983
5984         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5985         bodystructures (bug#9314).
5986
5987 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5988
5989         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5990         Make button keymap non-sticky after buttons.
5991
5992 2011-08-18  David Engster  <dengste@eml.cc>
5993
5994         * nnmairix.el (nnmairix-request-set-mark)
5995         (nnmairix-goto-original-article): Remove adding of article to registry,
5996         since `gnus-registry-add-group' isn't available anymore.
5997         (nnmairix-determine-original-group-from-registry):
5998         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5999         available anymore.
6000
6001 2011-08-12  Simon Josefsson  <simon@josefsson.org>
6002
6003         * starttls.el (starttls-any-program-available): Define as obsolete
6004         function.
6005
6006 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6007
6008         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
6009         versions which Gnus use when appropriate.
6010
6011         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
6012         a pretty destructive command.
6013
6014         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
6015
6016 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6017
6018         * message.el (message-fix-before-sending): Make a different warning
6019         about NUL characters (bug#9270).
6020
6021         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
6022         from custom (bug#9260).
6023
6024         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
6025         things work in Emacs 22 and XEmacs, too.
6026
6027         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
6028         default From.
6029
6030         * gnus-spec.el (gnus-lrm-string-p): New macro.
6031         (gnus-lrm-string): New constant.
6032         (gnus-summary-line-format-spec): LRM-ify the from.
6033         (gnus-tilde-max-form): LRM-ify string chopping.
6034
6035         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
6036
6037         * message.el (message-is-yours-p): Allow disabling canlock checking
6038         (bug#9295).
6039         (message-shoot-gnksa-feet): Add `canlock-verify'.
6040         (message-auto-save-directory): Use ~/ as the auto-save directory if the
6041         message directory isn't writable (bug#9304).
6042
6043         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
6044         non-world-readable.
6045
6046 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
6049         articles.
6050
6051 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
6052
6053         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
6054         copy-list.
6055
6056 2011-08-12  Sam Steingold  <sds@gnu.org>
6057
6058         * gnus-score.el (gnus-score-find-alist): Keep the score files already
6059         in the reverse order to avoid modifying the cache with `nreverse'.
6060         (gnus-all-score-files): Do not modify the value returned by
6061         `gnus-score-find-alist' because it lives in a cache variable.
6062         (gnus-current-home-score-file): No need to `nreverse' the return value
6063         of `gnus-score-find-alist', it is already in the correct order.
6064
6065 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
6066
6067         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
6068         type MESSAGE and subtype RFC822 is slightly different from those of
6069         type TEXT.
6070
6071 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
6072
6073         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
6074         This allows article-referral to work from an nnir group.
6075
6076 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
6077
6078         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
6079
6080 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
6081
6082         * mml1991.el (mml1991-epg-find-usable-key)
6083         (mml1991-epg-find-usable-secret-key): New function.
6084         (mml1991-epg-sign): Check if signing key is usable.
6085         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
6086
6087 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
6088
6089         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
6090         server-variables only.  This should fix a bug introduced with commit
6091         e1889675b7f4adf057833c5513c9374134c4e053.
6092         (nnir-run-query): 'nnir-search-engine should not be set from the global
6093         environment.
6094
6095 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
6096
6097         * nnir.el (nnir-search-thread): Position point on referring article
6098         line.
6099         (nnir-warp-to-article): Clean up summary buffers.
6100
6101         * nnimap.el (nnimap-request-thread): Whitespace fix.
6102
6103 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
6104
6105         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
6106
6107 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6108
6109         * starttls.el (starttls-available-p): Rename from
6110         `starttls-any-program-available' and changed return convention.
6111
6112 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
6113
6114         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
6115         `unix-sync' unless it's defined.
6116
6117 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
6118
6119         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
6120         `aref' for XEmacs compatibiltiy.
6121
6122 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6123
6124         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
6125
6126 2011-07-31  Dave Abrahams  <dave@boostpro.com>
6127
6128         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
6129         closures, quote the form properly (bug#9194).
6130
6131 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6132
6133         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
6134         (gnus-summary-insert-new-articles): Protect against servers that are
6135         down.
6136
6137 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6138
6139         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
6140         in mm handle if none is specified.
6141
6142 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
6143
6144         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
6145
6146 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
6147
6148         * nnir.el (nnir-search-thread): New function to make an nnir group
6149         based on a thread query.
6150
6151         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
6152         of nnir in thread referral.
6153         (gnus-summary-refer-thread): Use it.
6154
6155         * nnimap.el (nnimap-request-thread): Use it.
6156
6157 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6158
6159         * shr.el (shr-tag-comment): Ignore HTML comments.
6160
6161 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
6162
6163         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
6164         argument.
6165         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
6166         Use `nnir-address' to handle server info rather than passing an arg.
6167
6168         * nnimap.el (nnimap-make-thread-query): New utility function to format
6169         an imap thread search query.
6170         (nnimap-request-thread): Use it.
6171
6172         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
6173         right select-method if we are not going back to the group buffer.
6174
6175 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6176
6177         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
6178         enter invalid buffer configurations into the quit form (bug#9107).
6179         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
6180         unplugged/plugged.
6181
6182         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
6183         keep track of which ones are unread (bug#9061).
6184
6185         * gnus.el (gnus-refer-article-method): Allow entering any sexp
6186         (bug#9055).
6187
6188         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
6189         (bug#9041).
6190
6191         * gnus-html.el (mm-util): Require (bug#9073).
6192
6193         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
6194         (gnus-summary-refer-thread): Use it to remove duplicates in the
6195         un-threaded view (bug#9053).
6196         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
6197
6198 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
6199
6200         * nnir.el (nnir-read-server-parm): Use default value from global
6201         variable.  Without this the default search engine parameters aren't
6202         used at all.
6203
6204 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6205
6206         * message.el (message-unique-id): Don't use the undocumented return
6207         value from (random t) (bug#9118).
6208
6209 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6210
6211         * message.el (message-auto-save-directory): If the ~/Mail directory
6212         doesn't exist, use ~ as the auto-save directory (bug#4432).
6213
6214         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
6215         hasn't already been started.
6216
6217 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6218
6219         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
6220
6221         * message.el (message-reply): Work around mysterious bug where
6222         `message-mode' seems to overwrite the locally bound `subject' variable.
6223
6224 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
6225
6226         * nnimap.el (nnimap-request-thread): Ensure search is performed in
6227         correct group.
6228
6229         * gnus-int.el (gnus-request-thread): Add group argument.
6230
6231         * gnus-sum.el (gnus-summary-refer-thread): Use it.
6232
6233 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6234
6235         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
6236
6237         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
6238         renamed to `debbugs-gnu-*'.
6239
6240 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
6241
6242         * plstore.el: Revert the editing feature since it is not urgent.
6243         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
6244         (plstore-mode-decoded): Remove.
6245
6246 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6247
6248         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
6249         isn't very interesting any more, and it leaks potentially secret data.
6250         (gnus-debug): Remove.
6251
6252         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
6253         use of :custom-show.
6254
6255 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6256
6257         * plstore.el: Add documentation.
6258         (plstore-mode): New mode to edit plstore file.
6259         (plstore-mode-toggle-display, plstore-mode-original)
6260         (plstore-mode-decoded): New command.
6261         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6262         (plstore--insert-buffer, plstore--make): New function.
6263         (plstore-open, plstore-save): Simplify by using them.
6264
6265 2011-07-06  Glenn Morris  <rgm@gnu.org>
6266
6267         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6268
6269 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6270
6271         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6272         no longer is much used.
6273         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6274         Articles".
6275
6276 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6277
6278         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6279         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6280         `notmuch' backend.
6281
6282 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6283
6284         * mm-decode.el (mm-text-html-renderer): Doc fix.
6285
6286         * gnus-msg.el (gnus-bug): Fix the MML tag.
6287
6288         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6289
6290 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6291
6292         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6293         secondary methods if started with `gnus-no-server'.
6294
6295 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6296
6297         * message.el (message-return-action): Fix typo in docstring.
6298
6299 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6300
6301         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6302         bug reports at once.
6303
6304         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6305
6306 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * nndraft.el: Require gnus-group.
6309         (nndraft-request-list): Declare.
6310
6311         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6312         no unread article unless it matches gnus-permanently-visible-groups.
6313
6314         * nndraft.el (nndraft-update-unread-articles): New function.
6315         (nndraft-request-associate-buffer): Use it to update the number of
6316         unread articles for the nndraft groups in the group buffer when saving
6317         or killing a draft message.
6318
6319 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6320
6321         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6322         systems to binary before writing and reading the mbox files.
6323
6324         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6325         instead of trying to list them all (bug#8978).
6326
6327 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6328
6329         * pop3.el (pop3-open-server): Use :end-of-capability.
6330
6331 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6332
6333         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6334         the id is always a number.
6335
6336         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6337
6338         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6339         debbugs mode, if possible.
6340
6341 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6342
6343         * auth-source.el (auth-source-token-passphrase-callback-function):
6344         Reindent.
6345         (epg-context-operation): Remove unnecessary autoload.
6346
6347 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6348
6349         * gnus.el (gnus-list-debbugs): New command.
6350
6351         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6352         mboxstat instead of the maintbox, since the stat seems to be fuller.
6353
6354         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6355         summary buffers.
6356
6357         * message.el (message-get-reply-headers): Delete all duplicates,
6358         instead of the first.
6359         (message-get-reply-headers): Ensure that we have progress while
6360         deleting duplicates.
6361
6362         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6363         gnus-posting-style value from the summary buffer to make it easier to
6364         make that a per-buffer conf.
6365
6366 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6367
6368         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6369         found by setting `shortcut' in 'query.
6370         (nnir-request-article): Use `shortcut' setting when requesting article
6371         by Message-ID.
6372
6373 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6374
6375         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6376         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6377         Bring the pseudo-headers back too.
6378
6379 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6380
6381         * auth-source.el (auth-source-token-passphrase-callback-function):
6382         Simplify and remove EPA dependency.
6383
6384 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6385
6386         * nnir.el (nnir-request-article): Fix error message text.
6387
6388 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6389
6390         * auth-source.el (plstore-delete): Autoload.
6391         (auth-source-plstore-search): Support delete operation.
6392         * plstore.el (plstore-delete): New function.
6393
6394 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6397         mark actually existing articles as unread rather than the ones that
6398         active asserts.
6399
6400 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6401
6402         * nntp.el (nntp-record-command):
6403         * gnus-util.el (gnus-message-with-timestamp-1):
6404         Use format-time-string rather than decoding time stamps by hand.
6405         This is simpler and insulates the code from potential changes to
6406         current-time format.
6407
6408 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6409
6410         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6411
6412 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6413
6414         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6415         (plstore-save): Support public key encryption.
6416         (plstore--init-from-buffer): New function.
6417         (plstore-open): Use it; fix error when opening a non-existent file.
6418         (plstore-revert): Use plstore--init-from-buffer.
6419
6420 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6421
6422         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6423
6424 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6427         for old Emacsen.
6428
6429 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6430
6431         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6432         is not fully working.
6433
6434 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6435
6436         * dgnushack.el: Autoload sha1 on XEmacs.
6437
6438         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6439         quit window configuration.
6440
6441         * auth-source.el (epg-context-set-passphrase-callback):
6442         Remove duplicate autoload.
6443
6444 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6445
6446         * nnir.el (nnir-request-article): Allow requesting articles by
6447         Message-ID with nnimap.
6448
6449         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6450         current server.
6451
6452 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6453
6454         * auth-source.el: Autoload EPA/EPG functions.
6455         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6456         changed when EPA/EPG is not available.
6457         (auth-source-backend): Rename "arg" member to "data".
6458         (auth-source-backend-parse, auth-source-plstore-search)
6459         (auth-source-plstore-create): Use it.
6460
6461 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6462
6463         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6464         `gnus-refer-article-methods'.
6465
6466 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6467
6468         * auth-source.el: Require EPA and EPG.
6469         (auth-source-passphrase-alist): New variable.
6470         (auth-source-passphrase-callback-function)
6471         (auth-source-token-passphrase-callback-function): Callbacks for the
6472         netrc field encryption (GPG tokens).
6473         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6474         Symmetric encryption and decryption of the netrc GPG tokens.
6475         (auth-source-netrc-normalize): Use them, simplifying the closure.
6476
6477 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6480         is available.
6481
6482 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6483
6484         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6485         non-nil, and `nnimap-split-methods' is nil, use the former.
6486
6487 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6488
6489         * plstore.el (plstore-revert): New function.
6490         (plstore-open): Use it; hide the buffer from user.
6491
6492 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6493
6494         * auth-source.el (auth-source-backend): New member "arg".
6495         (auth-source-backend-parse): Handle new backend 'plstore.
6496         * plstore.el: New file.
6497
6498 2011-06-30  Glenn Morris  <rgm@gnu.org>
6499
6500         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6501
6502 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6503
6504         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6505         expiring articles to.
6506
6507         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6508         variations as ASCII (bug#5458).
6509
6510 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6513
6514 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6515
6516         * message.el (message-point-in-header-p): Tweak the function to default
6517         to saying that we're not in the headers if there is no separator at
6518         all.  This makes it possible to use the Message version of `M-q' in
6519         buffers with no headers (bug#7987).
6520         (message-point-in-header-p): Fix last checkin to work with an empty
6521         mail-header-separator, too.
6522
6523         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6524         again, save the choice via customize.
6525
6526 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6527
6528         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6529
6530         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6531         ended the connection, bail out before waiting infinitely on a new
6532         connection.
6533
6534 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6535
6536         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6537         reports.
6538
6539         * gnus.el (gnus-bug-package): Use "gnus."
6540         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6541
6542 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6543
6544         * dgnushack.el: Make the timer warning go away on XEmacs.
6545
6546         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6547         animations going on at article exit time.
6548
6549         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6550         since removing it breaks people upgrading.
6551
6552         * shr.el (shr-put-image): Use the new interface for animating images.
6553         (shr-put-image): Animate for 60 seconds.
6554
6555         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6556         avoid compiler warnings.
6557
6558         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6559         error with `find-file-hooks' on Emacs 22.
6560         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6561         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6562         on all architectures.
6563
6564         * spam.el (spam-stat): Require in a normal fashion without binding
6565         `spam-stat-install-hooks' to avoid compilation warnings.
6566
6567         * spam-stat.el (spam-stat-install-hooks): Remove.
6568         (spam-stat-install-hooks): Don't run automatically.
6569
6570 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6571
6572         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6573         and keystroke.
6574
6575 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * auth-source.el (auth-source-netrc-cache): Move forward.
6578
6579 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6580
6581         * proto-stream.el (proto-stream-open-starttls): Use
6582         `gnutls-available-p' to see whether we have built-in support.
6583
6584         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6585         we already know.
6586         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6587         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6588
6589 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6590
6591         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6592         %S format, since that looks odd.
6593         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6594         file, especially when saving.
6595
6596 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6597
6598         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6599         article found.
6600
6601 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6602
6603         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6604         `auth-source-save-secrets' with a more sensitive alist that can be
6605         configured per file.  Experimental, so defaults to 'never.
6606         (auth-source-netrc-create): Use it.  Still experimental code.
6607         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6608         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6609
6610 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6611
6612         * auth-source.el (auth-source-save-secrets): New variable to control if
6613         secret tokens should be saved encrypted.
6614         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6615         to `auth-source-netrc-normalize'.
6616         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6617         on the EPA variables being defined.
6618         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6619         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6620         the lexical-let closure.
6621         (auth-source-netrc-create): Create "gpg:" tokens according to
6622         `auth-source-save-secrets'.
6623
6624 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * gnus-group.el (gnus-group-update-group): Add new argument
6627         `info-unchanged' that stops updating dribble buffer.
6628
6629         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6630         deletes lines matching to it in dribble buffer.
6631
6632         * gnus-agent.el (gnus-agent-fetch-group-1):
6633         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6634         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6635         * gnus-start.el (gnus-group-change-level):
6636         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6637
6638         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6639         if newsgroup info is not changed.
6640
6641         * gnus-group.el (gnus-group-get-new-news-this-group):
6642         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6643         Don't update dribble buffer.
6644
6645 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6646
6647         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6648         remove entries with groups we ignore.
6649
6650 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6651
6652         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6653         the underline comes at the bottom.
6654
6655 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6656
6657         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6658         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6659         (gnus-registry-article-marks-to-names): Rename from
6660         `gnus-registry-user-format-function-M2'.
6661
6662 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6665         ephemeral group.
6666
6667 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6668
6669         * shr.el (shr-browse-image): Copy the URL if called interactively.
6670
6671 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6672
6673         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6674         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6675         done, then unselected articles may be marked as read.
6676
6677         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6678         since not doing this seems to lead to a race condition in pop3-logon.
6679
6680         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6681         so that the call chain it correct when we call "upwards".
6682
6683         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6684         in read-only groups.
6685
6686         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6687
6688         * message.el (message-cite-reply-position): Doc string fix.
6689
6690         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6691         avoid regexp overflow.
6692         (nnimap-transform-split-mail): Ditto.
6693
6694         * pop3.el (pop3-retr): Error out if the server closes the connection.
6695
6696 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6697
6698         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6699         mm-with-unibyte-current-buffer.  The buffer should not contain any
6700         multibyte chars anyway at this stage.
6701
6702 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6703
6704         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6705         at the end of lines.
6706
6707 2011-05-29  Julien Danjou  <julien@danjou.info>
6708
6709         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6710
6711 2011-05-27  Glenn Morris  <rgm@gnu.org>
6712
6713         * gnus-group.el (gnus-bug-group-download-format-alist):
6714         Use the "maintainer" version of debian reports as well.
6715
6716 2011-05-26  Glenn Morris  <rgm@gnu.org>
6717
6718         * gnus-group.el (gnus-bug-group-download-format-alist):
6719         Use the "maintainer" version of debbugs.gnu.org reports.
6720
6721 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6722
6723         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6724
6725 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6726
6727         * gnus-cus.el (gnus-agent-customize-category):
6728         * gnus-delay.el (gnus-delay-send-queue):
6729         * gnus.el (gnus-other-frame):
6730         Don't quote lambda expressions with `quote'.
6731
6732 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6733
6734         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6735         the thread moves us backwards and so we loop forever.
6736
6737 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6738
6739         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6740         whitespace in base64 data lines.
6741
6742 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6743
6744         * gnus-registry.el (gnus-registry-user-format-function-M):
6745         Use `mapconcat'.
6746         (gnus-registry-user-format-function-M2): Use to see the full text of
6747         the marks.  Make "," the mark text separator.
6748
6749         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6750         authentication with auth-source.
6751
6752 2011-05-17  Glenn Morris  <rgm@gnu.org>
6753
6754         * gnus-group.el (gnus-import-other-newsrc-file):
6755         Use insert-file-contents.
6756
6757 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6758
6759         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6760         1000 iterations.
6761
6762 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * nntp.el (nntp-open-connection): Check if process-type is available.
6765
6766 2011-05-16  Julien Danjou  <julien@danjou.info>
6767
6768         * shr.el (shr-tag-del): Add support for del tag.
6769
6770 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6771
6772         * gnus-html.el (gnus-html-put-image): Register a displayer.
6773
6774         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6775
6776 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6777
6778         * registry.el (prune-factor): New initialization parameter defaulting
6779         to 0.1.
6780         (registry-prune-hard): Use it.
6781
6782         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6783         0.1 expicitly.
6784
6785 2011-05-13  Glenn Morris  <rgm@gnu.org>
6786
6787         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6788         is bound, since this function requires sendmail.
6789
6790 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6791
6792         * registry.el (registry-usage-test): Disable pruning test.
6793
6794 2011-05-11  David Engster  <dengste@eml.cc>
6795
6796         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6797         Bind set-network-process-option for XEmacs.
6798
6799 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6800
6801         * registry.el (registry-prune-hard-candidates)
6802         (registry-prune-soft-candidates): Helper methods for registry pruning.
6803         (registry-prune): Use them.  Make the sort function optional.
6804
6805 2011-05-10  Jim Meyering  <meyering@redhat.com>
6806
6807         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6808
6809 2011-05-10  Julien Danjou  <julien@danjou.info>
6810
6811         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6812         symbol and not a list.
6813
6814 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6815
6816         * gnus-art.el (gnus-article-mode): Move binding of
6817         shr-put-image-function here from gnus-article-prepare-display.
6818
6819         * shr.el (shr-put-image-function): New variable.
6820         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6821         (shr-put-image): Return scaled image.
6822
6823         * gnus-art.el (gnus-shr-put-image): New function.
6824         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6825
6826         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6827         original ones, as deletable.
6828
6829 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6830
6831         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6832
6833 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6834
6835         * registry.el (registry-full): Add convenience method.  Fix logic.
6836         (registry-insert): Use it.  Fix logic here too.
6837
6838         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6839         `registry-prune' if `registry-full' returns t.
6840         (gnus-registry-handle-action)
6841         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6842         (gnus-registry-usage-test): Use it.
6843
6844 2011-05-07  Julien Danjou  <julien@danjou.info>
6845
6846         * shr.el (shr-link): Make shr-link inherit from link by default.
6847
6848 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6849
6850         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6851
6852 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6853
6854         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6855         error out because the face is not a list.
6856
6857 2011-05-05  Glenn Morris  <rgm@gnu.org>
6858
6859         * proto-stream.el (gnutls-negotiate): Fix declarations.
6860
6861         * gnus-start.el (gnus-propagate-marks): Declare.
6862
6863 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6864
6865         * registry.el (registry-reindex): Fix percentage message.
6866
6867         * proto-stream.el (network-stream-open-starttls): Adjust to call
6868         `gnutls-negotiate' with :process and :hostname arguments.
6869
6870 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6871
6872         * shr.el: Add shr-link face for links.
6873         (shr-urlify): Use it.
6874
6875         * registry.el (registry-insert): Make error message more helpful.
6876
6877 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6878
6879         * gnus-html.el (gnus-html-schedule-image-fetching):
6880         Use url-queue-retrieve, if it exists.
6881
6882         * shr.el (shr-tag-img): Ditto.
6883
6884         * gnus.el: Autoload more gnus-agent functions.
6885
6886         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6887         agent if we haven't already (bug#8502).
6888
6889         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6890         into the Agent, too.
6891
6892         * gnus-agent.el (gnus-agent-store-article): New function.
6893
6894         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6895         and moved from that file for reuse.
6896
6897         * pop3.el (pop3-open-server): Error messages are "-ERR".
6898
6899 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6900
6901         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6902         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6903
6904 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6905
6906         * gnus.el: No Gnus v0.17 is released.
6907
6908 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6909
6910         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6911         buffer has moved to a different frame.
6912
6913 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6914
6915         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6916         to get the conversion from unibyte to multibyte buffers to work on
6917         Emacs 22.
6918
6919         * nntp.el (nntp-request-article): Slight clean-up.
6920
6921 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6922
6923         * shr.el (shr-strike-through): New face.
6924         (shr-tag-s): Use it to provide <s> support.
6925         (shr-tag-s): Remove duplicate definition.
6926
6927 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6928
6929         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6930         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6931
6932 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6933
6934         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6935         `gnutls-negotiate'.
6936         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6937
6938 2011-04-23  Glenn Morris  <rgm@gnu.org>
6939
6940         * gnus-sum.el (gnus-extra-headers): Bump :version.
6941
6942 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6943
6944         * shr.el (shr-tag-sup): New function.
6945         (shr-tag-sub): Ditto.
6946
6947 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6948
6949         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6950         for the case where `gnus-registry-ignored-groups' is a list of lists,
6951         and don't call `gnus-parameter-registry-ignore' otherwise.
6952
6953 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6954
6955         * nnimap.el (nnimap-user): New backend variable.
6956         (nnimap-open-connection-1): Use it.
6957         (nnimap-credentials): Accept user parameter so it's explicit what user
6958         name is desired.
6959
6960         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6961         default.
6962
6963         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6964         not gnus-registry.el.
6965
6966         * gnus-registry.el: Mention in comments how to modify
6967         `gnus-extra-headers' for proper recipient tracking and that it may
6968         already have To and Cc recently, which it does as of this commit.
6969         (gnus-registry-ignored-groups): Remove defcustom.
6970         Explain why in comments.
6971         (gnus-registry-action): Fix data-header reference to use the extra
6972         headers.  Explain in package commentary how to add To and Cc headers to
6973         the gnus-extra-headers.
6974         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6975         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6976         parameter list or a string list in `gnus-registry-ignored-groups'.
6977         Fix logic error.
6978
6979 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6980
6981         * shr.el (shr-expand-url): Protect against null urls.
6982
6983 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6984
6985         * shr.el (shr-base): New binding.
6986         (shr-tag-base): Keep track of <base>.
6987         (shr-expand-url): New function used throughout.
6988
6989 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6990
6991         * gnus-registry.el
6992         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6993         (gnus-registry-ignored-groups): New variable.
6994         (gnus-registry-ignore-group-p): Use it.
6995         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6996         set the destination group to nil (same as delete) if it's ignored.
6997
6998 2011-04-20  David Engster  <dengste@eml.cc>
6999
7000         * tests/gnustest-nntp.el: New file for simple NNTP testing.
7001
7002         * Makefile.in (test-nntp): New rule.
7003         (check): Add it.
7004         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
7005
7006 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * gnus-registry.el (gnus-registry-action)
7009         (gnus-registry-fetch-header-fast):
7010         Don't use mail-header that looks an internal function of mailheader.el.
7011
7012 2011-04-19  Glenn Morris  <rgm@gnu.org>
7013
7014         * time-date.el (time-to-days): Remove unused local variables.
7015
7016 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * gnus-registry.el: Eliminate cl functions.
7019         (gnus-registry-sort-addresses): New function that replaces mapcan.
7020         (gnus-registry-action, gnus-registry-spool-action)
7021         (gnus-registry-split-fancy-with-parent)
7022         (gnus-registry-fetch-recipients-fast): Use it.
7023         (gnus-registry-import-eld): Replace delete* with dolist + delq.
7024
7025         * registry.el (initialize-instance, registry-lookup)
7026         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
7027         (registry-lookup-secondary-value, registry-search, registry-delete)
7028         (registry-insert, registry-reindex, registry-size, registry-prune):
7029         Use eval-and-compile.
7030
7031 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7032
7033         * registry.el (registry-reindex): New method to recreate the secondary
7034         registry indices.
7035
7036         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
7037         tracked field changes.
7038         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
7039         (gnus-registry-action, gnus-registry-spool-action)
7040         (gnus-registry-handle-action)
7041         (gnus-registry--split-fancy-with-parent-internal)
7042         (gnus-registry-split-fancy-with-parent)
7043         (gnus-registry-register-message-ids): Add recipient tracking on spool,
7044         move, and delete actions, and for fancy splitting with parent.
7045         (gnus-registry-extract-addresses)
7046         (gnus-registry-fetch-recipients-fast)
7047         (gnus-registry-fetch-header-fast): Convenience functions.
7048         (gnus-registry-misc-test): ERT test of
7049         `gnus-registry-extract-addresses'.
7050
7051 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
7052
7053         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7054         Track by subject first, then sender.
7055
7056 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7057
7058         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
7059
7060         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
7061         Lisp.
7062
7063         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
7064         (gnus-draft-send): Use it to avoid popping
7065         up frames from gnus-group-send-queue.
7066
7067 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
7068
7069         * gnus-registry.el: Updated gnus-registry docs.
7070
7071 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7072
7073         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7074         Fix logic bug.
7075         (gnus-registry-post-process-groups): Fix logging of no results and
7076         quote sender and subject.
7077
7078 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7079
7080         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
7081         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
7082         gnutls-cli are too slow to be done opportunistically.
7083
7084         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
7085         (gnus-read-active-for-groups): Don't try to finish getting stuff where
7086         we had no early-data returned.
7087         (gnus-get-unread-articles): Add a sanity check so that we don't issue
7088         two async commands to the same server at the same time.
7089
7090 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
7091
7092         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
7093
7094 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7095
7096         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
7097         "warning" level.
7098
7099         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
7100         (mm-url-insert-file-contents): Don't set the package names.
7101
7102 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
7103
7104         * gnus-registry.el (gnus-registry-action): Remove properties and
7105         simplify subject in `gnus-registry-handle-action'.
7106         (gnus-registry-spool-action): Get subject and sender from message if
7107         they are not passed in.
7108         (gnus-registry-handle-action): Remove properties and simplify subject
7109         consistently.
7110
7111 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7112
7113         * registry.el: Require CL before using defmacro*.
7114
7115 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * gnus-art.el (article-treat-date): Assume that
7118         gnus-article-date-headers may be a group parameter.
7119
7120 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
7121
7122         * gnus-registry.el (gnus-registry-handle-action): More debugging.
7123
7124         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
7125         interactively so the newsrc file can contain foreign groups too.
7126         Useful for debugging but not much for users.
7127
7128 2011-04-07  David Engster  <dengste@eml.cc>
7129
7130         * registry.el (registry-usage-test): Only do
7131         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
7132         lexical binding.
7133
7134 2011-04-07  David Engster  <dengste@eml.cc>
7135
7136         * Makefile.in (check, test-registry): New rules for test-suite.
7137
7138 2011-04-06  David Engster  <dengste@eml.cc>
7139
7140         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
7141         argument NOERROR for `require', since XEmacs 21.4 does not support it.
7142
7143 2011-04-06  David Engster  <dengste@eml.cc>
7144
7145         * registry.el (initialize-instance): Change :after to :AFTER to be
7146         compatible with old EIEIO version in XEmacs.
7147
7148 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7149
7150         * gnus-registry.el (gnus-registry-post-process-groups)
7151         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
7152         and provide better messaging.
7153
7154 2011-04-06  David Engster  <dengste@eml.cc>
7155
7156         * Makefile.in (fail-on-warning): New rule to compile with warnings as
7157         errors.
7158
7159         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
7160         dgnushack-compile with error-on-warn enabled, and to signal an error if
7161         clean compilation failed.
7162         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
7163         with `byte-compile-error-on-warn'.  Return nil if errors occured.
7164
7165 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7166
7167         * gnus-registry.el: Don't use ERT if it's not available.  Load it
7168         unconditionally anyway, discarding errors.
7169         (gnus-registry-delete-entries): New convenience function.
7170         (gnus-registry-import-eld): Import from old .eld registry.
7171
7172         * registry.el: Don't use ERT if it's not available.  Load it
7173         unconditionally anyway, discarding errors.
7174
7175         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
7176         version from the Claudio Bley GnuTLS patch (extra optional parameters
7177         and host name).
7178
7179 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
7180
7181         * gnus-registry.el (gnus-registry-fixup-registry): New function to
7182         fixup the parameters that can be customized by the user between
7183         save/read cycles.
7184         (gnus-registry-read): Use it.
7185         (gnus-registry-make-db): Use it.
7186         (gnus-registry-spool-action, gnus-registry-handle-action):
7187         Fix messaging.
7188         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
7189         Map references to actual group names with sender and subject tracking.
7190         (gnus-registry-post-process-groups): Use `cond' for better messaging.
7191         (gnus-registry-usage-test): Add subject lookup test.
7192
7193         * registry.el (registry-db, initialize-instance): Set up constructor
7194         instead of :initform arguments for the sake of older Emacsen.
7195         (registry-lookup-breaks-before-lexbind): New method to demonstrate
7196         pre-lexbind merge bug.
7197         (registry-usage-test): Use it.
7198         (initialize-instance, registry-db): Move the non-function initforms
7199         back to the class definition.
7200
7201 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
7202
7203         * registry.el: New library to manage gnus-registry-style data.
7204
7205         * gnus-registry.el: Use it (major rewrite).
7206
7207         * nnregistry.el: Use it.
7208
7209         * spam.el: Use it.
7210
7211 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7212
7213         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
7214         marks on non-selected articles.
7215
7216 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7217
7218         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
7219         parameter to open-protocol-stream.
7220
7221 2011-04-01  Julien Danjou  <julien@danjou.info>
7222
7223         * mm-view.el (mm-display-inline-fontify): Do not fontify with
7224         fundamental-mode.
7225
7226 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7227
7228         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
7229         servers.
7230
7231 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7232
7233         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
7234         made marks not propagate, again.
7235
7236 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
7237
7238         * proto-stream.el (open-protocol-stream): Bring back `network' type.
7239         Make this the default type.
7240         (proto-stream-open-plain): Rename from proto-stream-open-default.
7241         (open-protocol-stream, proto-stream-open-starttls)
7242         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
7243         with `plain'.
7244
7245         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
7246         value.
7247
7248         * nntp.el (nntp-open-connection-function): Document the fact that some
7249         values are not functions but are instead handled specially.
7250         Recognize nntp-open-plain-stream value.
7251         (nntp-open-connection): Recognize that value.
7252
7253 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7254
7255         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7256         where it seems to be needed.
7257
7258 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7259
7260         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7261         stuff.
7262
7263         * gnus-score.el (gnus-score-string): Fix calling convention of
7264         `gnus-simplify-buffer-fuzzy' after last patches.
7265
7266         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7267         server for articles we didn't get any headers for.  This is a sanity
7268         check.
7269
7270 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7271
7272         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7273         new CAPABILITY, use it.
7274
7275 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7276
7277         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7278         downloading anything.
7279
7280         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7281
7282 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7283
7284         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7285         colors.
7286         (gnus-splash-svg-color-symbols): New function.
7287
7288 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7289
7290         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7291         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7292         (gnus-simplify-subject-fuzzy): Use the local
7293         gnus-simplify-subject-fuzzy-regex instead of the global one.
7294         This makes using this variable in group parameters work.
7295
7296 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7297
7298         * gnus-registry.el (gnus-registry-unfollowed-groups):
7299         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7300         archive:sent-YYYY-MM-DD groups).
7301         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7302         tracking if there are more than `gnus-registry-max-track-groups'
7303         matches.
7304
7305 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7306
7307         * message.el (message--yank-original-internal): New function to do the
7308         insertion cleanly inside eval in `message-yank-original'.
7309         (message-yank-original): Use it.
7310
7311 2011-03-29  Julien Danjou  <julien@danjou.info>
7312
7313         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7314         local variables disabled rather than `normal-mode'.
7315
7316 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7317
7318         * imap.el (imap-shell-open, imap-process-connection-type):
7319         Use imap-process-connection-type for 'shell' streams as well as
7320         Kerberos, SSL, other subprocesses.
7321
7322 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7323
7324         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7325         with open-network-stream.
7326         (proto-stream-always-use-starttls): Option removed.
7327         (open-protocol-stream): Return a process object by default.  Provide a
7328         new parameter :return-list specifying a list-type return value, which
7329         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7330         :type `network' to `try-starttls', and `network-only' to `default'.
7331         Make `default' the default, for compatibility with open-network-stream.
7332         Handle the no-parameter case exactly as open-network-stream, with no
7333         additional stream processing.  Search plists using plist-get.
7334         Explicitly add :end-of-commend parameter if it is missing.
7335         (proto-stream-open-default): Rename from
7336         proto-stream-open-network-only.  Return 'default as the type.
7337         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7338         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7339         failed.  Always return a list with a (possibly dead) process as the
7340         first element, for compatibility with open-network-stream.
7341         (proto-stream-open-tls): Use plist-get.  Always return a list.
7342         (proto-stream-open-shell): Return `default' as connection type.
7343         (proto-stream-capability-open): Use plist-get.
7344         (proto-stream-eoc): Function deleted.
7345
7346         * nnimap.el (nnimap-stream, nnimap-open-connection)
7347         (nnimap-open-connection-1): Handle renaming of :type parameter for
7348         open-protocol-stream.
7349         (nnimap-open-connection-1): Pass a :return-list parameter
7350         open-protocol-stream to obtain a list return value.  Parse this list
7351         using plist-get.
7352
7353         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7354         for open-protocol-stream.  Accept open-protocol-stream return value
7355         that is a subprocess object instead of a list.  Handle the case of a
7356         dead returned process.
7357
7358 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7359
7360         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7361
7362         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7363
7364 2011-03-21  Julien Danjou  <julien@danjou.info>
7365
7366         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7367         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7368         query.
7369         (mm-inline-text): Render normal text with fontification whenever
7370         possible.
7371
7372         * gnus-sum.el (gnus-summary-save-parts-1):
7373         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7374         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7375         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7376         Use `mm-handle-filename'.
7377
7378         * mm-util.el (mm-handle-filename): New function, return the filename of
7379         an handle.
7380
7381 2011-03-18  Julien Danjou  <julien@danjou.info>
7382
7383         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7384         (gnus-buffer-live-p): Check that buffer is not nil.
7385
7386 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7387
7388         * gnus.el: No Gnus v0.15 is released.
7389
7390 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7391
7392         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7393         avoid warning on XEmacs.
7394
7395         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7396         on XEmacs.
7397
7398         * gnus-art.el: Require mouse, which the build bot seems to say is
7399         needed.
7400
7401         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7402
7403         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7404         XEmacs, since it doesn't have url-retrieve-synchronously.
7405
7406         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7407         since assoc-string doesn't exist in XEmacs.
7408
7409 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7410
7411         * gnus-group.el (gnus-group-list-ticked): New function.
7412         (gnus-group-make-menu-bar): Provide a menu entry for it.
7413         (gnus-group-list-map): Provide a binding for it.
7414
7415 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7416
7417         * shr.el (shr-visit-file): New command.
7418
7419         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7420
7421 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7422
7423         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7424         servers.
7425
7426 2011-03-16  Julien Danjou  <julien@danjou.info>
7427
7428         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7429         inline.
7430
7431         * gnus-art.el (article-hide-list-identifiers):
7432         Use gnus-group-get-list-identifiers.
7433
7434         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7435         (gnus-summary-remove-list-identifiers):
7436         Use gnus-group-get-list-identifiers to get regexp.
7437         (gnus-select-newsgroup, gnus-summary-insert-subject)
7438         (gnus-summary-insert-articles):
7439         Call gnus-summary-remove-list-identifiers unconditionally.
7440
7441 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7442
7443         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7444         we're selecting a group with unread articles.
7445
7446         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7447
7448         * gssapi.el: New file separated out from imap.el to provide a general
7449         Kerberos 5 connection facility for Emacs.
7450
7451         * message.el (message-elide-ellipsis): Document the format spec
7452         ellipsis.
7453
7454 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7455
7456         * message.el (message-elide-region): Allow the ellipsis to say how many
7457         lines were removed.
7458
7459 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7460
7461         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7462         window configurations containing buffers that are now dead.
7463
7464         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7465         parsing to avoid integer overflows.
7466         (nnimap-parse-flags): Simplify the last change.
7467         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7468         too large for 32-bit Emacsen.
7469
7470 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7471
7472         * auth-source.el (auth-source-netrc-create):
7473         * message.el (message-yank-original): Fix use of `case'.
7474
7475 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7476
7477         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7478         XEmacs, which was one character too wide.
7479
7480 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7481
7482         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7483         default number of articles to display.
7484         (gnus-articles-to-read): Use pretty names for prompt.
7485
7486 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7487
7488         * gnus-int.el (gnus-open-server): Ditto.
7489
7490         * gnus-start.el (gnus-activate-group): Give a backtrace if
7491         debug-on-quit is set and the user hits `C-g'.
7492         (gnus-read-active-file): Ditto.
7493
7494         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7495
7496 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7497
7498         * message.el (message-yank-original): Use cond instead of CL case.
7499
7500 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7501
7502         * auth-source.el (auth-source-netrc-create): Use usual format for the
7503         default in prompts.
7504
7505 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * lpath.el: Fbind read-char-choice for XEmacs.
7508
7509 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7510
7511         * auth-source.el (auth-source-netrc-create): Show the default in the
7512         prompt when prompting for token creation.
7513
7514 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7515
7516         * auth-source.el (auth-source-format-prompt): Always convert the value
7517         to a string to avoid evaluating non-string arguments.
7518         (auth-source-netrc-create): Offer default properly, not as initial
7519         content in `read-string'.
7520         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7521         of line to determine if we've been run before.  If so, don't run again,
7522         but print a trivial message to indicate the cache was hit instead.
7523
7524 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7525
7526         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7527         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7528         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7529         Gnus.
7530
7531 2011-03-11  Julien Danjou  <julien@danjou.info>
7532
7533         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7534         modified file".
7535
7536 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7537
7538         * auth-source.el (auth-source-read-char-choice): New function to read a
7539         character choice using `dropdown-list', `read-char-choice', or
7540         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7541         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7542         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7543         (auth-source-netrc-saver): Use it.
7544         (auth-source-pick-first-password): New convenience function.
7545
7546 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7547
7548         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7549         parameter in the credentials.
7550         (nnimap-open-connection-1): Use it after a successful login.
7551         (nnimap-credentials): Add IMAP-specific user and password prompt.
7552
7553         * auth-source.el (auth-source-search): Add :require parameter, taking a
7554         list.  Document it and the :save-function return token.  Pass :require
7555         down.  Change the CREATED message from a warning to a debug statement.
7556         (auth-source-search-backends): Pass :require down.
7557         (auth-source-netrc-search): Pass :require down.
7558         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7559         Change save prompt to indicate all modifications saved here are
7560         deletions.
7561         (auth-source-netrc-create): Take user login name as default in user
7562         prompt.  Move all the save functionality to a lexically bound function
7563         under the :save-function token in the returned list.  Set up clearer
7564         default prompts for user, host, port, and secret.
7565         (auth-source-netrc-saver): New function, intended to be wrapped for
7566         :save-function.
7567
7568 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7569
7570         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7571         lines to be spaces instead.
7572
7573 2011-03-07  Julien Danjou  <julien@danjou.info>
7574
7575         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7576         (sieve-sasl-auth): Check that auth-source-search did return something,
7577         or just return an empty string.
7578
7579 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7580
7581         * gnus.el (gnus-interactive): Use read-directory-name.
7582
7583         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7584         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7585         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7586         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7587         Likewise.
7588
7589         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7590
7591 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7592
7593         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7594         onto the list of killed groups, too.  This makes killed nnimap groups,
7595         for instance, more reliably not reappear.
7596
7597         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7598         the parent.
7599
7600         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7601
7602         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7603         really have server-side marks.
7604
7605         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7606         since most backends do not usefully have server-side marks.
7607         (gnus-update-read-articles): Propagate marks to all backends that
7608         really have server-side marks.
7609
7610 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7611
7612         * message.el (message-cite-reply-position, message-cite-style):
7613         New variables.
7614         (message-yank-original): Use the new citation styles.
7615
7616 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7617
7618         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7619         buffer-local issue); don't mark it buffer-local when running under
7620         XEmacs.
7621
7622 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7623
7624         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7625         numbers too big to be `read'.
7626
7627 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7628
7629         * password-cache.el (password-in-cache-p): Add autoload.
7630
7631         * message.el (message-options): Make buffer-local two ways to attempt
7632         to fix a XEmacs bug.
7633
7634 2011-03-02  Julien Danjou  <julien@danjou.info>
7635
7636         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7637
7638 2011-03-01  Julien Danjou  <julien@danjou.info>
7639
7640         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7641         group.
7642         (article-hide-list-identifiers): Use list-identifier group parameter.
7643
7644 2011-02-28  Julien Danjou  <julien@danjou.info>
7645
7646         * sieve.el (sieve-buffer-script-name): New local variable to store
7647         sieve script name.
7648         (sieve-edit-script): Store sieve script name.
7649         (sieve-upload): Use sieve script name when uploading.
7650         (sieve-upload): Use substitute-command-keys.
7651         (sieve-edit-script): Use substitute-command-keys.
7652         (sieve-refresh-scriptlist): Use substitute-command-keys.
7653         (sieve-manage-mode-map): Define keymap properly.
7654         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7655         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7656         Remove commented code about cvs.
7657         (sieve-manage-quit): New function.
7658         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7659
7660 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7661
7662         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7663
7664 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7665
7666         * auth-source.el (auth-source-search): Cache empty result sets.
7667
7668         * password-cache.el (password-in-cache-p): Convenience function to
7669         check if a key is in the cache, even if the value is nil.
7670
7671         * auth-source.el (auth-source-save-behavior): New variable to replace
7672         `auth-source-never-create'.
7673         (auth-source-netrc-create): Use it.
7674         (auth-source-never-save): Remove.
7675
7676 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7677
7678         * nnimap.el (nnimap-stream): Doc fix.
7679         (nnimap-open-connection-1): Reverse the order of the ports to that the
7680         prompted-for port is first.
7681
7682         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7683         retrieval by the no-group selection.
7684
7685         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7686         numerical parameters.
7687
7688 2011-02-25  Julien Danjou  <julien@danjou.info>
7689
7690         * gnus-gravatar.el: Use gnus-with-article-buffer.
7691
7692         * gnus-art.el (gnus-with-article-buffer): Check that the
7693         gnus-article-buffer is alive.
7694
7695 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7696
7697         * auth-source.el (auth-source-creation-prompts): New variable to manage
7698         creation-time prompts.
7699         (auth-source-search): Document it.
7700         (auth-source-format-prompt): Add utility function.
7701         (auth-source-netrc-create): Don't default the user name to
7702         user-login-name.  Use `auth-source-creation-prompts' and some default
7703         prompts for user, host, port, and password (the default generic prompt
7704         remains ugly).
7705         (auth-source-never-save): Add customizable option to never save info.
7706         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7707         mode excursion.
7708
7709 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7712         argument that XEmacs doesn't support.
7713
7714         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7715         compiled for Emacsen having no `libxml-parse-html-region' support.
7716
7717         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7718
7719         * lpath.el: Bind buffer-save-without-query for XEmacs.
7720
7721 2011-02-23  Julien Danjou  <julien@danjou.info>
7722
7723         * gnus-art.el (article-make-date-line): Ignore errors if time is
7724         invalid and not convertible.
7725         (article-make-date-line): Only add lapsed time if time is not nil.
7726
7727 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7728
7729         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7730         `read-char-choice' for backwards compatibility.
7731         (auth-source-netrc-element-or-first): New function to DTRT for
7732         parameter extraction.
7733         (auth-source-netrc-create): Use it and fix multiple parameter print
7734         bug.  Use the default passed from above (given-default) or the
7735         built-in (user-login-name for :user).
7736
7737 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7738
7739         * gnus-start.el (gnus-dribble-read-file):
7740         Set buffer-save-without-query, since we always want to save the dribble
7741         file, probably.
7742
7743         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7744         nnimap.
7745
7746         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7747         -summary- since it's a user-visible variable.
7748
7749         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7750         first time you use the new Gnus.
7751
7752 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7753
7754         * auth-source.el: Don't load netrc.el.
7755         (auth-sources): Search ~/.netrc as well by default.
7756         (auth-source-debug): Add 'trivia option for extra output.
7757         (auth-source-do-trivia): Use it.
7758         (auth-source-search): Simplify logic to use
7759         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7760         appropriate.  Don't keep a running count at this level.  Layer :create
7761         and :delete options appropriately on the first and second passes.
7762         Don't track the backend with the search results.
7763         (auth-source-search-backends): New function to search a list of
7764         backends for a processed spec.
7765         (auth-source-netrc-parse): Cache all netrc files, making
7766         auth-source-netrc-cache an alist keyed by the file name and using the
7767         file mtime as the caching criterion.  Keep the obfuscated data secret
7768         with a lexical bind.
7769         (auth-source-netrc-search): Don't calculate the length of the results
7770         unnecessarily.
7771         (auth-source-search-backends): Fix bug.
7772         (auth-source-netrc-create): Rework prompts.
7773
7774 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7775
7776         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7777         Lower case names of search constraints.
7778         (nnir-run-query): Cache and reuse search constraints for all imap
7779         servers.
7780
7781 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7782
7783         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7784         after exit.
7785         (gnus-setup-message): Define missing variable from last checkin.
7786
7787         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7788         value, show the raw article.
7789
7790 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7791
7792         * gnus.el: No Gnus v0.13 is released.
7793
7794 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7795
7796         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7797         auth-source now accepts numbers.
7798
7799         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7800         spec, too.
7801         (auth-source-ensure-strings): New function.
7802
7803         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7804         (gnus-article-setup-buffer): Always restart the date timer so that user
7805         changes to the frequency is respected.
7806
7807         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7808         port numbers, so make sure it gets that if nnimap-server-port is
7809         explicit.
7810
7811 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7812
7813         * nnimap.el (nnimap-inbox): Doc fix.
7814
7815 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7816
7817         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7818         Autoload.  Add optional arg FRAME, and pass it to color-values.
7819         (color-complement): Caller changed.  Doc fix.
7820         (color-gradient): Rewrite for better clarity and efficiency.
7821
7822 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7823
7824         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7825         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7826         color-lab-to-srgb.
7827
7828 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7829
7830         * color.el: First part of merge from hexrgb.el.
7831         (color-rgb-to-hex): Rename from color-rgb->hex.
7832         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7833         saturation to zero if the value is too small.
7834         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7835         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7836         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7837         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7838         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7839         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7840         (color-cie-de2000): Doc fix.
7841
7842 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7843
7844         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7845         given method as in the group name if we're using an extended method.
7846         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7847         command, if we're using that, instead of waiting for the beginning.
7848
7849         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7850         we're sure to get unique server names, and we don't output two async
7851         commands in the same buffer.  This fixes an NNTP hang for some users.
7852
7853 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7854
7855         * gnus.el: No Gnus v0.11 is released.
7856
7857 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7858
7859         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7860         summary buffer before reading going to the next buffer.  This avoids
7861         putting the point in the group buffer if you `C-g' the command.
7862
7863         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7864         cache (for now) to make ~/.authinfo.gpg files usable.
7865
7866         * nnfolder.el (copyright-update): Define for the compiler.
7867
7868         * auth-source.el (auth-source-search): Fix unbound variable.
7869
7870 2011-02-19  Glenn Morris  <rgm@gnu.org>
7871
7872         * gnus.el (gnus-meta): Doc fix.
7873
7874 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7875
7876         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7877         in case it's not yet loaded.
7878
7879 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7880
7881         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7882         line we're waiting for.
7883
7884 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7885
7886         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7887         face with line-width greater than zero will cause RET in gnus summary
7888         buffer to scroll down article page-wise because auto vscroll happens,
7889         it should be temporally disabled when doing a scroll-up.
7890
7891 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7892
7893         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7894         outputs from the server.
7895
7896 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7897
7898         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7899         later so that bbdb can hook in easier.
7900
7901 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7902
7903         * auth-source.el (auth-source-search): Don't try to create credentials
7904         if the caller doesn't want that.
7905         (auth-source-search): If we don't find a match, don't bug out on
7906         non-bound variables.
7907         (auth-source-search): Only ask a single backend to create the
7908         credentials.
7909
7910         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7911         logging.
7912         (nnimap-credentials): Protect against auth-source-search returning nil.
7913         (nnimap-request-list): Protect against not being able to open the
7914         server.
7915
7916 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7917
7918         * auth-source.el (auth-source-search): Do a two-phase search, one with
7919         no :create to get the responses from all backends.
7920
7921         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7922         when getting credentials.
7923
7924         * gnus-util.el (gnus-delete-duplicates): New function.
7925
7926 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7927
7928         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7929         a creation default, pass the whole port list down.  It will be
7930         completed.
7931
7932         * auth-source.el (auth-source-search): Updated docs to talk about
7933         multiple creation choices.
7934         (auth-source-netrc-create): Accept a list as a value (from the search
7935         parameters) and do completion on that list.  Keep a separate netrc line
7936         with the password obscured for showing the user.
7937
7938         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7939         first choice to `auth-source-search' so it will be used for entry
7940         creation instead of the server's Gnus-specific name.
7941         (nnimap-credentials): Rely on the auth-source library to select which
7942         port is actually wanted in the new netrc entry, so don't override
7943         `auth-source-creation-defaults'.
7944
7945         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7946         :protocol and accept a missing user, host, or port as a wildcard match.
7947         (auth-source-debug): Default to off.
7948
7949         (auth-source-netrc-search, auth-source-netrc-create)
7950         (auth-source-secrets-search, auth-source-secrets-create)
7951         (auth-source-user-or-password, auth-source-backend, auth-sources)
7952         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7953         instead of :protocol.
7954
7955         * nnimap.el (nnimap-credentials): Pass a port default to
7956         `auth-source-search' in case an entry needs to be created.
7957         (nnimap-open-connection-1): Use :port instead of :protocol.
7958
7959 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7960
7961         * auth-source.el: Bind load-path when loading EIEIO from
7962         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7963         21.4 doesn't support, to `require'.
7964         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7965         delete-dups that is not available in XEmacs 21.4.
7966
7967 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7968
7969         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7970         as EIEIO must also be loaded when auth-source.el is being
7971         byte-compiled.
7972
7973 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7974
7975         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7976
7977         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7978
7979         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7980
7981         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7982
7983         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7984
7985         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7986
7987         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7988
7989         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7990         necessary.
7991
7992 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7993
7994         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7995         nil means that nnimap doesn't get updated.
7996
7997 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7998
7999         * auth-source.el (auth-source-netrc-create): Return a synthetic search
8000         result when the user doesn't want to write to the file.
8001         (auth-source-netrc-search): Expect a synthetic result and proceed
8002         accordingly.
8003         (auth-source-cache-expiry): New variable to override
8004         `password-cache-expiry'.
8005         (auth-source-remember): Use it.
8006
8007         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
8008         parameter.  Create entry if necessary by using :create t.
8009         (nnimap-open-connection-1): Don't pass `inhibit-create'.
8010
8011 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
8012
8013         * auth-source.el (auth-source-debug): Enable by default and don't
8014         mention the obsolete `auth-source-hide-passwords'.
8015         (auth-source-do-warn): New function to debug unconditionally.
8016         (auth-source-do-debug): Use it.
8017         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
8018         and for Secrets API entries when the secrets.el library is not
8019         available.
8020
8021 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8022
8023         * gnus-sum.el (gnus-propagate-marks): Default to nil.
8024         (gnus-summary-exit): Kill the correct article buffer on exit from a
8025         `C-d' group.
8026
8027         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
8028         gnus-propagate-marks.
8029
8030         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
8031         before killing the buffers so that a non-full window conf gets handled
8032         correctly.
8033         (gnus-summary-exit): Ditto.
8034         (gnus-summary-read-group-1): Ditto.
8035
8036         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
8037         async code again so that we can debug it properly.
8038
8039         * message.el (message-reply): Take an optional switch-buffer parameter
8040         so that Gnus window confs are respected better.
8041
8042 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8043
8044         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
8045         `plist-get' to accept non-list parameters (XEmacs issue).
8046         Fix docstring.
8047         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
8048         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
8049         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
8050         Login collection is "Login" and not "login".
8051
8052 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8053
8054         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
8055         multiple headers.
8056
8057         * nnimap.el (nnimap-inhibit-logging): New variable.
8058         (nnimap-log-command): Don't log login commands.
8059
8060         * auth-source.el (auth-source-netrc-search): The asserts seem to want
8061         to have more parameters.
8062
8063         * nnimap.el (nnimap-send-command): Mark the command time for each
8064         command, so that we don't get NOOPs stepping on our toes.
8065
8066         * gnus-art.el (article-date-ut): Get the date from the Date header on
8067         `t'.
8068
8069 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * auth-source.el (auth-source-search): Use copy-sequence instead of
8072         the cl.el copy-list.
8073
8074 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8075
8076         * imap.el: Bring it back (revert
8077         84d800cd31de3064f0ed39617d725709a2f8f42f).
8078
8079 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
8080
8081         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
8082         Improve prompt.
8083
8084 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
8085
8086         * gnus-art.el (gnus-article-mode-line-format): Remove the article
8087         washing status from the default format.  It isn't very informative.
8088
8089 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
8090
8091         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
8092         Fix Gcc processing on imap.
8093
8094 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8095
8096         * imap.el: Remove file.  All the functionality is in nnimap.el.
8097
8098 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8099
8100         * message.el (message-bury): Don't pop up a new window when selected
8101         window is dedicated.
8102
8103 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
8104
8105         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
8106
8107 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
8108
8109         * sieve-manage.el: Autoload `auth-source-search'.
8110         (sieve-sasl-auth): Use it.
8111
8112 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8113
8114         * nnimap.el: Autoload `auth-source-forget+'.
8115         (nnimap-open-connection-1): Use it if the connection fails.
8116
8117         * auth-source.el: Require `password-cache'.
8118         (auth-source-hide-passwords, auth-source-cache): Remove and mark
8119         obsolete.
8120         (auth-source-magic): Marker for `password-cache' keys.
8121         (auth-source-do-cache): Update docstring.
8122         (auth-source-search): Use and check cache.
8123         (auth-source-forget-all-cached, auth-source-remember)
8124         (auth-source-recall, auth-source-forget, auth-source-forget+)
8125         (auth-source-specmatchp): Caching support functions.
8126         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
8127         Remove and obsolete.
8128         (auth-source-user-or-password): Remove caching to further discourage
8129         using it.  Always hide passwords.
8130
8131         * password-cache.el (password-cache-remove): Accept secrets that are
8132         not strings.
8133
8134 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
8135
8136         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
8137         code for now, since it doesn't work for all users.
8138
8139 2011-02-09  Julien Danjou  <julien@danjou.info>
8140
8141         * message.el (message-options): Make message-options really buffer
8142         local.
8143
8144 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
8145
8146         * mail-source.el: Autoload `auth-source-search'.
8147         (mail-source-keyword-map): Note order matters.
8148         (mail-source-set-1): Get all the mail-source source values and
8149         defaults and search auth-source on those if needed.  This can all
8150         probably be simplified.
8151
8152         * nnimap.el: Autoload `auth-source-search'.
8153         (nnimap-credentials): Use it.
8154         (nnimap-open-connection-1): Ask for the virtual server and physical
8155         address in one shot.
8156
8157         * nntp.el: Autoload `auth-source-search'.
8158         (nntp-send-authinfo): Use it.  Note TODO.
8159
8160 2011-02-08  Julien Danjou  <julien@danjou.info>
8161
8162         * shr.el (shr-tag-body): Add support for text attribute in body
8163         markups.
8164
8165         * message.el (message-options): Make message-options a local variable.
8166
8167 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
8168
8169         * auth-source.el (auth-source-secrets-search)
8170         (auth-source-user-or-password): Use `append' instead of `nconc'.
8171         (auth-source-user-or-password): Build return list better and protect
8172         against nil :secret.
8173
8174 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
8175
8176         * nnimap.el (nnimap-update-info): Refactor slightly.
8177         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
8178         (nnimap-update-info): Clean up slightly.
8179         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
8180         characters.
8181         (nnimap-process-quirk): Rename function to avoid collision.
8182         (nnimap-update-info): Fix macrology bug-out.
8183         (nnimap-update-info): Simplify split history test.
8184
8185 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
8186
8187         * auth-source.el (top): Require 'eieio unconditionally.
8188         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
8189         (auth-source-secrets-search): Limit search when `max' is greater than
8190         number of results.
8191
8192 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
8193
8194         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
8195         part not returning any data.
8196
8197         * proto-stream.el (open-protocol-stream): Document the return value.
8198
8199 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8200
8201         * auth-source.el (auth-source-secrets-search): Add examples.
8202
8203 2011-02-06  Julien Danjou  <julien@danjou.info>
8204
8205         * message.el (message-setup-1): Handle message-generate-headers-first
8206         set to t.
8207
8208 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8209
8210         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
8211         API with a string "secrets:collection-name" and with 'default.
8212         (auth-source-backend-parse): Parse "secrets:collection-name" and
8213         'default.  Recurse on parses instead of repeating code.  Use the
8214         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
8215         message when ignoring a source.
8216         (auth-source-search): List ignored search keys at the top level.
8217         (auth-source-netrc-create): Use `case' instead of `cond'.
8218         (auth-source-secrets-search): Created with TODOs.
8219         (auth-source-secrets-create): Created with TODOs.
8220         (auth-source-retrieve, auth-source-create, auth-source-delete)
8221         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8222         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8223         (auth-source-user-or-password-sftp)
8224         (auth-source-user-or-password-smtp): Remove.
8225         (auth-source-user-or-password): Deprecated and modified to be a wrapper
8226         around `auth-source-search'.  Not tested thoroughly.
8227
8228 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
8229
8230         * auth-source.el: Bring in assoc and eioeio libraries.
8231         (secrets-enabled): New variable to track the status of the Secrets API.
8232         (auth-source-backend): New EIOEIO class to represent a backend.
8233         (auth-source-creation-defaults): New variable to set prompt defaults
8234         during token creation (see the `auth-source-search' docstring for
8235         details).
8236         (auth-sources): Simplify to allow a simple string as a netrc backend
8237         spec.
8238         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
8239         (auth-source-backend-parse-parameters): Fill in the backend parameters.
8240         (auth-source-search): Main auth-source API entry point.
8241         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
8242         (auth-source-search-collection): Helper function for searching.
8243         (auth-source-netrc-parse, auth-source-netrc-normalize)
8244         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
8245         Supports search, create, and delete.
8246         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
8247         backend stubs.
8248         (auth-source-user-or-password): Call `auth-source-search' but it's not
8249         ready yet.
8250
8251 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
8252
8253         * message.el (message-setup-1): Remove the read-only stuff, since it
8254         doesn't work under XEmacs, for some reason.
8255
8256         * gnus-sum.el (gnus-user-date): Rename back from
8257         gnus-summary-user-date since user code refers to it.
8258
8259         * shr.el (shr-render-td): Store the actual background color used.
8260
8261         * message.el (message-setup-1): Don't bind the constant
8262         -forbidden-properties.
8263         (message-setup-1): Revert previous change, since it needs to bind the
8264         props to insert them.
8265         (message-resend): Allow removing the read-only separator line.
8266
8267 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8268
8269         * nnimap.el (nnimap-request-accept-article): Give an error message if
8270         the APPEND wasn't successful.
8271
8272 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8273
8274         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8275         that have no groups.
8276
8277 2011-02-03  Julien Danjou  <julien@danjou.info>
8278
8279         * gnus-draft.el: Remove progn around gnus-draft-setup.
8280
8281 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8282
8283         * gnus-start.el (gnus-read-active-for-groups): This function is never
8284         called with a nil `infos', so clean that up.
8285         (gnus-get-unread-articles): Request active files from primary/secondary
8286         methods that have no groups (yet).
8287
8288 2011-02-03  Julien Danjou  <julien@danjou.info>
8289
8290         * message.el (message-setup-1): Always generate References first.
8291         (message-mail): Return the return value of message-setup, not always t.
8292         (message-setup-1): Insert mail-header-separator with read-only and
8293         intangible properties set.
8294
8295         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8296         user-date in docstring.
8297
8298         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8299
8300         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8301         docstring.
8302
8303         * gnus.el (gnus-user-date-format-alist): Change default value.
8304         Use defcustom, with type and group.  Move from gnus-util.el.
8305         Rename to gnus-summary-user-date-format-alist.
8306
8307 2011-02-03  Glenn Morris  <rgm@gnu.org>
8308
8309         * nnimap.el (gnus-fetch-headers): Declare.
8310
8311         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8312
8313 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8314
8315         * message.el (message-forward-make-body-digest-plain)
8316         (message-followup, message-reply): Clean up things noted by Stefan.
8317
8318         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8319         gnus-article-update-date-headers is nil.
8320         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8321         it didn't really work with defcustom.
8322         (article-update-date-lapsed): Make sure the window start doesn't move,
8323         either.
8324
8325 2011-02-01  Julien Danjou  <julien@danjou.info>
8326
8327         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8328         format.
8329
8330         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8331         standard in Emacs nowadays.
8332
8333         * color.el (color-gradient): Add a color-gradient function.
8334
8335 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8336
8337         * message.el (message-expand-name): Don't trust the return value of
8338         bbdb-complete-name.
8339         (message-check-news-header-syntax): Remove unused var `start'.
8340         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8341         (message-inhibit-body-encoding): Move to before first use.
8342         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8343         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8344         (Organization, Message-ID, Date, mh-previous-window-config):
8345         Defvar the vars using dynamic scoping.
8346
8347 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8348
8349         * shr.el (shr-render-td): Only do colors at the final rendering.
8350         Should be slightly faster.
8351         (shr-insert-table): Fix up TD background colors when doing the
8352         vertical padding.
8353
8354         * gnus-art.el (article-date-ut): Protect against articles with no Date
8355         header.
8356         (article-update-date-lapsed): Don't use current-column to find the
8357         horizontal position.  It's fragile in the presence of \003 characters.
8358
8359         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8360
8361 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8362
8363         * gnus-art.el (article-transform-date): Rewrite to still work when
8364         there are several rfc2822 parts.
8365         (article-transform-date): Fix infinite recursion.
8366         (article-date-ut): Replace infinitely many Date headers with a single
8367         one when called interactively.
8368
8369         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8370         secure manner.
8371
8372         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8373         move around by not using save-window-excursion.  It seems to work...
8374
8375 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8376
8377         * gnus-art.el (article-make-date-line): Work for user-defined format.
8378
8379 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8380
8381         * nntp.el (nntp-retrieve-group-data-early)
8382         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8383         fetching functions.
8384
8385         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8386         thoroughly for all backends that have no known groups.  This should
8387         allow new nnml methods to retrieve mail.
8388
8389         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8390         that Gnus doesn't know exists again.
8391
8392         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8393         (gnus-treat-date-ut): Ditto.
8394         (gnus-article-update-date-header): Rename.
8395         (gnus-treat-date-local): Remove.
8396         (gnus-treat-date-english): Remove.
8397         (gnus-treat-date-lapsed): Remove.
8398         (gnus-treat-date-combined-lapsed): Remove.
8399         (gnus-treat-date-original): Remove.
8400         (gnus-treat-date-iso8601): Remove.
8401         (gnus-treat-date-user-defined): Remove.
8402         (gnus-article-date-headers): New variable to control all the date
8403         header options.
8404         (article-date-ut): Rewrite to allow using the new way to format date
8405         headers(s).
8406
8407 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8408
8409         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8410         method.
8411         (nnmail-article-group): A better test for fanciness.
8412
8413         * nnimap.el (nnimap-request-head): Protect against not finding the
8414         article by Message-ID.
8415
8416 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8417
8418         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8419         keep point at the "same place".
8420
8421 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8422
8423         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8424         data if the group is inactive.
8425
8426 2011-01-28  Julien Danjou  <julien@danjou.info>
8427
8428         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8429         (gnus-all-windows-visible-p): Remove old compatibility code.
8430         (gnus-window-top-edge): Add docstring.
8431
8432         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8433
8434 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8435
8436         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8437         older request-update-info.
8438
8439         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8440
8441 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8442
8443         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8444         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8445
8446 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8447
8448         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8449         groups.  This makes the nndraft:queue group pop up if it's not already
8450         there.
8451
8452         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8453         messages" logic, which was reversed.
8454
8455         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8456         the "same place" even if point is on the line being replaced.
8457         (article-update-date-lapsed): Allow updating both the combined lapsed
8458         and the lapsed headers.
8459         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8460         (article-make-date-line): Limit the number of segments dynamically to
8461         avoid too-long lines.
8462
8463 2011-01-27  Julien Danjou  <julien@danjou.info>
8464
8465         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8466         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8467
8468 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8469
8470         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8471         Use plist-get instead of the cl function getf.
8472
8473 2011-01-27  Glenn Morris  <rgm@gnu.org>
8474
8475         * gnus-util.el (float-time): Get rid of compiler warning, again.
8476
8477 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8478
8479         * shr.el (shr-put-color): Special-case background colors: Do put them
8480         at the blank parts at the front of the lines.
8481
8482         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8483         exit hook to nix out all data on readedness on group exit.
8484
8485         * gnus-util.el (float-time): If float-time is bound, always use it on
8486         all Emacsen.  It's unclear why the subrp check was there.
8487         (time-date): Require to make some autoload issues on XEmacs go away.
8488
8489         * shr.el (shr-put-color): Don't do the box padding in tables, since
8490         they're already padded.
8491
8492 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8493
8494         * gnus-art.el (gnus-article-next-page): When the last line of the
8495         article is displayed, scroll down once more instead of going to the
8496         next article at once.
8497         (article-lapsed-string): Refactor out and allow specifying how many
8498         segments you want.
8499         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8500         (gnus-article-update-lapsed-header): New variable.
8501
8502         * shr.el: Revert change that made headings use different-sized faces.
8503         The Emacs display engine isn't advanced enough that, for instance,
8504         tables can comfortably use differently-sized faces.
8505
8506 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8507
8508         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8509         used.
8510         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8511         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8512         we're using an encrypted connection.
8513
8514         * proto-stream.el: Alter the interface functions to also return the
8515         actual stream type used: network or tls.
8516
8517 2011-01-25  Julien Danjou  <julien@danjou.info>
8518
8519         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8520         (mm-display-javascript-inline): New function.
8521
8522         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8523         viewing function.
8524
8525 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8526
8527         * shr.el (shr-expand-newlines): Fix variable name.
8528
8529 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8530
8531         * shr.el (shr-expand-newlines): Make nested boxes work.
8532
8533 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8534
8535         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8536         backgrounds.
8537         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8538         in a more sensible manner.
8539
8540 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8541
8542         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8543         if EPG is loaded.
8544
8545 2011-01-24  Julien Danjou  <julien@danjou.info>
8546
8547         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8548         tags.
8549
8550 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8551
8552         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8553         commands.
8554
8555         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8556         in the article buffer.
8557         (gnus-gravatar-insert): Use blank space from the current buffer to
8558         avoid breaking text properties.  This makes X-Sent updating work again.
8559
8560         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8561
8562 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8563
8564         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8565         fix the bug in url-http.el instead.
8566
8567         * shr.el (shr-image-fetched): Ditto.
8568
8569         * shr.el (shr-image-fetched): Avoid having point move in the article
8570         buffer.
8571
8572         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8573         buffer after being called.  It's apparently being killed by url.el, and
8574         killing it made point move to end-of-buffer in a random buffer.
8575
8576         * shr.el (shr-image-fetched): Ditto.
8577
8578 2011-01-23  Julien Danjou  <julien@danjou.info>
8579
8580         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8581
8582         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8583         text/x-org.
8584
8585 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8586
8587         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8588         (i.e., nnimap) returning nil as the article number.
8589
8590 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8591
8592         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8593         "DelSp" parameter in RFC3676.
8594
8595 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8596
8597         * message.el (message-check-recipients): Display the encoded version of
8598         the bogus address if they differ.
8599
8600         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8601         after sending.
8602
8603         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8604
8605         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8606
8607         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8608         group buffer after sending the queue.
8609
8610         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8611
8612 2011-01-22  Julien Danjou  <julien@danjou.info>
8613
8614         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8615
8616 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8617
8618         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8619         nested related parts.
8620
8621         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8622         unexpired articles.  This fixes the regression that led expiry marks to
8623         disappear from nnfolder groups.
8624
8625 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8626
8627         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8628         Don't confuse the "ret" of "retrograde" with RET.
8629
8630 2011-01-21  Julien Danjou  <julien@danjou.info>
8631
8632         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8633         than mm-insert-inline.
8634
8635 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8638         Widen article buffer.
8639
8640 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8641
8642         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8643         the temp buffer.
8644         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8645
8646 2011-01-20  Julien Danjou  <julien@danjou.info>
8647
8648         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8649
8650         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8651         than mm-insert-inline to insert inline part: this respect
8652         mm-inline-media-tests displayers.
8653
8654         * mm-view.el (mm-display-shell-script-inline): New function.
8655
8656         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8657
8658         * mm-uu.el (mm-uu-type-alist): Add org block.
8659         (mm-uu-org-src-code-block-extract): New function.
8660
8661         * mm-view.el (mm-display-org-inline): New function.
8662
8663         * mm-decode.el (mm-automatic-display): Add text/org.
8664
8665         * mailcap.el (mailcap-mime-extensions): Add .org.
8666
8667 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8670         gnus-article-add-buttons.
8671
8672 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8673
8674         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8675         From header with a date and "nobody" as the sender.
8676
8677 2011-01-19  Julien Danjou  <julien@danjou.info>
8678
8679         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8680         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8681         if you have the same regexp several times.
8682         (gnus-button-push): Fix matching when regexp is symbol.
8683
8684 2011-01-15  Glenn Morris  <rgm@gnu.org>
8685
8686         * message.el (message-mail): A compose-mail function should
8687         accept headers as strings.
8688
8689 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8690
8691         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8692         Add :vert-only tags.
8693         (message-mail): New arg RETURN-ACTION.
8694         (message-return-action): New var.
8695         (message-bury): Use it.
8696         (message-mode): Make it buffer-local.
8697         (message-send-and-exit): Always call message-bury.
8698
8699         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8700         message-mail.
8701
8702 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8703
8704         * nnimap.el (nnimap-convert-partial-article): Protect against
8705         zero-length body parts.
8706
8707         * mm-decode.el (mm-preferred-alternative-precedence):
8708         Discourage showing empty parts.
8709
8710         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8711         and stuff if the backend didn't return the article number.  This fixes
8712         an Exchange-related nnimap bug.
8713
8714         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8715         group window, because it does the wrong thing when a separate frame
8716         displays the group buffer.
8717
8718         * proto-stream.el (open-protocol-stream): Protect against the low-level
8719         transport functions returning nil.
8720
8721 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8722
8723         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8724         (mml2015-epg-find-usable-secret-key): New function.
8725         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8726         mml2015-epg-find-usable-key (Bug#7797).
8727         (mml2015-epg-encrypt): Ditto.
8728
8729 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * dgnushack.el (rot13-string): Fix the way to get the argument.
8732
8733 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8734
8735         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8736
8737 2011-01-03  Glenn Morris  <rgm@gnu.org>
8738
8739         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8740
8741         * sieve.el (sieve-open-server): Give a more explicit error if
8742         sieve-manage-open returns nil.  (Bug#7720)
8743
8744 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8745
8746         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8747
8748 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8749
8750         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8751         This avoids sending passwords in plain text over non-encrypted
8752         channels.
8753
8754         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8755
8756         * nnimap.el (nnimap-login): Refactored out into own function, and
8757         implement CRAM-MD5.
8758         (nnimap-wait-for-line): Refactored out.
8759
8760         * mm-view.el (mml-smime): Require.
8761
8762 2010-12-20  David Engster  <deng@eml.cc>
8763
8764         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8765         use EPG to decrypt S/MIME messages instead of openssl.
8766
8767 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8768
8769         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8770
8771         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8772         status is the group clearly is unreachable.
8773
8774         * auth-source.el (auth-source-create): Add the optional second
8775         parameter to `local-variable-p' to be compatible with XEmacs.
8776
8777 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8778
8779         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8780         work when using a compressed nnml folder.
8781
8782 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8783
8784         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8785         backends after sanitising on entry, because this never makes sense:
8786         If the articles have gone missing, then the data no longer exists on
8787         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8788         overwrite anything anyway.
8789
8790         * shr.el (shr-insert-document): Bind shr-width dynamically to
8791         window-width if it's nil.
8792
8793 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8794
8795         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8796         with the meaning of using the full emacs window width for rendering.
8797
8798 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8799
8800         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8801         case when sender is not given.
8802
8803 2010-12-23  Julien Danjou  <julien@danjou.info>
8804
8805         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8806         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8807         the addresses, otherwise we might misplaced the gravatar.
8808
8809 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8810
8811         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8812         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8813         obsolete in Emacs.
8814
8815 2010-12-20  Julien Danjou  <julien@danjou.info>
8816
8817         * gnus-util.el (gnus-rescale-image): Revert last change.
8818
8819 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8820
8821         * binhex.el: Improve commentary (Bug#7482).
8822
8823 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8824
8825         * gnus-group.el (gnus-group-delete-articles): New command.
8826
8827 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8828
8829         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8830
8831 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8832
8833         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8834         here, since it's up to the backends to do CRLF removal if their
8835         protocol has it.
8836
8837         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8838
8839 2010-12-17  Julien Danjou  <julien@danjou.info>
8840
8841         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8842         they are from file.  Can also scale up.
8843
8844 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8845
8846         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8847         Restore gnus-use-agent.
8848         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8849
8850         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8851
8852 2010-12-17  Julien Danjou  <julien@danjou.info>
8853
8854         * gravatar.el (gravatar-retrieve-synchronously): New function.
8855         (gravatar-get-data): Make more robust.
8856
8857 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8858
8859         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8860
8861 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8862
8863         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8864         to really consider the last line.
8865
8866 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8867
8868         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8869         list of recipient keys, or use symmetric encryption if not a list.
8870         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8871         EPA override, replacing the call to `netrc-store-data'.
8872
8873 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8874
8875         * gnus-srvr.el: Avoid passing nil regexp argument to
8876         delete-matching-lines.
8877
8878 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8879
8880         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8881         fetching stops when Gnus exits.
8882
8883         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8884         function.
8885         (nnfolder-request-expire-articles): Save all the buffers after doing
8886         expiry.
8887
8888         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8889         the last article", since that led to serious performance regressions
8890         when expiring nnml groups.
8891
8892 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8893
8894         * nnir.el: Improve customizations.
8895
8896 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8897
8898         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8899
8900         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8901         group has been killed.
8902         (gnus-group-yank-group): Ditto.
8903
8904         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8905
8906         * nnimap.el (nnimap-request-update-group-status): New function.
8907
8908         * gnus-int.el (gnus-request-update-group-status): New interface
8909         function.
8910
8911         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8912         copying read-ness to the backends.
8913
8914         * nnimap.el (nnimap-quirk): New function.
8915         (nnimap-retrieve-group-data-early): Use it.
8916         (nnimap-quirks): New alist.
8917
8918 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8921         don't delete it within indentation.
8922
8923 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8924
8925         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8926         previous line.
8927
8928 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8929
8930         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8931         QRESYNC command by deleting a superfluous space which broke Cyrus
8932         servers.  This change will break other servers that are buggy the other
8933         way around.
8934
8935 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8936
8937         * spam.el: Reindent and fix long lines.
8938         (spam-copy-or-move-routine): Exclude invalid move destinations.
8939
8940 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8941
8942         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8943         installed the registry.
8944
8945 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8948
8949 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8950
8951         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8952         groupname doesn't contain "gmane".
8953
8954 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8955
8956         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8957         and netrc-bound-and-true-p bindings.
8958         (netrc-parse): Cache the netrc contents.
8959
8960         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8961         (gnus-1): Don't create the nndrafts group twice.
8962         (gnus-setup-news): There's no need to read the active file here, since
8963         that's done again later on a per-backend basis.
8964         (gnus-start-draft-setup): Make sure that the new group is started out
8965         empty.
8966
8967         * gnus-agent.el (gnus-agentize): Don't create the queue group
8968         automatically on startup.  It'll be created later, if needed.
8969
8970         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8971         of automatically subscribed groups.
8972         (gnus-auto-subscribed-categories): New variable.
8973         (gnus-matches-options-n): Use it.
8974         (gnus-default-subscribed-newsgroups): Remove unused variable.
8975         (gnus-start-draft-setup): Message a bit less.
8976
8977 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8978
8979         * nnir.el (nnir-run-imap): Return article list in order of increasing
8980         UID.
8981
8982 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8983
8984         * gnus-sum.el (gnus-summary-enter-digest-group):
8985         Mention gnus-auto-select-on-ephemeral-exit.
8986
8987         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8988         convention of the network-only option.
8989
8990 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8991
8992         * proto-stream.el (proto-stream-open-network-only): New function to
8993         have a way to specify non-STARTTLS upgrade connections.
8994
8995 2010-12-10  Julien Danjou  <julien@danjou.info>
8996
8997         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8998         email address is nil.
8999
9000         * message.el (message-bogus-recipient-p): Set address to "" if nil.
9001
9002 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
9003
9004         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
9005         deletion.
9006         (nnir-run-imap): Only need to parse list once.
9007
9008 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9009
9010         * shr.el (shr-tag-script): Ignore <script>.
9011         (shr-tag-label): Add <label> support.
9012
9013 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
9016
9017         * shr.el (shr-image-displayer): Work for images lined side by side.
9018
9019 2010-12-08  Robert Pluim  <rpluim@gmail.com>
9020
9021         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
9022         parameter, since XEmacs doesn't accept t as a parameter.
9023
9024 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
9025
9026         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
9027         ids.
9028         (nnir-run-gmane): Simplify groupspec formatting.
9029         (nnir-request-expire-articles): New function.
9030
9031 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9032
9033         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
9034         overflow, possibly.
9035
9036         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
9037         (shr-render-td): Handle td style="" better.
9038         (shr-tag-table): Use the color from the style sheet.
9039         (shr-render-td): Make sure we copy over all the overlays, too.
9040
9041 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
9042
9043         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
9044         (nnir-request-article): Improve article retrieval.
9045
9046 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * mm-util.el (mm-extra-numeric-entities): New variable.
9049
9050         * mm-url.el (mm-url-decode-entities):
9051         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
9052
9053         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
9054
9055 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9056
9057         * message.el: Use completion-at-point.
9058         (message-completion-function): New fun, extracted from message-tab.
9059         (message-mode): Use it for completion-at-point-functions.
9060         (message-tab): Use it and completion-at-point.
9061
9062 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
9065         character if a non-breakable character follows.
9066
9067 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9068
9069         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
9070         any stream.
9071
9072         * shr.el (shr-tag-font): Colorize the region.
9073         (shr-tag-body): Ditto.
9074         (shr-tag-font): Actually let the styles be inherited instead of
9075         overwriting them.
9076         (shr-tag-font): Get the background color right.
9077         (shr-tag-style): Ignore all <style> tags for the moment.
9078
9079         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
9080         a Message-ID to avoid having nnimap depend on gnus-sum.
9081
9082         * shr.el (shr-descend): Only colorize something if we have a node that
9083         sets colors.
9084
9085 2010-12-06  Julien Danjou  <julien@danjou.info>
9086
9087         * shr.el (shr-render-td): Render td content with shr-descend, so style
9088         will be applied to <td> too.
9089         (shr-colorize-region): Colorize region even if we only have a background.
9090         (shr-tag-body): Fix color and background color inheritance.
9091         Do not recolorize after shr-generic.
9092         (shr-tag-font): Let shr-generic colorize via inheritance.
9093
9094 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
9097
9098 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
9099
9100         * nnir.el (nnir-request-move-article): Remove obsolete code.
9101
9102 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9103
9104         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
9105
9106 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9107
9108         * gnus-sum.el (gnus-summary-respool-article): The completion function
9109         expects a list instead of an alist.
9110
9111         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
9112         string as the parameter.
9113
9114         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
9115
9116         * shr.el (shr-stylesheet): New dynamic variable for cascading the
9117         styles.
9118         (shr-colorize-region): New function.
9119         (shr-insert-background-overlay): Remove.
9120         (shr-render-td): Background setting should be taken care of on a higher
9121         level.
9122         (shr-tag-body): Use post-hoc colorizations.
9123         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
9124         (shr-put-color-1): Don't overwrite old colors.
9125         (shr-colorize-region): When the background color isn't explicit, use
9126         a fixed background.
9127
9128         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
9129         nnmail variables.
9130
9131 2010-12-05  Bjørn Mork  <bjorn@mork.no>
9132
9133         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
9134         unless necessary.
9135
9136 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
9137
9138         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
9139         server.
9140
9141 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9142
9143         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
9144         so that TAB works.
9145
9146         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
9147         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
9148
9149         * shr.el (shr-urlify): Show the URL before the title to avoid
9150         misleading URLs.
9151
9152 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
9153
9154         * shr.el (shr-urlify): Display the title in <a> tags.
9155
9156 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
9157
9158         * nnir.el (nnir-categorize): Replace mapcar with mapc.
9159
9160 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
9161
9162         * nnir.el: Rearrange code to allow macros to be autoloaded by
9163         gnus-sum.el.
9164         (nnir-retrieve-headers-override-function): Make this variable
9165         customizable.
9166         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
9167
9168         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
9169         from nnir.el.
9170
9171 2010-12-03  Julien Danjou  <julien@danjou.info>
9172
9173         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
9174
9175 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9176
9177         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
9178         allow optional argument `environment'.
9179
9180 2010-12-03  Glenn Morris  <rgm@gnu.org>
9181
9182         * mm-extern.el (message-goto-body): Update declaration.
9183
9184 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * gnus-util.el (gnus-macroexpand-all): New function.
9187
9188         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
9189         instead of macroexpand-all that is unavailable in XEmacs.
9190
9191 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
9192
9193         * nnir.el (nnir-summary-line-format): New variable.
9194         (nnir-mode): Use it.
9195         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
9196         (nnir-article-ids): Reimplement as defsubst.
9197         (nnir-retrieve-headers): Don't mangle the subject header.
9198         (nnir-run-imap): Use 100 as RSV score.
9199         (nnir-run-find-grep): Fix for full server searching.
9200         (nnir-run-gmane): Better restriction to gmane groups.
9201
9202         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
9203         summary buffers.
9204
9205 2010-12-02  Julien Danjou  <julien@danjou.info>
9206
9207         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
9208
9209         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
9210
9211         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
9212         support.
9213
9214 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9215
9216         * nnir.el: Update to handle the registry better.
9217         (autoload): Silence byte-compiler.
9218         (nnir-open-server): Add a hook for nnir groups.
9219         (nnir-request-move-article): Don't mangle the header.  Better to use
9220         formatting variables (which will be added in the future).
9221         (nnir-registry-action): Update the registry using the original article
9222         group name.
9223         (nnir-mode): Install nnir-specific hooks for updating the registry.
9224
9225         * gnus-sum.el
9226         (gnus-article-original-subject, gnus-newsgroup-original-name):
9227         Remove obsolete variables.
9228         (gnus-summary-move-article): Remove use of obsolete variables.
9229         (gnus-summary-local-variables): Make move and delete hooks local to
9230         summary buffers.
9231
9232 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9233
9234         * rtree.el: New file.
9235
9236 2010-12-01  Julien Danjou  <julien@danjou.info>
9237
9238         * message.el (message-user-organization): Do not use
9239         gnus-local-organization.
9240
9241         * gnus.el: Remove gnus-local-organization.
9242
9243         * gnus-msg.el: Remove nastygram thing.
9244
9245 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9246
9247         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
9248         funcall.
9249
9250 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9251
9252         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9253         names.
9254
9255         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9256         characters.
9257
9258         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9259         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9260         Suggested by Štěpán Němec <stepnem@gmail.com>.
9261         (gnus-gravatar-transform-address): Use mail-extract-address-components
9262         that supports non-ASCII names rather than mail-header-parse-addresses.
9263
9264 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9265
9266         * proto-stream.el (open-protocol-stream): All starttls connections are
9267         handled by the network handler.
9268
9269 2010-11-30  Julien Danjou  <julien@danjou.info>
9270
9271         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9272         (nnimap-open-connection-1): Fix PREAUTH.
9273
9274         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9275
9276 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9277
9278         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9279         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9280         (shr-insert): Use them.
9281         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9282
9283 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9284
9285         * nnir.el (nnir-request-move-article): Bail out if original group
9286         doesn't support article moves.
9287         (nnir-get-active): Improve active list retrieval.
9288
9289 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9290
9291         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9292
9293 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9294
9295         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9296         seem to accept strings-with-numbers as port numbers.
9297
9298 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9299
9300         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9301         change the registry.
9302
9303 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9304
9305         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9306         delete-dups that is not available in XEmacs 21.4.
9307
9308         * mm-util.el (mm-delete-duplicates): Add comment.
9309
9310 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9311
9312         * nnir.el (nnir-ignored-newsgroups): New variable.
9313         (nnir-get-active): Use it.
9314
9315 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9316
9317         * proto-stream.el (proto-stream-open-network): Add some comments.
9318
9319         * nntp.el (nntp-open-connection): Provide a :success condition.
9320
9321         * nnimap.el (nnimap-open-connection-1): Ditto.
9322
9323         * proto-stream.el (proto-stream-open-network): See what the response to
9324         the STARTTLS command is.
9325
9326         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9327         backwards compatibility).
9328         (nnimap-open-connection-1): Really respect nnimap-server-port.
9329
9330         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9331         TLS upgrades we don't really care about the identity of the peer.
9332         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9333         that what we've checked for.
9334         (proto-stream-always-use-starttls): Only default to t if
9335         open-gnutls-stream exists.
9336         (proto-stream-open-network): If STARTTLS failed, then just open a
9337         normal connection.
9338         (proto-stream-open-network): Wait until the greeting before doing
9339         STARTTLS.
9340
9341         * nntp.el (nntp-open-connection): Report what the connection error is.
9342
9343         * proto-stream.el (open-protocol-stream): Rename from
9344         open-proto-stream.
9345
9346 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9347
9348         * nnimap.el (nnimap-stream): Change default to `undecided'.
9349         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9350         first, and then network.
9351         (nnimap-open-connection-1): Respect nnimap-server-port.
9352         (nnimap-open-connection): Be more backwards-compatible.
9353
9354         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9355         (proto-stream-open-starttls): De-duplicate the starttls code.
9356         (proto-stream-open-starttls): Folded back into the main function.
9357         (proto-stream-open-network): Fix typo in the gnutls path.
9358         (proto-stream-command): Refactor out.
9359
9360         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9361
9362         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9363         starttls.el STARTTLS.
9364
9365         * color.el (color-lab->srgb): Fix function call name.
9366
9367         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9368         if we're using tls.el.
9369         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9370         built in, then don't try to establish a STARTTLS connection.
9371
9372         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9373         servers.
9374
9375         * proto-stream.el (open-proto-stream): Use network, not stream.
9376         (open-proto-stream): Add a way to specify what the end of a command is.
9377
9378         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9379         connections types.
9380         (nntp-open-network-stream): Remove.
9381         (nntp-open-ssl-stream): Remove.
9382         (nntp-open-tls-stream): Remove.
9383         (nntp-ssl-program): Remove.
9384
9385         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9386
9387 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9388
9389         * nnir.el: Fix typos.
9390         (nnir-retrieve-headers-override-function): Rename variable to reflect
9391         new semantics.
9392         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9393         macros.
9394         (nnir-request-article, nnir-request-move-article): Use them.
9395         (nnir-categorize): New function.
9396         (nnir-run-query): Use it.
9397         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9398         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9399         sorted.
9400         (nnir-group-full-name): Use gnus-group-full-name instead.
9401         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9402         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9403
9404 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9405
9406         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9407
9408         * proto-stream.el: New library to provide protocol-specific
9409         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9410         protocols.
9411         (open-proto-stream): Complete the documentation.
9412         (proto-stream-open-network): Fix some typos.
9413
9414         * nnimap.el (nnimap-open-connection): Use it.
9415
9416 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9417
9418         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9419         negotiation.
9420
9421 2010-11-26  Julien Danjou  <julien@danjou.info>
9422
9423         * color.el: Rename various rgb functions to srgb.
9424
9425 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9426
9427         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9428         names.
9429
9430 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * shr.el (shr-insert): Revert last change.
9433         (shr-find-fill-point): Never leave point being at bol;
9434         relax the kinsoku limitation when rendering tables.
9435
9436 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9437
9438         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9439         results from -accept-article.
9440
9441         * shr-color.el: Require cl when compiling.
9442
9443         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9444         checkin.
9445
9446         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9447
9448         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9449
9450         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9451         'add and 'delete to set backend marks.
9452
9453         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9454
9455         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9456
9457         * nntp.el (nntp-request-set-mark): Use it.
9458
9459         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9460
9461         * nnml.el (nnml-request-set-mark): Ditto.
9462
9463         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9464         introduces regressions in article selection.
9465         (nnimap-find-uid-response): New function.
9466         (nnimap-request-accept-article): Use the UID returned, if any.
9467         (nnimap-request-move-article): Use the UID returned, if any.
9468         (nnimap-get-groups): Reimplement to work with folded lines.
9469         (nnimap-find-uid-response): The UID is the last element in the list.
9470         (nnimap-request-set-mark): Extend syntax with 'set.
9471
9472         * nnml.el (nnml-request-set-mark): Ditto.
9473
9474         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9475
9476         * nntp.el (nntp-request-set-mark): Ditto.
9477
9478 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9479
9480         * message.el (message-called-interactively-p): A temporary macro.
9481         (message-goto-body): Use it temporarily.
9482
9483 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9484
9485         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9486         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9487         (nnimap-last-response-string): Fix last unfolding fix.
9488
9489 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * shr.el (shr-insert): Fix the way to fold lines.
9492
9493 2010-11-25  Julien Danjou  <julien@danjou.info>
9494
9495         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9496
9497         * color.el: Rename from color-lab.el
9498         (color-rgb->hex): Add.
9499         (color-complement): Add.
9500         (color-complement-hex): Add.
9501
9502         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9503
9504 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9505
9506         * shr-color.el (shr-color-visible): Don't bug out if the color names
9507         don't exist.
9508
9509 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9512         assuming that article displaying or another mml-preview may be
9513         interrupted for an error or for the like.
9514
9515         * shr.el (shr-get-background): Fix argument name.
9516
9517 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9518
9519         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9520
9521         * gnus-sum.el (gnus-summary-include-articles): New function.
9522
9523         * message.el (message-goto-body): called-interactively-p needs a
9524         parameter, so use `any'.
9525
9526         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9527         clear marks before moving, since they're synced from the Gnus side
9528         first.
9529
9530         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9531         (gnus-summary-move-article): Copy over all marks before moving, so that
9532         IMAP doesn't think a new article has arrived.
9533
9534 2010-11-24  Julien Danjou  <julien@danjou.info>
9535
9536         * shr.el (shr-insert-background-overlay): Fix typo.
9537         (shr-render-td): Copy the background before rendering.
9538
9539         * shr-color.el (shr-color-visible): Fix docstring.
9540
9541         * shr.el (shr-tag-table): Add bgcolor support.
9542         (shr-render-td): Add bgcolor support.
9543         (shr-get-background): Add.
9544         (shr-insert-foreground-overlay): Use shr-get-background.
9545
9546         * message.el (message-goto-body): Use called-interactively-p.
9547         (message-in-body-p): message-goto-body returns point.
9548
9549 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9550
9551         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9552         Fixes something or other in Emacs 23, and is backwards compatible.
9553
9554         * message.el (message-goto-body): Remove the <#secure special-casing,
9555         which is too special.
9556
9557         * shr.el (shr-parse-style): Drop !important from styles.
9558
9559 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9560
9561         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9562         this function to return incorrect results when calling it with an
9563         explicit article argument different from
9564         (gnus-summary-article-number).
9565
9566 2010-11-24  Julien Danjou  <julien@danjou.info>
9567
9568         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9569         (shr-tag-body): Add background support.
9570         (shr-descend): Add background support.
9571         (shr-tag-title): Add.
9572
9573         * shr-color.el (shr-color-visible): Really return original background
9574         if fixed.
9575
9576 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9577
9578         * shr.el (shr-color-check): Protect against non-existent color names.
9579
9580 2010-11-24  Julien Danjou  <julien@danjou.info>
9581
9582         * color-lab.el: Require 'cl when compiling.
9583
9584         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9585
9586         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9587         matched part.
9588
9589         * color-lab.el: Fix all expt calls to use float type.
9590
9591 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9592
9593         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9594         expression to shr-color-check as is.
9595
9596         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9597
9598         * color-lab.el: Add coding cookie.
9599         (float-pi): Use eval-and-compile.
9600
9601         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9602         compiled for Emacsen having no `libxml-parse-html-region' support.
9603
9604 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9605
9606         * shr.el (shr-insert-color-overlay): Split stuff like
9607         "#444444 !important" to find the real color.
9608         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9609         parse <font color="red"> entries.
9610
9611 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9612
9613         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9614         point when parsing headers.
9615
9616         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9617         is positioned properly when parsing headers.
9618
9619 2010-11-23  Julien Danjou  <julien@danjou.info>
9620
9621         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9622
9623         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9624
9625         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9626
9627         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9628         Use shr-color-hue-to-rgb.
9629         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9630
9631 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9632
9633         * shr.el (shr-color->hexadecimal): Autoload.
9634         (shr-descend): Add color to all tags.
9635
9636 2010-11-22  Julien Danjou  <julien@danjou.info>
9637
9638         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9639         shr-color->hexadecimal.
9640
9641         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9642         RGB() or HSL() color representation.
9643
9644         * shr.el (shr-tag-font): Add.
9645         (shr-tag-color-check): New function to get better colors.
9646         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9647         tag-span.
9648
9649         * shr-color.el: New file.
9650
9651         * color-lab.el: New file.
9652
9653         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9654
9655 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9656
9657         * nnir.el: Fix typo in comments.
9658         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9659         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9660
9661 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9662
9663         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9664
9665         * nnimap.el (nnimap-get-capabilities): Refactor out.
9666         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9667
9668 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9669
9670         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9671         appearing when `mm-uu-hide-markers' is nil.
9672
9673 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9674
9675         * nnimap.el (nnimap-unselect-group): Make into its own function.
9676         (nnimap-request-rename-group): Unselect group before renaming.
9677         This had gotten lost somewhere.
9678         (nnimap-request-accept-article): Keep track of examined groups, and
9679         unselect the group before APPENDing to read-only groups.
9680         (nnimap-request-move-article): Clear flags before moving so that they
9681         can be re-set later.
9682
9683 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9684
9685         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9686         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9687
9688 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9689
9690         * gnus-art.el (gnus-mime-display-single):
9691         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9692         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9693         parameter.
9694
9695 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9696
9697         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9698         (shr-table-vertical-line): New variable.
9699         (shr-insert-table): Use it.
9700
9701 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * gnus-html.el (gnus-html-wash-images): Don't display images if
9704         gnus-inhibit-images is non-nil; register displayer for cid images.
9705         (gnus-html-display-image): Work for cid image.
9706         (gnus-html-insert-image): Allow arguments.
9707         (gnus-html-put-image): Inhibit read-only.
9708         (gnus-html-prefetch-images): Don't prefetch images if
9709         gnus-inhibit-images is non-nil.
9710
9711 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9712
9713         * shr.el (shr-put-image): Break lines when inserting big pictures.
9714
9715 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9716
9717         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9718         sender, thanks Katsumi Yamaoka.
9719
9720 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9721
9722         * nnir.el (nnir-run-imap): Reverse the article list for each group
9723         rather than the whole list.
9724
9725 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9726
9727         * shr.el (shr-image-displayer): Protect function against non-existent
9728         image source.
9729
9730         * gnus-art.el (gnus-inhibit-images): New user option.
9731         (gnus-mime-display-single): Don't display image if it is non-nil.
9732
9733         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9734         gnus-inhibit-images.
9735
9736         * shr.el (shr-image-displayer): New function.
9737         (shr-tag-img): Use it.
9738
9739 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9740
9741         * mml2015.el (mml2015-epg-sign): Use From header.
9742
9743 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9744
9745         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9746
9747         * gnus-util.el (gnus-find-text-property-region): Return markers.
9748
9749         * shr.el (shr-tag-img): Put a displayer in the text property.
9750
9751         * gnus-util.el (gnus-find-text-property-region): New utility function.
9752
9753         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9754         (gnus-html-show-images): Remove.
9755
9756         * gnus-art.el (gnus-article-show-images): New, more general function.
9757
9758         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9759         image url text properties.
9760
9761         * shr.el: Ditto.
9762
9763         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9764         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9765
9766 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9767
9768         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9769         work for two or more articles.
9770
9771 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9772
9773         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9774         divide an image that's in an html article to two or more when washing
9775         non-ASCII characters in alt text of it.
9776
9777 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9780         smime-decrypt-region using function argument.
9781         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9782
9783         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9784
9785         * smime.el (smime-decrypt-region): Catch it.
9786
9787 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9788
9789         * smime.el (smime-mode-map): Move initialization into declaration.
9790         (gnus-run-mode-hooks): Don't autoload.
9791         (smime-mode): Use define-derived-mode.
9792
9793 2010-11-11  Glenn Morris  <rgm@gnu.org>
9794
9795         * smime.el (from): Restrict declaration to XEmacs.
9796
9797         * nnir.el (gnus-group-topic-name): Autoload.
9798
9799 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9800
9801         * shr.el (shr-insert): Don't break long line if it is because of
9802         kinsoku-bol characters in the line end.
9803
9804 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9805
9806         * nnir.el (nnir-request-move-article): Fix to provide original group
9807         and subject.
9808         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9809         been retrieved.
9810
9811         * gnus-sum.el (gnus-summary-move-article): Use original group and
9812         subject for virtual articles such as those in an nnir summary buffer.
9813
9814 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9815
9816         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9817         least 21.5).
9818
9819         * smime.el (from): Declare it again for XEmacs.
9820
9821 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9822
9823         * message.el (message-resend): Don't disable encoding unless it's
9824         already encoded.
9825
9826         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9827         low-numbered articles.
9828
9829 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9830
9831         * rfc2047.el (rfc2047-syntax-table): Simplify.
9832
9833         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9834
9835         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9836         set-char-table-range for XEmacs.
9837
9838 2010-11-10  Glenn Morris  <rgm@gnu.org>
9839
9840         * time-date.el (time-to-seconds): Always an alias on Emacs,
9841         never a real function.
9842         (with-no-warnings): Remove compat stub, now unused.
9843         (time-less-p): Doc fix.
9844         (time-to-number-of-days): Simplify.
9845
9846         * smime.el (from): Remove unused declaration.
9847
9848         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9849         (gnus-float-time): On Emacs, always an alias.
9850
9851         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9852         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9853
9854 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9855
9856         * dgnushack.el: Don't use ignore-errors in the top level form since it
9857         is unavailable in XEmacs even if cl is loaded.
9858
9859         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9860
9861 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9862
9863         * shr.el (browse-url-mailto): Autoload.
9864
9865         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9866
9867         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9868         regexp doesn't need quoting.
9869
9870 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9871
9872         * message.el (message-subject-trailing-was-ask-regexp)
9873         (message-subject-trailing-was-regexp): Match was: in addition to was.
9874
9875 2010-11-09  Glenn Morris  <rgm@gnu.org>
9876
9877         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9878         (nnbabyl-check-mbox): Use point-at-bol.
9879
9880 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9881
9882         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9883
9884         * message.el (message-mailto): New function.
9885         (message-mailto): Should accept other parameters.
9886         (message-mailto): Remove since it duplicates browse-url-mailto
9887         functionality.
9888
9889 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9890
9891         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9892         methods.
9893         (gnus-read-active-file): Ditto.
9894
9895         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9896         ": " from the prompt.
9897         (gnus-group-make-group): Ditto.
9898
9899 2010-11-07  Glenn Morris  <rgm@gnu.org>
9900
9901         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9902         (gnus-bookmark-kill-line): Use point-at-eol.
9903
9904 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9905
9906         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9907         asterisks in From header.
9908
9909 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9910
9911         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9912         string to avoid making the From headers syntactically invalid.
9913
9914         * message.el (message-send-mail): Don't insert courtesy messages if the
9915         message already has List-Post and List-ID messages.
9916
9917 2010-11-06  Glenn Morris  <rgm@gnu.org>
9918
9919         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9920         `condition', `type', `length' a prefix.
9921         (gnus-treat-predicate): Update for above name changes.
9922
9923 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9924
9925         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9926         binding.  Handled by `gnus-summary-refer-thread' instead.
9927         (nnir-warp-to-article): New backend function.
9928
9929         * nnimap.el (nnimap-request-thread): Force dependency updating.
9930
9931         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9932         (gnus-summary-refer-thread): Rework to improve thread-referral.
9933
9934         * gnus-int.el (gnus-warp-to-article): New function.
9935
9936         * gnus-sum.el (gnus-summary-article-map): Bind it.
9937
9938 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9939
9940         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9941         gnus-summary-refer-thread.
9942
9943         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9944         headers.
9945         (gnus-summary-limit-include-thread): Prevent articles in thread from
9946         being cut in gnus-cut-threads.
9947         (gnus-summary-refer-thread): Limit retrieved headers to those in
9948         thread.
9949
9950 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9951
9952         * message.el (message-send-mail): Use the value of
9953         message-courtesy-message from the message buffer.
9954
9955         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9956
9957         * shr.el (shr-browse-url): Implement mailto: URLs.
9958
9959         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9960         "raw".
9961
9962         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9963         if it's already selected.
9964
9965         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9966
9967 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9970         to measure the length and truncate alt text.
9971
9972 2010-11-03  Glenn Morris  <rgm@gnu.org>
9973
9974         * nndiary.el (nndiary-generate-nov-databases-1)
9975         (nndiary-generate-active-info): Rename dynamic variable `files' to
9976         something less generic.
9977
9978 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9979
9980         * nnir.el (nnir-request-move-article): Call the underlying backend to
9981         move articles from nnir.
9982
9983 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9984
9985         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9986
9987 2010-11-02  Julien Danjou  <julien@danjou.info>
9988
9989         * nnir.el: Remove wais support.
9990
9991 2010-11-02  Glenn Morris  <rgm@gnu.org>
9992
9993         * gnus-html.el: Reorder requirements to quieten compiler.
9994
9995 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9996
9997         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9998         properly for XEmacs as well.
9999         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
10000         (gnus-article-natural-long-line-p): Use window-width rather than
10001         frame-width.
10002
10003 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
10004
10005         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
10006         (nnir-read-parms): Don't modify query.
10007         (nnir-run-query): Add ability to search topic on current line.
10008         (nnir-get-active): Clean up.
10009
10010 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10011
10012         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
10013         degenerate articles.
10014
10015         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
10016         (gnus-print-buffer): Just print the buffer as is, without any copying
10017         to a buffer and then re-highlighting.
10018
10019         * nnimap.el (nnimap-request-group): Store the new updated info.
10020         (nnimap-request-group): Select the group when we don't know whether it
10021         exists or not.
10022
10023         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
10024         groups.
10025
10026         * gnus-group.el (gnus-group-find-new-groups): Display all the new
10027         groups.
10028
10029         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
10030         groups.
10031
10032         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
10033         long-lines case by only filling the long lines.
10034
10035         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
10036         (bug#7311).
10037
10038 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * shr.el: No need to declare `declare-function' since shr.el is for
10041         only Emacsen that provide `libxml-parse-html-region'.
10042
10043         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
10044         effective only in a file it is referred to.
10045
10046 2010-11-01  Glenn Morris  <rgm@gnu.org>
10047
10048         * mm-util.el (gnus-completing-read): Autoload.
10049         (mm-read-coding-system): Simplify Emacs definition.
10050
10051         * nnmail.el (gnus-activate-group):
10052         * nnimap.el (gnutls-negotiate):
10053         * nntp.el (netrc-parse): Fix declarations.
10054
10055 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
10058         string-match-p in Emacs >=23.
10059
10060         * gnus-msg.el (gnus-configure-posting-styles):
10061         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
10062
10063 2010-11-01  Glenn Morris  <rgm@gnu.org>
10064
10065         * nnir.el (declare-function): Add compat stub.
10066         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
10067         (nnir-run-gmane): Require 'mm-url.
10068
10069         * mm-util.el (mm-string-to-multibyte): Simplify.
10070
10071         * shr.el (declare-function): Add compat stub.
10072         (url-cache-create-filename): Declare.
10073         (mm-disable-multibyte, widget-convert-button): Autoload.
10074
10075         * smime.el (ldap-search): Declare.
10076         (smime-cert-by-ldap-1): Require ldap on Emacs.
10077
10078         * nnimap.el: Require nnmail, and gnus-sum when compiling.
10079         (nnimap-keepalive): Use gnus-float-time.
10080
10081         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
10082         (mail-source-delete-crash-box): Use gnus-float-time.
10083
10084         * gnus-dired.el (gnus-completing-read): Autoload.
10085
10086         * mm-view.el (gnus-rescale-image): Autoload.
10087
10088         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
10089
10090         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
10091
10092         * sieve-manage.el: Require 'cl when compiling.
10093
10094         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
10095         (gnus-iswitchb-completing-read): Require iswitchb.
10096         (gnus-select-frame-set-input-focus): Silence compiler.
10097
10098 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10099
10100         * message.el (message-subject-trailing-was-query): Change default to t,
10101         since I think that's what most people want.
10102
10103         * nnimap.el (nnimap-request-accept-article): Erase buffer before
10104         appending for easier debugging.
10105         (nnimap-wait-for-connection): Take a regexp.
10106         (nnimap-request-accept-article): Wait for the continuation line before
10107         sending anything unless we're streaming.
10108
10109         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
10110         leave the header washing to take place.
10111
10112 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
10113
10114         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
10115         regular expression match and replace in posting styles.
10116
10117 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
10118
10119         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
10120         an entire server.
10121         (nnir-get-active): New function.
10122         (nnir-run-imap): Use it.
10123         (nnir-run-gmane): Who knew, gmane search returns an article score!
10124
10125         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
10126         server on the current line with nnir.
10127
10128 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10129
10130         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
10131         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
10132         left edge.
10133         (gnus-article-foldable-buffer): Skip past the prefix when determining
10134         raggedness.
10135
10136         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
10137         the raw article, and change `C-u g' to show the article without doing
10138         treatments.
10139
10140         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
10141         on to `gnus-treat-article'.
10142         (gnus-inhibit-article-treatments): New variable.
10143
10144         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
10145
10146         * gnus-art.el (gnus-treatment-function-alist): Have
10147         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
10148         (gnus-treat-fill-long-lines): Change default to fill all text/plain
10149         sections.
10150
10151         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
10152         parameter.
10153         (gnus-article-fill-cited-long-lines): New function.
10154         (gnus-article-fill-cited-article): Allow filling only long sections.
10155
10156         * shr.el (shr-find-fill-point): Don't break lines between punctuation
10157         and non-punctuation (like after the apostrophe in "'We").
10158
10159         * gnus-sum.el (gnus-summary-select-article): Make sure
10160         gnus-original-article-buffer is alive.
10161
10162         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
10163         reflect the order they're in in the digest.
10164
10165         * gnus.el (gnus-group-startup-message): Move point to the start of the
10166         buffer.
10167
10168         * nnimap.el (nnimap-capability): New function.
10169         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
10170         is set.
10171
10172 2010-10-31  David Engster  <dengste@eml.cc>
10173
10174         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
10175         conform with changes to gnus-completing-read.
10176
10177 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10178
10179         * shr.el (shr-tag-img): Output "*" instead of "[img]".
10180
10181 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10182
10183         * nnir.el: Move defvar, defcustom around to keep file organized
10184         and keep byte-compiler quiet.
10185         (nnir-read-parms): Accept search-engine as arg.
10186         (nnir-run-query): Pass search-engine as arg.
10187         (nnir-search-engine): Remove.
10188
10189 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10190
10191         * shr.el (shr-generic): The text nodes should be text, not :text.
10192
10193         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
10194         later in the file.
10195
10196 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10197
10198         * nnir.el: General clean up.  Allow searching with multiple engines.
10199         Allow separate extra-parameters for each engine.
10200         Batch queries when possible.
10201         (nnir-imap-default-search-key, nnir-method-default-engines):
10202         Add customize interface.
10203         (nnir-run-gmane): New engine.
10204         (nnir-engines): Use it.  Qualify all prompts with engine name.
10205         (nnir-search-engine): Remove global variable.
10206         (nnir-run-hyrex): Restore for now.
10207         (nnir-extra-parms, nnir-search-history): New variables.
10208         (gnus-group-make-nnir-group): Use them.
10209         (nnir-group-server): Remove in favor of gnus-group-server.
10210         (nnir-request-group): Avoid searching twice.
10211         (nnir-sort-groups-by-server): New function.
10212
10213 2010-10-30  Julien Danjou  <julien@danjou.info>
10214
10215         * gnus-group.el: Remove gnus-group-fetch-control.
10216
10217         * gnus-start.el (gnus-find-new-newsgroups):
10218         Remove gnus-check-first-time-used.
10219
10220         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
10221
10222 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10223
10224         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
10225         set on groups that don't have \* permanentflags.
10226
10227 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10228
10229         * shr.el (shr-tag-span): Drop colorization of regions since we don't
10230         control the background color.
10231         (shr-tag-img): Ignore very small web bug type images.
10232         (shr-put-image): Add help-echo alt texts to the images.
10233         (shr-tag-video): Show the video poster image.
10234
10235 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10236
10237         * shr.el (shr-table-depth): New variable.
10238         (shr-tag-table-1): Only insert the images after the top-level table.
10239
10240         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
10241
10242         * gnus-util.el (gnus-list-memq-of-list): New function.
10243
10244         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
10245         selected.
10246         (nnimap-unsplittable-articles): New slot.
10247         (nnimap-new-articles): Use it.
10248
10249 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
10250
10251         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
10252         move to the previous line on `M-g'.
10253
10254 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10255
10256         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10257         *-request-group, which seems unnecessary.
10258
10259         * nnimap.el (nnimap-quote-specials): Function copied over from
10260         imap.el.
10261         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10262         they support that.  Suggested by Tom Regner.
10263
10264 2010-10-29  Julien Danjou  <julien@danjou.info>
10265
10266         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10267         defalias.
10268         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10269
10270         * gnus.el: Remove `gnus-nntp-service' variable.
10271         (gnus-secondary-servers): Make obsolete.
10272         (gnus-nntp-server): Make obsolete.
10273
10274         * gnus-start.el (gnus-1): Remove x-splash calls.
10275
10276         * gnus-ems.el (gnus-x-splash): Remove.
10277
10278         * gnus.el (gnus-group-startup-message): Simplify/update code.
10279
10280         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10281         definition.
10282
10283         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10284         capability before doing anything.
10285         (gnus-group-insert-group-line): Remove useless
10286         gnus-group-remove-excess-properties.
10287
10288 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10289
10290         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10291
10292 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10293
10294         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10295         config after reselecting.
10296
10297 2010-10-28  Julien Danjou  <julien@danjou.info>
10298
10299         * shr.el (shr-put-image): Use point even if only inserting text.
10300         (shr-put-image): Save excursion when inserting alt text on non-graphic
10301         display, so the behavior is the same when we are on a graphic display.
10302
10303         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10304
10305 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10306
10307         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10308         (gnus-mime-copy-part): Check coding system, not charset.
10309         (gnus-mime-view-part-externally): Never remove part.
10310         (gnus-mime-view-part-internally): Don't remove part here.
10311         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10312         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10313         multipart/alternative.
10314
10315         * mm-decode.el (mm-display-part): Take optional arg `force'.
10316
10317 2010-10-26  Julien Danjou  <julien@danjou.info>
10318
10319         * gnus-group.el (gnus-group-default-list-level): Add this function to
10320         compute the default list level.
10321         (gnus-group-default-list-level): Add possibility to use a function.
10322
10323 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10326
10327         * gnus-group.el (gnus-group-completing-read)
10328         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10329         gnus-replace-in-string.
10330
10331 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10332
10333         * shr.el (shr-tag-div): Add.
10334
10335         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10336
10337 2010-10-25  Julien Danjou  <julien@danjou.info>
10338
10339         * gnus-util.el: Remove `gnus-with-local-quit'.
10340
10341         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10342
10343 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10344
10345         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10346         the original article buffer.
10347
10348 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10349
10350         * nnimap.el (nnimap-request-head): New function.
10351         (nnimap-request-move-article): Try to be slightly faster by not
10352         requesting the entire message when moving.
10353         (nnimap-transform-headers): Don't bug out on bodiless articles.
10354         (nnimap-send-command): Have no outstanding messages if the IMAP server
10355         doesn't support streaming.
10356         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10357
10358 2010-10-24  Julien Danjou  <julien@danjou.info>
10359
10360         * message.el (message-default-headers): Fix type.
10361
10362 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10363
10364         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10365         prefetching images.
10366
10367         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10368         backend for unknown groups.  This is mainly useful for nnimap groups.
10369
10370         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10371         group isn't covered by the agent.
10372
10373 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10374
10375         * nnir.el (nnir-method-default-engines): New variable.
10376         (nnir-run-query): Use it.
10377         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10378         (gnus-summary-nnir-goto-thread): Change group if needed.
10379
10380         * gnus-group.el (gnus-group-group-map): Add key binding for
10381         gnus-group-make-nnir-group.
10382
10383 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10384
10385         * shr.el (shr-tag-object): Add.
10386
10387         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10388         original article buffer live.
10389         (gnus-summary-select-article-buffer):
10390         Mention gnus-widen-article-buffer.
10391
10392 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10393
10394         * shr.el (shr-tag-strong): Add.
10395
10396 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10397
10398         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10399         group names.  They mess up the group buffer badly.
10400
10401         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10402
10403         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10404         instead of the summary one.
10405
10406 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10407
10408         * mml.el (mml-preview): Work properly when editing article.
10409
10410         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10411         gnus-have-read-active-file if it's already been in.
10412
10413 2010-10-22  Tom Tromey  <tromey@redhat.com>
10414
10415         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10416         gnus-group-completing-read.
10417
10418 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10419
10420         * message.el (message-mode-map): Don't bind M-; to comment region, to
10421         allow the global comment-dwim to work.
10422
10423 2010-10-21  Julien Danjou  <julien@danjou.info>
10424
10425         * message.el (message-setup-1): Allow message-default-headers to be a
10426         function.
10427
10428 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * shr.el (shr-tag-table): Simplify.
10431
10432 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10433
10434         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10435         to avoid trying to snarf invalid stuff.
10436
10437         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10438
10439         * gnus.el (gnus-message-archive-group): Quote value.
10440         (gnus-message-archive-group): Mark as changed.
10441
10442         * shr.el (shr-add-font): Don't put the font properties on the newline
10443         or the indentation.
10444
10445         * message.el (message-fix-before-sending): Change options when sending
10446         non-printable characters.
10447
10448         * gnus.el (gnus-message-archive-method): Change the default to
10449         monthly outgoing groups.
10450
10451         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10452         that have gotten new numbers.
10453
10454         * nnimap.el (nnimap-request-replace-article): New function.
10455
10456 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10459         (nnrss-request-article): Don't use special html washing code.
10460
10461 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * shr.el (shr-tag-table): Remove useless nconc.
10464
10465 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10466
10467         * gnus-art.el (article-wash-html): Simplify and remove the charset
10468         stuff.  Use the normal html rendering code instead of the special html
10469         washing code.
10470
10471         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10472         `gnus-w3m' symbols.
10473         (mm-text-html-washer-alist): Remove.
10474
10475         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10476         (mm-inline-media-tests): Remove use.
10477         (mm-text-html-renderer): Change default to the `shr' symbol.
10478
10479         * mm-view.el (mm-inline-text-html): Remove use.
10480
10481         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10482         `gnus-blocked-images' to be a function.
10483         (gnus-article-wash-function): Remove.
10484
10485 2010-10-20  Julien Danjou  <julien@danjou.info>
10486
10487         * spam.el (spam-list-of-processors): Mark as obsolete.
10488
10489         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10490         (nnimap-insert-partial-structure): Fix boundary detection.
10491
10492 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10493
10494         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10495         run file-truename on remote files.  This can be expensive and even
10496         prevent one from editing drafts if some unrelated buffer has a stale
10497         connection.
10498
10499 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10500
10501         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10502         kinsoku-eol regardless of shr-kinsoku-shorten.
10503         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10504         (shr-tag-table): Support caption, thead, and tfoot.
10505
10506 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10507
10508         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10509         lines.
10510         (shr-save-contents): New command and keystroke.
10511
10512         * nndoc.el (nndoc-type-alist): Add git support.
10513         (nndoc-git-type-p): New function.
10514         (nndoc-transform-git-article): Ditto.
10515         (nndoc-transform-git-headers): Ditto.
10516         (nndoc-transform-git-headers): Generate Subject headers.
10517
10518         * shr.el (shr-parse-style): New function.
10519         (shr-tag-span): Ditto.
10520
10521         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10522         to `G G' to avoid collisions.
10523
10524 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10525
10526         * shr.el: Load kinsoku if necessary.
10527         (shr-kinsoku-shorten): New internal variable.
10528         (shr-find-fill-point): Make kinsoku shorten text line if
10529         shr-kinsoku-shorten is bound to non-nil.
10530         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10531         shr-indentation too when testing if table is wider than frame width.
10532         (shr-insert-table): Use `string-width' instead of `length' to measure
10533         text width.
10534         (shr-insert-table-ruler): Make sure indentation is done at bol.
10535
10536 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10537
10538         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10539         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10540         undecoded network data.
10541
10542 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10543
10544         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10545         name in the mode line spec so that the mode line menu works
10546         (bug#2431).
10547
10548         * message.el (message-get-reply-headers): If we're fed `to-address',
10549         then always use that.
10550
10551         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10552         aren't so wide as to need to switch off the edit menu.
10553
10554         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10555         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10556
10557         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10558         `M-g'.
10559         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10560         the permanent marks.
10561
10562 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10563
10564         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10565         Splitting according to references/in-reply-to obeys the ignore-groups
10566         variable, while splitting by sender and subject do not.
10567
10568 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10569
10570         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10571         alist, so that we can look for non-Unicode chars.
10572         (article-translate-strings): Allow both character and string maps.
10573
10574 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * shr.el (shr-insert): Don't insert space behind a wide character
10577         categorized as kinsoku-bol, or between characters both categorized as
10578         nospace.
10579
10580 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10581
10582         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10583         headers to gnus-newsgroup-headers.
10584
10585 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10586
10587         * shr.el (shr-tag-img): Don't align images -- since we're not
10588         rescaling, this often leads to ugly displays.
10589
10590 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10591
10592         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10593         duplicates.
10594
10595 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10596
10597         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10598         call.
10599
10600 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10601
10602         * gnus.el: Autoload gnus-html-show-images.
10603
10604         * nnimap.el: Use nnheader-message throughout.
10605
10606         * shr.el (shr-tag-img): Ignore images with no data.
10607
10608 2010-10-15  Julien Danjou  <julien@danjou.info>
10609
10610         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10611         a possibility to disable format=flow encoding when using hard newlines.
10612
10613 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10614
10615         * shr.el (shr-insert): Remove space inserted before or after a
10616         breakable character or at the beginning or the end of a line.
10617         (shr-find-fill-point): Do kinsoku; find the second best point or give
10618         it up if there's no breakable point.
10619
10620 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10621
10622         * nnimap.el (nnimap-open-connection): Message when opening connection
10623         for debugging purposes.
10624
10625         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10626         on every setup buffer call to allow this to change from article to
10627         article.
10628
10629         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10630         buffers where we have a wide table.
10631
10632 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10633
10634         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10635         uses *-request-thread.
10636
10637 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10638
10639         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10640         incantation, which is no longer valid.
10641
10642 2010-10-14  Julien Danjou  <julien@danjou.info>
10643
10644         * shr.el: Fix defcustom type (char -> character).
10645
10646 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10647
10648         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10649         programs.
10650
10651 2010-10-14  Julien Danjou  <julien@danjou.info>
10652
10653         * shr.el (shr-tag-a): Use url-link as widget type.
10654
10655         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10656         `gnus-group-get-icon'.
10657
10658 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10659
10660         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10661         This should make server editing work better.
10662
10663         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10664
10665         * tls.el (tls-program): Remove spurious %s from openssl.
10666
10667         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10668         (nnimap-parse-flags): Fix regexp.
10669
10670         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10671         probably work for CJVK text, too.
10672
10673         * nnimap.el (nnimap-extend-tls-programs): Remove.
10674         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10675
10676         * tls.el (tls-starttls-switches): Remove starttls hack.
10677         (open-tls-stream): Ditto.
10678         (tls-find-starttls-argument): Ditto.
10679
10680 2010-10-13  Julien Danjou  <julien@danjou.info>
10681
10682         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10683         responses.
10684
10685 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10686
10687         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10688
10689         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10690         anything in Emacs.
10691
10692         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10693
10694 2010-10-13  Julien Danjou  <julien@danjou.info>
10695
10696         * shr.el (shr-width): Make shr-width a defcustom with default to
10697         fill-column.
10698         (shr-tag-img): Use shr-width rather than fill-column.
10699
10700 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10701
10702         * dgnushack.el (byte-optimize-apply):
10703         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10704
10705         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10706         position when (X-)Faces exist.
10707         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10708         avatars when called interactively.
10709
10710 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10711
10712         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10713         gnus-article-x-face-too-ugly is bound.
10714
10715 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10716
10717         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10718
10719         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10720         mailbox that doesn't exist.
10721
10722 2010-10-12  Julien Danjou  <julien@danjou.info>
10723
10724         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10725         (shr-get-image-data): Encode URL properly when fetching from cache.
10726         (shr-tag-img): Use aligned-to spaces to align correctly images.
10727
10728         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10729         before inserting the Gravatar.
10730
10731         * shr.el (shr-tag-img): Add align attribute support for <img>.
10732
10733 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10734
10735         * gnus-gravatar.el (gnus-art): Require.
10736
10737         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10738         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10739         Remove long obsoleted functions.
10740
10741 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10742
10743         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10744
10745         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10746
10747         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10748         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10749         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10750         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10751         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10752         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10753         * sieve-manage.el, smime.el, spam.el:
10754         Fix comment for declare-function.
10755
10756 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10757
10758         * nnimap.el (nnimap-request-rename-group): Select group read-only
10759         before renaming it.
10760
10761         * shr.el (shr-insert): Fix up the white space only regexp.
10762
10763         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10764         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10765
10766         * shr.el (shr-current-column): New function.
10767         (shr-find-fill-point): New function.
10768
10769 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10770
10771         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10772         numbers.
10773
10774 2010-10-11  Julien Danjou  <julien@danjou.info>
10775
10776         * shr.el (shr-hr-line): Add.
10777         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10778         display hr lines.
10779         (shr-max-columns): Do not change state to nil if we just inserting
10780         spaces.
10781
10782 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10783
10784         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10785         select the last group.
10786
10787 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10788
10789         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10790
10791 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10792
10793         * dig.el (dig-mode-map): Declare and define in one step.
10794
10795 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10796
10797         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10798         for Gnus.
10799         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10800         (nnimap-update-qresync-info): Mark \Seen articles as read.
10801
10802         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10803         non-variable, too.
10804
10805         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10806         available.
10807         (nnimap-update-info): Rely more on the current active than the param
10808         active to avoid marking articles as read too much.
10809
10810         * auth-source.el (auth-source-create): Use (user-login-name) for the
10811         user name default.
10812
10813         * nnimap.el (nnimap-update-info): If the server doesn't return any
10814         useful info, just use the previous info.
10815         (nnimap-update-info): Prefer old info over start-article.
10816         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10817
10818 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10819
10820         * nnir.el (autoload): Clean up autoloads.
10821         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10822         Use key rather than value.
10823         (nnir-imap-search-other): New variable.
10824         (nnir-read-parm): Use it.
10825         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10826         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10827
10828 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10829
10830         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10831         the process, too.
10832
10833 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10834
10835         * spam.el (gnus-summary-mode-map): Bind to "$".
10836         Suggested by Russ Allbery.
10837
10838         * shr.el: Rework the way things are indented by <li> slightly.
10839
10840         * gnus.el (gnus-group-set-parameter): Fix typo.
10841
10842         * nnimap.el: Start implementing QRESYNC support.
10843
10844 2010-10-09  Julien Danjou  <julien@danjou.info>
10845
10846         * nnir.el (nnir-engines): Fix too many arguments.
10847
10848 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10849
10850         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10851         group is the "last", so that the backends like nnfolder actually save
10852         their folders.
10853
10854         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10855         try to use that for the tls stream.
10856         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10857         UIDVALIDITY and find out which groups are read-only and not.
10858         (nnimap-get-flags): Use the same marks parsing code as the rest of
10859         nnimap.
10860
10861 2010-10-09  Julien Danjou  <julien@danjou.info>
10862
10863         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10864
10865         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10866         retrieving gravatars.
10867
10868         * shr.el (shr-table-corner): Add.
10869         (shr-table-line): Add.
10870         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10871
10872 2010-10-08  Julien Danjou  <julien@danjou.info>
10873
10874         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10875
10876 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10877
10878         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10879
10880         * gnus-sum.el (gnus-mark-article-as-unread)
10881         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10882         (gnus-summary-set-bookmark): Use it.
10883
10884         * gnus-msg.el (gnus-setup-message): Use it.
10885
10886         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10887
10888         * gnus.el (gnus-group-remove-parameter): Use it.
10889
10890         * gnus-group.el (gnus-group-make-web-group): Use it.
10891
10892         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10893
10894         * nnregistry.el: Update docs to mention manual.
10895
10896         * gnus-registry.el: Update docs to mention nnregistry.el.
10897         (gnus-registry-initialize): Don't install nnregistry refer method
10898         automatically.
10899         (gnus-registry-install-nnregistry): Remove it.
10900
10901 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10902
10903         * shr.el (shr-insert): Don't insert double spaces.
10904
10905 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10906
10907         * gnus-gravatar.el (gnus-treat-from-gravatar)
10908         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10909         called interactively.
10910
10911         * gnus-art.el (gnus-mime-view-part-externally)
10912         (gnus-mime-view-part-internally): Make predicate function passed to
10913         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10914         of a mime type.
10915
10916         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10917
10918 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10919
10920         * shr.el (require): Require cl when compiling.
10921         (shr-tag-hr): New function.
10922
10923         * nnimap.el (nnimap-update-info): Remove double setting of high.
10924         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10925         This makes nnimap work properly on Courier again.
10926
10927         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10928         the variable for backwards compatibility.
10929
10930         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10931         the file name before using to avoid setting mm-default-directory to
10932         nil.
10933
10934         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10935         bidning gnus-agent variables.
10936
10937         * shr.el (shr-render-td): Use a cache for the table rendering function
10938         to avoid getting an exponential rendering behavior in nested tables.
10939         (shr-insert): Rework the line-breaking algorithm.
10940         (shr-insert): Don't leave trailing spaces.
10941         (shr-insert-table): Also insert empty TDs.
10942         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10943
10944 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10945
10946         * gnus-sum.el (gnus-number): Rename from `number'.
10947         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10948         (gnus-summary-limit-children): Update uses correspondingly.
10949
10950 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10951
10952         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10953         (gnus-gravatar-transform-address): Don't show avatars of people of
10954         which mail addresses match gnus-gravatar-too-ugly.
10955
10956 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10957
10958         * shr.el (shr-table-widths): Expand TD elements to fill available
10959         space.
10960
10961 2010-10-07  Julien Danjou  <julien@danjou.info>
10962
10963         * nnimap.el (nnimap-request-rename-group): Add this method.
10964
10965 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10966
10967         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10968         name from XEmacs' function-arglist.
10969
10970         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10971         gravatar under XEmacs.
10972
10973 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10974
10975         * auth-source.el: Update docs with TODO items.
10976
10977         * gnus-sync.el: Update docs to explain state and plans.
10978
10979         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10980         Hooks for mark updates.
10981         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10982
10983         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10984         hooks with arguments, which is needed for mark update hooks.
10985
10986 2010-10-06  Julien Danjou  <julien@danjou.info>
10987
10988         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10989         was matched.
10990
10991         * sieve-manage.el: Update example in `Commentary'.
10992
10993         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10994
10995         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10996         not 2000.
10997         (sieve-manage-authenticate): Re-add function.
10998
10999 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11000
11001         * shr.el (shr-insert): Get 'space transition right.
11002         (shr-render-td): Only delete space at the end of the TD.
11003
11004         * nnimap.el (nnimap-open-connection): Prepare to support
11005         open-gnutls-stream.
11006
11007         * shr.el: Rearrange function order to be more logical.
11008
11009 2010-10-06  Julien Danjou  <julien@danjou.info>
11010
11011         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
11012         (nnrss-discover-feed): Remove 404 URL in docstring.
11013
11014         * nnir.el: Fix Swish-E URL.
11015         Fix Namazu URL.
11016
11017         * message.el (message-change-subject): Remove 404 URL in a comment.
11018
11019 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11020
11021         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
11022         called interactively.
11023
11024         * gnus-util.el (gnus-remove-if): Allow hash table.
11025         (gnus-remove-if-not): New function.
11026
11027         * gnus-art.el (gnus-mime-view-part-as-type):
11028         * gnus-score.el (gnus-summary-score-effect):
11029         * gnus-sum.el (gnus-read-move-group-name):
11030         Replace remove-if-not with gnus-remove-if-not.
11031
11032         * gnus-group.el (gnus-group-completing-read):
11033         Regard collection as a hash table if it is not a list.
11034
11035 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11036
11037         * shr.el (shr-render-td): Allow blank/missing <TD>s.
11038
11039         * shr.el: Document the table-rendering algorithm.
11040
11041 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11042
11043         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
11044         for Emacsen having no `libxml-parse-html-region' support.
11045
11046 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11047
11048         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
11049         invalid URLs.
11050
11051         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
11052         line-broken.
11053         (shr-tag-img): Ignore image fetching errors.
11054         (shr-overlays-in-region): Compute overlay positions correctly.
11055
11056         * mm-decode.el (mm-shr): Require shr.
11057
11058         * gnus-art.el (gnus-blocked-images): Move variable here.
11059
11060         * shr.el (shr-insert-table): Bind free variable.
11061
11062         * mm-decode.el (mm-shr): Bind shr-content-function.
11063
11064         * shr.el (shr-content-function): New variable.
11065
11066         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
11067         added for symmetry.
11068
11069         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
11070
11071         * gnus-group.el (gnus-group-make-group): Doc fix.
11072
11073         * nnimap.el (nnimap-request-newgroups): Return success.
11074
11075         * shr.el (shr-find-elements): New function.
11076         (shr-tag-table): Put all the images after the table.
11077         (shr-tag-table): Really inhibit images inside the table.
11078         (shr-collect-overlays): Copy over overlays from the TD elements to the
11079         main document.
11080
11081         * mm-decode.el (mm-shr): Bind shr-blocked-images to
11082         gnus-blocked-images.
11083
11084 2010-10-05  Julien Danjou  <julien@danjou.info>
11085
11086         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
11087
11088         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
11089         (gnus-html-maximum-image-size): Add this function.
11090         (gnus-html-put-image): Use gnus-html-maximum-image-size.
11091
11092         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
11093         server-value of the capability is nil.
11094
11095 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11096
11097         * shr.el (shr-tag-em): Add <EM> tag.
11098
11099 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
11100
11101         * sieve-manage.el (sieve-manage-default-stream): Make default stream
11102         customizable.
11103
11104         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
11105         handing broken links to browse-url.
11106
11107 2010-10-05  Julien Danjou  <julien@danjou.info>
11108
11109         * gnus-util.el (gnus-emacs-completing-read)
11110         (gnus-iswitchb-completing-read): Use autoload rather than require.
11111
11112 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11113
11114         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
11115         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
11116         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
11117         iswitchb-temp-buflist for XEmacs.
11118
11119         * gnus-util.el (gnus-completing-read-function): Exclude
11120         gnus-icompleting-read and gnus-ido-completing-read from candidates for
11121         XEmacs since iswitchb.el is very old and ido.el is unavailable in
11122         XEmacs.
11123
11124         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
11125         not to use `delete-dups' that is unavailable in XEmacs 21.4.
11126
11127         * gnus-html.el: Don't require help-fns under XEmacs.
11128         (gnus-html-schedule-image-fetching): Work for XEmacs.
11129
11130         * mm-decode.el (mm-shr): Decode contents by charset.
11131
11132 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11133
11134         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
11135         unknown.
11136
11137         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
11138         (shr-get-image-data): Ensure against the cache file missing.
11139
11140         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
11141         for data.
11142
11143         * spam-report.el (spam-report-url-ping-plain): Don't query about
11144         killing the process.
11145
11146         * shr.el (shr-render-td): Protect against too-wide text.
11147
11148 2010-10-04  Julien Danjou  <julien@danjou.info>
11149
11150         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
11151         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
11152
11153         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
11154         retrieved.
11155
11156 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11157
11158         * shr.el (browse-url): Require.
11159         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
11160         lines.
11161         (shr-show-alt-text, shr-browse-image): New commands.
11162         (shr-browse-url, shr-copy-url): New commands.
11163
11164         * gnus-sum.el (gnus-widen-article-window): New variable.
11165         (gnus-summary-select-article-buffer): Use it.
11166
11167         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
11168         without @ signs.
11169
11170 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11171
11172         * nnir.el (nnir-run-imap): Remove spurious space in search string.
11173
11174 2010-10-04  Julien Danjou  <julien@danjou.info>
11175
11176         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
11177         for XEmacs.
11178
11179 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11180
11181         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
11182
11183         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
11184         (nnimap-close-server): Implement.
11185
11186         * dgnushack.el (iswitchb): Require to shut up the compiler.
11187
11188         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
11189         (shr-insert): Tweak line breaking.
11190         (shr-insert): Handle <pre> better.
11191         (shr-tag-li): Get <li> indentation right.
11192         (shr-tag-li): Get <li> indentation even righter.
11193         (shr-tag-blockquote): Ensure paragraph start.
11194         (shr-make-table): Tweak table generation.
11195         (shr-make-table): Fix typo.
11196
11197         * shr.el: Implement table rendering.
11198
11199 2010-10-04  Julien Danjou  <julien@danjou.info>
11200
11201         * gnus-html.el (gnus-html-put-image): Fix resize image code.
11202
11203 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11204
11205         * shr.el (shr-insert): Use string anchors instead of line anchors.
11206
11207 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11208
11209         * shr.el: Add headings.
11210         (shr-ensure-paragraph): Actually work.
11211         (shr-tag-li): Make <ul> prettier.
11212         (shr-insert): Get white space at the beginning/end of elements right.
11213         (shr-tag-p): Collapse subsequent <p>s.
11214         (shr-ensure-paragraph): Don't insert double line feeds after blank
11215         lines.
11216         (shr-insert): \t is also space.
11217         (shr-tag-s): Fix "s" tag name function.
11218         (shr-tag-s): Fix face prop name.
11219
11220 2010-10-03  Julien Danjou  <julien@danjou.info>
11221
11222         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
11223
11224         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
11225         gnus-window-inside-pixel-edges.
11226
11227         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
11228         gnus-ems.
11229
11230         * mm-view.el (mm-inline-image-emacs): Support image resizing.
11231
11232         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
11233         function.
11234
11235         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
11236         resize choice.
11237
11238 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11239
11240         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
11241         beginning of the buffer.
11242
11243         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
11244         article buffer again.
11245
11246         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
11247
11248         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
11249         when it's at the start of the buffer.
11250
11251         * shr.el (shr-tag-blockquote): Convert name.
11252         (shr-rescale-image): Use the right image-size variant.
11253
11254         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11255         buffer isn't shown, then select the current article first instead of
11256         bugging out.
11257         (gnus-summary-select-article-buffer): Show both the article and summary
11258         buffers again.
11259
11260         * shr.el (shr-fontize-cont): Protect against regions with no text.
11261         Rename tag functions to shr-tag-* for enhanced security.
11262         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11263
11264 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11265
11266         * shr.el (shr-insert):
11267         * pop3.el (pop3-movemail):
11268         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11269         loaded.
11270
11271 2010-10-03  Glenn Morris  <rgm@gnu.org>
11272
11273         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11274
11275         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11276
11277         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11278
11279         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11280
11281         * gnus-util.el (gnus-make-local-hook): Simplify.
11282
11283 2010-10-02  Julien Danjou  <julien@danjou.info>
11284
11285         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11286         (gnus-ido-completing-read): New function.
11287         (gnus-emacs-completing-read): New function.
11288         (gnus-completing-read): Use gnus-completing-read-function.
11289         Add gnus-completing-read-function.
11290
11291 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11292
11293         * shr.el (shr-insert-document): Autoload.
11294         (shr-img): Be silent.
11295         (shr-insert): Add a newline after every picture before text.
11296         (shr-add-font): Use overlays for combining faces.
11297         (shr-insert): Pass upwards the text start point.
11298
11299         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11300         possible.
11301         (mm-shr): New function.
11302
11303 2010-10-02  Julien Danjou  <julien@danjou.info>
11304
11305         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11306         should go backward.
11307
11308 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11309
11310         * shr.el (shr): Fix typo in provide call.
11311
11312 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11313
11314         * shr.el: New file.
11315
11316         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11317
11318         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11319         completing read.
11320
11321 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11322
11323         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11324         we're being queried about.  Suggested by Dan Jacobson.
11325
11326         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11327         Suggested by Jason Eisner.
11328
11329         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11330         table, too.  Suggested by Stefan Wiens.
11331         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11332         the table unnecessary.  Suggested by Stefan Wiens.
11333
11334         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11335         longer needed, and probably doesn't work either, as pointed out by
11336         Stefan Wiens.
11337         (gnus-summary-exit): Remove call to the clearing function.
11338         (gnus-summary-exit-no-update): Ditto.
11339
11340         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11341         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11342         Reported by Stefan Monnier.
11343         (gnus-summary-save-in-rmail): Ditto.
11344
11345         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11346         article buffer, instead of both the article buffer and the summary
11347         buffer.  Sort of suggested by Dan Jacobson.
11348
11349         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11350
11351         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11352         Suggested by Dan Jacobson.
11353
11354         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11355         documentation clearer.
11356
11357         * message.el (message-shorten-references): Comment on the number "21".
11358         Suggested by Stefan Monnier.
11359
11360         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11361         Suggested by Dan Jacobson.
11362
11363         * gnus.el (gnus-large-newsgroup):
11364         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11365
11366         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11367         externalize attachments.  Bug reported by Steve Wen.
11368
11369         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11370         really message anything to the user.
11371
11372         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11373         directly.
11374
11375         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11376         messages in empty groups.
11377
11378 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11379
11380         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11381         non-UIDNEXT group.
11382
11383 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11384
11385         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11386         not the value from the collection.
11387
11388         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11389         values.  This sometimes happens on some groups that have no info.
11390         (nnimap-request-newgroups): New function.
11391
11392 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11393
11394         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11395         check into `gnus-registry-initialize'.
11396         (gnus-registry-initialize): Ditto.
11397         Fix and extend header docs.
11398
11399 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11400
11401         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11402         regexp backtrace overflows.
11403
11404         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11405         for starttls that tls.el implements; i.e. openssl.
11406
11407         * tls.el (tls-starttls-switches): Give up on using starttls with
11408         gnutls-cli.
11409         (tls-program): Add --insecure to be consistent with the defaults from
11410         openssl s_client.  Now all three commands are insecure.
11411
11412 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * lpath.el: Bind completion-styles-alist for XEmacs.
11415
11416         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11417         (gravatar-create-image): New function that's an alias to
11418         gnus-xmas-create-image, gnus-create-image, or create-image.
11419         (gravatar-data->image): Use it.
11420
11421 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11422
11423         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11424         install the nnregistry refer method.
11425         (gnus-registry-install-hooks): Use it.
11426         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11427         unfollowed groups.
11428
11429 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11430
11431         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11432         expanding threads.
11433
11434 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11435
11436         * nnir.el: Use the server names without suffixes (bug#7009).
11437
11438         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11439         unencrypted to STARTTLS, if possible.
11440
11441 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11442
11443         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11444         headers before superseding.
11445
11446 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11447
11448         * nnrss.el (nnrss-use-local): Add documentation.
11449
11450         * nnimap.el (nnimap-extend-tls-programs): New function.
11451         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11452         (nnimap-wait-for-connection): Accept the greeting from the stupid
11453         output from openssl s_client -starttls, too.
11454
11455         * tls.el (tls-starttls-switches): New variable.
11456         (tls-find-starttls-argument): Use it.
11457         (open-tls-stream): Ditto.
11458
11459         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11460         (netrc-machine): Ditto.
11461
11462         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11463         article number.
11464         (nnimap-split-fancy): New variable.
11465         (nnimap-split-incoming-mail): Use it.
11466
11467         * nntp.el (nntp-server-list-active-group): Document.
11468
11469         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11470         SELECT to get the message-id.
11471
11472         * mail-source.el (mail-sources): Remove webmail support.
11473         (defvar): Ditto.
11474         (mail-source-fetcher-alist): Ditto.
11475         (mail-source-fetch-webmail): Remove.
11476
11477         * webmail.el: Remove -- doesn't seem relevant any more.
11478
11479         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11480
11481         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11482         the \r.
11483
11484 2010-09-30  Julien Danjou  <julien@danjou.info>
11485
11486         * gnus-agent.el (gnus-agent-add-group): Fix call to
11487         gnus-completing-read.
11488
11489 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11490
11491         * nndoc.el (nndoc-retrieve-groups): New function.
11492
11493         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11494         `default', use nnmail-split-methods.
11495         (nnimap-request-article): Downcase the NILs so that they are nil.
11496
11497         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11498         symbol.
11499
11500         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11501         code, since if the user has requested network, that's what they ought
11502         to get.
11503         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11504         (nnimap-split-rule): Mark as obsolete.
11505
11506         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11507         New variable.
11508
11509         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11510         correct slot, too.
11511
11512 2010-09-29  Julien Danjou  <julien@danjou.info>
11513
11514         * gnus.el (gnus-local-domain): Declare variable obsolete.
11515
11516         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11517         Fix history computing.
11518         (gnus-ido-completing-read): Require ido.
11519
11520 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11521
11522         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11523         build Gnus.
11524
11525         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11526         when interpreting the structures.
11527         (nnimap-request-accept-article): Add \r\n to the lines to make this
11528         work with Cyrus.
11529
11530         * nndraft.el (nndraft-request-expire-articles): Use the group name
11531         instead if "nndraft".  Fix found by Nils Ackermann.
11532
11533 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11534
11535         * nnregistry.el: Add.
11536
11537 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11538
11539         * nnmail.el (group, group-art-list, group-art):
11540         Remove unneeded directives.
11541
11542 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11545         (mm-mime-charset):
11546         * rfc2047.el (rfc2047-syntax-table):
11547         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11548
11549         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11550         rather than `insert-file-contents' and `eval-region'.
11551
11552         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11553         construction.
11554
11555         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11556
11557         * time-date.el: No need to require cl for Emacs 21.
11558
11559 2010-09-29  Julien Danjou  <julien@danjou.info>
11560
11561         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11562         replacement of `gnus-gravatar-relief' to mimic
11563         `gnus-faces-properties-alist'.
11564         Add :version property.
11565
11566 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * mail-source.el (mail-source-report-new-mail):
11569         * message.el (message-default-mail-headers):
11570         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11571
11572         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11573
11574 2010-09-28  Julien Danjou  <julien@danjou.info>
11575
11576         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11577         mail-address contains the same string as real-name.
11578
11579         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11580         non-blank in header, otherwise it'll get stripped.
11581
11582         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11583         real-name, and then for mail address rather than doing : or , search.
11584
11585 2010-09-27  Julien Danjou  <julien@danjou.info>
11586
11587         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11588         right completing-read function.
11589         (gnus-use-ido): New variable
11590         (gnus-completing-read-with-default): Remove.
11591         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11592         (gnus-agent-add-group):
11593         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11594         * mm-view.el (mm-view-pkcs7-decrypt):
11595         * mm-util.el (mm-codepage-setup):
11596         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11597         * mml-smime.el (mml-smime-openssl-sign-query):
11598         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11599         (mml-insert-multipart):
11600         * gnus-msg.el (gnus-summary-yank-message):
11601         * gnus-int.el (gnus-start-news-server):
11602         * mm-decode.el (mm-interactively-view-part):
11603         * gnus-dired.el (gnus-dired-attach):
11604         * gnus.el (gnus-read-method):
11605         * gnus-bookmark.el (gnus-bookmark-jump):
11606         * gnus-art.el (gnus-mime-view-part-as-type)
11607         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11608         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11609         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11610         * nnmairix.el (nnmairix-create-server-and-default-group)
11611         (nnmairix-update-groups, nnmairix-get-server)
11612         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11613         (nnmairix-get-group-from-file-path):
11614         * nnrss.el (nnrss-find-rss-via-syndic8):
11615         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11616         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11617         (gnus-group-browse-foreign-server):
11618         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11619         (gnus-summary-execute-command, gnus-summary-respool-article)
11620         (gnus-read-move-group-name):
11621         * gnus-score.el (gnus-summary-increase-score)
11622         (gnus-summary-score-effect):
11623         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11624
11625 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11626
11627         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11628         x-focus-frame.
11629
11630         * nnimap.el (auth-source-forget-user-or-password)
11631         (auth-source-user-or-password): Autoload.
11632
11633         * message.el (message-from-style, message-interactive)
11634         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11635         (message-yank-prefix, message-indentation-spaces, message-signature)
11636         (message-signature-file): Add comment.
11637
11638 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11639
11640         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11641         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11642         new articles.
11643
11644         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11645         parts.
11646         (nnimap-request-article): Work with the t setting, too.
11647
11648         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11649         that you don't get flashes of other buffers.
11650         (gnus-summary-show-complete-article): Intern before setting.
11651
11652 2010-09-27  David Engster  <dengste@eml.cc>
11653
11654         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11655         well as HEADERS.
11656         (nnmairix-retrieve-headers): Provide new argument for the above.
11657
11658 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11659
11660         * gnus-sum.el (gnus-summary-move-article): Don't alter
11661         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11662         group.
11663
11664         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11665
11666         * message.el (message-cite-prefix-regexp): Revert my last edit.
11667
11668         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11669         variable instead of the Gnus variable.
11670
11671         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11672
11673         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11674
11675         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11676         since some servers don't like it.
11677         (nnimap-open-connection): Forget credentials if the server says the
11678         password was wrong.
11679         (nnimap-parse-line): Protect against invalid data.
11680
11681         * gnus-sum.el (gnus-summary-move-article): Add comment.
11682         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11683         nothing alters it while scanning for new messages.
11684
11685         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11686         which may or may not help.
11687         (nnimap-open-connection): If we're doing a stream connection, and then
11688         discover we're on a STARTTLS-capable server, then open a STARTTLS
11689         connection instead.
11690
11691 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11692
11693         * nnimap.el (utf7): Require.
11694
11695         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11696         prefix.
11697
11698 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11699
11700         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11701
11702 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11703
11704         * nnimap.el (nnimap-request-accept-article): Message the error on
11705         error.
11706
11707 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11708
11709         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11710
11711 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11712
11713         * nndoc.el (nndoc-request-list): Return success always.
11714
11715         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11716         `fetch-old' -- we only want to fetch the articles we've requested.
11717         The rest are in the agent, probably.
11718         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11719         disappeared server" to something low.  It's not important.
11720
11721         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11722         arrived before the FETCH data.
11723
11724         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11725         target here, because we don't know the Gnus name of the group.
11726
11727         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11728         for the correct group.
11729
11730         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11731
11732         * gnus.el (gnus): Give a final warning after startup.
11733
11734         * gnus-util.el (gnus-action-message-log): New variable.
11735         (gnus-message): Use it.
11736         (gnus-final-warning): New function.
11737
11738         * nnimap.el (nnimap-open-connection): Record the greeting.
11739         (nnimap): Add greeting.
11740
11741 2010-09-26  Julien Danjou  <julien@danjou.info>
11742
11743         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11744         arguments.
11745         (gnus-html-wash-images): Fix spec computing to include start/end.
11746
11747         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11748
11749 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11750
11751         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11752         deletion.
11753         (nnimap-retrieve-headers): Don't select the group, because that's
11754         already done by nnimap-possibly-change-group.
11755
11756         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11757         (gnus-picon-transform-address): Use it.
11758
11759         * mail-source.el (mail-source-value): Revert previous patch.
11760
11761         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11762         on failure.
11763         (nnimap-open-connection): Look up both virtual and physical server name
11764         credentials.
11765
11766         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11767
11768 2009-02-07  Dave Love  <fx@gnu.org>
11769
11770         * tls.el (open-tls-stream): Don't query killing process.
11771
11772 2009-02-08  Dave Love  <fx@gnu.org>
11773
11774         * gnus-win.el (gnus-window-to-buffer-helper)
11775         (gnus-all-windows-visible-p): Function needn't be a symbol.
11776
11777         * mail-source.el (mail-source-value): Function needn't be a symbol.
11778
11779 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11780
11781         * message.el (message-cite-prefix-regexp): Remove } from the cite
11782         prefix.
11783
11784         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11785         highlight again, so that the highlight is correct.
11786
11787         * gnus-picon.el (gnus-picon): Remove again.
11788         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11789
11790         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11791         doing the header highlightling, so that the background color of the
11792         picon is correct.
11793
11794         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11795         (gnus-picon): Ditto.
11796         (gnus-picon): Reinstate.  The background color for picons is white.
11797         (gnus-picon-insert-glyph): Make the background white.
11798
11799         * nnml.el (nnml-open-nov): Don't return dead buffers.
11800
11801         * auth-source.el (auth-source-create): Query the user for whether to
11802         store the credentials.
11803
11804         * netrc.el (netrc-store-data): New function.
11805
11806         * auth-source.el (auth-source-user-or-password): Use the existing auth
11807         sources, if any, for creation.
11808
11809         * gnus.el (gnus-group-fast-parameter): Return the last matching
11810         parameter instead of the first matching parameter.
11811
11812 2010-09-26  Julien Danjou  <julien@danjou.info>
11813
11814         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11815
11816 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11817
11818         * mml2015.el (mml2015-use): Remove gpg support.
11819
11820         * mml1991.el (mml1991-function-alist): Remove gpg function.
11821         (mml1991-gpg-sign): Remove.
11822
11823 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11824
11825         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11826         (gnus-browse-unsubscribe-current-group): Document it.
11827         (gnus-browse-unsubscribe-group): Use it.
11828
11829 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11830
11831         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11832         address to the To list for easier response.
11833
11834         * gnus.el (gnus-play-startup-jingle): Remove.
11835         (gnus-splash): Don't play jingle.
11836         (gnus): Silence gnus-load message.
11837
11838         * gnus-art.el (gnus-treat-play-sounds): Remove.
11839
11840         * gnus.el (gnus-play-jingle): Remove audio support.
11841
11842         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11843
11844         * earcon.el: Remove -- no users.
11845
11846         * gnus-audio.el: Remove -- no users of this package.
11847
11848         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11849
11850         * gnus-start.el (gnus-setup-news): Remove nocem support.
11851
11852         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11853
11854         * gnus.el (gnus-use-nocem): Remove.
11855
11856         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11857         Remove.
11858
11859         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11860         uses NoCeM any more.
11861
11862         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11863         (gnus-button-ctan-handler): Ditto.
11864         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11865         (gnus-button-ctan-directory-regexp): Ditto.
11866         (gnus-button-handle-ctan): Ditto.
11867         (gnus-button-tex-level): Ditto.
11868         (gnus-button-alist): Remove CTAN stuff.
11869
11870 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11871
11872         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11873         nnimap-streaming test.
11874
11875         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11876         servers twice.
11877
11878         * nnimap.el (nnimap-open-connection): Add more error reporting when
11879         nnimap fails early.
11880
11881         * nnheader.el (nnheader-get-report-string): New function.
11882         (nnheader-get-report): Use it.
11883
11884         * gnus-int.el (gnus-check-server): Say what the error was when opening
11885         failed.
11886
11887         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11888         using streaming.
11889
11890 2010-09-25  Julien Danjou  <julien@danjou.info>
11891
11892         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11893         gnus-window-inside-pixel-edges.
11894
11895 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11896
11897         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11898
11899         * mm-decode.el (mm-save-part): Allow saving to other directories the
11900         normal Emacs way.
11901
11902         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11903         Suggested by Jay Berkenbilt.
11904
11905         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11906         there isn't a single byte.
11907
11908         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11909         just do it.  It doesn't really seem to matter what the user responds
11910         here, I think, so it's just a confusing question.
11911
11912         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11913         non-streaming case.
11914
11915         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11916         (gnus-article-encrypt-body): Use it.
11917
11918         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11919         keystroke.
11920
11921         * nnimap.el (nnimap-find-wanted-parts-1):
11922         Use gnus-fetch-partial-articles.
11923
11924         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11925
11926         * nnimap.el (nnimap-insert-partial-structure): New function.
11927         (nnimap-get-partial-article): New function.
11928         (nnimap-request-article): Use it.
11929         (nnimap-wait-for-response): Return whether the wait was successful.
11930         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11931         retrieval wasn't successful.
11932         (nnimap-retrieve-group-data-early): Allow throttling servers.
11933         (nnimap-streaming): New variable.
11934         (nnimap-fetch-partial-articles): Remove.
11935
11936         * mm-decode.el (mm-with-part): Protect against killed buffers.
11937
11938         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11939         for prettier summary display.
11940
11941 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11942
11943         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11944
11945 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11946
11947         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11948         apparently third-party libraries depend on it.
11949
11950         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11951         before starting negotiation.
11952
11953         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11954         privacy reasons.
11955         (gnus-treat-mail-gravatar): Ditto.
11956
11957         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11958         buffer when inserting images.  Inserting text into the headers, for
11959         instance, can make them invalid.
11960
11961 2010-09-25  Julien Danjou  <julien@danjou.info>
11962
11963         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11964         variables.
11965
11966         * nnheader.el: Remove useless variables news-reply-yank-from and
11967         news-reply-yank-message-id.
11968
11969         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11970         variables.
11971
11972         * mml1991.el: Remove useless mml1991-verbose.
11973
11974         * gnus.el: Remove useless variable gnus-use-generic-from.
11975         Remove obsolete variable gnus-topic-indentation.
11976
11977         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11978
11979         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11980
11981         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11982
11983         * gnus-group.el: Remove useless gnus-group-icon-cache.
11984         Remove useless gnus-ephemeral-group-server.
11985
11986         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11987
11988         * mml2015.el: Remove useless mml2015-verbose.
11989
11990         * mml-smime.el: Remove useless mml-smime-verbose.
11991
11992         * gnus.el: Remove useless gnus-local-domain.
11993
11994         * gnus-gravatar.el (gnus-gravatar-transform-address):
11995         Use gnus-gravatar-size.
11996
11997         * gnus-art.el: Remove useless gnus-treat-translate.
11998
11999 2010-09-24  Julien Danjou  <julien@danjou.info>
12000
12001         * gnus-sum.el: Add support for Gravatars.
12002
12003         * gnus-art.el: Add support for Gravatars.
12004
12005         * gnus-gravatar.el: Add this file.
12006
12007         * gravatar.el: Add this file.
12008
12009 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12010
12011         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
12012
12013         * gnus-group.el (gnus-group-fetch-faq): Remove.
12014
12015         * gnus.el (gnus-group-faq-directory): Remove.
12016
12017         * gnus-group.el (gnus-group-fetch-charter): Remove.
12018
12019         * gnus.el (gnus-group-charter-alist): Remove.
12020
12021         * gnus-group.el (gnus-group-archive-directory): Remove.
12022         (gnus-group-recent-archive-directory): Ditto.
12023         (gnus-group-make-archive-group): Remove.
12024
12025         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
12026
12027         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
12028         use the same article number for all the cached articles.
12029
12030         * nnimap.el (nnimap-command): Register the last command time so
12031         that we can use it for idling NOOPs.
12032         (nnimap-open-connection): Start the keeplive timer.
12033         (nnimap-make-process-buffer): Store all the process buffers.
12034         (nnimap-keepalive): New function.
12035
12036         * starttls.el (starttls-open-stream): Add autoload cookie.
12037
12038 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
12039
12040         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
12041         handling.
12042
12043 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12044
12045         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
12046         its data structures.
12047
12048         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
12049         instead of the cl.el copy-list.
12050         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
12051         equalp.
12052
12053 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
12056         and tool-bar-local-item-from-menu.
12057
12058         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
12059         mode-line-highlight face for Emacs.
12060
12061         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
12062         loading gnus-sum.elc; fix comment for canlock-verify.
12063         (gnus-article-jump-to-part): Use read-number.
12064         (gnus-insert-mime-button, gnus-insert-mime-security-button):
12065         Remove Emacs pre-21 compatible code for help-echo.
12066         (gnus-article-next-page-1): No need to adjust the number of lines.
12067         (gnus-article-describe-bindings): Always use help-buffer.
12068
12069         * gnus-audio.el (gnus-audio-inline-sound):
12070         * gnus-cus.el (gnus-custom-mode):
12071         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
12072
12073         * gnus-sum.el (gnus-remove-overlays): Doc fix.
12074
12075         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
12076         compatible code.
12077
12078 2010-09-24  Glenn Morris  <rgm@gnu.org>
12079
12080         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
12081         visiting the fcc file in rmail-mode.
12082
12083         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
12084
12085 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12086
12087         * nnir.el: Silence the byte compiler.
12088
12089         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
12090         alias to browse-url-url-encode-chars if any.
12091         (gnus-html-encode-url): Use it.
12092
12093 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12094
12095         * gnus-start.el (gnus-use-backend-marks): New variable.
12096         (gnus-get-unread-articles-in-group): Use it.
12097
12098         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
12099         makeover.
12100
12101 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12102
12103         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
12104
12105 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12106
12107         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
12108         Remove.
12109         (gnus-setup-news-hook):
12110         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
12111
12112         * gnus-int.el (gnus-request-update-info): Protect against backends not
12113         having the function.
12114
12115         * nnimap.el (nnimap-stream): Mention starttls.
12116         (nnimap-open-connection): Add starttls support.
12117
12118 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12119
12120         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
12121
12122 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12123
12124         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
12125         BODYSTRUCTUREs.
12126         (nnimap-transform-headers): Unfold quoted {42} headers.
12127
12128         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
12129         the info.
12130         (gnus-get-unread-articles): Only call updatep on backends that support
12131         it.
12132
12133         * nnweb.el (nnweb-request-update-info): NOOP.
12134
12135         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
12136
12137         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
12138         since it only deals with marks.
12139
12140         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
12141         gnus-request-marks, and make a new gnus-request-update-info.
12142
12143         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
12144         the active instead of the high number, which is usually too low.
12145
12146 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
12147
12148         * netrc.el (netrc-parse): Remove encrypt.el mentions.
12149         * encrypt.el: Remove.
12150
12151 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12152
12153         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
12154         server in symbolic form.
12155
12156         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
12157
12158 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12159
12160         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
12161         (nnimap-update-info): Fix up code slightly.
12162
12163         * gnus-int.el (gnus-open-server): Add tracing for performance
12164         debugging.
12165
12166         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
12167         (gnus-group-insert-group-line): Pass the real group name so that it
12168         gets the right data.
12169
12170         * gnus-start.el (gnus-get-unread-articles): Don't have
12171         `gnus-get-unread-articles-in-group' update info, since that can be
12172         really slow and doesn't seem to be needed?
12173
12174 2010-09-22  Dan Christensen  <jdc@uwo.ca>
12175
12176         * time-date.el (date-to-time): Try using parse-time-string first before
12177         using the slower timezone-make-date-arpa-standard.
12178
12179 2010-09-22  Julien Danjou  <julien@danjou.info>
12180
12181         * gnus-group.el (gnus-group-insert-group-line):
12182         Call gnus-group-highlight-line.
12183         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
12184         default hook list.
12185         (gnus-group-update-eval-form): Add new function.
12186         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
12187         (gnus-group-get-icon): Use gnus-group-update-eval-form.
12188
12189 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12190
12191         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
12192         immediate, then expire all articles.
12193         (nnimap-update-info): Fix off-by-one errors.
12194         (nnimap-flags-to-marks): Would return no marks lists for group with no
12195         flags.  Instead return the other data.
12196
12197 2010-09-22  Julien Danjou  <julien@danjou.info>
12198
12199         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
12200         Only return an icon.
12201         (gnus-group-insert-group-line): Compute icon to return.
12202
12203         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
12204         (gnus-html-image-fetched): Only cache if
12205         gnus-html-image-automatic-caching is set.
12206         (gnus-html-image-fetched): Check for errors.
12207
12208 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12209
12210         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
12211         once per method on `g'.  This ensures that backends like nnfolder don't
12212         open all their folders.
12213
12214         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
12215         (nnimap-request-list): Nix out group in the correct buffer.
12216         (nnimap-parse-flags): Implement by using `read' instead of
12217         hand-parsing.
12218         (nnimap-flags-to-marks): Pass on permanent-flags.
12219         (nnimap-make-process-buffer): Record the server name.
12220         (nnimap-parse-flags): Fix typo.
12221         (nnimap-request-scan): Run split on the server in general, not just a
12222         single group.
12223
12224         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
12225         parameter, and propagate this downwards.
12226
12227         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12228         since EXAMINE changes it on the server.
12229
12230         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
12231         this command might take a while.
12232
12233 2010-09-22  Julien Danjou  <julien@danjou.info>
12234
12235         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
12236         harmful if you have 2 images side-by-side, they can't be properly
12237         update on text deletion.  Using text-property is safer here.
12238         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
12239         data.
12240
12241 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12242
12243         * nnimap.el (nnimap-expunge-inbox): Remove.
12244         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
12245         (nnimap-expunge): Flip default to t.
12246
12247         * gnus.el (gnus-method-to-server): Don't push things to the cache
12248         unless it's unique.
12249         (gnus-server-to-method): Ditto.
12250
12251 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12252
12253         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12254
12255 2010-09-22  Julien Danjou  <julien@danjou.info>
12256
12257         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12258         get the start of data.
12259         (gnus-html-encode-url): Add this function to encode special chars in
12260         URL.
12261         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12262         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12263
12264         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12265         default.
12266         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12267
12268         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12269         images alt-text.
12270         (gnus-html-put-image): Put alt-text as help-echo.
12271
12272 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12275         * mm-util.el (mm-decompress-buffer):
12276         * nnir.el (nnir-run-find-grep):
12277         * pop3.el (pop3-list): Use 3rd arg of split-string.
12278
12279         * time-date.el (format-seconds): Comment fix.
12280
12281         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12282         and byte-optimize-form-code-walker.
12283         (dgnushack-make-auto-load): Don't advise make-autoload.
12284
12285         * lpath.el: Remove Emacs 21 stuff.
12286
12287 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12288
12289         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12290         outside the active range.  Suggested by Dan Christensen.
12291
12292         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12293         slightly later to avoid double-getting it.
12294
12295         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12296         previous patch.
12297
12298         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12299
12300 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12301
12302         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12303
12304 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12305
12306         * gnus-int.el (gnus-open-server): Give a better error message in the
12307         "go offline" case.
12308
12309         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12310         marks for nnimap, which is seldom the right thing to do.
12311
12312         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12313         (gnus-same-method-different-name): New function.
12314
12315         * nnimap.el (parse-time): Require.
12316
12317         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12318         method in the presence of many similar methods.
12319
12320         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12321
12322         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12323         nnml-inhibit-expiry.
12324
12325         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12326         find out whether methods are equal.
12327
12328         * nnimap.el (nnimap-find-expired-articles): New function.
12329         (nnimap-process-expiry-targets): New function.
12330         (nnimap-request-move-article): Request the article before looking at
12331         what the Message-ID is.  Fix found by Andrew Cohen.
12332         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12333
12334         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12335         for oldness in addition to being a predicate.
12336
12337         * nnimap.el (nnimap-request-group): When we have zero articles, return
12338         the right data to Gnus.
12339         (nnimap-request-expire-articles): Only delete articles immediately if
12340         the target is 'delete.
12341
12342         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12343         method, this would bug out.
12344
12345         * gnus-group.el (gnus-group-expunge-group): Rename from
12346         gnus-group-nnimap-expunge, and implemented as a normal interface
12347         function.
12348
12349         * gnus-int.el (gnus-request-expunge-group): New function.
12350
12351         * nnimap.el (nnimap-request-create-group): Implement.
12352         (nnimap-request-expunge-group): New function.
12353
12354 2010-09-21  Julien Danjou  <julien@danjou.info>
12355
12356         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12357         (gnus-html-cache-expired): Add new function.
12358         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12359         wethever we should display image for fetch it.
12360         Compute alt-text earlier to pass it to the fetching function too.
12361         (gnus-html-schedule-image-fetching): Change function argument to only
12362         get one image at a time, not a list.
12363         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12364         cache.
12365         (gnus-html-get-image-data): New function to retrieve image data from
12366         cache.
12367         (gnus-html-put-image): Change buffer argument to use image data rather
12368         than file, and place image above region rather than inserting a new
12369         one.  Do not take alt-text as argument, since it's useless now: we place
12370         the image above alt-text.
12371         (gnus-html-prune-cache): Remove.
12372         (gnus-html-show-images): Start to fetch image when we find one, do not
12373         push into a temporary list.
12374         (gnus-html-prefetch-images): Only fetch image if they have expired.
12375         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12376         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12377
12378 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12379
12380         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12381
12382 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12383
12384         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12385         spec inser "*" if the group isn't active instead of 0.
12386
12387         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12388         opening the server.
12389         (nnimap-request-delete-group): Implement group deletion.
12390         (nnimap-transform-headers): Return the size of the entire message in
12391         the Bytes header, not just the size of the first part.
12392         (nnimap-request-move-article): When moving an article from nnimap,
12393         request the article first so the accepting form has an article to
12394         accept.  Reported by Dan Christensen.
12395         (nnimap-command): Make sure that the error message doesn't error out.
12396
12397 2010-09-20  David Edmondson  <dme@dme.org>
12398
12399         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12400         we haven't requested anything.
12401
12402 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12403
12404         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12405         "".  Fix found by Andrew Cohen.
12406
12407         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12408         instead of -encode-string.
12409
12410 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12411
12412         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12413
12414         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12415         by mm-subst-char-in-string.
12416
12417 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12418
12419         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12420         waiting for the connection string.
12421
12422         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12423         arriving.
12424
12425         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12426         bogus characters.  This allows selecting certain Gmail groups.
12427
12428         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12429         (nnimap-fetch-partial-articles): New variable.
12430         (nnimap-open-connection): When looking for credentials, also use the
12431         nnimap-server-port.
12432         (nnimap-request-article): Return the group/article number, so that Gnus
12433         `^' works as expected.
12434         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12435
12436         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12437         comments.
12438         (gnus-methods-sloppily-equal): New function.
12439         (gnus): When using the development version of Gnus, load the gnus-load
12440         file.
12441
12442         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12443         `gnus-open-server' on each method before trying to scan them etc.
12444         This ensures that all the backend parameters are set correctly.
12445
12446         * nnimap.el (nnimap-authenticator): New variable.
12447         (nnimap-open-connection): Allow anonymous login.
12448         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12449         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12450
12451         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12452         patch, found by Knut Anders Hatlen.
12453
12454 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12455
12456         * gnus-agent.el (gnus-agent-batch-confirmation)
12457         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12458         to gnus-message.
12459         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12460         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12461         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12462         * gnus-int.el (gnus-open-server): Likewise.
12463         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12464         (gnus-score-check-syntax): Likewise.
12465         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12466         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12467         Likewise.
12468         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12469
12470 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12471
12472         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12473         calling conventions so that prefetch doesn't bug out.
12474
12475 2010-09-19  Julien Danjou  <julien@danjou.info>
12476
12477         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12478         rather than `subst-char-in-region' in order to be able to replace ASCII
12479         char by UTF-8 ones.
12480
12481         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12482         than curl.
12483         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12484         the right URL and ALT text on images.
12485         (gnus-html-wash-tags): Fix tag case.
12486         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12487         (gnus-article-html): Add -o display_ins_del=2 option.
12488         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12489
12490 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12491
12492         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12493         the extra mail headers, which sometimes seem to happen for unknown
12494         reasons.
12495
12496         * mail-parse.el (mail-header-encode-parameter): Define as
12497         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12498         (or most, perhaps?) mail readers don't understand the latter, but do
12499         understand the former.
12500
12501         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12502         to nil, so that no methods are automatically agentized.  I think this
12503         is probably what most users want.
12504
12505         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12506         from url-retrieve, for instance about invalid URLs.
12507
12508         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12509         groups that have no articles.
12510         (nnimap-request-article): Check that we really got an article when we
12511         requested one.
12512
12513         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12514         doesn't exist.
12515
12516         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12517         nntp buffer so the agent can save it.
12518         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12519         that CRLF doesn't get translated to \n.
12520         (nnimap-open-connection): Don't make 'shell commands only send \n.
12521
12522 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12523
12524         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12525         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12526         Update var name.
12527         (nnml-generate-nov-file): Use dolist.
12528         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12529         Use with-current-buffer.
12530
12531 2010-09-18  Julien Danjou  <julien@danjou.info>
12532
12533         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12534         parallel.
12535
12536 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12537
12538         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12539         the range update right.
12540         (nnimap-request-group): Don't make `M-g' bug out on group with no
12541         marks.
12542         (nnoo): Require, so that other packages can require nnimap.
12543         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12544         command we're looking for.  This helps when the server sends more
12545         responses after we've gotten everything we expected.
12546         (nnimap): Add a `newlinep' field to keep track of end-of-line
12547         conventions.
12548         Don't send CRLF to things that don't want it.
12549         (nnimap-request-accept-article): Ditto.
12550
12551 2010-09-18  Julien Danjou  <julien@danjou.info>
12552
12553         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12554         than curl to retrieve images.
12555
12556 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12557
12558         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12559         the marks.
12560         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12561         (nnimap-wait-for-connection): New function.
12562         (nnimap-open-connection): If we have PREAUTH, don't query for login
12563         credentials.
12564         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12565         when doing a partial update.
12566
12567 2010-09-18  Julien Danjou  <julien@danjou.info>
12568
12569         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12570         tags.
12571
12572 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12573
12574         * nnimap.el (nnimap-credentials): New function.
12575         (nnimap-open-connection): Use the new function to look for credentials
12576         also on the numeric equivalents of "imap" and "imaps".
12577
12578         * gnus-start.el (gnus-activate-group): Send the info to
12579         gnus-request-group.
12580
12581         * nnimap.el (nnimap-request-group): Have the "check" version of the
12582         function parse flags and update the info, so that a `M-g' get a total
12583         resync of all flags from the group.
12584
12585         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12586         to allow backends to alter the info on group selection.  Also alter all
12587         the backend -request-group functions to take the parameter.
12588
12589         * nnimap.el (nnimap-store-info): New function.
12590         (nnimap-update-info): Store the info for later usage.
12591         (nnimap-request-group): Use the stored info for the dont-check case, so
12592         that we don't retrieve all marks when we enter a group.
12593
12594         * nnimap.el: Use deffoo instead of defun for interface functions.
12595
12596         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12597         update the group info.  This makes the nndraft groups, for instance, go
12598         back to their old behavior.
12599
12600         * gnus-sum.el (gnus-select-newsgroup): Indent.
12601
12602         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12603         in.
12604         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12605         nothing.
12606
12607         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12608         from methods that are denied.
12609
12610         * gnus-int.el (gnus-method-denied-p): New function.
12611
12612         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12613         store the password instead of netrc.
12614         (nnimap-open-connection): Don't error out when we can't make a
12615         connections.
12616
12617         * auth-source.el (auth-source-create): In the password prompt, say what
12618         we're querying for.  Also prompt for user name if that hasn't been
12619         given.
12620
12621         * nnimap.el (nnimap-with-process-buffer): Remove.
12622
12623 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12624
12625         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12626         method when we're reading from the agent.
12627
12628         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12629
12630         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12631         that's probably most useful for users.
12632
12633         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12634         "failed" all the time.
12635
12636         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12637         ...)) with (with-current-buffer ... ).
12638
12639         * nntp.el (nntp-open-server): Return whether the open was successful or
12640         not.
12641
12642         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12643         select an unread unseen article first.
12644
12645         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12646         /etc/services, supply some sensible port defaults.
12647
12648         * dgnushack.el: Define netrc-credentials.
12649
12650 2010-09-17  Julien Danjou  <julien@danjou.info>
12651
12652         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12653
12654 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12655
12656         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12657         doesn't have any parameters.
12658
12659 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12660
12661         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12662         only upcased checks.
12663
12664         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12665
12666         * nnimap.el (nnimap-open-shell-stream): New function.
12667         (nnimap-open-connection): Use it.
12668         (nnimap-transform-headers): Get the number of lines in each message.
12669         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12670         number of lines.
12671         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12672         problem.
12673
12674         * utf7.el (utf7-encode): Autoload.
12675
12676         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12677         to allow the mail splitting to not return a default group.  This is
12678         useful for nnimap, which will leave unmatched mail in the inbox.
12679
12680         * nnimap.el: Rewritten.
12681
12682         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12683         nnimap usage.
12684
12685         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12686         if the move is internal, so that nnimap can do fast internal moves.
12687
12688         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12689         data.
12690         (gnus-read-active-for-groups): Support finishing the early retrieval of
12691         data.
12692
12693         * gnus-range.el (gnus-range-nconcat): New function.
12694
12695         * gnus-int.el (gnus-finish-retrieve-group-infos)
12696         (gnus-retrieve-group-data-early): New functions.
12697
12698 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12699
12700         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12701         (nnrss-retrieve-groups):
12702         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12703         (pop3-quit): Use with-current-buffer.
12704
12705 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12708         instead of nnheader-accept-process-output.
12709
12710         * dgnushack.el (dgnushack-compile): Add comment.
12711
12712         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12713
12714         * gnus-html.el (gnus-html-schedule-image-fetching)
12715         (gnus-html-prefetch-images): Replace process-kill-without-query by
12716         gnus-set-process-query-on-exit-flag.
12717
12718 2010-09-16  Romain Francoise  <romain@orebokech.com>
12719
12720         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12721
12722 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12723
12724         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12725         parameter to unintern is mandatory-ish in Emacs 24.
12726
12727         * gnus-html.el (gnus-html-schedule-image-fetching)
12728         (gnus-html-prefetch-images): Check for curl before using it.
12729
12730         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12731         depend on curl, which isn't essential.
12732
12733         * imap.el: Revert back to version
12734         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12735         seem problematic.
12736
12737 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12738
12739         * gnus-registry.el (gnus-registry-install-shortcuts):
12740         Explicitly pass `obarray' to `unintern' to avoid a warning.
12741
12742 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12743
12744         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12745         change.
12746
12747         * nnrss.el (nnrss-request-list): Remove this function and related
12748         functions, including the moreover stuff.
12749
12750 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12751
12752         * nnrss.el (nnrss-retrieve-groups): New function.
12753
12754 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12755
12756         * .dir-locals.el: Add no-byte-compile cookie.
12757
12758 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12759
12760         * time-date.el (format-seconds): Comment fix.
12761
12762         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12763         for back end that doesn't support request-scan.
12764
12765 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12766
12767         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12768         then do request scans from the backends.
12769
12770         * netrc.el (netrc-credentials): New conveniency function.
12771
12772         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12773         avoid running a hook per line, since this takes a lot of time,
12774         profiling shows.
12775         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12776         directly if gnus-visual-p is true.
12777
12778 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12781         groups; replace mapcar with dolist which is a bit faster; pass groups
12782         info to gnus-read-active-file-1.
12783         (gnus-read-active-file-1): Scan only specified groups if the new
12784         optional arg `infos' is given.
12785
12786 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12787
12788         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12789
12790         * pop3.el (pop3-movemail): Remove.
12791         (pop3-streaming-movemail): Rename to pop3-movemail.
12792
12793         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12794         don't restrict end-tag searches to the end of the line.
12795
12796 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12799         articles of every unchecked group to t, which means unknown since the
12800         server has never been opened.
12801
12802 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12803
12804         * gnus-html.el (gnus-html-show-alt-text): New command.
12805         (gnus-html-browse-image): Ditto.
12806         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12807         to browse the image directly.
12808         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12809         better.
12810
12811         * gnus-async.el (gnus-async-article-callback):
12812         Call `gnus-html-prefetch-images' unconditionally.
12813
12814         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12815         before feeding URLs to curl.
12816
12817 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12820         internal images as deletable by `W D D'.
12821
12822         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12823         (gnus-async-article-callback): Fix typo.
12824
12825 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12826
12827         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12828         current line to work around bugs in the output from w3m.
12829
12830         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12831         for groups that want that.
12832
12833         * nntp.el (nntp-wait-for-string): Supply a timeout for
12834         accept-process-output to ensure progress.
12835
12836         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12837         level to get unread articles from, then use that for foreign groups,
12838         too.
12839
12840         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12841         confuses the rest of the function.
12842
12843         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12844         for the methods that support -retrieve-groups, too.
12845
12846         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12847
12848 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12851         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12852
12853         * pop3.el: Require cl when compiling.
12854         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12855
12856 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12857
12858         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12859         that aren't going to be activated.
12860         (gnus-get-unread-articles): Fix up the last commit.
12861
12862         * gnus-html.el (gnus-article-html): Allow calling without specifying
12863         the handle.  In that case, dissect the buffer first.
12864
12865         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12866
12867         * nnimap.el (nnimap-open-connection): Revert the change that would look
12868         into authinfo for imaps instead of imap.
12869
12870         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12871         say that you don't want to call gnus-request-group with don-check, but
12872         do check the reponse.  This is for virtual groups only.
12873         (gnus-get-unread-articles): Count the archive groups as secondary, so
12874         that they're activated the same way as before.
12875
12876         * imap.el (imap-message-map): Removed optional buffer parameter, since
12877         no callers use it.
12878         (imap-message-get): Ditto.
12879         (imap-message-put): Ditto.
12880         (imap-mailbox-map): Ditto.
12881         (imap-mailbox-put): Ditto.
12882         (imap-mailbox-get): Ditto.
12883         (imap-mailbox-get): Revert last change for this function.
12884
12885         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12886         case-insensitively.
12887         (nnimap-debug): Remove.
12888
12889         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12890         callers to use `imap-fetch' instead.  According to the comments, this
12891         should be safe, since all other IMAP clients use the 1:* syntax.
12892         (imap-enable-exchange-bug-workaround): Remove.
12893         (imap-debug): Remove -- doesn't seem very useful.
12894
12895         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12896         mail from a file, and the file doesn't exist.
12897
12898         * imap.el (imap-log): New convenience function used throughout instead
12899         of repeating the same code all over the place.
12900
12901         * pop3.el (pop3-streaming-movemail): Return t for success.
12902
12903         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12904         .authinfo if we're using ssl connection.
12905
12906         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12907         already have if we're in a main Gnus `g' run.
12908
12909         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12910
12911 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12914
12915         * nnmh.el (nnmh-request-list-1): Bind `file'.
12916
12917         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12918         alias to set-process-query-on-exit-flag or process-kill-without-query.
12919         (pop3-open-server): Use it.
12920
12921 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12922
12923         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12924         box to the Incoming file.  Fixes mistake in previous checkin.
12925
12926         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12927         request loop (for debugging purposes) removed.
12928
12929         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12930         culprit is more visible.
12931         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12932         (nnml-add-incremental-nov): New functions to do "incremental" nov
12933         updates, where we just append to the end of the existing nov files
12934         without reading/writing them in full.
12935
12936         * mail-source.el (mail-source-delete-crash-box): Really only check the
12937         incoming files once in a while.
12938
12939         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12940
12941         * mail-source.el (mail-source-delete-crash-box): Only check the
12942         incoming files for deletion once per day to save a lot of file
12943         accesses.
12944
12945         * pop3.el (pop3-logon): Fix up unbound variable typo.
12946
12947         * mail-source.el (pop3-streaming-movemail): Autoload.
12948
12949         * pop3.el (pop3-streaming-movemail):
12950         Respect pop3-leave-mail-on-server.
12951
12952         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12953         retrieval.
12954
12955         * pop3.el (pop3-process-filter): Remove unused function.
12956         (pop3-streaming-movemail, pop3-send-streaming-command)
12957         (pop3-wait-for-messages, pop3-write-to-file)
12958         (pop3-number-of-responses): New functions for streaming pop3
12959         retrieval.
12960
12961         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12962         come from no known methods.
12963         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12964         list.
12965
12966         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12967         message sizes.
12968         (pop3-movemail): Use erase-buffer instead of looping and deleting
12969         regions, which seems rather odd.
12970
12971         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12972         file once per `g' run.
12973
12974         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12975         directories.  This makes the draft queue directory work.
12976
12977         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12978         data from the backends, so that we only request the list of groups from
12979         each method once.  This should speed things up considerably.
12980
12981         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12982         detect that it's not implemented.
12983
12984         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12985         we actually do recurse down into the tree, but don't stat all leaf
12986         nodes.
12987
12988         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12989         then say so instead of bugging out.
12990
12991         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12992         files exist before trying to read them.
12993
12994         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12995         around <pre_int>.
12996
12997         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12998
12999         * nnmh.el (nnmh-request-list-1): Optimize for speed.
13000
13001 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13002
13003         * mm-util.el (mm-image-load-path): Just return the image directories,
13004         not all directories in the path in addition to the image directories.
13005         (mm-image-load-path): Maintain a cache of the image directories so that
13006         the `g' command in Gnus doesn't have to stat dozens of directories each
13007         time.
13008
13009         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
13010         (gnus-html-wash-tags): Add a new `i' command to insert images.
13011         (gnus-html-insert-image): New command and keystroke.
13012         (gnus-html-redisplay-with-images): New command and keystroke.
13013         (gnus-html-show-images): Rename command.
13014         (gnus-html-wash-tags): Remove more white space before <pre_int> image
13015         spacers.
13016         (gnus-html-wash-tags): Decode entities at the end, so that entities
13017         inside the tags don't mess up the rest of the "parsing".
13018
13019         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
13020         so that nnimap methods aren't agentized by default.  There's apparently
13021         many problems related to agent/imap behavior.
13022
13023         * gnus-art.el (gnus-article-copy-string): New command and key binding.
13024
13025         * gnus-html.el: Doc fix.
13026
13027 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13028
13029         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
13030         specifier-spec-list for Emacs 21.
13031
13032         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
13033         glyph-width and glyph-height instead of display-graphic-p and
13034         image-size; make avoidance of displaying small images work for XEmacs.
13035
13036         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
13037         for XEmacs.
13038
13039         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
13040         of symbol that holds plist data.
13041         (gnus-process-plist): Remove plist of process after getting it.
13042
13043 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13044
13045         * message.el (message-generate-hashcash): Change default to
13046         'opportunistic if hashcash is installed.
13047
13048         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
13049         (gnus-html-put-image): Only call image-size once, since it's somewhat
13050         time-consuming on remote X servers.
13051
13052 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13053
13054         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
13055         type on data, not a file name.
13056
13057         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
13058         window-pixel-edges for Emacs 21.
13059
13060         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
13061         decoded contents.
13062         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
13063
13064 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13065
13066         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
13067         group line format, since it isn't very interesting.
13068
13069         * gnus-agent.el (gnus-agent-short-article),
13070         (gnus-agent-long-article): Increase values for these two variables,
13071         since most people are likely to have more network connection and
13072         storage than before.
13073
13074         * gnus.el (gnus-refer-article-method): Change default to 'current.
13075         When referring an article, the common behavior is to refer it from the
13076         current select method, not the native select method.  The chances of
13077         the native select method having the message in question is rather slim
13078         these days.
13079
13080         * gnus-sum.el (gnus-auto-select-subject): Change default to
13081         `unseen-or-unread'.  I think it's likely that most people want to
13082         select an unseen article over a previously seen, but unread one.
13083
13084         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
13085         means that in the article buffer none of the minor mode elements will
13086         be shown, usually, and this is not desirable in most cases.
13087
13088         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
13089         that commands like `d' (and the like) go to the next line in the
13090         buffer, instead of the next unread article.  I think this is the
13091         behavior that is most natural for most users.
13092         (gnus-single-article-buffer): Change default to nil, so that people can
13093         have as many article buffers open as they have summary buffer.  I think
13094         this is the most natural way for the groups to behave.
13095
13096         * message.el (message-generate-new-buffers): Change default to
13097         `unsent', so that all new message buffers start their names with the
13098         string "*unsent", and it's easier to find the buffers if you move from
13099         them.
13100
13101 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13102
13103         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
13104         small.  They're probably tracking images.
13105         (gnus-html-wash-tags): Remove all <pre_int> place holders.
13106         (gnus-html-rescale-image): Yet another try at getting the image sizing
13107         right.
13108
13109         * nntp.el (nntp-request-set-mark): Refuse to do marks if
13110         nntp-marks-file-name is nil.
13111
13112 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13113
13114         * gnus-html.el (gnus-html-wash-tags)
13115         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
13116         Better logging.
13117
13118 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13119
13120         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
13121
13122         * gnus-html.el (gnus-html-wash-tags): Check the value of
13123         gnus-blocked-images in the summary buffer.
13124
13125 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13126
13127         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
13128
13129 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13130
13131         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
13132         like "a", it seems like.
13133         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
13134         since it needs to be picked from the correct buffer.
13135
13136         * nnwfm.el: Remove.
13137
13138         * nnlistserv.el: Remove.
13139
13140 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13141
13142         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
13143         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
13144
13145 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13146
13147         * nnkiboze.el: Remove.
13148
13149         * nndb.el: Remove.
13150
13151         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
13152         alt text.
13153         (gnus-html-rescale-image): Try to get the rescaling logic right for
13154         images that are just wide and not tall.
13155
13156         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
13157         overshadow variable bindings.
13158
13159 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13160
13161         * gnus-html.el (gnus-html-wash-tags)
13162         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
13163         Add extra logging.
13164
13165 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13166
13167         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
13168         (gnus-max-image-proportion): New variable.
13169         (gnus-html-rescale-image): New function.
13170         (gnus-html-put-image): Rescale images.
13171
13172 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13173
13174         Fix up some byte-compiler warnings.
13175         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
13176         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
13177         (gnus-article-fill-cited-article, gnus-article-hide-citation)
13178         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
13179         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
13180         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
13181         (gnus-group-update-group): Use save-excursion and with-current-buffer.
13182
13183 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * gnus-html.el (gnus-article-html): Decode contents by charset.
13186
13187 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
13190         (gnus-html-frame-width, gnus-blocked-images):
13191         * message.el (message-prune-recipient-rules): Add custom version.
13192         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
13193
13194         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
13195         functions.
13196
13197         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
13198         gnus-process-get.
13199
13200 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
13201
13202         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
13203         instead of lsub directly.
13204
13205 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13206
13207         * nnwarchive.el: Remove.
13208
13209         * gnus-soup.el: Remove.
13210
13211         * nnsoup.el: Remove.
13212
13213         * nnultimate.el: Remove.
13214
13215         * gnus-html.el (gnus-blocked-images): New variable.
13216
13217         * message.el (message-prune-recipients): New function.
13218         (message-prune-recipient-rules): New variable.
13219
13220         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
13221         guess whether a long line is natural text or not.
13222
13223         * gnus-html.el (gnus-html-schedule-image-fetching):
13224         Use gnus-process-plist and friends for compatibility.
13225
13226 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13227
13228         * gnus-html.el: Require packages that define macros used in this file.
13229         (gnus-article-mouse-face): Declare to silence byte-compiler.
13230         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
13231         process-get.
13232         (gnus-html-put-image): Use plist-get to avoid getf.
13233         (gnus-html-prefetch-images): Use with-current-buffer.
13234
13235 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13236
13237         * gnus-ems.el: Provide compatibility functions for
13238         gnus-set-process-plist.
13239
13240         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
13241         header-line-format for XEmacs 21.4.
13242
13243         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
13244         * gnus.el (gnus-valid-select-methods):
13245         * message.el (message-send-mail-partially-limit):
13246         * mm-decode.el (mm-text-html-renderer):
13247         * mml.el (mml-insert-mime-headers-always):
13248         * smiley.el (smiley-regexp-alist): Bump custom version.
13249
13250 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13251
13252         * gnus-html.el: Require mm-url.
13253         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13254         with the url to `url'.
13255         (gnus-html-wash-tags): Support cid: URLs/images.
13256
13257 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13258
13259         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13260         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13261         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13262
13263         * gnus-move.el: Remove file, since it doesn't really work.
13264
13265         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13266         UTF-8.  This seems to fix problems with some German web feeds.
13267
13268         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13269         at the top so that the proper colors are applied.
13270
13271         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13272         don't have dots in their names.
13273
13274         * gnus-art.el (gnus-article-view-part): Doc fix.
13275
13276         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13277         XEmacs-compatible.
13278         (gnus-html-put-image): Don't do images on non-graphic displays.
13279
13280         * nnslashdot.el: Remove this unused backend.
13281
13282         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13283         actions.
13284         (gnus-undo-register-1): Revert last change.
13285
13286         * gnus-group.el (gnus-group-completing-read): Protect against not
13287         having completion-styles bound.
13288
13289         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13290         make broken recipients happier.
13291
13292         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13293
13294         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13295         point parameter.
13296
13297         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13298
13299         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13300         completion-styles for group selection.
13301
13302 2009-02-04  Andreas Schwab  <schwab@suse.de>
13303
13304         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13305         headers and regexp-quote the match if necessary.
13306
13307 2009-03-24  Miles Bader  <miles@gnu.org>
13308
13309         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13310         the blinking smiley.
13311
13312 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13313
13314         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13315         blink smiley.
13316
13317 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13318
13319         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13320         where the dribbel file lives exists.
13321
13322         * message.el (message-send-mail-partially-limit): Change the default to
13323         nil, since most people don't want this.
13324
13325         * mm-url.el (mm-url-decode-entities): Also decode entities like
13326         &#x3212.
13327
13328 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13329
13330         * gnus-sum.el (gnus-summary-idna-message):
13331         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13332         Hyperlink urls in docstrings with URL `...'.
13333
13334 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13335
13336         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13337         functions.
13338
13339 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13340
13341         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13342         say what the mouseover text should be.
13343
13344         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13345         version of the mm-w3m-safe-url-regexp variable to only download images
13346         in the groups where we want that to happen.
13347
13348         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13349
13350         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13351         easier debugging.
13352         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13353         big pictures in the article buffer.
13354
13355         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13356         gnus-article-html.
13357         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13358         w3m.
13359
13360         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13361
13362 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13363
13364         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13365         which doesn't exist.
13366
13367         * message.el (message-inhibit-ecomplete): New variable to allow some
13368         function to inhibit ecomplete address storage.
13369         (message-resend): Disable ecomplete message storage when resending
13370         messages.
13371
13372         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13373
13374 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13377         Save excursion while copying, moving, and deleting articles in order to
13378         prevent the cursor from jumping to unforeseen place.
13379
13380 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13381
13382         * lpath.el: No need to bind bookmark-current-buffer,
13383         bookmark-yank-point and bookmark-make-record-function.
13384
13385 2010-08-17  Glenn Morris  <rgm@gnu.org>
13386
13387         * gnus-sync.el: Require gnus components whose functions are used.
13388
13389         * gnus-art.el (bookmark-make-record-function):
13390         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13391         Declare for compiler.
13392
13393         * mm-url.el (mml-compute-boundary): Autoload.
13394
13395 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13398
13399 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13400
13401         Typo fix "hoo4a" -> "hook".
13402
13403         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13404
13405 2010-08-14  Glenn Morris  <rgm@gnu.org>
13406
13407         * gnus-sync.el (gnus-sync): Fix defgroup version.
13408
13409 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13410
13411         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13412
13413         * gnus-sync.el: Fix docs.
13414         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13415         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13416
13417 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13418
13419         Optimizations for gnus-sync.el.
13420
13421         * gnus-sync.el: Add docs about gnus-sync-backend
13422         possibilities.
13423         (gnus-sync-save): Remove unnecessary message.
13424         (gnus-sync-read): Optimize and show what groups were skipped.
13425
13426 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13427
13428         Minor bug fixes for gnus-sync.el.
13429
13430         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13431         Don't read the sync on get-new-news.
13432
13433         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13434         quiet.
13435
13436         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13437         (fix typo).
13438
13439 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13440
13441         Make saving and restoring of hidden threads work with overlays.
13442         Patch applied by Ted Zlatanov.
13443
13444         * gnus-sum.el (gnus-hidden-threads-configuration)
13445         (gnus-restore-hidden-threads-configuration): Update to deal with text
13446         properties, rather than searching for a magic character.
13447
13448 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13449
13450         New gnus-sync.el library for synchronization of marks.
13451
13452         * gnus-sync.el: New library for synchronization of marks.
13453
13454         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13455         renamed from `gnus-registry-grep-in-list'.
13456
13457         * gnus-registry.el (gnus-registry-follow-group-p):
13458         Use `gnus-grep-in-list'.
13459
13460         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13461
13462 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13463
13464         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13465         determining charset of text fails.
13466
13467 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * nnmail.el (nnmail-get-new-mail-1): Revert.
13470
13471         * nnml.el (nnml-active-number): Make sure names of newly created groups
13472         in nnml-group-alist are encoded.
13473
13474 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13477         containing non-ASCII characters in active file for nnml back end.
13478
13479 2010-07-24  David Engster  <dengste@eml.cc>
13480
13481         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13482         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13483
13484 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13485
13486         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13487         tag (Bug#6654).
13488
13489 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13492         the article buffer, not the summary buffer.
13493
13494 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13497         Emacs 23 as well.
13498
13499 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13500
13501         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13502         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13503
13504 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13505
13506         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13507         Patch applied by Karl Fogel.
13508
13509         * gnus-sum.el (gnus-summary-bookmark-make-record):
13510         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13511
13512 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13513
13514         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13515         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13516         C-w still not working correctly from Article buffers; Thierry's
13517         patch to fix that will be applied after this.
13518
13519         * gnus-art.el (bookmark-make-record-function): New local variable.
13520
13521         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13522         article buffer.
13523         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13524
13525 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13526
13527         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13528         on changes in bookmark.el.
13529
13530 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13531
13532         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13533         `no-log' instead of message not to log prompt string.
13534
13535 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13536
13537         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13538         the *other* type of HTML form submission.
13539
13540 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13541
13542         * auth-source.el (auth-source-pick): If choice does not contain a
13543         questioned keyword, set the check to t.
13544
13545 2010-06-12  Romain Francoise  <romain@orebokech.com>
13546
13547         * gnus-util.el (gnus-date-get-time): Move up before first use.
13548
13549 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13550
13551         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13552         (gnus-article-edit-part): Bind it to make last part that is substituted
13553         or deleted visible.
13554         (gnus-mime-display-single): Buttonize part of which id equals to
13555         gnus-mime-buttonized-part-id.
13556
13557 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13558
13559         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13560         (gnus-dd-mmm): Use gnus-date-get-time.
13561         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13562         simplify logic.
13563         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13564         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13565
13566 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13567
13568         * auth-source.el (top): Autoload `secrets-list-collections',
13569         `secrets-create-item', `secrets-delete-item'.
13570         (auth-sources): Fix tag string.
13571         (auth-get-source, auth-source-retrieve, auth-source-create)
13572         (auth-source-delete): New defuns.
13573         (auth-source-pick): Rewrite in order to avoid 2 passes.
13574         (auth-source-forget-user-or-password): New parameter USERNAME.
13575         (auth-source-user-or-password): New parameters CREATE-MISSING and
13576         DELETE-EXISTING.  Retrieve password interactively, if needed.
13577
13578 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13579
13580         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13581         deleting unused directories when gnus-expert-user is t.
13582
13583 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13584
13585         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13586         for each temp file when gnus-article-browse-delete-temp is ask.
13587
13588 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13589
13590         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13591         Replace Lisp calls to delete-backward-char by calls to delete-char.
13592
13593 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13594
13595         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13596
13597 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13598
13599         * password-cache.el (password-cache-remove): Fix docstring.
13600
13601 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13604         article unless decoding article to be saved.
13605
13606 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13609         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13610         generated within the mm-with-unibyte-current-buffer macro.
13611
13612 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13613
13614         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13615         to nil when we're in a mml-preview buffer and no group is selected.
13616
13617 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13618
13619         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13620         when catching the `C-g'.  Reported by "Leo".
13621
13622 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * message.el (message-forward-make-body-plain)
13625         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13626         multibyte-string-p.
13627
13628         * lpath.el: Revert.
13629
13630 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13631
13632         * message.el (message-forward-make-body-mml): Assume original message
13633         is multibyte string; error on unibyte.
13634         (message-forward-make-body-plain): Ditto; don't add excessive newline
13635         in body end.
13636
13637         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13638
13639 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13640
13641         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13642         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13643
13644 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * mm-extern.el (mm-extern-url): Don't use
13647         mm-with-unibyte-current-buffer.
13648         (mm-extern-cache-contents): Use with-current-buffer instead of
13649         save-excursion + set-buffer.
13650
13651 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13652
13653         * mm-util.el (mm-emacs-mule): Remove.
13654
13655 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13656
13657         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13658         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13659         change.
13660
13661 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13662
13663         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13664         bind the default value of enable-multibyte-characters to nil.
13665
13666 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13667
13668         * message.el (message-forward-make-body-plain)
13669         (message-forward-make-body-mml):
13670         Don't use mm-with-unibyte-current-buffer.
13671
13672 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13673
13674         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13675
13676 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13677
13678         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13679         (Bug#5592).
13680
13681 2010-05-07  Julien Danjou  <julien@danjou.info>
13682
13683         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13684         it to mm-pipe-part.
13685
13686         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13687         it is given.
13688
13689 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13690
13691         * binhex.el (binhex-decode-region-internal):
13692         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13693         (dns-query):
13694         * nnweb.el (nnweb-gmane-search):
13695         * pgg-parse.el (pgg-parse-armor):
13696         * pgg.el (pgg-verify-region):
13697         * sha1.el (sha1-string-external):
13698         * uudecode.el (uudecode-decode-region-internal):
13699         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13700         XEmacs.
13701
13702         * gnus-art.el (gnus-article-browse-html-parts):
13703         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13704         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13705         make-temp-file.
13706
13707         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13708         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13709         compiling.
13710
13711         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13712         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13713         XEmacs when compiling.
13714
13715         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13716         gnus-pick-mode-off-hook for XEmacs when compiling.
13717         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13718         gnus-binary-mode-off-hook for XEmacs when compiling.
13719
13720         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13721         Return nil if char-charset is not available.
13722
13723         * imap.el (imap-disable-multibyte)
13724         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13725         macros.
13726
13727         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13728         instead of encode-coding-string.
13729
13730         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13731         'xemacs) instead of mm-emacs-mule to switch function definitions.
13732         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13733
13734         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13735         bind temporary-file-directory for XEmacs;
13736         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13737         timer-set-function for XEmacs 21.4 and SXEmacs;
13738         bind timer-list for XEmacs 21.4 and SXEmacs;
13739         fbind char-charset and find-charset-region for non-Mule XEmacs;
13740         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13741         encode-coding-region and encode-coding-string for XEmacs having no
13742         file-coding feature.
13743
13744 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13745
13746         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13747
13748 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13751         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13752
13753 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13754
13755         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13756         alias `jka-compr-delete-temp-file' no longer exists.
13757
13758 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13759
13760         Use define-minor-mode in Gnus where applicable.
13761         * mml.el (mml-mode): Use define-minor-mode.
13762         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13763         (gnus-undo-mode): Use define-minor-mode.
13764         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13765         (gnus-dead-summary-mode): Use define-minor-mode.
13766         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13767         Initialize in declaration.
13768         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13769         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13770         (gnus-mailing-list-mode): Use define-minor-mode.
13771         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13772         (gnus-draft-mode): Use define-minor-mode.
13773         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13774         (gnus-dired-mode): Use define-minor-mode.
13775
13776 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13777
13778         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13779         handles on recursive mml-to-mime translation and check them for
13780         boundary delimiter collisions.  Reported by Greg Troxel.
13781
13782 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13783
13784         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13785
13786 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13787
13788         * mm-util.el (mm-find-buffer-file-coding-system):
13789         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13790
13791 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13792
13793         * message.el (message-generate-headers): Record insertion of optional
13794         headers as well.  Otherwise the check to prevent repeated insertion of
13795         optional headers is a no-op.
13796
13797 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13798
13799         * smime.el: Don't mention CVS.
13800
13801         * nnrss.el (nnrss-fetch): Don't mention CVS.
13802
13803         * nnir.el: Don't mention CVS.
13804
13805 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13806
13807         * gnus-sum.el (gnus-summary-bookmark-make-record):
13808         Add `location' field.
13809
13810 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * lpath.el: Fbind bookmark-default-handler,
13813         bookmark-get-bookmark-record, bookmark-make-record-default,
13814         bookmark-prop-get for Emacs <23 and XEmacs.
13815
13816 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13817
13818         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13819         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13820         Use with-current-buffer to silence the byte-compiler.
13821         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13822         bother to require `gnus'.
13823         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13824
13825 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13826
13827         * gnus-sum.el (gnus-summary-bookmark-make-record)
13828         (gnus-summary-bookmark-jump): New functions.
13829         (gnus-summary-mode): Setup bookmark support.
13830
13831 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13832
13833         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13834         if set.
13835
13836 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13837
13838         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13839         gnus-article-browse-html-save-cid-image; make it work recursively for
13840         forwarded messages as well.
13841         (gnus-article-browse-html-parts): Work when prefix arg is given.
13842         (gnus-article-browse-html-article): Doc fix.
13843
13844 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13845
13846         * message.el (message-default-mail-headers)
13847         (message-default-headers): Carry the value mail-default-headers over
13848         into message-default-mail-headers, rather than message-default-headers.
13849
13850 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13851
13852         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13853         charset.
13854
13855         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13856         charset into the <meta> tag when the article is encoded to utf-8.
13857
13858 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * gnus-art.el (gnus-article-browse-delete-temp-files):
13861         Delete directories as well.
13862         (gnus-article-browse-html-parts): Work for images that do not specify
13863         file names; delete temp directory when quitting; insert header at the
13864         right place; use file: scheme for image files.
13865
13866 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13867
13868         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13869         (gnus-article-browse-html-parts): Use it to make temporary cid image
13870         files in addition to html file so that browser may display them.
13871
13872 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13873
13874         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13875
13876 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13877
13878         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13879
13880 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13881
13882         * auth-source.el (auth-sources): Change default to be simpler.
13883         Explain about Secret Service API sources.  Improve Customize options.
13884         (auth-source-pick): Change to accept any number of search parameters.
13885         Implement fallbacks iteratively, not recursively.  Add scoring on the
13886         second pass and sort by score.  Call Secret Service API when needed.
13887         (auth-source-user-or-password): Use it.  Call Secret Service API
13888         directly when needed to get the user name and the password.
13889
13890 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13891
13892         * message.el (message-interactive): Doc fix.
13893         (message-qmail-inject-args): Reflow.
13894         (message-kill-to-signature): Fix typo in docstring.
13895
13896         * smiley.el (smiley-buffer): Fix typo in docstring.
13897
13898 2010-03-24  Glenn Morris  <rgm@gnu.org>
13899
13900         * mail-source.el (gnus-message): Declare.
13901         (mail-source-delete-old-incoming): Require gnus-util.
13902
13903 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13906
13907         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13908
13909         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13910         password-cache's default if it is not bound.
13911         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13912         password-cache-expiry's default if it is not bound.
13913
13914         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13915         available in Emacs 21.
13916
13917         * lpath.el: Suppress compiler warnings for:
13918         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13919         XEmacs;
13920         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13921         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13922         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13923
13924 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13925
13926         * auth-source.el (auth-sources): Fix up definition so extra parameters
13927         are always inline.
13928
13929 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13930
13931         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13932         wasn't updated after mismatch.  Clear cached mailbox info correctly
13933         when uidvalidity changes.
13934         (nnimap-group-prefixed-name): New function to avoid some code
13935         duplication.
13936         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13937         (nnimap-request-group): Use it.
13938         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13939         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13940         with many imap folders.  This is done by caching the group status from
13941         the imap server persistently in a group parameter `imap-status'.  (This
13942         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13943         but not persistently, so every Gnus startup was still very slow.)
13944
13945 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13946
13947         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13948         delete the extra newline.  Otherwise editing of :string and :number
13949         types don't work.
13950
13951 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13952
13953         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13954         secrets.el dependency.
13955         (auth-sources): Add optional user name.  Add secrets.el configuration
13956         choice (unused right now).
13957
13958 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13959
13960         * gnus-sum.el (gnus-summary-make-menu-bar):
13961         Let `gnus-registry-install-shortcuts' fill in the functions.
13962
13963         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13964         warnings.
13965         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13966         (gnus-registry-install-shortcuts): Populate and use it in a
13967         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13968
13969 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13970
13971         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13972         In-place substitutions for the group name encoding/decoding.
13973         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13974         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13975         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13976         (nnimap-update-unseen, nnimap-request-list)
13977         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13978         (nnimap-request-set-mark, nnimap-split-to-groups)
13979         (nnimap-split-articles, nnimap-request-newgroups)
13980         (nnimap-request-create-group, nnimap-request-accept-article)
13981         (nnimap-request-delete-group, nnimap-request-rename-group)
13982         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13983         `encoded-mbx' for consistency.
13984         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13985         variable `imap-current-mailbox'.
13986
13987         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13988         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13989
13990 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13991
13992         * pop3.el (pop3-display-message-size-flag): Display message size byte
13993         counts during POP3 download.
13994         (pop3-movemail): Use it.
13995         (pop3-list): Implement listing of available messages.
13996
13997 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13998
13999         * nnir.el (nnir-get-article-nov-override-function): New function to
14000         override the normal NOV retrieval.
14001         (nnir-retrieve-headers): Use it.
14002
14003 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
14004
14005         * auth-source.el (netrc-machine-user-or-password): Autoload.
14006
14007 2010-03-19  Glenn Morris  <rgm@gnu.org>
14008
14009         Stop message.el from loading about 40 libraries it doesn't always need.
14010         The general approach is to autoload rather than require, and to
14011         require in the specific functions rather than the file.  (Bug#5642)
14012
14013         * gmm-utils.el: Don't require wid-edit.
14014         (widget-create-child-value, widget-convert, widget-default-get):
14015         Autoload.
14016
14017         * gnus-util.el: Don't require time-date, netrc.
14018         (message-fetch-field, gnus-group-name-decode): Declare rather than
14019         autoloading.
14020         (gnus-fetch-field): Require message.
14021         (gnus-decode-newsgroups): Require gnus-group.
14022
14023         * ietf-drums.el: Don't require time-date.
14024
14025         * message.el: Don't require hashcash, canlock, ecomplete.
14026         Do require mail-utils.  Require nnheader only when compiling.
14027         (smtpmail-default-smtp-server): Remove declaration.
14028         (message-send-mail-function): Check smtpmail-default-smtp-server
14029         is bound rather than requiring smtpmail.
14030         (message-auto-save-directory, message-insert-signature):
14031         Use expand-file-name rather than nnheader-concat.
14032         (nnheader-insert-file-contents): Autoload.
14033         (hashcash-wait-async): Declare.
14034         (message-send-mail): Only call gnus-setup-posting-charset if
14035         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
14036         (message-send-mail-with-sendmail): Require sendmail.
14037         (canlock-password, canlock-password-for-verify): Declare.
14038         (message-canlock-password): Require canlock.
14039         (nnheader-get-report): Autoload.
14040         (gnus-setup-posting-charset): Declare.
14041         (message-send-news): Require gnus-msg.
14042         (message-make-references, message-make-in-reply-to): Use mail-header-id
14043         rather than the alias mail-header-message-id.
14044         (ecomplete-add-item, ecomplete-save): Declare.
14045         (message-put-addresses-in-ecomplete): Require ecomplete.
14046         (ecomplete-display-matches): Autoload.
14047
14048         * mm-decode.el: Don't require mailcap, gnus-util.
14049         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
14050         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
14051         Autoload.
14052         (mailcap-mime-extensions): Declare.
14053
14054         * mm-encode.el: Don't require mailcap.
14055         (mailcap-extension-to-mime): Autoload.
14056
14057         * mml-sec.el: Don't require password-cache.
14058
14059         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
14060         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
14061         (mml-minibuffer-read-type): Require mailcap.
14062         (mml-preview): Require gnus-msg.
14063
14064         * mml1991.el: Require password-cache.
14065         (password-cache-expiry): Remove declaration.
14066
14067         * mml2015.el: Require password-cache.
14068         (password-cache-expiry): Remove declaration.
14069
14070         * nneething.el (mailcap): Require mailcap.
14071
14072         * nnheader.el (declare-function): Add compatibility stub.
14073         (message-remove-header): Declare rather than autoload.
14074         (nnheader-replace-header): Require message.
14075
14076         * nnimap.el (declare-function): Add compatibility stub.
14077         (netrc-parse, netrc-machine-user-or-password): Declare.
14078         (nnimap-open-connection): Require netrc.
14079
14080         * nntp.el (declare-function): Add compatibility stub.
14081         (netrc-parse, netrc-machine, netrc-get): Declare.
14082         (nntp-send-authinfo): Require netrc.
14083
14084         * rfc2047.el: Don't require qp.
14085         (quoted-printable-encode-region, quoted-printable-decode-string):
14086         Autoload.
14087
14088         * sieve-mode.el: Don't require easymenu.
14089         (easy-menu-add-item): Autoload it.
14090
14091         * spam-stat.el (time-to-number-of-days): Autoload it.
14092
14093 2010-03-19  Glenn Morris  <rgm@gnu.org>
14094
14095         * password-cache.el (password-cache, password-cache-expiry): Autoload.
14096
14097 2010-03-18  Glenn Morris  <rgm@gnu.org>
14098
14099         * hashcash.el (declare-function): Remove duplicate definition.
14100
14101 2010-03-17  Kevin Ryde  <user42@zip.com.au>
14102
14103         * mml.el (mml-read-tag): Unquote values with `read' to reverse
14104         prin1 in mml-insert-tag (just stripping the quotes gave wrong
14105         value if any backslash escapes).
14106
14107 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
14110         if it is available.  (bug#5647)
14111
14112         * lpath.el: Suppress compiler warning for coding-system-from-name for
14113         Emacs 21 and XEmacs.
14114
14115 2010-03-14  Juri Linkov  <juri@jurta.org>
14116
14117         * hmac-def.el:
14118         * hmac-md5.el:
14119         * netrc.el: Fix keywords.
14120
14121 2010-02-26  Glenn Morris  <rgm@gnu.org>
14122
14123         * message.el (message-send-mail-function): Change the default, so that
14124         it inherits from a customized send-mail-function.  (Bug#5643)
14125
14126 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14127
14128         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
14129         shell-command-to-string signals an error (bug#5299).
14130
14131 2010-02-24  Glenn Morris  <rgm@gnu.org>
14132
14133         * message.el (message-smtpmail-send-it)
14134         (message-send-mail-with-mailclient): Doc fixes.
14135
14136 2010-02-16  Glenn Morris  <rgm@gnu.org>
14137
14138         * message.el (message-default-mail-headers): Change the default value
14139         to ease the transition from mail-mode to message-mode.  (Bug#5555)
14140
14141 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14142
14143         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
14144         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
14145
14146 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
14147
14148         * time-date.el (date-to-time): Doc fix (Bug#5408).
14149
14150 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
14151
14152         * message.el (message-mail): Just pass yank-action on to message-setup.
14153         (message-setup): Handle (FUN . ARGS) form of yank-action.
14154         (message-with-reply-buffer, message-widen-reply)
14155         (message-yank-original): Handle non-buffer values of
14156         message-reply-buffer (Bug#4080).
14157         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
14158
14159 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
14160
14161         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
14162         Fix typo in docstring.
14163
14164 2010-01-08  Jason Rumney  <jasonr@gnu.org>
14165
14166         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
14167         response.
14168
14169 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14170
14171         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
14172
14173         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14174
14175         * message.el (message-check-news-header-syntax): Protect against a
14176         string that `rfc822-addresses' returns when parsing fails.
14177
14178 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
14181         (gnus-previous-char-property-change): New functions.
14182
14183         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
14184
14185 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
14186
14187         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
14188         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
14189
14190 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
14191
14192         * message.el (message-exchange-point-and-mark): Rework last change to
14193         avoid using optional arg of exchange-point-and-mark, for backward
14194         compatibility.
14195
14196 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
14197
14198         * message.el (message-exchange-point-and-mark):
14199         Call exchange-point-and-mark with an argument rather than setting
14200         mark-active by hand (Bug#5175).
14201
14202 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14203
14204         * nntp.el (nntp-service-to-port): Work for service expressed with
14205         numeric string; replace [:digit:] with [0-9] for XEmacs.
14206
14207 2009-12-17  Glenn Morris  <rgm@gnu.org>
14208
14209         * gnus-group.el (gnus-bug-group-download-format-alist):
14210         Change emacs entry to debbugs.gnu.org.  Bump :version.
14211
14212 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14213
14214         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
14215
14216 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14217
14218         * message.el (message-info): Explain why we use `Info-goto-node'.
14219
14220 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
14223
14224 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14225
14226         * message.el (message-completion-in-region): New compatibility function.
14227         (message-expand-group): Use it.
14228
14229 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
14232         with no unread article should be listed if the 2nd arg `predicate' is
14233         given.
14234
14235 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
14238
14239 2009-11-29  Juri Linkov  <juri@jurta.org>
14240
14241         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14242         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
14243         on `gnus-recenter'.  (Bug#4698, Bug#4981)
14244
14245 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14246
14247         * sha1.el (sha1-string-external): default-directory "/" in case
14248         otherwise non-existent.  process-connection-type pipe for touch of
14249         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14250
14251 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14252
14253         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14254         it's comms related and sgml-mode.el has "comm" on that basis too.
14255
14256 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14257
14258         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14259         containing tspecial characters if they have been already quoted.
14260
14261 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14262
14263         * dns-mode.el (auto-mode-alist): Purecopy string.
14264
14265 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14266
14267         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14268
14269 2009-10-24  Glenn Morris  <rgm@gnu.org>
14270
14271         * gnus-art.el (help-xref-stack-item): Define for compiler.
14272
14273 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14274
14275         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14276
14277 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14280
14281 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14282
14283         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14284         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14285
14286 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14287
14288         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14289         (gnus-overlays-in): New alias to overlays-in.
14290
14291         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14292         gnus-overlay-get, and gnus-delete-overlay.
14293         (gnus-summary-show-thread): Make it work as well for systems in which
14294         next-single-char-property-change is not available.
14295         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14296
14297         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14298         (gnus-overlay-get): New alias to extent-property.
14299         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14300
14301         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14302         SXEmacs.
14303
14304         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14305         SXEmacs.
14306
14307 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14308
14309         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14310
14311 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14312
14313         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14314         and XEmacs that don't have `remove-overlays'.
14315
14316 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14317
14318         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14319         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14320         selective display.  Use overlays instead.
14321
14322 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14323
14324         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14325
14326 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14327
14328         * spam-stat.el (spam-stat-load): Fix typo in message.
14329
14330 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14331
14332         * dig.el (dig-invoke): Fix typo in docstring.
14333         (query-dig): Reflow docstring.
14334
14335 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14336
14337         * gnus-art.el (gnus-article-encrypt-body):
14338         * message.el (message-check-recipients):
14339         * mm-util.el (mm-codepage-setup):
14340         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14341         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14342
14343 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14344
14345         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14346         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14347         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14348         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14349         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14350
14351 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14352
14353         * dig.el: Add "Keywords: comm", as per net-utils.el.
14354
14355 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14356
14357         * dig.el (dig-mode): Use define-derived-mode.
14358
14359 2009-09-19  Glenn Morris  <rgm@gnu.org>
14360
14361         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14362
14363 2009-09-18  Glenn Morris  <rgm@gnu.org>
14364
14365         * gnus-diary.el (gnus-diary-check-message):
14366         * message.el (message-insert-formatted-citation-line):
14367         * nnbabyl.el (top-level):
14368         * nndiary.el (nndiary-schedule):
14369         Fix typos in condition-case handlers.
14370
14371 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14372
14373         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14374         configuration that provides the sole article window in a frame;
14375         position point correctly after deleting a part.
14376
14377 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14378
14379         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14380         (spam-resolve-registrations-routine): Use it to unregister articles
14381         that change status.
14382
14383 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14386         with XEmacs.
14387         (parse-time-string-chars): Use it.
14388
14389 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14390
14391         * imap.el (imap-interactive-login): Better messages.
14392         (imap-open): Fix bug with renamed buffer on reconnect.
14393         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14394         for easier debugging and cleaner code.  On successful (guessed based on
14395         server capabilities) secondary authentication, set imap-state
14396         correctly.
14397         (imap-last-authenticator): Define imap-last-authenticator as a variable
14398         to avoid warnings.
14399
14400 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14401
14402         * nnrss.el (nnrss-request-article): Remove binding of
14403         default-enable-multibyte-characters that has gotten needless by
14404         the 2007-07-13 change in rfc2047-encode-message-header.
14405
14406         * mml.el (mml-insert-multipart): Error on the message header.
14407         (mml-insert-part): Error on the message header; position point at
14408         the end of a MIME tag.
14409
14410 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14411
14412         * time-date.el (autoload): Expand define-obsolete-function-alias into
14413         defalias and make-obsolete for old Emacsen that Gnus supports.
14414         (with-no-warnings): Define it for old Emacsen.
14415         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14416         is available.
14417         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14418         float-time is available; suppress compile warning for time-to-seconds.
14419
14420         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14421         (gnus-float-time): Alias to float-time if it exists.
14422
14423         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14424         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14425         float-time is available; suppress compile warning for time-to-seconds.
14426
14427         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14428         XEmacs.
14429
14430 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14431
14432         * imap.el (imap-message-map): Docstring fix.
14433
14434 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14435
14436         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14437         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14438         Add the optional argument `encoding' that overrides the default.
14439
14440         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14441         mm-encode-buffer.
14442
14443 2009-09-04  Glenn Morris  <rgm@gnu.org>
14444
14445         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14446         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14447         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14448         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14449         * mm-util.el (mm-with-unibyte-current-buffer)
14450         (mm-find-buffer-file-coding-system):
14451         * yenc.el (yenc-decode-region): Use default-value rather than
14452         default-enable-multibyte-characters.
14453
14454 2009-09-03  Glenn Morris  <rgm@gnu.org>
14455
14456         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14457         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14458         than default-enable-multibyte-characters.
14459
14460 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14461
14462         * gnus-art.el (gnus-article-read-summary-keys):
14463         Fix gnus-buffer-configuration's value temporarily used.
14464
14465 2009-09-02  Glenn Morris  <rgm@gnu.org>
14466
14467         * gnus-util.el (gnus-float-time): New function.
14468         * gnus-delay.el (gnus-delay-article):
14469         * gnus-sum.el (gnus-thread-latest-date):
14470         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14471         * nnspool.el (nnspool-request-newgroups):
14472         Use gnus-float-time rather than time-to-seconds.
14473         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14474
14475         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14476         (gnus-header-subject-face, gnus-header-newsgroups-face)
14477         (gnus-header-name-face, gnus-header-content-face):
14478         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14479         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14480         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14481         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14482         (gnus-cite-face-11):
14483         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14484         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14485         (gnus-server-closed-face, gnus-server-denied-face)
14486         (gnus-server-offline-face):
14487         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14488         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14489         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14490         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14491         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14492         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14493         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14494         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14495         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14496         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14497         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14498         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14499         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14500         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14501         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14502         (gnus-summary-high-undownloaded-face)
14503         (gnus-summary-low-undownloaded-face)
14504         (gnus-summary-normal-undownloaded-face)
14505         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14506         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14507         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14508         (gnus-splash-face):
14509         * message.el (message-header-to-face, message-header-cc-face)
14510         (message-header-subject-face, message-header-newsgroups-face)
14511         (message-header-other-face, message-header-name-face)
14512         (message-header-xheader-face, message-separator-face)
14513         (message-cited-text-face, message-mml-face):
14514         * sieve-mode.el (sieve-control-commands-face)
14515         (sieve-action-commands-face, sieve-test-commands-face)
14516         (sieve-tagged-arguments-face):
14517         * spam.el (spam-face):
14518         Mark face aliases with "-face" in the name as obsolete.
14519
14520 2009-09-01  Glenn Morris  <rgm@gnu.org>
14521
14522         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14523         than goto-line.
14524
14525 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14526
14527         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14528         Don't move point if the command is invoked inside the message header.
14529
14530 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14531
14532         * imap.el (imap-send-command): Simplify.
14533         (imap-wait-for-tag): point-max -> buffer-size.
14534
14535 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14536
14537         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14538         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14539         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14540         * nnir.el (nnir-swish-e-index-file):
14541         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14542         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14543         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14544         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14545         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14546         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14547
14548 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14549
14550         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14551         Don't save excursion.
14552
14553 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14554
14555         * nnheader.el (nnheader-find-file-noselect):
14556         * mm-util.el (mm-insert-file-contents):
14557         Use (default-value 'major-mode) instead of default-major-mode.
14558
14559 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14560
14561         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14562
14563 2009-08-26  Glenn Morris  <rgm@gnu.org>
14564
14565         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14566         than placing in files.el.
14567
14568 2009-08-25  Glenn Morris  <rgm@gnu.org>
14569
14570         * nnir.el (top-level): Don't require cl at run-time.
14571         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14572         Replace cl-function substitute with gnus-replace-in-string.
14573         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14574         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14575         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14576         simplified expansions.
14577
14578 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14579
14580         * dig.el (dig): Add autoload cookie.
14581
14582 2009-08-22  Glenn Morris  <rgm@gnu.org>
14583
14584         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14585         goto-line.
14586
14587 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14588
14589         * parse-time.el (parse-time-string-chars): Save match data.
14590
14591 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14592
14593         * parse-time.el (parse-time-string-chars): Compute using character
14594         classes, to handle non-ascii characters (Bug#3190).
14595
14596 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14597
14598         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14599
14600         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14601         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14602         (gnus-mm-display-part, gnus-mime-display-single)
14603         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14604         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14605
14606         * gnus-sum.el
14607         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14608         (gnus-summary-move-article): Add expirable mark to articles copied or
14609         moved to group that has auto-expire turned on if the option is non-nil.
14610
14611 2009-07-24  Glenn Morris  <rgm@gnu.org>
14612
14613         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14614         Fix typo.  (Bug#3903)
14615
14616 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14619         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14620         that should not be used for draft articles.
14621         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14622         that has no concern in minor mode keys.
14623         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14624         Abolish.
14625
14626 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14627
14628         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14629         article without making inquiry to a user for unknown encoding.
14630
14631         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14632         (nnmaildir--scan): Assume i-node and device number that file-attributes
14633         returns might be cons-cell.
14634
14635         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14636
14637         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14638
14639 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14640
14641         * auth-source.el: Remove docs now in auth.texi.  Don't use
14642         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14643         `auth-source-hide-passwords' and use them.
14644
14645 2009-07-15  Glenn Morris  <rgm@gnu.org>
14646
14647         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14648
14649 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14650
14651         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14652         excessive whitespace from the default values of title and description.
14653
14654 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14657         mail-fetch-field to fetch Content-Description header in order to
14658         exclude newlines.
14659
14660 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14661
14662         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14663         format used by GnuPG 2.0.11.
14664
14665 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14668         to deleted part.
14669
14670 2009-05-30  David Engster  <dengste@eml.cc>
14671
14672         * nnmairix.el: Remove old documentation in the commentary block.
14673         (nnmairix-request-group): Do not update active file for nnml back ends.
14674         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14675         end so that overview files are ignored.
14676         (nnmairix-update-groups): Make updating the groups more robust by using
14677         marks.
14678         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14679         with dollar characters in message-id.
14680
14681 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14682
14683         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14684         2008-12-25 in dns.el.
14685
14686 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14687
14688         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14689         could happen if the text is only composed of spaces and/or tabs.
14690
14691 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14692
14693         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14694         when sending a queued message to avoid extra mml tags.
14695
14696 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14699
14700 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14701
14702         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14703         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14704         rmail-toggle-header for XEmacs;
14705         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14706
14707 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * gnus-dired.el: Remove autoload for gnus-setup-message.
14710         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14711         displaying Gnus logo; always use compose-mail.
14712
14713 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14714
14715         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14716
14717 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14718
14719         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14720         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14721         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14722         available.
14723         (gnus-nocem-epg-verify): New function.
14724
14725 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14726
14727         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14728
14729 2009-02-15  Glenn Morris  <rgm@gnu.org>
14730
14731         * gnus-util.el (rmail-insert-rmail-file-header)
14732         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14733         autoloads.
14734         (rmail-default-rmail-file): Remove unnecessary declaration.
14735         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14736
14737 2009-02-14  Glenn Morris  <rgm@gnu.org>
14738
14739         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14740         variable (only used in gnus-util, which declares it anyway).
14741         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14742         which was only needed by gnus-art (changed to not use it any more).
14743         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14744         only used in gnus-util, which autoloads it itself.
14745         (rmail-update-summary): Fix autoload.
14746
14747         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14748         rather than rmail-output-to-rmail-file.
14749
14750 2009-02-07  Glenn Morris  <rgm@gnu.org>
14751
14752         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14753         autoload of function that no longer exists.
14754         (rmail-toggle-header): Declare.
14755         (message-forward-rmail-make-body): Handle mbox Rmail.
14756
14757 2009-01-31  Glenn Morris  <rgm@gnu.org>
14758
14759         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14760         2009-01-09 change.
14761
14762 2009-01-31  Dave Love  <fx@gnu.org>
14763
14764         * imap.el (imap-fetch-safe): Bind debug-on-error.
14765         (imap-debug): Add imap-fetch-safe.
14766
14767 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14768
14769         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14770         (auth-source-forget-all-cached): New convenience function.
14771         (auth-source-user-or-password): Accept list of modes or a single mode.
14772
14773         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14774         auth-source modes.
14775
14776         * netrc.el (netrc-machine-user-or-password): Use list of
14777         auth-source modes.
14778
14779         * nnimap.el (nnimap-open-connection): Use list of
14780         auth-source modes.
14781
14782         * nntp.el (nntp-send-authinfo): Use list of
14783         auth-source modes.
14784
14785 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14786
14787         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14788         now.
14789
14790 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14791
14792         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14793         coding system in XEmacs; add a workaround for XEmacs.
14794
14795         * lpath.el: Fbind coding-system-aliasee.
14796
14797 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14798
14799         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14800         of current-language-environment.
14801
14802 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14803
14804         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14805         available at runtime.
14806
14807 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14808
14809         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14810
14811 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14812
14813         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14814         the greatest positive fixnum value doesn't work under an XEmacs with
14815         bignum support; use the most-positive-fixnum constant instead,
14816         available since Emacs 21.1 with cl and XEmacs 21.1.
14817
14818 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14819
14820         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14821         XEmacs gets not to work.
14822
14823 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14824
14825         * mm-util.el (mm-coding-system-priorities): Allow the value like
14826         "Japanese (UTF-8)" of current-language-environment.
14827
14828 2009-01-09  Glenn Morris  <rgm@gnu.org>
14829
14830         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14831         with last-command-event.
14832
14833 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14834
14835         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14836         in the doc string.
14837
14838         * message.el (message-fix-before-sending): Amend comment.
14839
14840 2009-01-08  Dave Love  <fx@gnu.org>
14841
14842         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14843
14844 2009-01-07  David Engster  <dengste@eml.cc>
14845
14846         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14847         simplified server definitions by converting it via
14848         gnus-server-to-method.
14849
14850 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14851
14852         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14853         parameter's operands.
14854
14855 2009-01-06  David Engster  <dengste@eml.cc>
14856
14857         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14858         primary select method (for gnus-group-mark-article-as-read).
14859
14860 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14861
14862         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14863         `(gnus)Face', not `(gnus)X-Face'.
14864
14865 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14866
14867         * mm-util.el (mm-ucs-to-char): New function.
14868
14869         * mm-url.el (mm-url-decode-entities): Use it.
14870
14871         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14872         unicode-to-char.
14873
14874 2009-01-05  Dave Love  <fx@gnu.org>
14875
14876         * time-date.el: Require cl for `declare'.
14877
14878 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14879
14880         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14881         Dave Love.
14882
14883 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14884
14885         * message.el (message-fix-before-sending): Add `eight-bit' to
14886         illegible-text check.
14887
14888 2009-01-03  Michael Olson  <mwolson@gnu.org>
14889
14890         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14891         `headers' is nil.  This can occur if the IMAP server does not have
14892         permissions to read messages from a folder, but can write new messages
14893         to the folder.
14894         (nnimap-request-article-part): Do not insert `data' if it is nil.
14895
14896         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14897         characters which will confuse `read', so skip past them.
14898
14899 2009-01-01  Dave Love  <fx@gnu.org>
14900
14901         * imap.el (imap-string-to-integer): Fix typo.
14902         (imap-fetch-safe): New function.
14903         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14904
14905         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14906
14907         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14908         (imap-parse-greeting): Fix doc strings.
14909         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14910         (imap-parse-flag-list): Make messages unique.
14911         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14912
14913         * nnimap.el: Fix author email.
14914         (nnimap-split-rule): Add FIXME comment.
14915         (nnimap-debug): Fix doc string.
14916
14917 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14918
14919         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14920
14921 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14922
14923         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14924         nslookup if resolv.conf isn't available.
14925         (dns-query): Rename from query-dns.
14926         (dns-query-cached): Rename from query-dns-cached.
14927
14928 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14929
14930         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14931         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14932         to check if those variables exist (first appeared in Emacs 18.50).
14933
14934 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14935
14936         * mm-util.el (mm-line-number-at-pos): New function.
14937
14938         * spam-report.el (spam-report-process-queue): Use it.
14939
14940 2008-12-24  David Engster  <dengste@eml.cc>
14941
14942         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14943         parameters that haven't existed as variables as buffer-local variables.
14944
14945 2008-12-23  Dave Love  <fx@gnu.org>
14946
14947         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14948         cadar.
14949
14950         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14951         imap-starttls-p.
14952         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14953
14954 2008-12-22  Dave Love  <fx@gnu.org>
14955
14956         * imap.el: Fix author email.  Doc fixes.
14957         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14958         reply.
14959
14960 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14961
14962         * spam-report.el (spam-report-gmane-max-requests): New constant.
14963         (spam-report-gmane-wait): New variable.
14964         (spam-report-gmane-ham, spam-report-gmane-spam)
14965         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14966         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14967         the server.
14968
14969         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14970         Add explanations.
14971
14972         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14973         nnheader-accept-process-output and nnheader-read-timeout if available.
14974         (pop3-movemail): Use it.
14975
14976         * message.el (message-check-news-body-syntax): Fix signature check if
14977         there's an attachment.
14978
14979 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14980
14981         * mm-util.el: Add comments to the mm- emulating functions.
14982
14983 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14984
14985         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14986         Reported by Stephen Berman <stephen.berman@gmx.net>.
14987
14988 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14989
14990         * mm-util.el (mm-substring-no-properties): New function.
14991         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14992         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14993         (mm-string-to-multibyte): Doc fix.
14994
14995         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14996
14997 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14998
14999         * mml.el (mml-attach-file): Strip text properties from file name.
15000         (Bug#1574)
15001
15002 2008-12-16  Glenn Morris  <rgm@gnu.org>
15003
15004         * mm-util.el (mm-charset-override-alist): Declare for compiler.
15005
15006 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15007
15008         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
15009         knows since the charset specified might be a bogus alias that
15010         mm-charset-synonym-alist provides.
15011
15012 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15013
15014         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
15015         "ISO_8859-1".
15016
15017         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
15018
15019 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15020
15021         * mm-util.el (mm-charset-eval-alist):
15022         Define it before mm-charset-to-coding-system.
15023         (mm-charset-to-coding-system): Add optional argument `silent';
15024         define it before mm-charset-override-alist.
15025         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
15026         default value if it can be used in Emacs currently running;
15027         silence mm-charset-to-coding-system.
15028
15029 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15030
15031         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
15032         `allow-override' which says whether to use `mm-charset-override-alist'.
15033         (rfc2047-decode-encoded-words): Use it.
15034
15035         * mm-util.el (mm-charset-override-alist): Fix custom type;
15036         add `(gb2312 . gbk)' to choices.
15037
15038 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15039
15040         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
15041         fast.
15042
15043         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15044
15045         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
15046
15047 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
15048
15049         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
15050         on links.
15051
15052         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15053
15054 2008-12-03  Lute Kamstra  <lute@gnu.org>
15055
15056         * sha1.el: Remove leading * from docstrings of defcustoms,
15057         deffaces, defconsts and defuns.
15058
15059 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * message.el (message-idna-to-ascii-rhs-1): Protect against local
15062         users' addresses that don't have domain parts.
15063         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
15064         rather than message-narrow-to-head since there will be the message
15065         header separator.
15066
15067 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15068
15069         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
15070         since the result is inserted in a unibyte buffer anyway.
15071         (nnimap-demule-use-string-to-multibyte): Remove.
15072         (nnimap-demule): Alias it to mm-string-to-multibyte.
15073
15074 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15075
15076         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
15077         variable for debugging bug#464 and bug#1174.
15078         (nnimap-demule): Use it.
15079
15080 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15081
15082         * gnus-score.el (gnus-score-find-trace): Handle default score in total
15083         score calculation correctly.
15084
15085 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15086
15087         * message.el (message-send-mail): Just set the buffer to unibyte
15088         rather than use mm-with-unibyte-current-buffer which does a lot more.
15089         (message-send-mail-partially): Don't bother with
15090         mm-with-unibyte-current-buffer since it's already been made unibyte by
15091         message-send-mail.
15092
15093 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
15094
15095         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
15096
15097 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
15098
15099         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
15100
15101 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15102
15103         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
15104         require itself and to remove `with-no-warnings'.
15105
15106 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
15107
15108         * starttls.el (starttls-any-program-available): Get the name of the
15109         available TLS layer program.
15110         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
15111         well as the host name in the "opening" message.
15112
15113         * auth-source.el (auth-source-cache, auth-source-do-cache)
15114         (auth-source-user-or-password): Cache passwords and logins by default,
15115         allow override with `auth-source-do-cache'.
15116         (auth-source-forget-user-or-password): Allow users to remove cache
15117         entries if needed.
15118
15119 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
15120
15121         * md4.el (md4-buffer): Fix typo in docstring.
15122         (md4, md4-64): Doc fixes.
15123         (md4-pack-int32): Reflow docstring.
15124
15125 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15126
15127         * ietf-drums.el (ietf-drums-remove-comments): Localize second
15128         condition-case to only the forward-sexp call.
15129
15130 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15131
15132         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
15133         quotes contained.  Make it more robust regardless by an extra
15134         condition-case wrapper.
15135
15136 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * lpath.el: No need to fbind codepage-setup for Emacs 23.
15139
15140 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * nnml.el (nnml-request-expire-articles): Check if the function set to
15143         `nnmail-expiry-target' returns the symbol `delete'.
15144
15145         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
15146
15147         * nnmail.el (nnmail-expiry-target): Fix custom type.
15148
15149 2008-10-02  Glenn Morris  <rgm@gnu.org>
15150
15151         * mm-util.el (mm-codepage-setup): Tweak codepage error.
15152         Silence compiler warning.
15153
15154 2008-10-01  Magnus Henoch  <mange@freemail.hu>
15155
15156         * tls.el (open-tls-stream): Show the actual command being
15157         executed, instead of the format string.
15158
15159 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15160
15161         * lpath.el: Fbind codepage-setup for Emacs 23.
15162
15163 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
15164
15165         * mml.el (mml-menu): Don't assume mml2015 is bound.
15166
15167 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15168
15169         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
15170         exists.
15171
15172 2008-09-27  Glenn Morris  <rgm@gnu.org>
15173
15174         * gnus-util.el (mail-header-remove-comments): Autoload it.
15175
15176 2008-09-27  Andreas Schwab  <schwab@suse.de>
15177
15178         * gnus-util.el (gnus-split-references): Strip comments.
15179         (gnus-parent-id): Likewise.
15180
15181 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
15182
15183         * message.el (message-confirm-send): Fix version.
15184
15185 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * message.el (message-idna-to-ascii-rhs-1): Use
15188         mail-extract-address-components rather than mail-header-parse-addresses
15189         that is an alias by default to ietf-drums-parse-addresses that does not
15190         support non-ASCII names in headers' contents.
15191
15192 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15193
15194         * message.el (message-confirm-send): Fix variable documentation to
15195         avoid the "y/n" wording.
15196
15197 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
15198
15199         * message.el (message-set-auto-save-file-name): Save to a different
15200         filename so multiple messages (especially drafts) can be recovered.
15201
15202 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
15203
15204         * message.el (message-confirm-send): Add appropriate version.
15205
15206 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
15207
15208         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
15209         defvar.
15210
15211 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
15212
15213         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
15214         (mm-pkcs7-enveloped-magic): Ditto.
15215
15216 2008-09-17  Simon Josefsson  <simon@josefsson.org>
15217
15218         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
15219         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
15220
15221 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
15222
15223         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
15224         default, it's better.
15225
15226 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
15227
15228         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
15229         summary line gnus-number property and ignore them (with a warning
15230         message).
15231
15232 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15233
15234         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
15235         macro caddr in the interactive form since it won't be expanded.
15236
15237 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15238
15239         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
15240         `charset'; fix name of function called recursively.
15241         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
15242
15243 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15244
15245         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15246         (gnus-mime-set-charset-parameters): New function.
15247         (gnus-mime-view-part-as-charset): Use it to correctly display part
15248         specifying wrong charset.
15249
15250 2008-09-08  David Engster  <dengste@eml.cc>
15251
15252         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
15253         in completing-read for back end server.
15254
15255 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15256
15257         * message.el (message-confirm-send): New variable to confirm sending a
15258         message.
15259         (message-send): Use it.
15260
15261 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15262
15263         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15264
15265 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15266
15267         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15268
15269 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15270
15271         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15272         prevent tracking too many groups.
15273         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15274         Use it.
15275
15276 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15277
15278         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15279         moving point to the bottom of the window in order to avoid recentering.
15280
15281 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15282
15283         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15284
15285         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15286         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15287         (gnus-article-beginning-of-window): Fix calculation.
15288
15289 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15290
15291         * gnus-msg.el (gnus-summary-supersede-article)
15292         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15293         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15294         message header.
15295
15296 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15297
15298         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15299         pending output coming after the status change.
15300
15301 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15302
15303         * message.el:
15304         * gnus-start.el:
15305         * gnus-registry.el: Remove VMS support.
15306
15307 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15308
15309         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15310         macro.
15311         (rfc2104-hash): Use it.
15312
15313 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15314
15315         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15316         (gnus-summary-sort-by-most-recent-date): New commands.
15317         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15318         and menu entries.
15319
15320 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15321
15322         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15323         don't redisplay article for raw contents; remove plural articles stuff.
15324
15325         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15326         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15327         on gnus-summary-save-article; display results properly.
15328
15329 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15330
15331         * lpath.el: No need to fbind ns-focus-frame.
15332
15333 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15334
15335         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15336
15337 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * gnus-art.el (gnus-summary-save-in-pipe):
15340         Consider gnus-save-all-headers.
15341
15342 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15343
15344         * gnus-util.el (ns-focus-frame): Remove declaration.
15345         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15346         like x.
15347
15348 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15349
15350         * rfc2104.el (rfc2104-zero): Delete defconst.
15351         (rfc2104-hex-alist): Likewise.
15352         (rfc2104-hex-to-int): Delete func.
15353         (rfc2104-hexstring-to-bitstring): Likewise.
15354         (rfc2104-nybbles): New defconst.
15355         (rfc2104-hash): Rewrite for speed.
15356
15357 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * tls.el (open-tls-stream): Make it work with the 2nd argument
15360         BUFFER that is a string but does not exist as a buffer object, as
15361         mentioned in the doc-string.
15362
15363 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15364
15365         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15366         SXEmacs.
15367
15368 2008-07-16  Glenn Morris  <rgm@gnu.org>
15369
15370         * gnus-util.el (ns-focus-frame): Declare for compiler.
15371
15372 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15373
15374         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15375         set as a group parameter.
15376         (gnus-summary-save-in-pipe): Work when it is called independently.
15377         (gnus-summary-pipe-to-muttprint): Don't modify
15378         gnus-summary-pipe-output-default-command.
15379
15380 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15381
15382         * message.el (message-send-mail-with-sendmail):
15383         Display the error message.
15384
15385 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15386
15387         * gnus-art.el (gnus-default-article-saver):
15388         Add gnus-summary-save-in-pipe to choices.
15389         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15390         gnus-summary-pipe-output-default-command as the default command.
15391         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15392         instead of gnus-last-shell-command.
15393
15394         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15395         New user option.
15396         (gnus-summary-muttprint-program): Mention the value will be changed.
15397         (gnus-summary-save-article): Force showing of all headers.
15398         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15399
15400 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15401
15402         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15403
15404 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15405
15406         * nnimap.el (nnimap-id):
15407         * sieve-manage.el (sieve-manage-open): Doc fixes.
15408
15409 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15410
15411         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15412         if available.
15413
15414 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15415
15416         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15417
15418         * nnkiboze.el (nnkiboze-generate-group):
15419         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15420
15421         * nnmairix.el: Require CL.
15422
15423 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15424
15425         * dgnushack.el: Autoload get-display-table and put-display-table for
15426         XEmacs 21.5.
15427
15428         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15429         21.4 and SXEmacs.
15430
15431 2008-06-15  David Engster  <dengste@eml.cc>
15432
15433         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15434
15435 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15436
15437         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15438         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15439         runtime choice under XEmacs.
15440
15441         * gnus-sum.el (gnus-summary-set-display-table):
15442         Use `gnus-put-display-table', `gnus-get-display-table',
15443         `gnus-set-display-table' for the display table, instead of `aset'.
15444
15445         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15446         Use `gnus-put-display-table', `gnus-get-display-table',
15447         `gnus-set-display-table' for the display table.
15448
15449 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15450
15451         * nnmairix.el: Add autoloads.
15452
15453 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15454
15455         * nnmairix.el (nnmairix-delete-recreate-group)
15456         (nnmairix-update-and-clear-marks): Fix error messages.
15457
15458 2008-06-14  David Engster  <dengste@eml.cc>
15459
15460         * nnmairix.el: Upgrade to version 0.6.
15461         (nnmairix-group-toggle-propmarks-this-group)
15462         (nnmairix-group-toggle-readmarks-this-group)
15463         (nnmairix-group-delete-recreate-this-group)
15464         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15465         (nnmairix-remove-tick-mark-original-article): New commands.
15466         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15467         (nnmairix-propagate-marks-to-nnmairix-groups)
15468         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15469         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15470         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15471         functions needed for marks propagation and manipulation of read marks.
15472         (nnmairix-update-groups): New function.
15473         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15474         (nnmairix-determine-original-group-from-registry)
15475         (nnmairix-determine-original-group-from-path)
15476         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15477         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15478         New helper functions.
15479         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15480         keystrokes for new commands.
15481         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15482         (nnmairix-request-group): Check allow-fast group parameter.
15483         (nnmairix-request-create-group): Set allow-fast group parameter if
15484         nnmairix-allowfast-default is set.
15485         (nnmairix-close-group): Propagate marks upon closing if needed.
15486         (nnmairix-group-toggle-threads-this-group): Use new.
15487         nnmairix-group-toggle-parameter helper function.
15488         (nnmairix-search): Better check for empty search result.
15489         (nnmairix-goto-original-article): Use new helper functions for
15490         determining original article.
15491         (nnmairix-show-original-article): Make sure message-id is in brackets.
15492         (nnmairix-call-mairix-binary): Change variable name.
15493         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15494         helper function.
15495         (nnmairix-widget-toggle-activate): Fix doc string.
15496
15497 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15498
15499         * nnir.el: Require edmacro when compiling with XEmacs.
15500         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15501         available in Emacs 21.
15502
15503 2008-06-11  Glenn Morris  <rgm@gnu.org>
15504
15505         * gnus-util.el (x-focus-frame):
15506         * gnus.el (image-size):
15507         * mm-decode.el (image-size): Declare.
15508
15509         * gnus-picon.el (declare-function): Add compat definition.
15510         (image-size): Declare.
15511
15512         * gnus-group.el (tool-bar-map):
15513         * gnus-sum.el (tool-bar-map): Define for compiler.
15514
15515         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15516
15517         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15518
15519         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15520         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15521         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15522         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15523         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15524         * sieve-manage.el, spam-report.el, spam.el:
15525         Remove unnecessary eval-and-compile of autoloads.
15526
15527 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15528
15529         * auth-source.el: Precise Tramp doc.
15530
15531 2008-06-07  Glenn Morris  <rgm@gnu.org>
15532
15533         * nnmairix.el: Remove unnecessary eval-when-compile.
15534
15535 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * lpath.el: Fbind propertize for XEmacs 21.4.
15538
15539 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15540
15541         * nnir.el: Move here from ../contrib.
15542
15543 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15544
15545         * gnus-util.el (gnus-read-shell-command): New function.
15546         * mm-decode.el (mm-pipe-part):
15547         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15548
15549 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15550
15551         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15552
15553 2008-06-03  Glenn Morris  <rgm@gnu.org>
15554
15555         * pop3.el (nnheader-accept-process-output): Autoload it.
15556
15557 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15558
15559         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15560         are not 2-digit hexadecimal characters that follow `%'s.
15561
15562 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15563
15564         * message.el (message-bogus-recipient-p): Fix type in doc string.
15565         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15566         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15567         Improve custom options.
15568         (message-bogus-recipient-p): Adjust accordingly.
15569
15570 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15571
15572         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15573         long-form month and day names.
15574
15575 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15576
15577         * dgnushack.el: Autoload debug, eudc-expand-inline and
15578         pgg-snarf-keys-region for XEmacs.
15579
15580         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15581
15582         * nnmairix.el: Require edmacro when compiling with XEmacs.
15583
15584 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15585
15586         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15587         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15588
15589 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15590
15591         * auth-source.el: Add more docs.
15592
15593         * netrc.el (netrc-machine): Always match if the port is not given.
15594
15595 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15596
15597         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15598         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15599         retrieval faster in some cases, but might make CPU usage larger.
15600         If this has any bad side effects, we might revert this change.
15601
15602         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15603         seems to make mail retrieval much, much faster.
15604         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15605         unconditionally.
15606
15607         * gnus-draft.el (gnus-group-send-queue):
15608         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15609
15610 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15611
15612         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15613
15614         * message.el (message-bogus-address-regexp): Fix and improve custom
15615         type.
15616         (message-setup-hook): Add message-check-recipients as custom option.
15617
15618 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15619
15620         * message.el (message-cite-function): Remove bogus autoload which crept
15621         in during merge from v5-10.
15622
15623 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15624
15625         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15626
15627         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15628
15629         * auth-source.el: Preliminary Tramp docs.
15630         (auth-sources): Change the default auth-sources to use
15631         EPA .gpg files.
15632
15633 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15634
15635         * nntp.el: Autoload `auth-source-user-or-password'.
15636         (nntp-send-authinfo): Use it.
15637
15638         * nnimap.el: Autoload `auth-source-user-or-password'.
15639         (nnimap-open-connection): Use it.
15640
15641         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15642         for the gnus-message function.
15643         (auth-source-user-or-password): Use it.
15644
15645 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15646
15647         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15648         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15649         (rfc2104-hash): Use it.
15650
15651 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15652
15653         * gnus-art.el (gnus-article-toggle-truncate-lines):
15654         Don't use `iff' in docstring.
15655
15656 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15657
15658         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15659
15660         * gnus-util.el (gnus-extract-address-component-name)
15661         (gnus-extract-address-component-email): Convenience functions around
15662         `gnus-extract-address-components'.
15663
15664         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15665         Use `gnus-extract-address-component-email' to fix bug of comparing full
15666         sender name to `user-mail-address'.
15667
15668 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15669
15670         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15671         catch/throw to optimize.
15672         (gnus-registry-find-keywords): Just use member to find a keyword.
15673
15674 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15675
15676         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15677         is current before calling gnus-server-prepare.
15678         (gnus-server-setup-buffer, gnus-server-update-server)
15679         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15680
15681 2008-05-04  Juri Linkov  <juri@jurta.org>
15682
15683         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15684         (mailcap-file-default-commands): Use mailcap-replace-in-string
15685         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15686         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15687
15688 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15689
15690         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15691
15692 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15693
15694         * gnus.el: Bump version to 0.11.
15695
15696 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15697
15698         * gnus.el: No Gnus v0.10 is released.
15699
15700 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15701
15702         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15703         hooks.
15704         (gnus-update-read-articles): Speed up non-marks-using users.
15705         (gnus-use-marks): Define gnus-use-marks.
15706         (gnus-propagate-marks): Rename variable to something more sensible.
15707
15708 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15709
15710         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15711         (gmm-image-load-path-for-library): Fix typos in docstrings.
15712         (gmm-message): Reflow docstring.
15713
15714 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15715
15716         * mail-source.el (mail-source-set-1, mail-source-bind):
15717         Move auth-source code out of the macro to clean it up and fix bugs.
15718
15719 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15720
15721         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15722         by sender if it's equal to user-mail-address, it's likely to be
15723         useless.
15724
15725         * mail-source.el (mail-source-bind): Don't use user or password if they
15726         are not bound.  Unintern them if they are nil.  Don't use server unless
15727         it's bound, and default it to empty string otherwise.
15728
15729 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15730
15731         * mail-source.el: Load auth-source.el.
15732         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15733         get user name or password, if auth-sources is set up.
15734
15735         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15736         strategy of splitting with parent.
15737         (gnus-registry-split-fancy-with-parent)
15738         (gnus-registry-post-process-groups): Use it and fix prior
15739         bug (returning a list as the split result).
15740
15741         * auth-source.el (auth-sources): Remove server parameter.
15742         (auth-source-pick, auth-source-user-or-password)
15743         (auth-source-user-or-password-imap)
15744         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15745         (auth-source-user-or-password-sftp)
15746         (auth-source-user-or-password-smtp): Remove server parameter.
15747
15748 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15749
15750         * smime.el (smime-sign-region, smime-encrypt-region)
15751         (smime-decrypt-region):
15752         Remove redundant calls to `generate-new-buffer-name'.
15753
15754 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15755
15756         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15757         Don't use QP for message/rfc822.
15758         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15759
15760 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15761
15762         * sieve-manage.el (sieve-string-bytes): Remove.
15763         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15764         correct byte-length only if the process's coding-system is the same as
15765         the one used internally by Emacs to represent strings.
15766
15767 2008-04-22  Juri Linkov  <juri@jurta.org>
15768
15769         * mailcap.el (mailcap-file-default-commands): New function.
15770
15771 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15772
15773         * message.el (message-signature-separator, message-cite-function):
15774         Change custom version.
15775
15776 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15777
15778         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15779         commands.
15780         (tls-checktrust): Ditto.
15781
15782 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15783
15784         * mm-decode.el (mm-display-external): Make temp file read-only.
15785
15786 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15787
15788         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15789         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15790         `C-c C-f d'.
15791
15792 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15793
15794         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15795
15796 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15797
15798         * gnus.el: Bump version to 0.9.
15799
15800 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15801
15802         * gnus.el: No Gnus v0.8 is released.
15803
15804 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15805
15806         * mail-source.el (mail-source-value):
15807         Prefer fboundp to functionp so it works with macros as well.
15808
15809 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15810
15811         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15812         Fix last change in case the element is not even a symbol.
15813
15814 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15815
15816         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15817         Prefer fboundp to functionp so it works with macros as well.
15818
15819 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15820
15821         * auth-source.el: Add docs.
15822         (auth-sources): Modify format to support server.
15823         (auth-source-pick, auth-source-user-or-password)
15824         (auth-source-user-or-password-imap)
15825         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15826         (auth-source-user-or-password-sftp)
15827         (auth-source-user-or-password-smtp): Add server parameter.
15828
15829 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15830
15831         * gnus-registry.el: Initialize the registry when gnus-registry-install
15832         is t.
15833
15834 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15835
15836         * compface.el (uncompface): Make buffer unibyte.
15837
15838 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15839
15840         * mail-source.el (mail-source-value):
15841         Prefer fboundp to functionp so it works with macros as well.
15842
15843 2008-04-05  Glenn Morris  <rgm@gnu.org>
15844
15845         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15846
15847 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15848
15849         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15850         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15851
15852         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15853         multibyteness after rather than before erasing it.
15854
15855         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15856         mm-with-multibyte.
15857         (gnus-request-article-this-buffer): Make sure the proper decoding is
15858         used if gnus-original-article-buffer happens to be unibyte.
15859
15860         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15861         default-enable-multibyte-characters.
15862
15863         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15864         default-enable-multibyte-characters.
15865
15866         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15867
15868         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15869
15870 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15871
15872         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15873         Fix last change in case the element is not even a symbol.
15874
15875 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15876
15877         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15878         (imap-message-copyuid-1): Use it.
15879         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15880         J. Williams in
15881         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15882
15883         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15884         imap-enable-exchange-bug-workaround.
15885         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15886
15887 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15888
15889         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15890         a 100 byte status-checks into a 2-3MB transfer for each group.
15891         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15892         to enable bug workaround or not.
15893         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15894
15895 2008-03-31  Glenn Morris  <rgm@gnu.org>
15896
15897         * message.el (mml2015-use): Declare for compiler.
15898         (message-info): Require mml2015 when appropriate.
15899
15900 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15901
15902         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15903         whitespace.
15904
15905 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15906
15907         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15908         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15909         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15910         (nntp-service-to-port): New function.
15911         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15912         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15913         (nntp-open-netcat-stream): New function.
15914         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15915
15916 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15917
15918         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15919
15920 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15921
15922         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15923
15924 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15925
15926         * dns.el (dns-write): Use set-buffer-multibyte.
15927
15928 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15929
15930         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15931
15932 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15933
15934         * message.el (message-signature-separator): Change default.
15935         Improve custom type.
15936         (message-cite-function): Change default to
15937         message-cite-original-without-signature.
15938
15939         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15940         toggle.
15941
15942         * message.el (message-check-news-body-syntax): Fix signature check.
15943         (message-setup-1): Mark buffer as unmodified _after_ running
15944         message-setup-hook and handling message-alternative-emails.
15945         (message-shorten-references): Be more strict when building list of
15946         valid references to comply with GNKSA.
15947
15948         * gnus-group.el (gnus-read-ephemeral-bug-group)
15949         (gnus-read-ephemeral-debian-bug-group)
15950         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15951
15952         * message.el (message-info): Don't use booleanp which isn't supported
15953         in Emacs 21 and XEmacs.
15954
15955 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15956
15957         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15958         gnus-group-gmane-group-download-format.
15959         (gnus-group-read-ephemeral-gmane-group): Rename from
15960         gnus-group-read-ephemeral-gmane-group.
15961         (gnus-read-ephemeral-gmane-group-url): Rename from
15962         gnus-group-read-ephemeral-gmane-group-url.
15963         (gnus-bug-group-download-format-alist): New variable.
15964         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15965         (gnus-read-ephemeral-emacs-bug-group): New commands.
15966
15967 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15968
15969         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15970         (gnus-visible-headers): Improve custom type.
15971
15972 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15973
15974         * mml.el (mml-menu): Add workarounds for XEmacs.
15975
15976         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15977         X-Boundary header.
15978
15979         * message.el (message-simplify-recipients): Fix previous commit.
15980
15981 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15982
15983         * mm-util.el (mm-set-buffer-multibyte): New function.
15984         * mm-decode.el (mm-copy-to-buffer): Use it.
15985
15986         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15987         Prefer fboundp to functionp so it works with macros as well.
15988
15989 2008-03-19  Glenn Morris  <rgm@gnu.org>
15990
15991         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15992         Accidentally removed in the sync process with Emacs.
15993
15994 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15995
15996         * message.el (message-alter-recipients-discard-bogus-full-name):
15997         New function.
15998         (message-alter-recipients-function): New variable.
15999         (message-get-reply-headers): Use it.
16000         (message-replace-header): New helper function.
16001         (message-recipients-without-full-name): New variable.
16002         (message-simplify-recipients): New command.
16003
16004         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
16005
16006         * message.el (message-info): Handle EasyPG manual.
16007
16008         * mml.el (mml-menu): Add entry for EasyPG.
16009
16010 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
16011
16012         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
16013         parameter.
16014
16015         * message.el (message-disassociate-draft): Specify drafts group name
16016         fully.
16017
16018 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
16019
16020         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16021         Eliminate unnecessary duplicates from the match list.
16022
16023 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16024
16025         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
16026
16027         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
16028
16029         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
16030         args of `how-many' of which the XEmacs version doesn't take; declare
16031         Info-index-next as function.
16032
16033 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16034
16035         * gnus-score.el (gnus-score-headers): Fix handling of
16036         gnus-inhibit-slow-scoring.
16037
16038         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
16039         string.
16040         (gnus-button-url-regexp): Improve handling of parenthesis.
16041         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
16042         (gnus-button-handle-info-keystrokes): Handle index entries.
16043
16044 2008-03-15  Glenn Morris  <rgm@gnu.org>
16045
16046         * parse-time.el (parse-time-string): Simplify.
16047
16048 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16049
16050         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
16051         Incoming* files.
16052
16053 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
16054
16055         * auth-source.el (auth-sources): Rename from auth-source-choices.
16056         (auth-source-pick): Use it.
16057
16058 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16059
16060         * binhex.el (binhex-decode-region-internal):
16061         * uudecode.el (uudecode-decode-region-internal):
16062         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16063         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16064         setting default-enable-multibyte-characters.
16065
16066 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
16067
16068         * auth-source.el (auth-source-protocols)
16069         (auth-source-protocols-customize, auth-source-choices): Add and
16070         modified variable customizations and defaults.
16071         (auth-source-pick, auth-source-user-or-password)
16072         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
16073         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
16074         (auth-source-user-or-password-sftp)
16075         (auth-source-user-or-password-smtp): Use new variables and provide an
16076         interface to netrc.el.
16077
16078 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16079
16080         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
16081         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
16082         Make sure the nntp port to specify is a string.
16083
16084 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16085
16086         * nntp.el: Use with-current-buffer.
16087         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
16088         dubious mm-with-unibyte-current-buffer.
16089         (nntp-with-open-group-function): New function extracted from
16090         nntp-with-open-group macro.
16091         (nntp-with-open-group): Use the function, so it's easier to debug.
16092         Add indentation and debugging info.
16093         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
16094         Recommend the use of the netcat alternatives.
16095
16096         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
16097         Avoid mm-string-as-multibyte as well.
16098
16099         * nnweb.el (nnweb-insert-html):
16100         Remove use of nnheader-string-as-multibyte.
16101
16102         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
16103         (nnheader-string-as-multibyte): Remove.
16104
16105         * mm-view.el: Use inhibit-read-only.
16106         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
16107         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
16108         or unibyte-string.
16109
16110         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
16111         (mm-uu-yenc-extract): Use with-current-buffer.
16112
16113         * gnus-soup.el (gnus-soup-send-packet): Don't use
16114         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
16115
16116         * nnmh.el: Use with-current-buffer.
16117         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
16118         mm-string-as-multibyte on the output of mm-encode-coding-string.
16119
16120         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
16121         (nnimap-request-move-article): Use with-current-buffer.
16122
16123         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
16124         inserting the handle-buffer's text, so the implicit multibyte->unibyte
16125         conversion uses string-make-unibyte rather than string-as-unibyte.
16126
16127         * gnus-msg.el: Use with-current-buffer.
16128
16129         * message.el (message-ignored-resent-headers): Add "Delivered-To".
16130
16131 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
16132
16133         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
16134         string for caching if it is 'PIN.
16135
16136 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16137
16138         * lpath.el: Consider the case without Emacs/W3.
16139
16140 2008-03-08  Glenn Morris  <rgm@gnu.org>
16141
16142         * time-date.el (date-to-time, time-subtract, time-add)
16143         (safe-date-to-time): Doc fixes.
16144
16145 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16146
16147         * mail-source.el (mail-source-delete-old-incoming-confirm):
16148         Change default to nil.
16149         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
16150
16151 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16152
16153         * lpath.el: Rearrange.
16154
16155         * gnus-art.el (gnus-narrow-to-page): Position point properly.
16156         (gnus-article-goto-prev-page): Work for articles having ^L's.
16157
16158         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
16159
16160         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
16161
16162 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
16163
16164         * gnus-bookmark.el: Adjust for renames in bookmark.el.
16165         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
16166         (gnus-bookmark-jump): Adjust some variable names.
16167
16168 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
16169
16170         * auth-source.el: New package.
16171         (auth-source-choices): Add customization entry point variable.
16172
16173         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
16174         bug.
16175
16176 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
16177
16178         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
16179         (gnus-registry-initialize, gnus-registry-install-p): Use it.
16180         (gnus-registry-install-shortcuts): Rename from
16181         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
16182         the `gnus-registry-mark-map' keymap dynamically from
16183         `gnus-registry-marks'.  The generated functions update the summary line
16184         when a registry mark is added or deleted, and will call
16185         `gnus-registry-install-p' (see the comments in the code).
16186         (gnus-registry-user-format-function-M): Use concat intelligently.
16187
16188         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
16189         the registry mark functions.
16190
16191 2008-03-05  Glenn Morris  <rgm@gnu.org>
16192
16193         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
16194         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
16195         gnus-art.
16196         (top-level): No need to load own source when compiling.
16197
16198 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16199
16200         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
16201         Suggested by <chris.anderton@zetnet.co.uk>.
16202
16203 2008-03-04  Glenn Morris  <rgm@gnu.org>
16204
16205         * gnus-sum.el (top-level): No need to require gnus when compiling,
16206         since unconditionally required near start of file.
16207         (gnus-summary-display-while-building): Move definition before use.
16208
16209 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16210
16211         * gnus-registry.el (gnus-registry-user-format-function-M):
16212         Add formatting function.
16213
16214 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16215
16216         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
16217         with plists.
16218         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
16219         Use new format.
16220
16221 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16222
16223         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
16224         `where-is-internal' that returns a range of key sequences.
16225
16226 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16227
16228         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
16229
16230         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
16231         (gnus-summary-jump-to-group): Consider windows on other displayed
16232         frames as well.  Similar changes might be needed elsewhere, but that's
16233         the one I've bumped into during my use.
16234
16235         * nndoc.el (nndoc-oe-dbx-type-p):
16236         * gnus-msg.el (gnus-debug):
16237         * gnus-group.el (gnus-update-group-mark-positions):
16238         Use mm-string-to-multibyte.
16239
16240 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16241
16242         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
16243         doesn't handle NotDashEscaped.
16244
16245         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
16246         (mml-dnd-attach-options): Fix typo in custom choice.
16247
16248         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
16249         Change nndoc-article-type to mbox.
16250         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
16251
16252         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
16253         to nil, instead of html2text.
16254
16255         * imap.el (imap-debug): Add `imap-ping-server'.
16256
16257         * gnus-bookmark.el: Add FIXMEs.
16258
16259         * message.el (message-form-letter-separator)
16260         (message-send-form-letter-delay): New variables.
16261         (message-send-form-letter): Use them.  New command to send form
16262         letters.  Requested by Uwe Siart.
16263         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16264
16265 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16266
16267         * Update copyright years.
16268
16269 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16270
16271         Sync from EMACS_22_BASE.
16272
16273         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16274
16275 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16276
16277         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16278         empty author.
16279
16280 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16281
16282         * gnus-registry.el (gnus-registry-marks): Add variable for
16283         customization of marks and their appearance.
16284         (gnus-registry-read-mark): Use it.
16285         (gnus-registry-do-marks): Add utility function to loop through
16286         `gnus-registry-marks'.
16287         (gnus-registry-install-shortcuts-and-menus): Add function to install
16288         shortcuts and menus.
16289         (gnus-registry-initialize): Use it.
16290         (gnus-registry-default-mark): Clarify documentation.
16291
16292 2008-02-29  Glenn Morris  <rgm@gnu.org>
16293
16294         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16295         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16296         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16297         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16298         Change defcustom :version from 23.0 to 23.1.
16299
16300 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16301
16302         * gnus-registry.el (gnus-registry-follow-group-p)
16303         (gnus-registry-post-process-groups): Add functions to aid registry
16304         splitting and improve logging.  Clarify behavior in function
16305         documentation.
16306         (gnus-registry-split-fancy-with-parent): Use them.
16307
16308 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16309
16310         * gnus-art.el: Use with-current-buffer.
16311
16312 2008-02-27  David Engster  <dengste@eml.cc>
16313
16314         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16315         Express real group name in the response.
16316
16317 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16318
16319         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16320         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16321         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16322         autoload gnus-registry-fetch-group when compiling.
16323         (nnmairix-request-group-with-article-number-correction):
16324         Remove unreferenced argument passed to nnmairix-call-backend.
16325
16326 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16327
16328         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16329         (mm-uu-extract): Improve face for low color ttys.
16330         Reported by Sascha Wilde.
16331
16332 2008-02-27  Glenn Morris  <rgm@gnu.org>
16333
16334         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16335         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16336         variables to defconsts.  Convert comments to doc-strings.
16337         (nnmairix-last-server, nnmairix-current-server): Convert from free
16338         variables to defvars.  Convert comments to doc-strings.
16339         (gnus-registry-fetch-group): Autoload.
16340         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16341         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16342         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16343         caddr.
16344         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16345         nnmairix-request-group-with-article-number-correction call.
16346         (nnmairix-fast, nnmairix-group): New, less general names, for free
16347         variables passed from nnmairix-request-group to
16348         nnmairix-request-group-with-article-number-correction.  Declare.
16349         (nnmairix-request-group-with-article-number-correction):
16350         Use nnmairix-fast, nnmairix-group rather than fast, group.
16351
16352 2008-02-26  David Engster  <dengste@eml.cc>
16353
16354         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16355         version 0.5.
16356
16357 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16358
16359         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16360         instead of making an extra function call.  Don't add the current group
16361         to articles only when they have the group.  Use
16362         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16363         Reported by David <de_bb@arcor.de>.
16364
16365 2008-02-24  Miles Bader  <miles@gnu.org>
16366
16367         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16368         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16369         (mm-find-mime-charset-region):
16370         * mm-bodies.el (mm-encode-body):
16371         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16372
16373 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16374
16375         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16376         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16377
16378 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16379
16380         * mail-source.el (mail-source-delete-incoming): Change default.
16381         Supplement doc string.
16382
16383         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16384
16385 2008-02-14  Glenn Morris  <rgm@gnu.org>
16386
16387         * time-date.el (format-seconds): New function.
16388
16389 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16390
16391         * nnmail.el (nnmail-message-id-cache-file): Derive from
16392         `gnus-home-directory'.
16393
16394 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16395
16396         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16397         Document negative prefix.
16398
16399         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16400
16401 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16402
16403         * message.el (message-unsent-separator): Add the Exim bounce
16404         separator.
16405
16406 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16407
16408         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16409         list.
16410         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16411         recipient/signer list.
16412
16413 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16414
16415         * Makefile.in (datarootdir): Define.
16416         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16417         name that might contain whitespace.
16418
16419 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16420
16421         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16422         fbound (Emacs 23 unicode), signal an error.
16423
16424 2008-02-08  Glenn Morris  <rgm@gnu.org>
16425
16426         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16427
16428 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16429
16430         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16431         ports to the calls to `netrc-machine-user-or-password' in addition to
16432         "imap" and "imaps".
16433
16434 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16435
16436         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16437
16438         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16439
16440 2008-02-01  Kenichi Handa  <handa@m17n.org>
16441
16442         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16443         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16444         (rfc2104-hash): Convert the result of concat to unibyte string.
16445
16446 2008-02-01  Dave Love  <fx@gnu.org>
16447
16448         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16449         coding-system-for-read.
16450         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16451
16452 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16453
16454         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16455         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16456         <hanche@math.ntnu.no>.
16457
16458 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16459
16460         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16461
16462         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16463
16464 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16465
16466         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16467         * message.el (message-beginning-of-line): Use featurep instead of bound
16468         tests in order to resolve conditionals at compile time.
16469
16470 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16471
16472         * mail-source.el (mail-sources): Add `group' choice.
16473
16474         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16475         parameter `in-group' to control into which group the articles go.
16476         Add treatment of `group' mail-source.
16477
16478 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16479
16480         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16481
16482         * mm-decode.el (mm-dissect-buffer): Decode description.
16483
16484         * mml.el (mml-to-mime): Encode message header first.
16485
16486 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16487
16488         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16489         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16490
16491         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16492         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16493
16494 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16495
16496         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16497
16498 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16499
16500         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16501         prefix keys.
16502         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16503         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16504         gnus-xmas.el.
16505
16506         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16507         (gnus-xmas-article-describe-bindings): New function.
16508         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16509         gnus-xmas-article-describe-bindings.
16510
16511         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16512
16513 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16514
16515         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16516         Add new variables for article mark management.
16517         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16518         list of extra data entries which, when present, will indicate that the
16519         article ID should not be trimmed from the registry.
16520         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16521         functions.
16522         (gnus-registry-read-mark): New function to read a mark name from the
16523         user.
16524         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16525         (gnus-registry-set-article-mark-internal): New functions to add and
16526         remove marks.
16527         (gnus-registry-get-article-marks): New function to show the marks for
16528         an article, or retrieve them for further use.
16529
16530 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16531
16532         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16533         keys when no argument is given.
16534
16535 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16536
16537         * imap.el (imap-ping-server): New variable.
16538         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16539         (imap-ping-server): Minor doc string fixes.
16540
16541 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16542
16543         * imap.el (imap-ping-server): New function.
16544         (imap-opened): Call imap-ping-server.
16545
16546 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16547
16548         * gnus-sum.el (gnus-article-sort-by-random)
16549         (gnus-thread-sort-by-random): Fix doc strings.
16550         Reported by jidanni@jidanni.org.
16551
16552 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16553
16554         * gnus-art.el (gnus-article-describe-bindings): New function.
16555         (gnus-article-read-summary-keys): Use it.
16556         (gnus-article-mode-map): Bind `C-h b' to it.
16557
16558 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16559
16560         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16561         XEmacs.
16562         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16563         Protect against non-character events.
16564
16565         * lpath.el: Fbind map-keymap for Emacs 21.
16566
16567 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16568
16569         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16570         New command.
16571         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16572         instead of END.  Change name of the temp file.
16573         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16574         customizable.
16575
16576 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16577
16578         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16579         bind `S W' to gnus-article-wide-reply-with-original; set default
16580         binding to gnus-article-read-summary-send-keys.
16581         (gnus-article-read-summary-keys): Fix the order of keys; display
16582         continuation keys correctly in the echo area; describe bindings
16583         correctly when keys end with `C-h'.
16584         (gnus-article-read-summary-send-keys): New function.
16585         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16586         Work for gnus-article-read-summary-send-keys; display continuation keys
16587         correctly in the echo area.
16588         (gnus-article-reply-with-original): Ignore prefix argument.
16589         (gnus-article-wide-reply-with-original): New function.
16590
16591         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16592         Emacs 21.
16593
16594 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16595
16596         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16597         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16598
16599 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16600
16601         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16602         (gnus-group-read-ephemeral-gmane-group): New command.
16603
16604 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16605
16606         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16607
16608 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16609
16610         * message.el (message-send-mail-function): Increase custom version.
16611
16612         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16613         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16614
16615 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16616
16617         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16618         for the cases where imap-authenticate is called with a nil buffer
16619         parameter.
16620
16621 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16622
16623         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16624         html parts correctly; support forwarded messages.
16625         (gnus-article-browse-html-article): Remove work buffers.
16626
16627         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16628         compiling.
16629         (netrc-bound-and-true-p): New macro.
16630         (netrc-parse): Use it instead of bound-and-true-p that is not available
16631         in XEmacs 21.4.
16632
16633 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16634
16635         * gnus-registry.el (gnus-registry-mark-article)
16636         (gnus-registry-article-marks): Add functionality to mark articles
16637         through the Gnus registry.
16638
16639         * encrypt.el: Clarify documentation for the new pgg method.
16640         (encrypt-file-alist): Add PGG option.
16641         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16642         functionality.  Abstract password key and messaging to external
16643         functions.
16644         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16645         (encrypt-message-method-and-cipher): Add new convenience external
16646         functions.
16647         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16648         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16649
16650         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16651         (netrc-parse): Use encrypt-file-alist to determine if
16652         encrypt-find-model or encrypt-insert-file-contents should be used.
16653
16654         * encrypt.el: Clarify documentation.  Load password-cache or
16655         password, whichever one is found first, instead of autoloading.
16656
16657 2007-12-19  Glenn Morris  <rgm@gnu.org>
16658
16659         * mml.el (message-options-set, message-narrow-to-head)
16660         (message-in-body-p, message-mail-p, message-encode-message-body):
16661         Autoload.
16662         (message-remove-header, message-narrow-to-headers-or-head)
16663         (message-subscribed-p, message-make-mail-followup-to)
16664         (message-position-on-field, message-news-p)
16665         (message-options-set-recipient, message-generate-headers)
16666         (message-sort-headers): Declare as functions.
16667
16668 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16669
16670         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16671         convention in doc string.
16672
16673 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16674
16675         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16676         title to html parts.
16677         (gnus-article-browse-html-article): Pass message header to it.
16678
16679         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16680
16681 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16682
16683         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16684         or password compatible with XEmacs.
16685
16686 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16687
16688         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16689         format document.
16690         (gnus-mime-delete-part): Don't write description line if empty.
16691         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16692
16693 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16694
16695         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16696         (gnus-summary-mark-read-and-unread-as-read)
16697         (gnus-summary-mark-current-read-and-unread-as-read)
16698         (gnus-summary-mark-unread-as-ticked): Doc fix.
16699         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16700
16701 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16702
16703         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16704         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16705
16706 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16707
16708         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16709         yes-or-no-p.
16710
16711 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * mm-decode.el (mm-add-meta-html-tag): New function.
16714         (mm-save-part-to-file, mm-pipe-part): Use it.
16715
16716         * gnus-art.el (gnus-article-browse-delete-temp-files):
16717         Use gnus-y-or-n-p instead of y-or-n-p.
16718         (gnus-article-browse-html-parts): Work with message/external-body; use
16719         mm-add-meta-html-tag.
16720
16721 2007-12-11  Glenn Morris  <rgm@gnu.org>
16722
16723         * gnus-cache.el: Require gnus-sum not just when compiling.
16724
16725         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16726
16727         * gnus-int.el (gnus-server-opened, gnus-status-message):
16728         Move definitions before use.
16729
16730         * mm-decode.el: Require gnus-util.
16731         (mm-remove-part): Only call delete-annotation on XEmacs.
16732
16733         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16734
16735         * nnmail.el: Require gnus-int.
16736
16737         * spam.el: Move `require's before `eval-when-compile's.
16738
16739         * gnus-ems.el (gnus-alive-p):
16740         * gnus-fun.el (message-goto-eoh):
16741         * gnus-util.el (gnus-group-name-decode):
16742         * mail-source.el (gnus-compress-sequence):
16743         * message.el (Info-goto-node, format-spec):
16744         * mm-bodies.el (message-options-get):
16745         * mm-decode.el (mm-view-pkcs7):
16746         * mm-util.el (gmm-write-region):
16747         * mml-smime.el (mml-compute-boundary)
16748         (gnus-completing-read-with-default):
16749         * mml.el (widget-button-press, gnus-make-hashtable):
16750         * mml1991.el (mm-decode-content-transfer-encoding)
16751         (mm-encode-content-transfer-encoding)
16752         (message-options-get, message-options-set):
16753         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16754         * nnfolder.el (gnus-request-group):
16755         * nnheader.el (ietf-drums-unfold-fws):
16756         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16757         * smime.el (gnus-run-mode-hooks):
16758         * spam-stat.el (gnus-message): Autoload.
16759
16760         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16761         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16762         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16763         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16764         Add declare-function compatibility definition.
16765
16766         * gnus-cache.el (nnvirtual-find-group-art):
16767         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16768         (gnus-add-image, gnus-add-wash-type):
16769         * gnus-group.el (nnkiboze-score-file):
16770         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16771         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16772         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16773         (message-tokenize-header, gnus-get-buffer-create)
16774         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16775         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16776         * gnus.el (gnus-group-decoded-name):
16777         * mail-source.el (imap-capability):
16778         * mm-bodies.el (message-options-set):
16779         * mm-decode.el (gnus-configure-windows):
16780         * mm-extern.el (message-goto-body):
16781         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16782         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16783         (epg-sub-key-validity, message-options-set):
16784         * mml.el (widget-event-point, gnus-configure-windows):
16785         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16786         * mml2015.el (epg-check-configuration, epg-configuration)
16787         (message-options-set):
16788         * nndb.el (nndb-request-article):
16789         * nnfolder.el (gnus-request-create-group):
16790         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16791         * nnmaildir.el (gnus-group-mark-article-read):
16792         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16793         * rfc1843.el (message-fetch-field):
16794         * spam.el (gnus-extract-address-components):
16795         Declare as functions.
16796
16797 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16798
16799         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16800
16801         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16802
16803         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16804         bind show-trailing-whitespace for XEmacs.
16805
16806 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16807
16808         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16809         new no-op macro for backward compatibility.
16810
16811         * imap.el (imap-string-to-integer): New function.
16812
16813 2007-12-09  Glenn Morris  <rgm@gnu.org>
16814
16815         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16816
16817         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16818         * message.el, mm-view.el, sieve-manage.el, smime.el:
16819         Add declare-function compatibility definition.
16820
16821         * gnus-art.el (w3-region, w3m-region, Info-menu):
16822         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16823         * gnus-sum.el (gnus-get-predicate):
16824         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16825         * message.el (mail-abbrev-in-expansion-header-p):
16826         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16827         (w3m-detect-meta-charset, w3m-region):
16828         * sieve-manage.el (password-read, password-cache-add)
16829         (password-cache-remove):
16830         * smime.el (password-read-and-add): Declare as functions.
16831
16832 2007-12-08  David Kastrup  <dak@gnu.org>
16833
16834         * gnus-sum.el (gnus-summary-simplify-subject-query):
16835         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16836         `message'.
16837
16838 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16839
16840         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16841         it to bind idna-program, installation-directory, defined-colors, and
16842         face-attribute for XEmacs of the version that compiles defcustom forms.
16843
16844 2007-12-07  Glenn Morris  <rgm@gnu.org>
16845
16846         * gnus-art.el (article-make-date-line): Revert previous change.
16847
16848 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16849
16850         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16851
16852 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16853
16854         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16855         Call gnus-add-to-range ranges only once with a prepared article-list.
16856
16857 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16858
16859         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16860         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16861         group names with backslashes.
16862         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16863
16864 2007-12-06  Deepak Goel  <deego3@gmail.com>
16865
16866         * gnus-art.el (article-make-date-line):
16867         * gnus-start.el (gnus-load):
16868         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16869
16870 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16871
16872         * gnus-art.el (gnus-use-idna):
16873         * gnus-start.el (gnus-site-init-file):
16874         * message.el (message-use-idna):
16875         * mm-uu.el (mm-uu-hide-markers):
16876         * smiley.el (smiley-style): Revert changes that suppress warnings.
16877
16878 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16879
16880         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16881         specify charset to html source.
16882         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16883
16884 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16885
16886         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16887         idna-program in order to suppress byte compile warning issued by XEmacs
16888         that came to byte compile the default value section of defcustom forms
16889         recently.
16890
16891         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16892         value of installation-directory.
16893
16894         * message.el (message-use-idna): Don't directly refer to the value of
16895         idna-program.
16896
16897         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16898
16899         * smiley.el (smiley-style): Don't directly call face-attribute.
16900
16901 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16902
16903         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16904
16905         * gnus-dired.el: Reduce Gnus dependencies.
16906         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16907         Don't require.  Use autoloads instead.
16908         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16909         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16910         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16911         (gnus-dired-mode): Adjust doc string.
16912         (gnus-dired-mail-mode): New variable.
16913         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16914         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16915         (gnus-dired-mail-buffers): New function.  Return mail or message
16916         composition buffers.
16917         (gnus-dired-attach): Use it.
16918         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16919         NO-DECODE.
16920         (gnus-dired-print): Use `gnus-print-buffer' depending on
16921         `gnus-dired-mail-mode'.
16922
16923 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16924
16925         * rfc2047.el (rfc2047-encoded-word-regexp)
16926         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16927         explaining what regexp patterns are for.
16928
16929 2007-12-04  Glenn Morris  <rgm@gnu.org>
16930
16931         * password.el: Move to password-cache.el.
16932
16933         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16934         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16935         * mml-smime.el (password-read, password-cache-add)
16936         (password-cache-remove):
16937         No need to autoload, since mml-sec requires password.
16938
16939         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16940         * message.el (gnus-extract-address-components):
16941         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16942
16943         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16944         password.
16945
16946 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16947
16948         * mailcap.el: Reduce dependencies.
16949         (mail-header-parse-content-type): Autoload.
16950         (mailcap-delete-duplicates): New alias.
16951         (mailcap-mime-info): Add optional argument NO-DECODE.
16952         (mailcap-mime-types): Use mailcap-delete-duplicates.
16953
16954         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16955
16956 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16957
16958         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16959         (imap-parse-status): Upcase status-att for servers that sends them
16960         lower-case (e.g., MS Exchange 2007).
16961
16962 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16963
16964         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16965         function.
16966
16967         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16968         (gnus-uu-yenc-article): New function.
16969
16970         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16971
16972         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16973
16974 2007-12-02  Glenn Morris  <rgm@gnu.org>
16975
16976         * binhex.el (binhex): New custom group.
16977         (binhex-decoder-program, binhex-decoder-switches)
16978         (binhex-use-external): Move to the binhex custom group.
16979
16980         * uudecode.el (uudecode): New custom group.
16981         (uudecode-decoder-program, uudecode-decoder-switches)
16982         (uudecode-use-external): Move to the uudecode custom group.
16983
16984         * netrc.el (top-level): Don't load `encrypt' features.
16985         (netrc-parse): Don't use encrypt.
16986         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16987
16988         * encrypt.el: Remove file.
16989
16990 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16991
16992         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16993         matches on patches.
16994
16995         * gnus-art.el (gnus-article-browse-html-article):
16996         Mention `mm-text-html-renderer' in the doc string.
16997
16998         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16999         string.  Add comments.
17000
17001         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
17002         if rhs is ASCII.
17003
17004 2007-12-01  Glenn Morris  <rgm@gnu.org>
17005
17006         * mail-source.el (top-level): Require format-spec before
17007         eval-when-compile.
17008
17009 2007-11-30  Glenn Morris  <rgm@gnu.org>
17010
17011         * encrypt.el: Require password, rather than autoloading password-read.
17012
17013 2007-11-29  Glenn Morris  <rgm@gnu.org>
17014
17015         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
17016         (sasl-make-client, sasl-next-step, sasl-step-data)
17017         (sasl-step-set-data): Declare as functions.
17018
17019 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
17020
17021         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
17022
17023 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
17024
17025         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
17026         certs should be verified and what is to be done in the event of a
17027         verification failure.
17028
17029         * gnus.el (gnus-method-to-server): Add an optional parameter so the
17030         caller can indicate whether the cache should be disregarded for this
17031         call.  This way the result of the call is reproducible at all times and
17032         can be considered a canonical server name for the supplied method.
17033         (gnus-agent-method-p): Canonicalize server names by pushing their
17034         method through `gnus-method-to-server' using the no-cache argument.
17035
17036         * gnus-srvr.el (gnus-server-insert-server-line):
17037         Call `gnus-method-to-server' with `no-cache' argument.
17038
17039         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
17040         gnus-agent-possibly-synchronize-flags as this should be called when the
17041         server is actually being opened.
17042         (gnus-agent-possibly-synchronize-flags)
17043         (gnus-agent-possibly-synchronize-flags-server): Move check for the
17044         flags file of an agentized server to the latter function.
17045
17046         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
17047         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
17048         after a connection has been established successfully.
17049
17050 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17051
17052         * gnus-art.el (article-display-face): Force to display face if called
17053         interactively; check if gnus-article-x-face-too-ugly matches author.
17054         (article-display-x-face): Display face even if From header is missing
17055         as article-display-face does.
17056
17057 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
17058
17059         * hashcash.el (message-narrow-to-headers-or-head)
17060         (message-fetch-field, message-goto-eoh)
17061         (message-narrow-to-headers): Declare as functions.
17062
17063 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
17064
17065         * mail-source.el (mail-sources): Default to fetch from file for
17066         compatibility with default of nnmail-spool-file.
17067
17068 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17069
17070         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
17071         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
17072         to look for encoded word that should be encoded again.
17073         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
17074         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
17075         encoding pattern.
17076         (rfc2047-decode-region): Switch strict regexp and loose one according
17077         to rfc2047-allow-irregular-q-encoded-words.
17078
17079 2007-11-25  Romain Francoise  <romain@orebokech.com>
17080
17081         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
17082
17083 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17084
17085         * tls.el (tls-program): Provide more custom choices from
17086         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
17087         (tls-process-connection-type, tls-success): Remove "*" in doc string.
17088
17089 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17090
17091         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
17092         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
17093
17094         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
17095         `nnmail-spool-file'.
17096
17097         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
17098         `nnmail-spool-file'.
17099
17100         * gnus-move.el (gnus-change-server): Ditto.
17101
17102         * gnus-kill.el (gnus-batch-score): Ditto.
17103
17104         * gnus-cache.el (gnus-jog-cache): Ditto.
17105
17106         * gnus-msg.el (gnus-summary-reply):
17107         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
17108
17109 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17110
17111         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
17112         version.  Minor improvement to doc strings.
17113         (tls-program): Add comment.
17114
17115 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
17116
17117         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
17118         (tls-checktrust): New variable.  Check if GNU TLS complained about a
17119         mismatch between the hostname provided in the certificate and the name
17120         of the host connnecting to.
17121         (open-tls-stream): Use them.  Check certificates against trusted root
17122         certificates.
17123
17124 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17125
17126         * gnus-cache.el (gnus-cache-generate-nov-databases):
17127         Use nnml-generate-nov-databases-directory instead of
17128         nnml-generate-nov-databases-1.
17129
17130 2007-11-24  Glenn Morris  <rgm@gnu.org>
17131
17132         * message.el (message-tool-bar-retro): Update for rename
17133         mail_send.xpm->mail-send.xpm.
17134
17135 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
17136
17137         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
17138         `smime-ldap-search' for Emacs 22 and up.
17139
17140 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17141
17142         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
17143
17144         * message.el (message-send-mail-function): Fix error convention.
17145         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
17146         (message-widen-reply, message-send-mail, message-talkative-question)
17147         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
17148         (message-clone-locals, message-send-news): Use with-current-buffer.
17149         (message-insert-or-toggle-importance): Remove unused var `valid'.
17150         (message-make-references): Remove unused var `new-references'.
17151         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
17152
17153 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
17154
17155         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
17156         (spam-split-symbolic-return-positive): Reflow docstring.
17157         (spam-backends, spam-summary-exit-behavior)
17158         (spam-mark-ham-unread-before-move-from-spam-group)
17159         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
17160         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17161         (spam-clear-cache, spam-backend-check, spam-install-backend)
17162         (spam-install-statistical-backend, spam-list-of-processors)
17163         (spam-group-processor-p, spam-split, spam-bogofilter-score)
17164         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
17165         (spam-check-crm114, spam-initialize, spam-unload-hook):
17166         Fix typos in docstrings.
17167
17168 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17169
17170         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
17171         been checked if they have never been read and those group levels are
17172         higher than the one that a user specified.
17173
17174 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17175
17176         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
17177         foreign groups unless a group level is specified by a user.
17178         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
17179
17180 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
17181
17182         * message.el (message-send-mail-function): Require sendmail.
17183
17184 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
17185
17186         * message.el (message-send-mail-function): Check for smtpmail too.
17187
17188         * utf7.el (utf7-encode, utf7-decode): Use coding system
17189         `utf-7'/`utf-7-imap' from utf-7.el' if available.
17190
17191         * message.el (message-send-mail-function): New function.
17192         (message-send-mail-function): Set default using
17193         message-send-mail-function.  Adjust doc string.
17194         (message-send-mail-with-mailclient): New function.
17195
17196 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
17197
17198         * smime.el (from):
17199         * rfc2047.el (message-posting-charset):
17200         * qp.el (mm-use-ultra-safe-encoding):
17201         * pop3.el (parse-time-months):
17202         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
17203         * nnml.el (files):
17204         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
17205         (jka-compr-compression-info-list, ange-ftp-path-format)
17206         (efs-path-regexp):
17207         * nndiary.el (files):
17208         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
17209         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
17210         (epg-digest-algorithm-alist, inhibit-redisplay)
17211         (password-cache-expiry):
17212         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
17213         (pgg-output-buffer, password-cache-expiry):
17214         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
17215         (efs-path-regexp):
17216         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
17217         (inhibit-redisplay):
17218         * mm-uu.el (file-name, start-point, end-point, entry)
17219         (gnus-newsgroup-name, gnus-newsgroup-charset):
17220         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
17221         (latin-unity-ucs-list):
17222         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
17223         (mm-uu-binhex-decode-function):
17224         * message.el (gnus-message-group-art, gnus-list-identifiers)
17225         (rmail-enable-mime-composing, gnus-local-organization)
17226         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
17227         (gnus-read-active-file, facemenu-add-face-function)
17228         (facemenu-remove-face-function, gnus-article-decoded-p)
17229         (tool-bar-mode):
17230         * mail-source.el (display-time-mail-function):
17231         * gnus-util.el (nnmail-pathname-coding-system)
17232         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
17233         (gnus-original-article-buffer, gnus-user-agent)
17234         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
17235         (xemacs-codename, sxemacs-codename, emacs-program-version):
17236         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
17237         * gnus-start.el (gnus-agent-covered-methods)
17238         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
17239         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
17240         (gnus-newsgroup-headers, gnus-group-list-mode)
17241         (gnus-group-mark-positions, gnus-newsgroup-data)
17242         (gnus-newsgroup-unreads, nnoo-state-alist)
17243         (gnus-current-select-method, mail-sources)
17244         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
17245         (nnmail-spool-file, gnus-cache-active-hashtb):
17246         * gnus-mh.el (mh-lib-progs):
17247         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
17248         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
17249         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
17250         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
17251         (gnus-group-buffer):
17252         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
17253         (font-lock-set-defaults):
17254         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17255         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17256         (gnus-summary-post-menu, total-parts, type, condition, length):
17257         * gnus-agent.el (gnus-agent-read-agentview):
17258         * flow-fill.el (show-trailing-whitespace):
17259         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17260         eval-and-compile wrappers for byte compiler pacifiers.
17261
17262         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17263         (mm-display-inline-fontify): Check for featurep 'xemacs not
17264         extent-list.
17265
17266         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17267         itimer-list.
17268         (mm-create-image-xemacs): Only do something for XEmacs.
17269         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17270
17271         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17272
17273         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17274         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17275
17276 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17277
17278         * nnimap.el (nnimap-split-download-body):
17279         * gnus-demon.el (gnus-demon):
17280         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17281
17282 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17283
17284         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17285         New macros.
17286         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17287         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17288         copy data from unibyte buffer to multibyte current buffer.
17289         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17290         to copy data from unibyte current buffer to multibyte buffer.
17291         (nntp-make-process-buffer): Make process buffer unibyte.
17292
17293         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17294
17295 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17296
17297         * pop3.el (pop3-open-server): Accept and process data more robustly at
17298         connection start to avoid spurious "POP SSL connection failed" errors.
17299
17300 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17301
17302         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17303         read group names.
17304
17305 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17306
17307         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17308
17309 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17310
17311         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17312         (nnmail-save-active): Use a unibyte buffer when saving active file,
17313         which may contain non-ASCII group names.
17314
17315         * nnml.el (nnml-request-group): Decode group names in messages.
17316
17317 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17318
17319         * message.el (message-citation-line-function)
17320         (message-insert-formatted-citation-line): Fix spelling of
17321         `message-insert-formated-citation-line'.
17322
17323 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17324
17325         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17326
17327 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17328
17329         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17330         nnmail-pathname-coding-system.
17331
17332         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17333         that a user enters; decode group names in messages.
17334
17335         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17336
17337 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17338
17339         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17340
17341         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17342
17343         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17344         risky local variable.
17345
17346         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17347
17348 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17349
17350         * encrypt.el: Improve documentation to fix function name typo.
17351         Reported by Daiki Ueno <ueno@unixuser.org>.
17352
17353 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17354
17355         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17356         even if the point is not in the last page of an article.
17357         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17358         back to the previous page.
17359
17360 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17361
17362         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17363
17364 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17365
17366         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17367
17368 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17369
17370         * message.el (message-check-news-body-syntax):
17371         Avoid mm-string-as-multibyte.
17372         (message-hide-headers): Don't assume (point-min)==1.
17373
17374 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17375
17376         * message.el (message-remove-blank-cited-lines): Fix if remove is
17377         given.
17378         (message-bogus-address-regexp): New variable.
17379         (message-bogus-recipient-p): New function.
17380         (message-check-recipients): New command.
17381         (message-syntax-checks): Add `bogus-recipient'.
17382         (message-fix-before-sending): Add `bogus-recipient'.
17383
17384         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17385         (gnus-treat-body-boundary): Don't test window-system.
17386
17387 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17388
17389         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17390
17391 2007-10-28  Miles Bader  <miles@gnu.org>
17392
17393         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17394         at compile-time too.
17395
17396 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17397
17398         * gnus-msg.el (gnus-message-setup-hook):
17399         Add `message-remove-blank-cited-lines' to options.
17400
17401 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17402
17403         * message.el (message-remove-blank-cited-lines): New function.
17404         Suggested by Karl Plästerer.
17405
17406 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17407
17408         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17409         mapc.
17410
17411         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17412         (top-level): Use mapc to set functions to be traced for debugging.
17413
17414         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17415         called for effect with while loop.
17416
17417         * message.el (message-talkative-question): Replace mapcar called for
17418         effect with mapc.
17419
17420         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17421         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17422         called for effect with dolist.
17423
17424         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17425
17426         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17427         gnus-extra-headers and nnmail-extra-headers.
17428
17429         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17430         called for effect with dolist.
17431         (top-level): Use mapc to set functions to be traced for debugging.
17432
17433         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17434         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17435         dolist.
17436
17437         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17438         Replace mapcar called for effect with mapc.
17439         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17440         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17441         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17442         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17443
17444         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17445         remove-if that's a cl function.
17446
17447         * webmail.el (webmail-debug): Replace mapcar called for effect with
17448         dolist.
17449
17450         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17451         with mapc.
17452
17453 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17454
17455         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17456         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17457         with while loop.
17458
17459         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17460         functions from article-* functions.
17461         (gnus-multi-decode-header): Replace mapcar called for effect with
17462         dolist.
17463
17464         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17465         (gnus-bookmark-show-details): Replace mapcar called for effect with
17466         while loop.
17467
17468         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17469         called for effect with while loop.
17470
17471         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17472         with dolist.
17473
17474         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17475         Replace mapcar called for effect with dolist.
17476
17477         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17478
17479         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17480         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17481         Replace mapcar called for effect with dolist.
17482         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17483         mapc.
17484
17485         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17486         Replace mapcar called for effect with dolist.
17487         (gnus-topic-list): Replace mapcar called for effect with mapc.
17488
17489         * gnus.el: Use mapc instead of mapcar to add autoloads.
17490
17491 2007-10-23  Richard Stallman  <rms@gnu.org>
17492
17493         * gnus-group.el (gnus-group-highlight): Mark as risky.
17494
17495 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17496
17497         * gnus.el (gnus-server-to-method): Return method found first in
17498         gnus-newsrc-alist.
17499
17500         * gnus-art.el (gnus-article-highlight-signature)
17501         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17502         button overlay without the front stickiness.
17503
17504 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17505
17506         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17507         overview buffer needed a catch to receive its throw.
17508         (gnus-agent-flush-cache): Declare as interactive to make this function
17509         easier to use.
17510
17511 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17512
17513         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17514         `next-line'.
17515
17516 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17517
17518         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17519         exclude address matching message-dont-reply-to-names.
17520
17521 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17522
17523         * gnus-util.el (gnus-string<): New function.
17524
17525         * gnus-sum.el (gnus-article-sort-by-author)
17526         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17527
17528 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17529
17530         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17531         the frame-focus tag is set in gnus-buffer-configuration.
17532
17533 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17534
17535         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17536         the front stickiness.
17537
17538 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17539
17540         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17541         url pattern; remove duplicate one.
17542         (gnus-article-extend-url-button): New function.
17543         (gnus-article-add-buttons): Use it.
17544         (gnus-button-push): Use concatenated url that it makes.
17545
17546 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17547
17548         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17549
17550 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17551
17552         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17553         Don't hardcode point-min==1.
17554
17555 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17556
17557         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17558         Fix comment about "iso8859-1".
17559
17560 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17561
17562         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17563         ones returned from the verify-function.
17564
17565         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17566         Call mml2015-extract-cleartext-signature if extraction failed.
17567
17568 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17569
17570         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17571         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17572         failed.
17573
17574 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17575
17576         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17577
17578 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17579
17580         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17581         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17582         recommends to use EasyPG instead of PGG.
17583
17584         * pgg.el: Revert to revision 6.23.2.16.
17585
17586         * pgg-def.el: Revert to revision 6.6.2.14.
17587
17588         * pgg-gpg.el: Revert to revision 6.23.2.34.
17589
17590 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17591
17592         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17593         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17594         thread for both the null and zero (kill/expire thread) universal prefix
17595         cases.
17596         (gnus-summary-expire-thread): Add new function to expire a thread,
17597         using gnus-summary-kill-thread.
17598         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17599         shortcuts for gnus-summary-expire-thread.
17600         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17601         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17602
17603 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17604
17605         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17606         extras value, so an extras entry can be deleted.
17607         (gnus-registry-delete-extra-entry): Use it.
17608         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17609         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17610         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17611         storage through the gnus-registry, and provide an appropriate API for
17612         it.
17613
17614 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17615
17616         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17617         Suggested by Leo <sdl.web@gmail.com>.
17618
17619         * gnus.el: Do.
17620
17621 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17622
17623         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17624         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17625
17626         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17627
17628         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17629         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17630
17631 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17632
17633         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17634         newline.
17635         (nnmbox-request-accept-article): Don't change article in source buffer;
17636         narrow to header to use message-fetch-field rather than
17637         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17638         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17639         as delimiters; make sure article ends with newline.
17640         (nnmbox-delete-mail): Correct last position of article to be deleted;
17641         ignore X-Gnus-Newsgroup header in article body.
17642         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17643         positions; make sure article ends with newline.
17644
17645         * message.el (message-display-abbrev): Don't infloop when a user
17646         inserts SPC in the beginning of header.
17647
17648         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17649         coding-system-for-read and coding-system-for-write for XEmacs having no
17650         file-coding feature.
17651
17652         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17653
17654 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17655
17656         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17657         list of groups not followed by default.  Fix type to be regexp.
17658         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17659
17660 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17661
17662         * hmac-def.el (define-hmac-function): Switch from old-style to
17663         new-style backquotes.
17664
17665         * md4.el (md4-make-step): Likewise.
17666
17667 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17668
17669         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17670         raw-text coding system when saving .newsrc file, which may contain
17671         non-ASCII group names.
17672
17673 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17674
17675         * gnus-cus.el (gnus-score-extra): New widget.
17676         (gnus-score-extra-convert): New function.
17677         (gnus-score-customize): Use it for Extra.
17678
17679 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17680
17681         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17682         (mml2015-mailcrypt-clear-verify): Use it.
17683         (mml2015-gpg-clear-verify): Use it.
17684         (mml2015-pgg-clear-verify): Use it.
17685         (mml2015-epg-clear-verify): Replace the current part with the output
17686         from GnuPG; don't extract the plaintext by itself.
17687
17688         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17689         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17690         mml2015-clear-verify-function; don't touch the armor headers or
17691         dash-escaped text here.
17692
17693 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17696         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17697         parts, or application/octet-stream as a last resort.
17698         (gnus-mime-view-part-as-type): Don't toggle display.
17699         (gnus-mime-view-part-as-charset): Don't turn off display before
17700         querying charset.
17701
17702         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17703         stuff to undisplayer function in Emacs.
17704         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17705
17706         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17707         text/calendar parts.
17708
17709 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17710
17711         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17712         decoding text/calendar parts.
17713
17714         * message.el (message-forward-make-body-mime): Always mark body as
17715         having no illegible text; remove signed-or-encrypted argument.
17716         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17717
17718         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17719         (mml-generate-mime-1): Don't encode body if it is specified to be in
17720         raw form; don't make buffer be unibyte when inserting multibyte string.
17721
17722 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17723
17724         * sha1.el: Fix up comment style.
17725         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17726         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17727
17728         * hex-util.el: Fix up comment style.
17729         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17730
17731         * gnus-salt.el: Use with-current-buffer.
17732         (gnus-pick-setup-message): Fix long-standing typo.
17733
17734 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17735
17736         * imap.el (imap-logout-timeout): New variable.
17737         (imap-logout, imap-logout-wait): New functions.
17738         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17739
17740         * nnimap.el (nnimap-logout-timeout): New server variable.
17741         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17742         nnimap-logout-timeout.
17743
17744         * gnus-art.el (gnus-article-summary-command-nosave)
17745         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17746
17747 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17748
17749         * gnus.el (gnus-maximum-newsgroup): New variable.
17750
17751         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17752         according to gnus-maximum-newsgroup.
17753
17754         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17755         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17756         Limit the range of articles according to gnus-maximum-newsgroup.
17757
17758 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17759
17760         * gnus-art.el (gnus-sticky-article): Fix problems described in
17761         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17762         Don't perform gnus-configure-windows here; reuse existing sticky
17763         article buffer.
17764
17765         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17766         it doesn't exist in gnus-article-mode.
17767
17768 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17769
17770         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17771         (gnus-agent-decoded-group-name): New function.
17772         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17773         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17774
17775 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17776
17777         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17778         Add binding for gnus-sticky-article.
17779         (gnus-summary-exit): Don't kill sticky article buffers.
17780
17781         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17782         article buffer.
17783         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17784         (gnus-kill-sticky-article-buffers): New commands.
17785
17786 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17787
17788         * nntp.el (nntp-xref-number-is-evil): New server variable.
17789         (nntp-find-group-and-number): If it is non-nil, don't trust article
17790         numbers in the Xref header.
17791
17792 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17793
17794         * gnus-agent.el (gnus-agent-read-group): New function.
17795         (gnus-agent-flush-group, gnus-agent-expire-group)
17796         (gnus-agent-regenerate-group): Use it.
17797         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17798         nnmail-pathname-coding-system.
17799
17800 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17801
17802         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17803
17804         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17805         that are unread as unread, and also as selected so that information of
17806         marks having been changed by a user may be updated when exiting group.
17807
17808 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17809
17810         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17811
17812 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17813
17814         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17815         calculated ignoring signature parts to gnus-treat-article.
17816
17817 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17818
17819         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17820         a point here in order to keep the window start.
17821         (gnus-insert-mime-security-button): Make a button overlay without the
17822         front stickiness.
17823         (gnus-mime-display-security): Goto the end of a button.
17824
17825         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17826
17827 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17828
17829         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17830         group-name-at-point.
17831         (gnus-group-completing-read): New function that offers decoded
17832         non-ASCII group names for completion.
17833         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17834         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17835         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17836         (gnus-group-fetch-control): Use it.
17837         (gnus-fetch-group): Use group-name-at-point for the initial value
17838         rather than the default value; use gnus-alive-p.
17839
17840         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17841         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17842         (gnus-summary-post-news): Use gnus-group-completing-read.
17843
17844         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17845         (gnus-read-move-group-name): Decode group name for completion.
17846
17847 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17848
17849         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17850         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17851         Yamaoka slightly modified the code).
17852
17853 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17854
17855         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17856         (nnmail-split-incoming): Bind it.
17857
17858         * nnml.el (nnml-group-name-charset): New function.
17859         (nnml-decoded-group-name): Use it; don't decode group name if
17860         nnmail-group-names-not-encoded-p is non-nil.
17861         (nnml-encoded-group-name): New function.
17862         (nnml-group-pathname): Inline nnml-decoded-group-name.
17863         (nnml-request-expire-articles): Decode group name in message.
17864         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17865         nnmail-pathname-coding-system.
17866         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17867         not decoded ones according to nnmail-group-names-not-encoded-p.
17868         (nnml-generate-active-info): Use nnml-encoded-group-name.
17869
17870 2007-08-08  Glenn Morris  <rgm@gnu.org>
17871
17872         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17873         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17874         doc-strings and comments.
17875
17876 2007-07-25  Glenn Morris  <rgm@gnu.org>
17877
17878         * Relicense all FSF files to GPLv3 or later.
17879
17880 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17881
17882         * gnus-sum.el (gnus-summary-move-article):
17883         Make gnus-summary-respool-article work.
17884
17885 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17886
17887         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17888         string.
17889
17890 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17891
17892         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17893         that should be ignored when comparing distant RSS articles with local
17894         ones.
17895         (nnrss-make-hash-index): New function.  Create a hash index according
17896         to the ignored fields.
17897         (nnrss-check-group): Use it.
17898
17899 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17900
17901         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17902
17903         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17904
17905         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17906         the new optional argument ENCODED is non-nil.
17907         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17908         coding system for encoding group name.
17909         (gnus-group-make-rss-group): Pass un-encoded group name to
17910         gnus-group-make-group.
17911         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17912         encoded.
17913
17914         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17915         Encode group name to which articles are moved or copied.
17916         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17917         coding system for encoding Newsgroup, Followup-To and Xref headers.
17918
17919         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17920         marks; use nnheader-file-coding-system to write a file.
17921         (nnagent-retrieve-headers): Bind file-name-coding-system to
17922         nnmail-pathname-coding-system.
17923
17924         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17925
17926         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17927         (nnml-request-article, nnml-request-create-group)
17928         (nnml-request-rename-group, nnml-find-id)
17929         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17930         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17931         (nnml-save-marks): Use nnml-group-pathname instead of
17932         nnmail-group-pathname.
17933
17934         (nnml-request-create-group, nnml-request-expire-articles)
17935         (nnml-request-move-article, nnml-request-delete-group)
17936         (nnml-deletable-article-p, nnml-possibly-create-directory)
17937         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17938         (nnml-open-marks): Bind file-name-coding-system to
17939         nnmail-pathname-coding-system.
17940
17941         (nnml-request-article): Pass server argument to nnml-find-group-number.
17942         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17943         Pass server argument to nnml-possibly-create-directory.
17944         (nnml-request-accept-article): Pass server argument to
17945         nnml-active-number and nnml-save-mail.
17946         (nnml-find-group-number): Pass server argument to nnml-find-id.
17947         (nnml-request-update-info): Pass server argument to
17948         nnml-marks-changed-p.
17949
17950         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17951         (nnml-save-mail, nnml-active-number): Add server argument.
17952
17953         (nnml-request-delete-group): Warn if group is missing.
17954         (nnml-get-nov-buffer): Decode group name.
17955         (nnml-generate-active-info): Encode group name.
17956         (nnml-open-marks): Decode group name in messages.
17957
17958 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17959
17960         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17961         if it is not specified.
17962         (gnus-article-pipe-part, gnus-article-save-part)
17963         (gnus-article-interactively-view-part, gnus-article-copy-part)
17964         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17965         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17966         (gnus-article-replace-part, gnus-article-delete-part)
17967         (gnus-article-view-part-as-type): Pass raw prefix argument to
17968         gnus-article-part-wrapper.
17969
17970 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17971
17972         * gnus-agent.el (gnus-agent-save-active):
17973         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17974
17975         * gnus-cache.el (gnus-cache-save-buffers)
17976         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17977         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17978         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17979         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17980         (gnus-cache-generate-active, gnus-cache-rename-group)
17981         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17982         (gnus-cache-update-overview-total-fetched-for):
17983         Bind file-name-coding-system to nnmail-pathname-coding-system.
17984         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17985         New variables.
17986         (gnus-cache-decoded-group-name): New function.
17987         (gnus-cache-file-name): Use it.
17988         (gnus-cache-generate-active): Use non-decoded group name for active.
17989
17990         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17991         right place.
17992         (gnus-write-active-file): Don't break non-ASCII group names.
17993
17994         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17995         nnmail-pathname-coding-system.
17996
17997         * lpath.el: Bind default-file-name-coding-system,
17998         file-name-coding-system and language-info-alist for XEmacs.
17999
18000         * gnus-uu.el (gnus-uu-decode-save): Typo.
18001
18002 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18003
18004         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
18005
18006 2007-07-14  David Kastrup  <dak@gnu.org>
18007
18008         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
18009         finishing actions if we did not edit the article.
18010
18011 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
18014         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
18015         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
18016         (gnus-agent-flush-group, gnus-agent-flush-cache)
18017         (gnus-agent-fetch-headers, gnus-agent-load-alist)
18018         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
18019         (gnus-agent-retrieve-headers, gnus-agent-request-article)
18020         (gnus-agent-regenerate-group)
18021         (gnus-agent-update-files-total-fetched-for)
18022         (gnus-agent-update-view-total-fetched-for):
18023         Bind file-name-coding-system to nnmail-pathname-coding-system.
18024         (gnus-agent-group-pathname): Don't encode file names by
18025         nnmail-pathname-coding-system.
18026         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
18027         coding-system-for-write instead of buffer-file-coding-system to
18028         gnus-agent-file-coding-system.
18029
18030         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
18031         Decode group name.
18032
18033         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
18034
18035         * gnus-start.el (gnus-update-active-hashtb-from-killed)
18036         (gnus-read-newsrc-el-file): Make group names unibyte.
18037
18038         * nnmail.el (nnmail-group-pathname): Don't encode file names by
18039         nnmail-pathname-coding-system.
18040
18041         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
18042         (nnrss-request-delete-group): Bind file-name-coding-system to
18043         nnmail-pathname-coding-system.
18044         (nnrss-read-server-data, nnrss-read-group-data):
18045         Bind file-name-coding-system correctly.
18046         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
18047
18048         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
18049         (nntp-server-to-method-cache): New variable.
18050         (nntp-group-pathname): New function that decodes non-ASCII group names.
18051         (nntp-possibly-create-directory, nntp-marks-changed-p)
18052         (nntp-save-marks, nntp-open-marks): Use it.
18053         (nntp-possibly-create-directory, nntp-open-marks):
18054         Bind file-name-coding-system to nnmail-pathname-coding-system.
18055         (nntp-open-marks): Decode group names when bootstrapping marks.
18056
18057         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
18058         Newsgroups and Followup-To headers.
18059
18060 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18061
18062         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18063         (gnus-server-closed-face, gnus-server-denied-face)
18064         (gnus-server-offline-face): Remove variable.
18065         (gnus-server-font-lock-keywords): Use faces that are not aliases.
18066
18067         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
18068         of modifying message-stack directly for XEmacs.
18069
18070         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
18071         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
18072         if the coding-system argument is nil for XEmacs.
18073
18074         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
18075         mm-charset-override-alist.
18076
18077         * rfc2047.el: Don't require base64; require rfc2045 for the function
18078         rfc2045-encode-string.
18079         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
18080         to quote the parameter value.
18081
18082 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18083
18084         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
18085         form in gnus-group-name-charset-method-alist.
18086
18087         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
18088         overrides the default layout edit-form.
18089
18090         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
18091
18092         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
18093
18094 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18095
18096         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
18097         as unfetched articles.
18098
18099 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
18100
18101         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
18102
18103 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18104
18105         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
18106         original back end that keeps marks in the local system.
18107
18108 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18109
18110         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
18111         arg of pop-to-buffer for XEmacs.
18112         (gnus-article-read-summary-keys): Ditto; don't restore window
18113         configuration if summary command ends up with neither article buffer
18114         nor summary buffer; describe bindings if summary keys end with C-h.
18115
18116 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18117
18118         * message.el (message-fix-before-sending): Skip raw message part to be
18119         forwarded while checking illegible text.
18120         (message-forward-make-body-mime, message-forward-make-body):
18121         Mark signed or encrypted raw message as having no illegible text.
18122
18123 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18124
18125         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
18126         (gnus-message-with-timestamp-1): New macro.
18127         (gnus-message-with-timestamp): New function.
18128         (gnus-message): Use them.
18129
18130         * nnheader.el (nnheader-message): Use them.
18131
18132 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
18133
18134         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
18135         .newsrc.eld file.
18136
18137 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18138
18139         * gnus-agent.el (gnus-agent-fetch-headers)
18140         (gnus-agent-retrieve-headers):
18141         Bind gnus-decode-encoded-address-function to identity.
18142
18143         * nntp.el (nntp-send-xover-command): Recognize an xover command is
18144         available also when the server returns simply a dot.
18145
18146         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
18147
18148 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18149
18150         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
18151
18152 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18153
18154         * gnus-ems.el (gnus-x-splash): Make it work.
18155
18156         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
18157         from being used.
18158
18159         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
18160
18161 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18162
18163         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
18164         4th and the 5th arguments.
18165
18166         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
18167         the front stickiness.
18168         (gnus-article-summary-command-nosave): Correct the order of the
18169         arguments passed to pop-to-buffer.
18170         (gnus-article-read-summary-keys): Ditto; make it work properly when the
18171         summary command ends up with the article buffer.
18172
18173         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
18174         the same faces.
18175
18176 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18177
18178         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
18179
18180 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18181
18182         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
18183         * gnus-sum.el (gnus-summary-highlight):
18184         * pgg.el (pgg-sign-region, pgg-sign):
18185         * mail-source.el (mail-source-delete-old-incoming-confirm):
18186         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
18187
18188 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18189
18190         * gnus-art.el (gnus-mime-view-part-externally)
18191         (gnus-mime-view-part-internally): Fix predicate function passed to
18192         completing-read.
18193
18194         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
18195
18196         * gnus.el (gnus-update-message-archive-method): Add :version.
18197
18198 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18199
18200         * gnus.el (gnus-update-message-archive-method): New variable.
18201
18202         * gnus-start.el (gnus-setup-news): Update saved "archive" method
18203         according to gnus-message-archive-method if
18204         gnus-update-message-archive-method is non-nil.
18205
18206 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18207
18208         * gnus-sum.el (gnus-summary-limit-to-address): New function.
18209         Suggested by Loic Dachary <loic@dachary.org>.
18210         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18211
18212 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18213
18214         * message.el (message-pop-to-buffer): Add switch-function argument.
18215         (message-mail): Pass switch-function argument to it.
18216
18217 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
18218
18219         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
18220         Improve doc string.
18221
18222 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18223
18224         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
18225         (gnus-header-content):
18226         * gnus-cite.el (gnus-cite-10):
18227         * gnus-srvr.el (gnus-server-closed):
18228         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
18229         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
18230         (gnus-group-mail-3-empty, gnus-group-mail-low)
18231         (gnus-group-mail-low-empty, gnus-splash):
18232         * message.el (message-header-to, message-header-cc)
18233         (message-header-subject, message-header-other, message-header-name)
18234         (message-header-xheader, message-separator, message-cited-text)
18235         (message-mml): Lighten colors of faces used for dark background.
18236
18237 2007-05-24  Simon Josefsson  <simon@josefsson.org>
18238
18239         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
18240         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
18241
18242 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18243
18244         * message.el (message-narrow-to-headers-or-head):
18245         Ignore mail-header-separator in the body.
18246
18247 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18248
18249         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
18250         same as window size.
18251
18252 2007-05-22  Kevin Ryde  <user42@zip.com.au>
18253
18254         * message.el (message-font-lock-keywords): Use message-header-xheader
18255         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18256         ahead of the anything pattern, to get it recognized.
18257
18258 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18259
18260         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18261         spam.el loads uses it in the compiled defadvice form.
18262
18263 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18264
18265         * gnus-sum.el (gnus-articles-to-read)
18266         (gnus-summary-insert-old-articles): Don't truncate group name for
18267         `read-string'.
18268
18269         * gnus-util.el (gnus-limit-string): Delete this function.
18270
18271         * gnus-sum.el (gnus-simplify-subject-fully):
18272         Use `truncate-string-to-width' instead.
18273
18274 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18275
18276         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18277         Tell if, on summary exit, the next group has to be selected.
18278         (gnus-summary-exit): Use it.
18279
18280 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18281
18282         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18283         non-break space.
18284
18285 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18286
18287         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18288         Check if group is not a directory.
18289         (nnfolder-request-expire-articles): Don't delete articles if the target
18290         group is not available.
18291
18292         * nnml.el (nnml-request-create-group): Properly check if group is not a
18293         file.
18294         (nnml-request-expire-articles): Don't delete articles if the target
18295         group is not available.
18296
18297         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18298         Don't quote characters that are within parentheses.
18299
18300 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18301
18302         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18303         (gnus-handle-ephemeral-exit): Select article according to it.
18304
18305 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18306
18307         * message.el (message-insert-formated-citation-line): Remove newline.
18308         (message-citation-line-format): Add final \n here so that the user can
18309         avoid a blank line.
18310
18311 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18312
18313         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18314         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18315         Update lanl/arXiv support.
18316
18317 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18318
18319         * gnus.el: Bump version number.
18320
18321 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18322
18323         * gnus.el (gnus-version-number): Bump version.
18324
18325 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18326
18327         * gnus.el: No Gnus v0.6 is released.
18328
18329 2007-04-27  Didier Verna  <didier@xemacs.org>
18330
18331         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18332         * gmm-utils.el (gmm-regexp-concat): ... here.
18333         * message.el: Don't require 'gnus-util.
18334         (message-dont-reply-to-names): Handle name change above.
18335         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18336
18337 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18338
18339         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18340         since the initial value varies according to the system.
18341
18342 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18343
18344         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18345
18346 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18347
18348         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18349
18350 2007-04-24  Didier Verna  <didier@xemacs.org>
18351
18352         Improve the type of gnus-ignored-from-addresses.
18353         * gnus-util.el (gnus-orify-regexp): New function.
18354         * message.el (gnus-util): Require it.
18355         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18356         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18357         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18358
18359 2007-04-24  Didier Verna  <didier@xemacs.org>
18360
18361         * gnus-sum.el:
18362         * gnus-utils.el: Fix some trailing whitespaces.
18363
18364 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18365
18366         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18367         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18368         article's Message-ID; refer parent article in summary buffer.
18369
18370         * message.el (message-bounce): Call mime-to-mml.
18371
18372         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18373         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18374         optimize and/or forms properly.
18375
18376 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18377
18378         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18379         URL.
18380
18381 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18382
18383         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18384
18385 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18386
18387         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18388         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18389         displayed of multipart/alternative part if it is invoked from summary
18390         buffer.
18391
18392         * mm-view.el (mm-inline-text-html-render-with-w3m)
18393         (mm-inline-text-html-render-with-w3m-standalone)
18394         (mm-inline-render-with-function): Use mail-parse-charset by default.
18395
18396 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18397
18398         * parse-time.el (parse-time-string-chars): Check if CHAR
18399         is less than the length of parse-time-syntax.
18400
18401 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18402
18403         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18404         from gnus-newsgroup-processable.
18405
18406 2007-04-16  Didier Verna  <didier@xemacs.org>
18407
18408         * gnus-msg.el (gnus-configure-posting-styles):
18409         Handle message-signature-directory properly with :file syntax.
18410         Reported by "Leo".
18411
18412 2007-04-11  Didier Verna  <didier@xemacs.org>
18413
18414         New user option: message-signature-directory.
18415         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18416         * message.el (message-insert-signature): Ditto.
18417         * message.el (message-signature-file): Doc update.
18418         * message.el (message-signature-directory): New.
18419
18420 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18421
18422         * gnus-msg.el (gnus-inews-yank-articles):
18423         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18424
18425 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18426
18427         * message.el (message-yank-original): Make sure cited text ends with
18428         newline; don't exchange point and mark.
18429
18430 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18431
18432         * tls.el (open-tls-stream): Properly handle case where there
18433         is no associated buffer.
18434
18435 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18436
18437         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18438         message-yank-original, make sure (< mark TEXT point).
18439
18440 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18441
18442         * message.el (message-fill-column): New variable.
18443         (message-mode): Use it.  Add comment on a possible new hook.
18444
18445         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18446         (nnmail-get-new-mail): Reformat.
18447
18448         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18449
18450         * gmm-utils.el: Fix Commentary.
18451         (gmm-tool-bar-from-list): Fix typo in doc string.
18452
18453 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18454
18455         * message.el (message-yank-original): Don't switch point and mark
18456         unnecessarily to put point and mark as documented.
18457
18458 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18459
18460         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18461         from the message heads.
18462
18463 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18464
18465         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18466         article buffer does not have a window.  This may not be the best
18467         solution but is certainly better than setting the start of the null,
18468         that is the current, window.
18469
18470 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18471
18472         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18473         (gnus-draft-setup): Run it.
18474
18475         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18476         gnus-score-fast-scoring.  Allow regexp.
18477         (gnus-score-headers): Use it.
18478
18479         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18480         XEmacs.
18481
18482         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18483         string.
18484         (gnus-button-alist): Also catch `<f1> k ...'.
18485         (gnus-treat-display-x-face): Fix doc string.
18486
18487 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18488
18489         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18490         evaluation of gnus-extended-version to ensure correct generation of the
18491         User-Agent header when message-generate-headers-first is used.
18492
18493 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18494
18495         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18496         hashcash-path is nil.  Don't call callback with incorrect number of
18497         parameters if val is 0.
18498
18499 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18500
18501         * message.el (message-required-news-headers):
18502         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18503
18504 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18505
18506         * tls.el (open-tls-stream): In handshake-waiting loop,
18507         don't wait more if there is output available to process.
18508
18509 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18510
18511         * tls.el (tls-program): Doc fix.
18512
18513 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18514
18515         * message.el (message-generate-new-buffers): Change the meaning of the
18516         nil value; add `standard' to the choices; treat t as `unique'; improve
18517         doc string.
18518         (gnus-select-frame-set-input-focus): Autoload.
18519         (message-buffer-name): Search for the existing message buffer if
18520         message-generate-new-buffers is nil or `standard'; treat the value t of
18521         message-generate-new-buffers as `unique'.
18522         (message-pop-to-buffer): Raise the frame already displaying the message
18523         buffer; clear the echo area after querying.
18524         (message-setup): Pass the `continue' argument to compose-mail.
18525         (message-mail): Prefer `switch-function' if it is given; search for the
18526         existing message buffer if the `continue' argument is non-nil; pass
18527         continue and switch-function arguments to compose-mail by way of
18528         message-setup.
18529         (message-mail-other-window): Adjust argument of message-setup.
18530         (message-mail-other-frame): Ditto.
18531
18532 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18533
18534         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18535         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18536         to turn font-lock on when turning gnus-message-citation-mode on.
18537
18538 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18539
18540         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18541         (mml-smime-function-alist): New variable; add epg as the backend.
18542         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18543         mml-smime- functions instead.
18544         * mm-view.el: Require smime.
18545
18546 2007-03-05  Didier Verna  <didier@xemacs.org>
18547
18548         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18549         instead of just inheritance for posting styles.
18550         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18551
18552 2007-02-24  Chris Moore  <dooglus@gmail.com>
18553
18554         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18555         * pgg-pgp.el (pgg-pgp-encrypt-region):
18556         * pgg-gpg.el (pgg-gpg-encrypt-region):
18557         Check pgg-encrypt-for-me if no other recipients.
18558
18559 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18560
18561         * tls.el (tls-certtool-program): Fix custom type.
18562
18563 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18564
18565         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18566         and point-at-eol instead of line-(beginning|end)-position.
18567
18568         * assistant.el (assistant-parse-buffer): Ditto.
18569
18570         * netrc.el (netrc-parse-services): Ditto.
18571
18572 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18573
18574         * mml2015.el (mml2015-epg-find-usable-key): New function.
18575         (mml2015-epg-sign): Use it.
18576         (mml2015-epg-encrypt): Use it.
18577
18578 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18579
18580         * message.el (message-make-in-reply-to): Quote name containing
18581         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18582         if there are special characters.  Reported by NAKAJI Hiroyuki
18583         <nakaji@jp.freebsd.org>.
18584
18585 2007-02-27  Didier Verna  <didier@xemacs.org>
18586
18587         Include the group parameters as well as the topic ones in the
18588         inheritance filter process.
18589         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18590         argument GROUP-PARAMS-LIST.
18591         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18592
18593 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18594
18595         * nntp.el (nntp-never-echoes-commands)
18596         (nntp-open-connection-functions-never-echo-commands): New variables.
18597         (nntp-send-command): Use them.
18598
18599 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18600
18601         * mml2015.el (mml2015-epg-verify): Simplify.
18602
18603 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18604
18605         * mml.el (mml-content-disposition-alist): New user option.
18606         (mml-content-disposition): New function.
18607         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18608         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18609
18610 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18611
18612         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18613         verification.
18614
18615 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18616
18617         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18618         articles posted in the last 24 hours.
18619
18620 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18621
18622         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18623
18624 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18625
18626         * nntp.el (nntp-send-command): Don't wait for echoes when
18627         nntp-open-ssl-stream is used.
18628
18629 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18630
18631         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18632         (gnus-message-add-citation-keywords)
18633         (gnus-message-remove-citation-keywords): Remove.
18634         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18635         directly, make the variables in font-lock-defaults buffer-local, add
18636         gnus-message-citation-keywords to them and then update the value of
18637         font-lock-keywords.
18638
18639 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18640
18641         * message.el (message-cite-original-1): Don't call
18642         gnus-article-highlight-citation.
18643
18644         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18645         citations; fix line count.
18646
18647 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18648
18649         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18650         (gnus-message-add-citation-keywords)
18651         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18652         versions of font-lock-add-keywords and font-lock-remove-keywords to
18653         work with XEmacs correctly.
18654
18655 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18656
18657         * gnus-cite.el (gnus-cite-face-list): Set the values of
18658         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18659         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18660         (gnus-message-cite-prefix-regexp): New variable.
18661         (gnus-message-search-citation-line): Use it; protect against long
18662         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18663         the 0th match data for Emacs.
18664         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18665         (gnus-message-add-citation-keywords): Append keywords rather than
18666         prepending; emulate font-lock-add-keywords if it is not available.
18667         (gnus-message-remove-citation-keywords):
18668         Emulate font-lock-remove-keywords if it is not available.
18669
18670         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18671
18672         * message.el (message-cite-prefix-regexp): Set the value of
18673         gnus-message-cite-prefix-regexp.
18674
18675 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18676
18677         * nnweb.el (nnweb-google-parse-1): Update parser.
18678
18679 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18680
18681         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18682
18683 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18684
18685         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18686         regexp.
18687
18688 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18689
18690         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18691         string-to-multibyte.
18692         (uudecode-decode-region-internal): Use it.
18693
18694         * lpath.el: Fbind string-as-multibyte for XEmacs.
18695
18696 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18697
18698         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18699         Fix custom choice.
18700
18701         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18702
18703 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18704
18705         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18706
18707         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18708         `write-region' to respect `mm-inhibit-file-name-handlers'.
18709
18710 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18711
18712         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18713         Use gnus-home-directory instead of "~/" or "$HOME".
18714
18715 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18716
18717         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18718         to mention filename.
18719         Add comments at beginning regarding usage.
18720         (encrypt-write-file-contents): Change interactive so a string is
18721         acceptable.  If the file has no associated model, show an error instead
18722         of a nonsense prompt.
18723
18724 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18725
18726         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18727         Thanks to Yoshihiko Yamada for kind notification of this typo.
18728
18729 2007-01-12  Kenichi Handa  <handa@m17n.org>
18730
18731         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18732         multibyte buffer.
18733
18734 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18735
18736         * gnus-score.el (gnus-score-fast-scoring): New variable.
18737         (gnus-score-headers): Use it.
18738
18739         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18740
18741         * message.el (message-cite-original-1):
18742         Call gnus-article-highlight-citation if requested.
18743         (message-make-from): Allow name and address as optional arguments.
18744
18745         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18746
18747         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18748         bugs to doc string.
18749         (gnus-button-alist): Add mid\\|message-id.
18750         (gnus-button-fetch-group): Extend for use in
18751         `browse-url-browser-function'.
18752         (gnus-button-url-regexp): Try to catch paired parentheses like in
18753         Wikipedia URLs.
18754
18755         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18756         Suggested by Simon Krahnke <overlord@gmx.li>.
18757
18758 2007-01-13  Romain Francoise  <romain@orebokech.com>
18759
18760         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18761         Update copyright.
18762
18763 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18764
18765         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18766
18767 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18768
18769         * gnus-registry.el (gnus-registry-unfollowed-groups)
18770         (gnus-registry-split-fancy-with-parent): Fix documentation.
18771
18772 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18773
18774         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18775         from nnweb groups.
18776
18777 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18778
18779         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18780         Xref urls.  Erase buffer before requesting head.
18781
18782         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18783
18784 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18785
18786         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18787         customizable.
18788
18789 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18790
18791         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18792         no signing key is found.
18793         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18794         no encrypting and/or signing key is found.
18795
18796 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18797
18798         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18799
18800 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18801
18802         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18803         headers read from disk with the ones newly found in the current search.
18804         This should no longer cause problems, because the article numbers in
18805         Gmane's `nov.php' output are ignored since the previous change.
18806
18807 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18808
18809         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18810
18811 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18812
18813         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18814         replace-regexp-in-string; bind url-version; fbind display-images-p and
18815         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18816         find-face and set-itimer-function for Emacs; bind itimer-list for
18817         Emacs.
18818
18819         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18820
18821 2007-01-01  Romain Francoise  <romain@orebokech.com>
18822
18823         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18824
18825 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18826
18827         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18828         `define-minor-mode' macro definition expanded properly.
18829         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18830         exclude it there.
18831
18832         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18833         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18834         `fboundp' test.
18835         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18836         This is OK to autoload in (S)XEmacs now.
18837
18838 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18839
18840         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18841         keystroke.
18842         (gnus-summary-limit-to-singletons): Fix typo.
18843
18844         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18845         else fails.
18846
18847 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18848
18849         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18850         docstring.
18851
18852         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18853         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18854         (gnus-summary-insert-dormant-articles): Fix typo in message.
18855
18856 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18857
18858         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18859         nil for XEmacs.
18860         (gnus-message-citation-mode): Don't autoload in XEmacs.
18861
18862         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18863
18864 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18865
18866         * nnimap.el (nnimap-expunge-search-string):
18867         Mention nnimap-search-uids-not-since-is-evil in docstring.
18868
18869 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18870
18871         * spam.el: Revert to make-obsolete-variable because
18872         define-obsolete-variable-alias is not supported in Emacs 21.
18873
18874         * spam.el (spam-ifile-path, spam-ifile-database-path)
18875         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18876         make-obsolete-variable.
18877         (spam-bsfilter-path, spam-bsfilter-program)
18878         (spam-spamassassin-path, spam-spamassassin-program)
18879         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18880         Don't use "path" inappropriately.
18881         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18882         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18883         variable names.
18884
18885 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18886
18887         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18888         summary buffer.
18889
18890         * password.el (password-cache-remove): Use clear-string to burn
18891         password, if available.
18892
18893 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18894
18895         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18896
18897         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18898
18899         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18900         (gnus-message-highlight-citation): Move defcustom here from
18901         gnus-cite.el.
18902         (gnus-message-citation-mode): Autoload.
18903
18904         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18905         checks to make it compile with XEmacs.
18906         (gnus-message-citation-mode): New minor mode.
18907         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18908         (gnus-message-highlight-citation): New variables.
18909         (gnus-message-search-citation-line)
18910         (gnus-message-add-citation-keywords)
18911         (gnus-message-remove-citation-keywords)
18912         (turn-on-gnus-message-citation-mode)
18913         (turn-off-gnus-message-citation-mode): New functions.
18914
18915 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18916
18917         * gnus-cite.el: Enable highlighting of different citation levels in
18918         message-mode.
18919
18920 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18921
18922         * message.el (message-make-fqdn): Fix comment.
18923         (message-bogus-system-names): Add ".local".
18924
18925         * spam.el (spam-ifile-path, spam-ifile-program)
18926         (spam-ifile-database-path, spam-ifile-database)
18927         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18928         Don't use "path" inappropriately.
18929         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18930         strings.
18931         (spam-check-ifile, spam-ifile-register-with-ifile)
18932         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18933         Use new variable names.
18934
18935         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18936         (gnus-treat-display-smileys): Simplify using
18937         gnus-image-type-available-p.
18938
18939         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18940         available.
18941
18942         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18943         Use `display-images-p' if available.
18944
18945 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18946
18947         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18948         one after turning on the buffer's multibyteness instead of decoding
18949         them directly in the unibyte buffer that causes unexpected conversion
18950         in Emacs 23 (unicode).
18951
18952 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18953
18954         * message.el (message-generate-hashcash): Fix custom type.
18955
18956 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18957
18958         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18959
18960 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18961
18962         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18963         disconnect icons.  Add help text.
18964
18965 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18966
18967         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18968         negated to be consistent with the others we handle.
18969
18970 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18971
18972         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18973         version of gnus-summary-buffer to something, so that we can use two
18974         article buffers at the same time.
18975
18976 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18977
18978         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18979         trigger all the extra headers.
18980         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18981         sorting.
18982
18983 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18984
18985         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18986         solid groups.
18987
18988 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18989
18990         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18991
18992 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18993
18994         * legacy-gnus-agent.el: Add Copyright notice.
18995
18996 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18997
18998         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18999
19000 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19001
19002         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
19003
19004         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
19005         to make it work reliably in CVS Emacs.
19006         (gnus-summary-limit-strange-charsets-predicate)
19007         (gnus-summary-limit-to-predicate): New functions.
19008
19009 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
19010
19011         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
19012         specifying array size.
19013         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
19014         array if it is too small.
19015         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
19016         (gnus-sort-threads-loop): New function.
19017
19018 2006-12-06  Chris Moore  <dooglus@gmail.com>
19019
19020         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
19021         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
19022
19023 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
19024
19025         * mm-url.el (mm-url-predefined-programs): Call curl with correct
19026         options.
19027
19028 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19029
19030         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
19031         DOS-ing the recipient.
19032
19033         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
19034         the headers when creating the mapping to avoid mismappings.
19035         (nnweb-gmane-create-mapping): Always nix out old mapping.
19036
19037 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19038
19039         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
19040         and mm-verify-option to never.
19041
19042 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19043
19044         * message.el (message-signed-or-encrypted-p): New function.
19045         (message-forward-make-body): Use it.
19046
19047         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
19048         Replace encode-coding-string with mm-encode-coding-string.
19049
19050 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19051
19052         * nneething.el (nneething-decode-file-name):
19053         Replace decode-coding-string with mm-decode-coding-string.
19054
19055         * gnus-int.el (gnus-open-server): Say failed server's name.
19056
19057 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19058
19059         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
19060         strings to a single string.  Quote `errors-file-name'.
19061         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
19062         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
19063         Adjust calls.  Use `shell-quote-argument'.
19064
19065 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
19066
19067         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
19068         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
19069
19070         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
19071         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
19072         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
19073         (gnus-group-make-directory-group, gnus-group-transpose-groups):
19074         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
19075         (gnus-subscribe-newsgroup, gnus-1):
19076         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
19077         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
19078         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
19079         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
19080
19081 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19082
19083         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
19084         keystroke.
19085         (gnus-summary-limit-to-bodies): Implement headersp.
19086
19087 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19088
19089         * dns.el (query-dns): Protect against "Process dns deleted" strings.
19090
19091 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19092
19093         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
19094
19095 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19096
19097         * message.el (message-generate-hashcash): Expand range of values to
19098         include `opportunistic'.
19099         (message-send-mail): Use it.
19100
19101 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19102
19103         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
19104         and comment it.
19105
19106         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
19107
19108 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
19109
19110         * gnus-util.el (gnus-extract-address-components): Improve comment.
19111
19112 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19113
19114         * gnus-util.el (gnus-extract-address-components): Work with address in
19115         which the name portion contains @.
19116
19117         * lpath.el: Fbind custom-autoload.
19118
19119 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19120
19121         * gnus.el (gnus-start): Move custom group up.
19122         (gnus-select-method): Don't autoload, but make it available for
19123         `customize-variable'.
19124         (gnus-getenv-nntpserver): Don't autoload.
19125
19126 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
19127
19128         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
19129
19130 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19131
19132         * message.el (message-sendmail-extra-arguments): New variable.
19133         (message-send-mail-with-sendmail): Use it.
19134
19135 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19136
19137         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
19138         mm-with-unibyte-current-buffer to make string unibyte.
19139
19140         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
19141         mm-string-as-multibyte.
19142
19143 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
19144
19145         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
19146         Reported by Werner Koch <wk@gnupg.org>.
19147
19148 2006-11-14  Daiki Ueno  <ueno@p360>
19149
19150         * mml2015.el: Autoload epa-select-keys when compiling.
19151
19152 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19153
19154         * mml2015.el (mml2015-epg-sign): Save the signing keys in
19155         message-options.
19156         (mml2015-epg-encrypt): Save the recipient keys in message-options.
19157
19158 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19159
19160         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
19161         EasyPG (< 0.0.6).
19162         (mml2015-always-trust): New user option.
19163         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
19164         prompt.
19165
19166 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19167
19168         * nntp.el (nntp-authinfo-force): New variable.
19169         (nntp-send-authinfo): Use it.
19170
19171 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
19172
19173         * message.el (message-strip-subject-encoded-words): Allow _not_ to
19174         decode encoded words.  Improve prompt.  Add comment about forwarding.
19175         (message-replacement-char): Move up.
19176
19177 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19178
19179         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
19180         instead of gnus-intersection because arguments of gnus-sorted-nunion
19181         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
19182
19183 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
19184
19185         * message.el (message-strip-subject-encoded-words): Reformat prompt.
19186         (message-simplify-subject-functions):
19187         Enable message-strip-subject-encoded-words by default.
19188
19189 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
19190
19191         * message.el (message-strip-subject-encoded-words): New function.
19192         (message-simplify-subject-functions): New variable.
19193         (message-simplify-subject): Use it.  Fix typo in doc string.
19194         Support message-strip-subject-encoded-words.
19195
19196 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
19197
19198         * gnus-diary.el (gnus-diary-delay-format-function):
19199         * nndiary.el (nndiary-reminders):
19200         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
19201
19202 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19203
19204         * gnus-art.el (article-hide-boring-headers): Fetch date from
19205         gnus-original-article-buffer to avoid problems with localized date
19206         strings.
19207
19208 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19209
19210         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
19211
19212 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
19213
19214         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19215         New variables.
19216         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19217         (mm-charset-synonym-alist): Move some entries to
19218         mm-codepage-iso-8859-list.
19219         (mm-charset-synonym-alist, mm-charset-override-alist):
19220         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19221
19222 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19223
19224         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
19225
19226 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19227
19228         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
19229         with Emacs 21 and XEmacs.
19230
19231 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
19232
19233         * spam.el (spam-parse-address): New function for better parsing,
19234         catching errors, etc.
19235         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
19236
19237 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19238
19239         * mm-view.el: Add interactive arg to html2text autoload.
19240
19241 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19242
19243         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
19244
19245 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
19246
19247         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19248         New variables.
19249         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19250         (mm-charset-synonym-alist): Move some entries to
19251         mm-codepage-iso-8859-list.
19252
19253         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19254
19255 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19256
19257         * message.el (message-citation-line-format)
19258         (message-insert-formated-citation-line): Fix implementation of %E, %N
19259         and %n according to the doc string.
19260
19261 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19262
19263         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19264         Use car-safe to avoid bad parses.
19265
19266 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19267
19268         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19269         names.
19270
19271         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19272
19273 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19274
19275         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19276         header.
19277
19278         * message.el (message-draft-headers): Add Date.
19279         (message-headers-to-generate): Fix typo in docstring.
19280
19281         * nndraft.el (nndraft-required-headers): New variable.
19282         (nndraft-generate-headers): Use it.
19283
19284         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19285
19286 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19287
19288         * gnus-registry.el (gnus-registry-wash-for-keywords)
19289         (gnus-registry-find-keywords): New functions to allow easy searching of
19290         articles that are in the registry.
19291
19292 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19293
19294         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19295         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19296         Reported by Damien Elmes <damien@repose.cx>.
19297
19298 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19299
19300         * gnus.el (gnus-mime): Remove unused custom group.
19301
19302 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19303
19304         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19305         "blank line" when searching for end of armor headers.
19306
19307 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19308
19309         * gmm-utils.el (gmm-write-region): Fix variable name.
19310
19311 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19312
19313         * gmm-utils.el (gmm-write-region): New function based on compatibility
19314         code from `mm-make-temp-file'.
19315
19316         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19317
19318         * nnmaildir.el (nnmaildir--update-nov)
19319         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19320         Use `gmm-write-region'.
19321
19322 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19323
19324         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19325         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19326
19327         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19328
19329         * message.el (message-replacement-char): New variable.
19330         (message-fix-before-sending): Use it.
19331         (message-simplify-subject): New function to remove duplicate code.
19332         (message-reply, message-followup): Use it.
19333
19334         * gnus-sum.el (gnus-summary-make-menu-bar):
19335         Clarify gnus-summary-limit-to-articles.
19336
19337 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19338
19339         * gnus-util.el (gnus-with-local-quit): New macro.
19340
19341         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19342
19343 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19344
19345         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19346         ignore non-string data.
19347
19348 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19349
19350         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19351         non-string data (needs to be done in the registry too).
19352
19353 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19354
19355         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19356         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19357         (gnus-registry-split-fancy-with-parent)
19358         (gnus-registry-fetch-simplified-message-subject-fast)
19359         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19360         Remove text properties on ingress into the registry and when it's saved.
19361         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19362         registry from entries with no groups.
19363
19364 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19365
19366         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19367         function to remove string properties.
19368
19369 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19370
19371         * gmm-utils.el (gmm): Adjust custom version.
19372
19373         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19374         Adjust custom version.
19375
19376         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19377
19378 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19379
19380         * gnus-art.el (gnus-insert-prev-page-button)
19381         (gnus-insert-next-page-button): Simplify.  Reformat.
19382
19383 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19384
19385         * gnus-art.el (gnus-insert-prev-page-button)
19386         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19387
19388 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19389
19390         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19391
19392 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19393
19394         * gnus-art.el (gnus-insert-mime-button)
19395         (gnus-insert-mime-security-button):
19396         Apply gnus-article-button-face to MIME and security buttons.
19397
19398 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19399
19400         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19401         readable.
19402
19403 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19404
19405         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19406
19407 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19408
19409         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19410         `browse-url-of-file' instead of `browse-url'.
19411
19412 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19413
19414         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19415         regexp.  Articles containing quotation were cut prematurely.
19416
19417 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19418
19419         * message.el (message-cite-original-1): Use nobody by default for the
19420         value of From header.
19421         (message-reply): Ditto.
19422
19423 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19424
19425         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19426         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19427         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19428
19429 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19430
19431         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19432         mails in the doc string.  Add some URLs in comment.
19433         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19434
19435 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19436
19437         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19438         backslashes handling and the way to find boundaries of quoted strings.
19439
19440 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19441
19442         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19443         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19444         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19445         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19446
19447 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19448
19449         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19450         doc string.
19451         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19452
19453 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19454
19455         * lpath.el: Fbind epg-check-configuration.
19456
19457 2006-09-06  Simon Josefsson  <jas@extundo.com>
19458
19459         * mml2015.el (mml2015-use): Doc fix, mention epg.
19460
19461 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19462
19463         * mml2015.el (mml2015-use): Default to epg, if available.
19464
19465 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19466
19467         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19468         message-sender.
19469         (mml1991-epg-encrypt): Ditto.
19470         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19471         message-sender.
19472         (mml2015-epg-encrypt): Ditto.
19473
19474 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19475
19476         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19477         several common directories.
19478
19479 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19480
19481         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19482         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19483
19484 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19485
19486         * gnus-art.el (article-decode-encoded-words): Make it fast.
19487
19488 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19489
19490         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19491
19492         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19493         in quoted string into `\'.
19494
19495 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19496
19497         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19498         Use standard-syntax-table.
19499
19500 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19501
19502         * gnus-art.el (gnus-decode-address-function): New variable.
19503         (article-decode-encoded-words): Use it to decode headers which are
19504         assumed to contain addresses.
19505         (gnus-mime-delete-part): Remove useless `or'.
19506
19507         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19508         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19509         (gnus-nov-parse-line): Use it to decode From header.
19510         (gnus-get-newsgroup-headers): Ditto.
19511         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19512
19513         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19514         (mail-decode-encoded-address-string): New alias.
19515
19516         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19517         New function.
19518         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19519         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19520         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19521         (rfc2047-decode-string): Ditto.
19522         (rfc2047-decode-address-region): New function.
19523         (rfc2047-decode-address-string): New function.
19524
19525 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19526
19527         * message.el (message-caesar-buffer-body): Allow rotating headers.
19528
19529         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19530
19531         * message.el (message-insert-formated-citation-line): Fix %f.
19532         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19533
19534 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19535
19536         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19537         (gnus-bookmark-mouse-available-p): New macro.
19538         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19539         (gnus-bookmark-bmenu-show-infos): Use it.
19540         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19541         (gnus-bookmark-bmenu-hide-infos): Ditto.
19542         (gnus-bookmark-remove-properties): New function.
19543         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19544         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19545         (gnus-bookmark-write-file): Bind coding-system-for-write.
19546         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19547         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19548         group before selecting it.
19549         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19550         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19551         quit-window if it is not available; use gnus-mouse-2 and bind it to
19552         gnus-bookmark-bmenu-select-by-mouse.
19553         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19554         (gnus-bookmark-bmenu-select-by-mouse): New function.
19555
19556 2006-08-13  Romain Francoise  <romain@orebokech.com>
19557
19558         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19559         space.
19560
19561 2006-08-10  Romain Francoise  <romain@orebokech.com>
19562
19563         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19564         (dns-mode-soa-auto-increment-serial): New user option.
19565         (dns-mode-soa-maybe-increment-serial): New function.
19566         (dns-mode): Add the latter to `write-contents-functions'.
19567
19568 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19569
19570         * compface.el (uncompface): Use binary rather than raw-text-unix.
19571
19572 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19573
19574         * compface.el (uncompface): Make sure the eol conversion doesn't take
19575         place when communicating with the external programs.
19576         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19577
19578 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19579
19580         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19581
19582 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19583
19584         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19585         Make it more robust by parsing author and date independently.
19586
19587 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19588
19589         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19590
19591 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19592
19593         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19594         first matching secret key.
19595         (mml2015-epg-encrypt): Ditto.
19596
19597         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19598         first matching secret key.
19599         (mml1991-epg-encrypt): Ditto.
19600
19601         * mml2015.el (mml2015-encrypt-to-self): New user option.
19602         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19603         mml2015-epg-encrypt-to-self is set.
19604
19605         * mml1991.el (mml1991-encrypt-to-self): New variable.
19606         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19607         mml1991-epg-encrypt-to-self is set.
19608
19609         * mml2015.el (mml2015-signers): New user option.
19610         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19611         (mml2015-epg-encrypt): Allow to select signing keys.
19612
19613         * mml1991.el (mml1991-signers): New variable.
19614         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19615         (mml1991-epg-encrypt): Allow to select signing keys.
19616
19617 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19618
19619         * nnheader.el (nnheader-insert-head): Make it work even if the file
19620         uses CRLF for the line-break code.
19621
19622 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19623
19624         * mml2015.el: Require mml-sec instead of password.
19625         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19626         (mml2015-cache-passphrase): Inherit the default value from
19627         mml-secure-cache-passphrase.
19628         (mml2015-passphrase-cache-expiry): Inherit the default value from
19629         mml-secure-passphrase-cache-expiry.
19630
19631         * mml1991.el: Require mml-sec instead of password.
19632         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19633         (mml1991-cache-passphrase): Inherit the default value from
19634         mml-secure-cache-passphrase.
19635         (mml1991-passphrase-cache-expiry): Inherit the default value from
19636         mml-secure-passphrase-cache-expiry.
19637
19638         * mml-sec.el: Require password.
19639         (mml-secure-verbose): New user option.
19640         (mml-secure-cache-passphrase): New user option.
19641         (mml-secure-passphrase-cache-expiry): New user option.
19642
19643 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19644             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19645
19646         * pgg-def.el (pgg-truncate-key-identifier):
19647         Truncate the key ID to 8 letters from the end.
19648
19649 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19650
19651         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19652         workaround for the url package included with Emacs.
19653
19654         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19655
19656 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19657
19658         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19659         correctly.  This fixes a bug caused by the 2006-05-12 change.
19660
19661 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19662
19663         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19664         some information about the error when saying that the `bogus' mail
19665         group will be used.
19666
19667 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19668
19669         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19670         string.
19671
19672 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19673
19674         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19675
19676 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19677
19678         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19679
19680 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19681
19682         * mml1991.el (mml1991-function-alist): Add epg.
19683         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19684         (mml1991-epg-encrypt): New functions.
19685
19686 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19687
19688         * mml2015.el (mml2015-verbose): New variable.
19689         (mml2015-cache-passphrase): Ditto.
19690         (mml2015-passphrase-cache-expiry): Ditto.
19691         (mml2015-function-alist): Add epg.
19692         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19693         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19694         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19695         New functions.
19696
19697 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19698
19699         * message.el (message-cite-original-1): Preserve region when removing
19700         quoted text due to X-No-Archive in order to avoid bogus attribution
19701         when citing multiple messages.
19702
19703 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19704
19705         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19706         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19707
19708 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19709
19710         * gnus-diary.el (gnus-user-format-function-d)
19711         (gnus-user-format-function-D): Autoload.
19712
19713         * imap.el (Commentary): Fix typo.
19714
19715         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19716         2006-04-22 contribution.
19717
19718 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19719
19720         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19721         It didn't really fix the bogosity I'm seeing with solid web groups.
19722
19723 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19724
19725         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19726         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19727         created using server names.  If we use the feature without declaring
19728         it, Gnus does not properly manage server and group state.
19729
19730         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19731         bound.
19732
19733 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19734
19735         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19736         looking up the method using GROUP's prefix before inventing a new one.
19737         It is used on killed/unknown groups in various places where returning
19738         an all-new method isn't expected by the caller.
19739
19740         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19741         and match semantics of gnus-group-real-prefix.
19742
19743 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19744
19745         * nnmail.el (nnmail-broken-references-mailers): New variable.
19746         (nnmail-ignore-broken-references): New function generalizing
19747         nnmail-fix-eudora-headers.
19748         (nnmail-fix-eudora-headers): Now obsolete.
19749
19750         * gnus-art.el (gnus-button-handle-custom):
19751         Support `customize-apropos*'.
19752
19753 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19754
19755         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19756
19757         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19758         articles.
19759
19760 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19761
19762         * message.el (message-cite-reply-above): New variable.
19763         (message-yank-original): Use it.
19764
19765 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19766
19767         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19768
19769 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19770
19771         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19772         as read.
19773
19774         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19775
19776 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19777
19778         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19779         (gnus-bookmark-default-file): Use gnus-directory.
19780         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19781         Remove "*" in doc string.
19782         (gnus-bookmark-write-file): Simplify.
19783         (gnus-bookmark-maybe-sort-alist): Use `when'.
19784         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19785         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19786         Add FIXME about Emacs 21 and XEmacs compatibility.
19787         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19788         compatibility.
19789         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19790         compatibility.
19791         (gnus-bookmark-menu-heading): Fix version.
19792
19793 2006-06-19  Bastien Guerry  <bzg@altern.org>
19794
19795         * gnus-bookmark.el: New file.
19796
19797 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19798
19799         * message.el (message-syntax-checks): Doc fix.
19800
19801 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19802
19803         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19804         unsubscribed groups as if they were killed ones.  It causes duplicate
19805         entries in gnus-newsrc-alist.
19806
19807 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19808
19809         * message.el (message-syntax-checks): Doc fix.
19810         (message-send-mail): Add check for continuation headers.
19811         (message-check-news-header-syntax): Fix regexp used to check for
19812         continuation headers.
19813
19814 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19815
19816         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19817
19818 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19819
19820         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19821
19822 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19823
19824         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19825         default-truncate-lines.
19826
19827 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19828
19829         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19830         to fill the utf-8 entry.
19831
19832         * lpath.el: Fbind unicode-precedence-list.
19833
19834 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19835
19836         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19837
19838 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19839
19840         * gnus-agent.el (directory-files-and-attributes): Move all the way
19841         forward (the third and final move).
19842         (gnus-agent-read-agentview): Trap reconstruction errors due to
19843         nonexistent directory.  Handle by returning nil.
19844
19845 2006-05-30  Didier Verna  <didier@xemacs.org>
19846
19847         * message.el (message-dont-reply-to-names): Update the custom type.
19848         * message.el (message-dont-reply-to-names): New defsubst: potentially
19849         convert a list of regexps into a single one.
19850         * message.el (message-get-reply-headers): Use it.
19851         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19852
19853 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19854
19855         * gnus-agent.el (directory-files-and-attributes): Move forward.
19856
19857 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19858
19859         * gnus-ml.el (gnus-mailing-list-subscribe)
19860         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19861         (gnus-mailing-list-message): Fix doc strings.
19862
19863 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19864
19865         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19866         of doing it manually.
19867
19868 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19869
19870         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19871         comment.
19872
19873 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19874
19875         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19876         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19877         (gnus-agent-read-local): All symbols allocated in my-obarray.
19878         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19879         (gnus-agent-regenerate-group): Check numeric names to see if they are
19880         messages or groups.
19881         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19882         better way of do this...)
19883
19884         * gnus-cache.el (gnus-agent-total-fetched-for):
19885         Ignore 'dummy.group' (there should be a better way of do this...)
19886
19887 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19888
19889         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19890         (gnus-saved-headers): Ditto.
19891         (gnus-default-article-saver): Mention functions may have properties.
19892         (gnus-article-save): Override gnus-save-all-headers and
19893         gnus-saved-headers by :headers property which saver function may have.
19894         (gnus-summary-save-in-file): Add :headers property.
19895         (gnus-summary-write-to-file): Ditto.
19896
19897         * gnus-sum.el (gnus-summary-save-article): Bind
19898         gnus-prompt-before-saving to t when saving many articles in a file;
19899         always show all headers.
19900
19901         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19902
19903 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19904
19905         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19906         marks.
19907
19908         * message.el (message-indent-citation): Add optional arguments to allow
19909         using it outside of message buffers.
19910
19911         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19912         (gnus-article-treat-unfold-headers): Use it.
19913         (gnus-article-truncate-lines): New variable.
19914         (gnus-article-mode): Use it.
19915         (gnus-article-toggle-truncate-lines): New function.
19916
19917         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19918         Add gnus-article-toggle-truncate-lines.
19919
19920         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19921         coding system in XEmacs, use binary.
19922
19923 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19924
19925         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19926         after-load-alist.
19927
19928         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19929         this function should save decoded articles.
19930         (gnus-summary-write-to-file): Use property to specify this function
19931         should save decoded articles and specify gnus-summary-save-in-file
19932         should be used to save articles other than the first one when saving
19933         many articles.
19934         (gnus-summary-save-body-in-file): Use property to specify this
19935         function should save decoded articles.
19936         (gnus-summary-write-body-to-file): Use property to specify this
19937         function should save decoded articles and specify
19938         gnus-summary-save-body-in-file should be used to save articles other
19939         than the first one when saving many articles.
19940
19941         * gnus-sum.el (gnus-summary-save-article): Simplify.
19942
19943 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19944
19945         * gnus-art.el (gnus-default-article-saver):
19946         Add gnus-summary-write-body-to-file.
19947         (gnus-article-save-coding-system): Don't use coding system object
19948         in XEmacs.
19949         (gnus-read-save-file-name): Add optional `dir-var' argument which
19950         specifies directory in which files are saved; work even if optional
19951         `variable' argument is not specified.
19952         (gnus-summary-write-to-file): Read file name.
19953         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19954         (gnus-summary-write-body-to-file): New function.
19955
19956         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19957         (gnus-summary-local-variables): Add it.
19958         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19959         (gnus-summary-save-article): Remove optional `decode' argument;
19960         determine whether to decode articles by the value of
19961         gnus-default-article-saver; when saving many files using
19962         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19963         it first and use gnus-summary-save-in-file or
19964         gnus-summary-save-body-in-file thereafter unless
19965         gnus-prompt-before-saving is always; move point to article which
19966         will be saved.
19967         (gnus-summary-save-article-file): Revert.
19968         (gnus-summary-write-article-file): Revert.
19969         (gnus-summary-save-article-body-file): Revert.
19970         (gnus-summary-write-article-body-file): New function.
19971
19972 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19973
19974         * gnus-art.el (gnus-default-article-saver): Doc fix.
19975         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19976         from gnus-summary-save-article-coding-system, and default to a
19977         certain coding system.
19978         (gnus-output-to-file): Add coding cookie and encode text according
19979         to gnus-article-save-coding-system; don't use mm-append-to-file.
19980
19981         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19982         gnus-art.el and rename to gnus-article-save-coding-system.
19983         (gnus-summary-save-article): Require gnus-art; don't show all
19984         headers if it decodes articles; don't add coding cookie here;
19985         don't bind mm-text-coding-system-for-write.
19986         (gnus-summary-save-article-file): Save decoded articles.
19987         (gnus-summary-write-article-file): When saving many files, use
19988         gnus-summary-write-to-file first and gnus-summary-save-in-file
19989         thereafter unless gnus-prompt-before-saving is always.
19990         (gnus-summary-save-article-body-file): Save decoded articles.
19991
19992         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19993
19994 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19995
19996         * nnrss.el (nnrss-check-group): Bind hash-index.
19997
19998 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19999
20000         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
20001         its hash index.  Store this hash in `nnrss-group-data'.
20002         (nnrss-read-group-data): Update accordingly.
20003
20004 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20005
20006         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
20007         entry.
20008
20009         * gnus-sum.el (gnus-summary-make-menu-bar):
20010         Add gnus-article-browse-html-article.
20011
20012 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
20013
20014         * gnus-sum.el (gnus-summary-mime-map):
20015         Add gnus-article-browse-html-article.
20016
20017         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
20018
20019 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20020
20021         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
20022         suitable coding systems in customize.
20023
20024 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
20025
20026         * mail-source.el (mail-sources): Fix custom type.
20027
20028 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20029
20030         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
20031         (gnus-summary-expire-articles-now): Shorten prompt.
20032
20033         * gmm-utils.el (wid-edit): Require.
20034         (defun-gmm): Rename from `gmm-defun-compat'.
20035         (gmm-image-search-load-path): Use it.
20036         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
20037
20038 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20039
20040         * gnus-sum.el (gnus-summary-save-article-coding-system):
20041         New variable.
20042         (gnus-summary-save-article): Add optional `decode' argument.
20043         If it is set and gnus-summary-save-article-coding-system is non-nil,
20044         save decoded article.
20045         (gnus-summary-write-article-file): Save decoded article if
20046         gnus-summary-save-article-coding-system is non-nil.
20047
20048         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
20049         type.
20050
20051 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20052
20053         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
20054
20055 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20056
20057         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
20058         first to test gnus-single-article-buffer which may be buffer-local.
20059
20060         * gnus-sum.el (gnus-summary-setup-buffer):
20061         Make gnus-single-article-buffer buffer-local and nil in ephemeral
20062         group; make gnus-article-buffer, gnus-article-current, and
20063         gnus-original-article-buffer always buffer-local.
20064         (gnus-summary-exit): Kill article buffer belonging to ephemeral
20065         group.
20066         (gnus-handle-ephemeral-exit): Don't move to next summary line.
20067
20068 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
20069
20070         * nnml.el (nnml-request-compact-group): Compressed files might not
20071         have .gz extension.
20072
20073 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20074
20075         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
20076         (mm-copy-to-buffer): Use with-current-buffer.
20077         (mm-display-part): Simplify.
20078         (mm-inlinable-p): Add optional arg `type'.
20079
20080 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20081
20082         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
20083         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
20084         Try harder to show the attachment internally or externally using
20085         gnus-mime-view-part-as-type.
20086
20087 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
20088
20089         * message.el (message-from-style, message-signature-separator)
20090         (message-user-organization-file, message-send-mail-function)
20091         (message-citation-line-function, message-yank-prefix)
20092         (message-indent-citation-function, message-signature)
20093         (message-signature-file, message-signature-insert-empty-line):
20094         Remove autoloads.
20095
20096         * gnus-art.el (gnus-buttonized-mime-types):
20097         Remove "multipart/signed".  Revert 2006-04-26 change.
20098
20099 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20100
20101         * gnus.el (gnus-version-number): Bump version.
20102
20103 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20104
20105         * gnus.el: No Gnus v0.5 is released.
20106
20107 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20108
20109         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
20110         fetching articles by message-id.
20111
20112 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20113
20114         * message.el (hashcash): Require hashcash as normal.
20115
20116         * ecomplete.el (ecomplete-highlight-match-line):
20117         Use point-at-eol.
20118         (ecomplete-highlight-match-line): Use `highlight', because that
20119         face exists in both Emacs and XEmacs.
20120
20121         * message.el (message-display-abbrev): Use point-at-bol.
20122
20123         * mail-source.el: Don't require timer/timer-funcs.
20124
20125         * gnus-async.el: Ditto.
20126
20127         * password.el: Ditto.
20128
20129         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
20130
20131         * mm-url.el: Ditto.
20132
20133         * gnus-xmas.el: Don't require timer-funcs.
20134
20135         * mm-util.el: Require timer/timer-funcs.
20136
20137 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20138
20139         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
20140         Close.
20141
20142 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20143
20144         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
20145         unibyte after clear-decrypt function runs.
20146
20147         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
20148         returns as a unibyte string.
20149
20150 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20151
20152         * lpath.el: Revert.
20153
20154         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
20155         (pgg-gpg-process-sentinel): Revert.
20156
20157         * pgg-pgp.el (pgg-pgp-process-region): Revert.
20158         (pgg-pgp-lookup-key): Revert.
20159
20160         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
20161         (pgg-pgp5-lookup-key): Revert.
20162
20163         * pgg.el (pgg-fetch-key): Revert.
20164
20165 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20166
20167         * lpath.el: Fbind string-as-multibyte for XEmacs.
20168
20169         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
20170         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
20171         (mml1991-pgg-encrypt): Ditto.
20172
20173         * pgg-gpg.el (pgg-string-to-multibyte): New function.
20174         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
20175         a multibyte buffer.
20176
20177         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
20178         (pgg-pgp-lookup-key): Ditto.
20179
20180         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
20181         (pgg-pgp5-lookup-key): Ditto.
20182
20183         * pgg.el (pgg-fetch-key): Ditto.
20184
20185 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
20186
20187         * message.el (message-user-organization-file): Check several
20188         locations of the organization file.
20189
20190         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
20191         Add gnus-article-view-part-as-type.
20192
20193         * gnus-art.el (gnus-article-view-part-as-type): New function.
20194
20195         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
20196         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
20197
20198         * mml.el: Simplify autoload.
20199         (mml-mode): defvar dnd-protocol-alist instead of using
20200         symbol-value.
20201         (mml-default-directory): New variable.
20202         (mml-minibuffer-read-file): Use it.
20203         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
20204
20205         * message.el (message-citation-line-format): New variable.
20206         (message-insert-formated-citation-line): New function.
20207         (message-citation-line-function):
20208         Add `message-insert-formated-citation-line' to custom type.
20209
20210         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
20211         to doc string.
20212
20213         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
20214         depending on mm-verify-option.
20215
20216 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20217
20218         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
20219         binding pgg-* variables; reimplement the section which prevents
20220         MIME header from being signed.
20221         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
20222         pgg-text-mode; remove a blank line at the top of body.
20223
20224         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
20225         lines at the top of body; use gnus-newsgroup-charset if there's no
20226         Charset header.
20227
20228 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20229
20230         * message.el (message-self-insert-commands): Doc fix.
20231
20232         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
20233         (mm-uu-pgp-encrypted-test): Ditto.
20234         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
20235         between header and body; return application/pgp-encrypted handle
20236         if decryption failed; decode decrypted body by charset.
20237
20238         * mm-decode.el (mm-automatic-display): Don't make application/pgp
20239         element match to application/pgp-*.
20240
20241 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20242
20243         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
20244         HTML.
20245
20246 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20247
20248         * mail-source.el (mail-source-call-script): Message the error
20249         string.
20250
20251 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20252
20253         * gnus-util.el (gnus-byte-compile): Use it.
20254
20255 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20256
20257         * gnus-util.el (kill-empty-logs): New function.
20258
20259 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20260
20261         * message.el (message-mail-alias-type): Doc fix.
20262         (message-mail-alias-type-p): New function.
20263         (message-send): Use it.
20264         (message-mode): Ditto.
20265         (message-strip-forbidden-properties): Ditto.
20266
20267         * ecomplete.el (ecomplete-database-file-coding-system):
20268         New variable.
20269         (ecomplete-save): Use it.
20270         (ecomplete-setup): Use it.
20271
20272 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20273
20274         * message.el (message-self-insert-commands): New variable.
20275         (message-strip-forbidden-properties): Use it.
20276
20277 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20278
20279         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20280         that doesn't make XEmacs choke.
20281
20282 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20283
20284         * gnus-util.el (gnus-replace-in-string):
20285         Prefer replace-regexp-in-string over of replace-in-string.
20286
20287 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20288
20289         * gnus-util.el (gnus-select-frame-set-input-focus):
20290         Use select-frame-set-input-focus if it is available in XEmacs; use
20291         definition defined in Emacs 22 for old Emacsen.
20292
20293         * dgnushack.el: Autoload unmorse-region for XEmacs.
20294
20295         * lpath.el: Bind cursor-in-non-selected-windows and
20296         select-frame-set-input-focus for XEmacs.
20297
20298 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20299
20300         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20301
20302 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20303
20304         * gnus-registry.el (gnus-registry-cache-save): Remove text
20305         properties when saving via the temp buffer.
20306
20307 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20308
20309         * message.el (message-generate-hashcash): Honor custom type.
20310
20311 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20312
20313         * message.el (message-generate-hashcash): Default to non-nil when
20314         hashcash is found.
20315
20316         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20317         (gnus-refer-thread-limit): Increase default to 500.
20318
20319         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20320
20321         * flow-fill.el (fill-flowed): Allow delete-space.
20322
20323 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20324
20325         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20326         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20327         Remove autoloads.
20328
20329 2006-04-18  Simon Josefsson  <jas@extundo.com>
20330
20331         * message.el (message-generate-hashcash): Default to.
20332
20333 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20334
20335         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20336         concatenating segments rather than before concatenating them.
20337
20338 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20339
20340         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20341
20342 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20343
20344         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20345
20346         * message.el (message-forward-make-body-plain):
20347         Allow message-forward-ignored-headers to be a list.
20348         (message-remove-ignored-headers): Factor out into function.
20349         (message-forward-make-body-mml): Use it.
20350
20351         * imap.el (imap-quote-specials): New function.
20352         (imap-login-auth): Quote specials.
20353
20354         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20355         (rfc2231-parse-string): Allow concatanation of parameters that
20356         aren't contiguous.  The test case is
20357           (mail-header-parse-content-type "message/external-body;
20358             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20359             access-type=LOCAL-FILE;
20360             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20361
20362 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20363
20364         * nntp.el (nntp-accept-process-output): Return the value of
20365         `nnheader-accept-process-output'.
20366
20367 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20368
20369         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20370         (gnus-button-alist): Recognize more diff formats.
20371         (gnus-button-patch): Strip directory.
20372
20373 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20374
20375         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20376         Emacs 22 when setting focus.
20377
20378 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20379
20380         * gnus-art.el (gnus-article-treat-types): Do treatment of
20381         text/x-verbatim parts.
20382         (gnus-button-patch): New command.
20383
20384         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20385         addresses that contain invalid characters.
20386
20387 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20388
20389         * message.el (message-put-addresses-in-ecomplete):
20390         Use gnus-replace-in-string.
20391         (message-is-yours-p): Use the more correct
20392         mail-header-parse-address instead of
20393         mail-extract-address-components.
20394         (message-put-addresses-in-ecomplete): Fix typo.
20395
20396         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20397         keystroke.
20398
20399         * gnus-art.el (gnus-treatment-function-alist): Change order of
20400         newsgroups/generic header folding to avoid double-folding.
20401
20402         * message.el (message-hidden-headers): Add X-Draft-From.
20403
20404         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20405         New command.
20406         (gnus-summary-repeat-search-article-backward): New command.
20407
20408         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20409         groups in the parent topic.
20410
20411 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20412
20413         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20414         (spam-extra-header-to-number): Return the CRM114 number as a
20415         number instead of a string.
20416
20417 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20418
20419         * gnus-art.el (gnus-face-properties-alist): Move here from
20420         gnus-fun.
20421
20422         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20423
20424 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20425
20426         * message.el (message-strip-forbidden-properties): Only display on
20427         self-insert-command.
20428
20429         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20430         reindent.
20431         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20432
20433 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20434
20435         * smiley.el (smiley-style): Fix typo.
20436
20437 2006-03-23  Kenichi Handa  <handa@m17n.org>
20438
20439         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20440         instead of set-buffer-multibyte.
20441
20442 2006-03-23  Kenichi Handa  <handa@m17n.org>
20443
20444         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20445         buffer and then decode the buffer text if necessary.
20446         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20447         first, and after mm-encode-body, change the buffer to unibyte.
20448
20449 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20450
20451         * hashcash.el (hashcash-insert-payment-async-2):
20452         Use message-goto-eoh instead of doing it manually.
20453         (mail-add-payment): Use message-narrow-to-header instead of trying
20454         to do the same itself.
20455
20456         * message.el (message-hidden-headers): Add Face.
20457
20458         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20459         reparenting code.
20460         (gnus-summary-reparent-children): Refactored out code.
20461         (gnus-summary-thread-map): New keystroke.
20462         (gnus-summary-reparent-children): Make into command.
20463
20464         * smiley.el (smiley-style): Default to `medium' if using a large
20465         font.
20466
20467         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20468         does it itself.
20469
20470         * message.el (message-point-in-header-p): Simplify definition.
20471
20472 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20473
20474         * nnagent.el (nnagent-request-set-mark): Silence log file
20475         writing.
20476         (nnagent-request-set-mark): Use write-region instead of
20477         append-to-file.
20478
20479         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20480         strange select method.
20481
20482         * ecomplete.el (ecomplete-display-matches): Get highlightling
20483         right.
20484         (ecomplete-display-matches): Use literals.
20485         (ecomplete-display-matches): Disable message logging.
20486
20487         * message.el (message-display-abbrev): Small optimization.
20488
20489         * ecomplete.el (ecomplete-display-matches): Allow automatic
20490         display.
20491
20492         * message.el (message-strip-forbidden-properties):
20493         Display abbrevs.
20494         (message-display-abbrev): Get automatic display right.
20495
20496         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20497         keystrokes.
20498
20499 2006-04-13  Romain Francoise  <romain@orebokech.com>
20500
20501         TODO: Backport to v5-10!
20502
20503         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20504         Move here (and rename) from gnus-registry.el.
20505
20506         * gnus-registry.el: Require gnus-util.
20507         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20508
20509 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20510
20511         * gnus-group.el (gnus-group-catchup-current):
20512         Change if-then-else-if-then-else into cond.
20513         (gnus-group-catchup): Indent.
20514         (group-name-at-point): New function.
20515         (gnus-fetch-group): Provide default from thing at point.
20516
20517 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20518
20519         * message.el (message-display-abbrev): Fix regexp.
20520
20521         * ecomplete.el (ecomplete-highlight-match-line):
20522         Reimplement choosing.
20523         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20524         dead variables.
20525
20526         * message.el (message-newline-and-indent): Remove debugging.
20527         (message-display-abbrev): Use new implementation.
20528
20529 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20530
20531         * gnus-art.el (gnus-article-mode):
20532         Set cursor-in-non-selected-windows to nil.
20533
20534         * smiley.el: Revert previous change.
20535         (smiley-data-directory): defvar it before using it in the
20536         defcustom of `smiley-style'.
20537
20538 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20539
20540         * message.el (message-newline-and-indent): New function.
20541
20542         * ecomplete.el: Implement more bits.
20543
20544         * message.el (message-put-addresses-in-ecomplete): Clean up the
20545         string.
20546
20547         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20548
20549         * gnus-sum.el (gnus-summary-save-parts):
20550         Bind gnus-summary-save-parts-counter and use it to make unique file
20551         names.
20552
20553         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20554
20555         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20556         parameter to say whether to actually parse the individual
20557         addresses.
20558
20559         * message.el (message-put-addresses-in-ecomplete): New function.
20560         (ecomplete): Require.
20561         (message-mail-alias-type): Add ecomplete as an option.
20562
20563 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20564
20565         * flow-fill.el (fill-flowed): Remove trailing space from blank
20566         quoted lines.
20567
20568 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20569
20570         * smiley.el (smiley-style): Move definition later to avoid a
20571         compilation warning.
20572
20573 2006-04-12  Kenichi Handa  <handa@m17n.org>
20574
20575         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20576         buffer and then decode the buffer text if necessary.
20577         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20578         first, and after mm-encode-body, change the buffer to unibyte.
20579         Use mm-disable-multibyte instead of set-buffer-multibyte.
20580
20581 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20582
20583         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20584         Content-Type header instead of Content-Disposition header.
20585         (gnus-mime-inline-part): Ditto.
20586         (gnus-mime-view-part-as-charset): Ignore charset that the part
20587         specifies.
20588
20589         * mm-decode.el (mm-display-part): Work with external parts and
20590         usual parts similarly.
20591
20592         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20593         instead of gnus-display-mime.
20594
20595         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20596         instead of with-temp-buffer.
20597
20598         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20599         tag to summarized topics part in order to encode non-ASCII text.
20600
20601 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20602
20603         * smiley.el (smiley-style): New variable.
20604         (smiley-directory): New function.
20605         (smiley-data-directory): Derive from `smiley-style' using
20606         `smiley-directory'.
20607         (smiley-regexp-alist): Add new entries.
20608
20609         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20610         (gnus-article-browse-delete-temp): Add :version.
20611
20612 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20613
20614         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20615         the sieve region.
20616
20617 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20618
20619         * gnus.el (gnus-version-number): Bump version.
20620
20621 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20622
20623         * gnus.el: No Gnus v0.4 is released.
20624
20625 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20626
20627         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20628         layout.
20629
20630         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20631         unknown charset.
20632
20633         * message.el (message-header-synonyms): Add Original-To to the
20634         default.
20635
20636         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20637         optional parameter.
20638
20639 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20640
20641         * gnus-fun.el (gnus): Require it for gnus-directory.
20642
20643 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20644
20645         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20646
20647 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20648
20649         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20650
20651 2006-04-05  Simon Josefsson  <jas@extundo.com>
20652
20653         * password.el (password-reset): New function.
20654
20655 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20656
20657         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20658         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20659
20660 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20661
20662         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20663         Some whitespace was matched into the url, which broke browsing hits
20664         > 100 when mm-url-use-external was nil.
20665
20666 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20667
20668         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20669         Check gnus-extra-headers for 'Newsgroups.
20670
20671         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20672         bound.
20673
20674 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20675
20676         * pgg-gpg.el: Clean up process buffers every time gpg processes
20677         complete.
20678
20679 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20680
20681         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20682         doc string.
20683
20684 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20685
20686         * pgg-gpg.el (pgg-gpg-process-filter)
20687         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20688
20689         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20690         lines, temporary fix.
20691
20692 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20693
20694         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20695
20696 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20697
20698         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20699         default-enable-multibyte-characters.  This reverts the change from
20700         revision 6.17 which is no longer necessary because the passphrase
20701         is sent separately now.  GnuPG messages are unreadable under
20702         multibyte locales with default-enable-multibyte-characters set to
20703         nil.
20704
20705 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20706
20707         * message.el (message-tool-bar-gnome): Move "spell".
20708
20709 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20710
20711         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20712         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20713         instead.
20714
20715 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20716
20717         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20718         Improve newsgroups handling for NNTP overviews which don't include
20719         Newsgroups.
20720
20721 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20722
20723         * message.el (message-resend): Bind message-generate-hashcash to nil.
20724
20725 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20726
20727         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20728         when searching for already-paid recipients.
20729
20730 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20731
20732         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20733         passphrases when it is not needed.
20734         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20735         passphrase stuff from gpg, should only be necessary when you use
20736         gpg with a smartcard.
20737
20738 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20739
20740         * mml.el (mml-insert-mime): Ignore cached contents of
20741         message/external-body part.
20742
20743         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20744         (mm-insert-part): Ditto.
20745
20746 2006-03-23  Simon Josefsson  <jas@extundo.com>
20747
20748         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20749         Reiner.
20750         (pgg-gpg-use-agent-p): Use it again.
20751
20752 2006-03-23  Simon Josefsson  <jas@extundo.com>
20753
20754         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20755         older emacsen.
20756         (pgg-gpg-use-agent-p): Don't use it.
20757
20758 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20759
20760         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20761         if we can.
20762
20763 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20764
20765         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20766         (pgg-gpg-update-agent): New function.
20767         (pgg-gpg-use-agent-p): New function.
20768         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20769         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20770         (pgg-gpg-sign-region): Use it.
20771
20772 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20773
20774         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20775         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20776
20777 2006-03-21  Simon Josefsson  <jas@extundo.com>
20778
20779         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20780         <wilde@sha-bang.de>.
20781         (pgg-gpg-use-agent): New variable.
20782         (pgg-gpg-process-region): Use it.
20783         (pgg-gpg-encrypt-region): Likewise.
20784         (pgg-gpg-encrypt-symmetric-region): Likewise.
20785         (pgg-gpg-decrypt-region): Likewise.
20786         (pgg-gpg-sign-region): Likewise.
20787         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20788
20789 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20790
20791         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20792
20793         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20794         Add comment on version.
20795
20796 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20797
20798         * smiley.el: Add missing test smiley.
20799
20800 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20801
20802         * mm-decode.el (mm-with-part): New macro.
20803         (mm-get-part): Use it; work with message/external-body as well.
20804         (mm-save-part): Treat name and filename equally.
20805
20806         * mm-extern.el (mm-extern-cache-contents): New function.
20807         (mm-inline-external-body): Use it; force the part to be displayed;
20808         move undisplayer added to the cached handle to the parent.
20809
20810         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20811         (gnus-mime-view-part-as-type): Work with message/external-body.
20812
20813         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20814
20815 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20816
20817         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20818         images in image-load-path.  [Sync with image.el, revision 1.60, in
20819         Emacs.]
20820
20821 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20822
20823         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20824         path rather than symbol.  Always return list of directories.
20825         Guarantee that image directory comes first.  [Sync with image.el,
20826         revision 1.59, in Emacs.]
20827
20828         * message.el (message-make-tool-bar): Adjust to new API of
20829         `gmm-image-load-path-for-library'.
20830
20831         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20832
20833         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20834
20835 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20836
20837         * gnus-art.el (gnus-article-only-boring-p):
20838         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20839         intangible text.
20840         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20841
20842 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20843
20844         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20845         Use `defun' instead of `gmm-defun-compat'.
20846
20847 2006-03-14  Simon Josefsson  <jas@extundo.com>
20848
20849         * message.el (message-unique-id): Don't use message-number-base36
20850         if (user-uid) is a float.
20851         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20852
20853 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20854
20855         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20856
20857         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20858         empty line between a part and a message part.
20859
20860 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20861
20862         * smiley.el: Add more test smileys.
20863         (smiley-data-directory, smiley-regexp-alist)
20864         (gnus-smiley-file-types): Fix doc strings.
20865         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20866         adding new elements.
20867         (smiley-mouse-map): Unused code.  Make it a comment.
20868
20869 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20870
20871         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20872         scan latest NoCeM messages instead of old ones.
20873         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20874         delimiters that are recently used.
20875         (gnus-nocem-load-cache): Add autoload cookie.
20876
20877         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20878
20879         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20880         level which is larger than gnus-use-nocem is specified.
20881
20882         * gnus-group.el (gnus-group-get-new-news): Ditto.
20883
20884 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20885
20886         * gnus-util.el (gnus-tool-bar-update): New function.
20887
20888         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20889         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20890
20891         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20892
20893         * gnus-group.el (gnus-group-redraw-when-idle)
20894         (gnus-group-redraw-check): Remove.
20895         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20896
20897 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20898
20899         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20900         if optional last element is specified in splits (FIELD VALUE...).
20901
20902 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20903
20904         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20905         to gmm-image-load-path-for-library.  Call with no-error argument.
20906         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20907
20908         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20909
20910         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20911
20912         * gmm-utils.el (gmm-image-load-path): Remove alias.
20913
20914 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20915
20916         * gmm-utils.el (gmm-image-load-path): Add alias.
20917
20918         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20919         nnml-generate-nov-databases-1.
20920         (nnml-generate-nov-databases): Use it.
20921         (nnml-generate-nov-databases-directory): Document no-active
20922         argument.
20923
20924         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20925         directory if path is t.  Add no-error.
20926
20927         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20928         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20929
20930         * gnus-art.el (gnus-article-browse-delete-temp-files):
20931         Simplify resetting gnus-article-browse-html-temp-list.
20932
20933         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20934         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20935         Add example to docstring.  Rename local variables.  Move error
20936         checks to default case in cond and simplify.
20937
20938 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20939
20940         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20941         handle is multipart when calling it recursively.
20942         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20943
20944 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20945
20946         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20947         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20948
20949 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20950
20951         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20952         is loaded.
20953
20954         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20955         loaded.
20956
20957 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20958
20959         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20960         to "Emacs 23 (unicode)" in doc string.
20961
20962         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20963         "Emacs 23 (unicode)" in comment.
20964
20965 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20966
20967         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20968
20969         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20970         characters 160 through 255 in Emacs 23.
20971
20972 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20973
20974         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20975         gnus-article-browse-html-temp.
20976         (gnus-article-browse-delete-temp): Make it customizable.
20977         Add `file'.  Adjust doc string.
20978         (gnus-article-browse-delete-temp-files): Add argument.
20979         Allow query for each file.  Adjust doc string.
20980         (gnus-article-browse-html-parts):
20981         Add `gnus-article-browse-delete-temp-files' to
20982         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20983
20984 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20985
20986         * gnus-art.el (gnus-article-browse-html-temp)
20987         (gnus-article-browse-delete-temp): New variables.
20988         (gnus-article-browse-delete-temp-files): New function.
20989         (gnus-article-browse-html-parts): Use it.
20990
20991 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20992
20993         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20994
20995         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20996         string.
20997
20998         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20999         gnus-summary-insert-new-articles when unplugged.
21000         Remove gnus-summary-search-article-forward.
21001
21002         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
21003         display-visual-class instead of display-color-cells.
21004
21005 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21006
21007         * dgnushack.el: Autoload customize-group for XEmacs.
21008
21009         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
21010         message/* containing non-ASCII text properly.
21011
21012 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
21013
21014         * message.el: Require gmm-utils, remove autoloads.
21015         (message-tool-bar): Set default based on
21016         gmm-tool-bar-style.
21017         (message-tool-bar-gnome): Add gmm-customize-mode.
21018
21019         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
21020         gmm-tool-bar-style.
21021         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
21022
21023         * gnus-group.el (gnus-group-tool-bar): Set default based on
21024         gmm-tool-bar-style.
21025         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
21026
21027         * gmm-utils.el (gmm-image-directory): Rename variable from
21028         gmm-image-load-path.
21029         (gmm-image-load-path): Use gmm-image-directory.
21030         (gmm-customize-mode): New function.
21031         (gmm-tool-bar-style): New variable.
21032
21033         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
21034         gnus-group-redraw-line-number.
21035         (gnus-group-redraw-check): Simplify.
21036         (gnus-group-tool-bar-update): Remove redraw check.
21037         (gnus-group-make-tool-bar): Add redraw check.
21038
21039 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
21040
21041         * gnus-art.el (gnus-button): Add missing parentheses.
21042
21043 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21044
21045         * lpath.el: Fbind line-number-at-pos.
21046
21047 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21048
21049         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
21050
21051 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21052
21053         * gnus-art.el (gnus-button): New face.
21054         (gnus-article-button-face): Use it.
21055
21056         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21057         Add gnus-summary-next-page.  Re-order.
21058
21059         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
21060         next-node are now included.
21061         (gnus-group-redraw-line-number): New internal variable.
21062         (gnus-group-redraw-check): Helper function for updating the tool
21063         bar.
21064         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
21065
21066         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
21067
21068         * spam.el (spam-spamassassin-score-regexp): New internal variable.
21069         (spam-extra-header-to-number, spam-check-spamassassin-headers):
21070         Use it to match format of Spamassassin 3.0 and later.
21071         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
21072         (spam-check-bogofilter)
21073         (spam-bogofilter-register-with-bogofilter): Fix args of
21074         `gnus-error' calls.
21075
21076 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21077
21078         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
21079         unnecessary interaction when sending queued mails.
21080         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
21081
21082 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
21083
21084         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
21085         first or last are nil.
21086
21087 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
21088
21089         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
21090
21091 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21092
21093         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
21094
21095 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21096
21097         * dns.el (query-dns): Protect more against buggy tcp output.
21098
21099 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21100
21101         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
21102         nov.php.
21103
21104 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21105
21106         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
21107         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
21108         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
21109         output on the server side.
21110         (nnweb-google-create-mapping): Update regexps and add some
21111         progress indication.
21112
21113 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
21114
21115         * gnus-group.el (gnus-group-tool-bar-gnome):
21116         Fix gnus-agent-toggle-plugged.  Re-order icons.
21117         (gnus-group-tool-bar-gnome):
21118         Add gnus-group-{prev,next}-unread-group.
21119         (gnus-group-tool-bar-gnome): Re-order icons.
21120
21121         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21122         Move gnus-summary-insert-new-articles.
21123
21124         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
21125         Fix comments.
21126
21127         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
21128         also available in Emacs 21.3.
21129
21130         * message.el (message-fix-before-sending): Change "Emacs 22" to
21131         "Emacs 23 (unicode)" in comment.
21132
21133         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
21134         "Emacs 23 (unicode)" in comment.
21135
21136         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
21137         comment.
21138         (mm-coding-system-p): Add comment about no-MULE XEmacs.
21139
21140         * mm-view.el (mm-fill-flowed): Add :version.
21141
21142 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21143
21144         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
21145         and load-path.
21146
21147 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
21148
21149         * message.el: Autoload gmm-image-load-path.
21150         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
21151         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
21152         consitency.
21153
21154         * gmm-utils.el (gmm-image-load-path): Also search in
21155         "../etc/images".  Don't set gmm-image-load-path if we don't find
21156         the image.
21157
21158 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21159
21160         * gmm-utils.el (gmm-image-load-path): Don't make
21161         `gmm-image-load-path' include subdirectories which the second arg
21162         `image' might specify.
21163
21164         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
21165         subdirectory to icon file names.
21166
21167         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
21168
21169 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21170
21171         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
21172         gmm-image-load-path calls.
21173
21174         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21175
21176         * message.el (message-make-tool-bar): Ditto.
21177
21178         * mml.el (mml-preview): Add comment concerning tool bar icons.
21179
21180         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
21181         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
21182
21183         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
21184         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
21185
21186         * message.el (message-tool-bar-gnome): Use new icon names.
21187         (message-make-tool-bar): Use `gmm-image-load-path'.
21188
21189         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
21190         New functions from MH-E.
21191         (gmm-image-load-path): New variable from MH-E.
21192         (gmm-image-load-path): New function from MH-E.  Add arguments
21193         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
21194         *-image-load-path-called-flag.
21195
21196 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
21197
21198         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
21199
21200 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
21201
21202         * nnimap.el (nnimap-request-move-article): Change folder back to
21203         source group before deleting.
21204
21205 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
21206
21207         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
21208
21209         * gnus-art.el (mm-url-insert-file-contents-external):
21210         Autoload mm-url.
21211
21212         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
21213
21214 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21215
21216         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
21217         coding system which mm-charset-to-coding-system returns for a
21218         given charset is valid.
21219
21220 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
21221
21222         * html2text.el (html2text-remove-tag-list):
21223         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
21224
21225 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
21226
21227         * gnus-cus.el: Revert 2005-10-17 change.
21228
21229 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21230
21231         * gnus-art.el (article-strip-banner):
21232         Call article-really-strip-banner only when the regexp match is made.
21233
21234 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21235
21236         * gnus-art.el (article-strip-banner):
21237         Use gnus-extract-address-components instead of
21238         mail-header-parse-addresses to make it work with non-ASCII text;
21239         remove mail-encode-encoded-word-string.
21240
21241         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
21242         values which are surrounded with \"...\"; make it never cause a
21243         Lisp error; give up parsing of parameters if it failed in
21244         extracting type.
21245
21246 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
21247
21248         * smime.el (smime-cert-by-ldap-1): Fix bug where
21249         `smime-ldap-search' returns results without userCertificates.
21250
21251 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21252
21253         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21254
21255 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21256
21257         * spam.el (spam-check-spamassassin-headers): Adapt format for
21258         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21259         <ari@mbf.ocn.ne.jp>.
21260         (spam-list-of-processors): Add spam-use-gmane.
21261
21262 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21263
21264         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21265         make-temp-file; make it work with XEmacs as well.
21266
21267         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21268         mm-make-temp-file.
21269
21270         * mm-decode.el (mm-display-external): Use the 3rd arg of
21271         mm-make-temp-file.
21272         (mm-create-image-xemacs): Ditto.
21273
21274 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21275
21276         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21277         with message-narrow-to-headers.
21278         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21279         (gnus-draft-check-draft-articles): New function.
21280         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21281
21282 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21283
21284         * gnus-art.el (gnus-article-browse-html-parts):
21285         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21286         Don't use suffix argument for mm-make-temp-file for Emacs 21
21287         compatibility.  Remove useless `format'.
21288
21289 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21290
21291         * nnweb.el (nnweb-google-wash-article): Update regexps.
21292         (nnweb-group-alist): Use defvoo instead of defvar.
21293
21294 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21295
21296         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21297         re-loading nn* modules.
21298
21299 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21300
21301         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21302         for `tool-bar-mode' and don't check it's default-value.
21303
21304         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21305
21306         * message.el (message-make-tool-bar): Ditto.
21307
21308         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21309         `substring'.  Shorten tmp-file name.
21310
21311         * gnus.el: Remove bogus comment.
21312
21313 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21314
21315         * gnus-art.el (gnus-article-browse-html-parts): New function.
21316         (gnus-article-browse-html-article): New function for viewing html
21317         articles with a browser.
21318
21319 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21320
21321         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21322         in elisp.
21323         (pgg-gpg-encrypt-symmetric-region): Ditto.
21324         (pgg-gpg-sign-region): Ditto.
21325
21326         * pgg-def.el (pgg-text-mode): New variable.
21327
21328         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21329         (mml2015-pgg-encrypt): Ditto.
21330
21331         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21332         (mml1991-pgg-encrypt): Ditto.
21333
21334 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21335
21336         * nnfolder.el (nnfolder-insert-newsgroup-line):
21337         Use message-make-date instead of current-time-string.
21338
21339         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21340         to gnus-decoded which mm-uu might set.
21341
21342 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21343
21344         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21345         don't decode quoted parameters; remove misimported Emacs code.
21346         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21347         (rfc2231-decode-encoded-string): Don't use split-string which
21348         behaves differently according to Emacs version; use
21349         mm-decode-coding-region to convert charset to coding-system.
21350         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21351         (rfc2231-encode-string): Remove misimported Emacs code.
21352
21353 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21354
21355         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21356         when calling mail-header-parse-content-type.
21357         (article-de-quoted-unreadable): Ditto.
21358         (article-de-base64-unreadable): Ditto.
21359         (article-wash-html): Ditto.
21360
21361         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21362         calling mail-header-parse-content-type and
21363         mail-header-parse-content-disposition.
21364         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21365         mail-header-parse-content-type.
21366
21367         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21368         insert charset and format parameters; encode description after
21369         inserting it to buffer.
21370         (mml-insert-parameter): Fold lines properly even if a parameter is
21371         segmented into two or more lines; change the max column to 76.
21372
21373         * rfc1843.el (rfc1843-decode-article-body): Don't use
21374         ignore-errors when calling mail-header-parse-content-type.
21375
21376         * rfc2231.el (rfc2231-parse-string): Return at least type if
21377         possible; don't cause an error even if it fails in parsing of
21378         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21379         (rfc2231-encode-string): Don't break lines at the beginning, leave
21380         it to mml-insert-parameter.
21381
21382         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21383         calling mail-header-parse-content-type.
21384
21385 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21386
21387         * spam-report.el (spam-report-gmane-use-article-number):
21388         Improve doc string.
21389         (spam-report-gmane-internal): Check if a suitable header was found
21390         in the article.
21391
21392 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21393
21394         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21395         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21396
21397 2006-02-05  Romain Francoise  <romain@orebokech.com>
21398
21399         Update copyright notices of all files in the gnus directory.
21400
21401 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21402
21403         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21404
21405 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21406
21407         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21408         segmented lines of parameter value to cope with Thunderbird 1.5
21409         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21410         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21411         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21412
21413 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21414
21415         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21416         parts.
21417
21418 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21419
21420         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21421         there's only one active file for all servers.
21422         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21423         solid groups.  Gnus might have used a FAST request to select the group.
21424         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21425         and nnweb-search redundantly in the active file.
21426         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21427         (nnweb-request-create-group): Don't use ARGS.
21428         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21429         initializations.  Let nnoo do the work.
21430
21431 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21432
21433         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21434         Say the part has been decoded.
21435
21436         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21437
21438 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21439
21440         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21441         mailcap-viewer-test-cache when there's no 'test clause, since that
21442         will invert the meaning of a "nil" test previously determined by
21443         mailcap-mailcap-entry-passes-test.
21444
21445 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21446
21447         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21448         compiling.
21449
21450         * gnus-sum.el: Ditto.
21451
21452         * message.el: Don't bind tool-bar-map when compiling.
21453
21454 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21455
21456         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21457
21458 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21459
21460         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21461         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21462         current Google Groups.
21463
21464 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21465
21466         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21467         and tool-bar-mode.
21468
21469         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21470         and tool-bar-mode.
21471
21472         * message.el (message-tool-bar-update): Simplify.
21473         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21474
21475         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21476         gnus-summary-buffer.
21477         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21478         gnus-summary-reply.
21479
21480         * gmm-utils.el (gmm): Add :version.
21481
21482 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21483
21484         * Makefile.in (clean): New rule.
21485         (distclean): Use it.
21486
21487 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21488
21489         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21490         Don't autoload.
21491
21492 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21493
21494         * gmm-utils.el (gmm-verbose): Add :group.
21495
21496 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21497
21498         * message.el: Change some comments WRT tool-bars.
21499
21500         * gnus-sum.el (gnus-summary-tool-bar)
21501         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21502         (gnus-summary-tool-bar-zap-list): New variables.
21503         (gnus-summary-make-tool-bar): Complete rewrite using
21504         `gmm-tool-bar-from-list'.
21505
21506         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21507         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21508         New variables.
21509         (gnus-group-make-tool-bar): Complete rewrite using
21510         `gmm-tool-bar-from-list'.
21511         (gnus-group-tool-bar-update): New function.
21512
21513         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21514
21515 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21516
21517         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21518         is dissected into a single part of which the type is the same as
21519         the given one; decode charset.
21520
21521 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21522
21523         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21524         into alists as symbol not string, since that's what
21525         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21526         look for.
21527
21528 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21529
21530         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21531         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21532
21533         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21534
21535 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21536
21537         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21538         (gnus-xmas-mime-security-button-menu): New function.
21539
21540         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21541         (gnus-mime-security-button-menu): New definition.
21542         (gnus-mime-security-button-map): Use them.
21543         (gnus-mime-security-button-menu): New function.
21544         (gnus-insert-mime-security-button): Addition to help echo.
21545         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21546         (gnus-mime-security-pipe-part): New functions.
21547
21548         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21549         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21550
21551         * mm-decode.el (mm-handle-set-disposition): Remove.
21552         (mm-handle-set-description): Remove.
21553
21554 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21555
21556         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21557         (mm-w3m-standalone-supports-m17n-p): New function.
21558         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21559         w3m usage.
21560
21561         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21562         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21563
21564 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21565
21566         * message.el (message-tool-bar-zap-list):
21567         Use gmm-tool-bar-zap-list as custom type.
21568         (message-tool-bar-update): New function.
21569         (message-tool-bar, message-tool-bar-gnome)
21570         (message-tool-bar-retro): Add message-tool-bar-update.
21571         (message-tool-bar-gnome): Add flyspell-buffer.
21572
21573         * gnus-util.el (gnus-error): Describe `args'.
21574
21575         * gmm-utils.el (gmm-error): Describe `args'.
21576         (gmm-tool-bar-zap-list): New widget.
21577         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21578
21579 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21580
21581         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21582         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21583         the number of recursive calls.
21584
21585         * mm-decode.el (mm-handle-set-disposition): New macro.
21586         (mm-handle-set-description): New macro.
21587
21588 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21589
21590         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21591         encoding.
21592
21593 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21594
21595         * message.el (message-tool-bar-zap-list, message-tool-bar)
21596         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21597         (message-tool-bar-local-item-from-menu): Remove.
21598         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21599         (message-make-tool-bar): New function.
21600         (message-mode): Use `message-make-tool-bar'.
21601
21602         * gmm-utils.el: New file.
21603         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21604         (gmm-lazy): New widget copied from `nnmail.el'.
21605         (gmm-tool-bar-from-list): New function for creating customizable
21606         tool bars.
21607         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21608         output.
21609         (gmm): Add :prefix to defgroup.
21610
21611 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21612
21613         * gmm-utils.el (gmm-widget-p): New function.
21614
21615 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21616
21617         * mml.el (mml-attach-file): Describe `description' in doc string.
21618         (mml-menu): Add Emacs MIME manual and PGG manual.
21619
21620 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21621
21622         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21623
21624 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21625
21626         * nntp.el (nntp-end-of-line): Doc fix.
21627
21628 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21629
21630         * imap.el (imap-open): Handle case where buffer is a buffer
21631         object.
21632
21633 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21634
21635         * gnus-delay.el (gnus-delay): Don't autoload.
21636         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21637         to be re-loaded when customizing the `gnus-delay' group.
21638
21639 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21640
21641         * message.el (message-insert-citation-line): Use newlines.
21642
21643 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21644
21645         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21646         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21647         these routines, so the passphrase can be managed externally and
21648         passed in to the system.
21649         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21650         pgg-add-passphrase-to-cache function.
21651
21652         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21653         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21654         these routines, so the passphrase can be managed externally and
21655         passed in to the system.
21656         (pgg-pgp5-sign-region): Use new name of
21657         pgg-add-passphrase-to-cache function.
21658
21659 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21660
21661         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21662         part of the decoded armor to find the key-identifier.
21663         (pgg-gpg-lookup-key-owner): New function to return the
21664         human-readable identifier of a key owner.
21665         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21666         itself.
21667         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21668         the key value) if we have a key and can match it against a secret
21669         key.  Also, added a note pointing out fact that the prompt only
21670         indicates the first matching key.
21671
21672         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21673         pgg-decrypt-region.
21674         (pgg-add-passphrase-to-cache): Rename from
21675         `pgg-add-passphrase-cache' to reduce confusion (all callers
21676         changed).
21677         (pgg-remove-passphrase-from-cache): Rename from
21678         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21679         changed).
21680         (pgg-read-passphrase, pgg-add-passphrase-cache)
21681         (pgg-remove-passphrase-cache): Add informative docstrings.
21682         (pgg-decrypt): Convey provided passphrase in subordinate call to
21683         pgg-decrypt-region.
21684
21685 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21686
21687         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21688         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21689         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21690         'passphrase' argument, so the passphrase can be managed externally
21691         and then passed in to the system.
21692
21693         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21694         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21695         so the passphrase cache can be used reliably with identifiers
21696         besides a pgp packet's key id.
21697
21698         * pgg-gpg.el (pgg-gpg-encrypt-region)
21699         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21700         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21701         these routines, so the passphrase can be managed externally and
21702         passed in to the system.
21703
21704         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21705         'notruncate' argument, so the passphrase cache can be used
21706         reliably with identifiers besides a pgp packet's key id.
21707
21708 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21709
21710         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21711         symmetric encryption.
21712         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21713         encrypted session key.
21714         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21715         message ask for the passphrase in a proper way.
21716
21717         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21718         New user commands for symmetric encryption.
21719
21720 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21721
21722         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21723
21724         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21725
21726 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21727
21728         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21729
21730 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21731
21732         * mm-decode.el (mm-inlined-types): Add application/pgp.
21733         (mm-automatic-display): Ditto.
21734
21735         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21736         part as text.
21737
21738 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21739
21740         * nnrss.el: Update copyright.
21741         (nnrss-opml-import): Query whether to subscribe to each entry.
21742
21743         * gnus-art.el:
21744         * gnus-sum.el:
21745         * gnus-xmas.el:
21746         * messagexmas.el:
21747         * mm-uu.el:
21748         * mm-view.el: Update copyright.
21749
21750 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21751
21752         * message.el (message-info): New function.
21753         (message-mode-menu): Add it.
21754         Update copyright.
21755
21756         * ChangeLog: Fix and update copyright.
21757
21758 2006-01-13  Romain Francoise  <romain@orebokech.com>
21759
21760         * message.el (message-forward-subject-name-subject): Prefer the
21761         address to 'nowhere' if the sender has no name.
21762         Fix typo.  Update copyright year.
21763
21764 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21765
21766         * gnus-art.el (article-wash-html):
21767         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21768         (gnus-article-wash-html-with-w3m-standalone): New function.
21769
21770         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21771         mm-inline-text-html-render-with-w3m-standalone.
21772         (mm-text-html-washer-alist): Map w3m-standalone to
21773         gnus-article-wash-html-with-w3m-standalone.
21774         (mm-inline-text-html-render-with-w3m-standalone): New function.
21775
21776 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21777
21778         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21779         Improve LaTeX.
21780
21781 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21782
21783         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21784         (nnrss-request-article): Render text/plain parts as HTML.
21785
21786         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21787         the buffer.
21788
21789 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21790
21791         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21792         custom definition of `gnus-posting-styles'.
21793
21794         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21795         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21796
21797 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21798
21799         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21800         Use nntp for bug archive.
21801
21802 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21803
21804         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21805         parts.
21806         (nnrss-normalize-date): New function converts ISO 8601 date into
21807         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21808         (nnrss-check-group): Use it.
21809
21810 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21811
21812         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21813
21814         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21815         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21816         (nnrss-insert-w3): Ditto.
21817
21818 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21819
21820         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21821         the articles to be forwarded including the case where neither a
21822         number of articles nor a region is specified.
21823
21824 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21825
21826         * nnrss.el (nnrss-request-article): Fix last change; fill
21827         text/plain parts.
21828
21829 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21830
21831         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21832         in text/plain part.
21833         (nnrss-check-group): Don't add excessive newline to dc:subject.
21834
21835 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21836
21837         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21838         article.
21839
21840 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21841
21842         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21843         (nnml-use-compressed-files, nnml-save-mail): Support other
21844         comression programs such as bzip2.
21845
21846 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21847
21848         * dns.el (query-dns): Make sure we check the buffer size before
21849         removing tcp headers.
21850
21851 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21852
21853         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21854         remove MIME buttons associated with multipart/alternative parts.
21855         (gnus-mime-display-alternative): Tag buttons using `article-type'
21856         text property.
21857
21858         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21859         associated with multipart/alternative parts.
21860
21861         * gnus-art.el (gnus-signature-separator): Fix custom type.
21862
21863         * mm-decode.el (mm-inlined-types): Fix custom type.
21864         (mm-keep-viewer-alive-types): Ditto.
21865         (mm-automatic-display): Ditto.
21866         (mm-attachment-override-types): Ditto.
21867         (mm-inline-override-types): Ditto.
21868         (mm-automatic-external-display): Ditto.
21869
21870 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21871
21872         * spam-report.el (spam-report-user-mail-address)
21873         (spam-report-user-agent): New variables.
21874         (spam-report-url-ping-plain): Use spam-report-user-agent.
21875
21876 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21877
21878         * gnus-art.el (gnus-button-handle-custom): Do not just use
21879         `customize-apropos' for any "M-x customize-*" button but the
21880         function called for.  Accept both the function name and its
21881         argument in order to achieve this.
21882         (gnus-button-alist): Remove support for "custom:" URL's.
21883         Pass function name to `gnus-button-handle-custom' in case of "M-x
21884         customize-*" buttons.
21885
21886 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21887
21888         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21889         multipart/alternative and add xref to mm-discouraged-alternatives
21890         in doc string.
21891
21892         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21893         gnus-buttonized-mime-types in doc string.
21894
21895 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21896
21897         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21898         Suggest image/.* in the doc string.
21899
21900 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21901
21902         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21903         message-marks (Debian bug#342521).
21904
21905 2005-12-12  Simon Josefsson  <jas@extundo.com>
21906
21907         * password.el (password-read-from-cache): Add.
21908         (password-read): Use it.
21909
21910 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21911
21912         * rfc2047.el (rfc2047-charset-to-coding-system):
21913         Recognize us-ascii as a MIME charset.
21914
21915         * mm-bodies.el (mm-decode-content-transfer-encoding):
21916         Protect against the case where the 2nd arg TYPE is nil.
21917
21918 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21919
21920         * pop3.el (pop3-stream-type): Fix custom version.
21921
21922         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21923
21924 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21925
21926         * mm-decode.el (mm-display-external): Add missing cdr.
21927
21928 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21929
21930         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21931         RFC1524) if it is in mailcap or add a suffix according to
21932         mailcap-mime-extensions when generating a temp filename; postpone
21933         deleting a temp file for 2 seconds for some wrappers, shell
21934         scripts, and so on, which might exit right after having started a
21935         viewer command as a background job.
21936
21937 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21938
21939         * nntp.el (nntp-marks-directory): Fix custom group.
21940
21941         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21942         steps when < 10.
21943
21944         * gnus-start.el (gnus-no-server-1):
21945         Mention `gnus-level-default-subscribed' in doc string.
21946
21947 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21948
21949         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21950         parens.
21951
21952 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21953
21954         * gnus-xmas.el (gnus-use-toolbar): Revert.
21955         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21956         gnus-use-toolbar is default.
21957
21958         * messagexmas.el (message-use-toolbar): Revert.
21959         (message-setup-toolbar): Use global default-toolbar if
21960         message-use-toolbar is default.
21961
21962 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21963
21964         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21965         according to default-toolbar-visible-p.
21966
21967         * messagexmas.el (message-use-toolbar): Ditto.
21968
21969 2005-11-26  Dave Love  <fx@gnu.org>
21970
21971         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21972         (tls-program, tls-success): Provide openssl alternative.
21973
21974         * starttls.el: Doc fixes.
21975         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21976         SERVICE to PORT.
21977
21978         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21979         port null or service name.
21980         (starttls-negotiate): Autoload.
21981
21982 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21983
21984         * message.el (message-kill-to-signature): Fix interactive spec.
21985
21986 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21987
21988         * pop3.el (pop3-open-server): Recognize a string as a service name.
21989
21990 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21991
21992         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21993
21994 2005-11-23  Dave Love  <fx@gnu.org>
21995
21996         Add pop3s, pop3/starttls.
21997
21998         * pop3.el (pop3-authentication-scheme): Clarify doc.
21999         (open-tls-stream, starttls-open-stream): Autoload.
22000         (pop3-stream-type): New.
22001         (pop3-open-server): Use it.
22002
22003         * mail-source.el (mail-sources): Fix some :types.  Add stream type
22004         for POP.
22005         (mail-source-keyword-map): Add :stream for POP.
22006         (mail-source-fetch-pop): Use pop3-stream-type.
22007
22008 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22009
22010         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
22011         of current-time-string.
22012
22013 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
22014
22015         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
22016         date header.
22017
22018 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22019
22020         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
22021         it can seriously impact performance as it bypasses the agent's
22022         local caches.
22023
22024 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22025
22026         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
22027         must be explicitly online rather than "not explicitly offline" for
22028         its flags to be synchronized.
22029
22030         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
22031         that gnus-uu-unmark-thread will function correctly.
22032
22033         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
22034         1024K is instead displayed as 1M.
22035
22036 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22037
22038         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
22039
22040 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
22041
22042         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
22043
22044 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
22045
22046         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
22047         error message to display actual error condition.
22048         (gnus-agent-save-local): Avoid saving symbols that are bound to
22049         nil as they simply result in a warning message in
22050         gnus-agent-read-local.
22051
22052 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22053
22054         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
22055         rather than make-variable-buffer-local for file-precious-flag.
22056
22057 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22058
22059         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
22060         for duplicates which are removed.  The invalid sort check then
22061         triggers a rescan after the sort as sorting may have moved
22062         duplicate entries such that they can be cheaply detected.
22063
22064 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22065
22066         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
22067
22068 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22069
22070         * gnus-agent.el (gnus-agent-article-alist-save-format):
22071         Change internal variable to a custom variable.  Change default value
22072         from compressed(2) to uncompressed(1).
22073         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
22074         support for uncompressed agentview files.  Taken together, reading
22075         the agentview file should now be 6-7 times faster.
22076
22077 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
22078
22079         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
22080         as a buffer-local variable.  This avoids creating truncated
22081         dribble files as a result of a hang up, eg.
22082
22083 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
22084
22085         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
22086         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
22087         XEmacs.
22088
22089 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
22090
22091         * gnus-start.el (gnus-start-draft-setup):
22092         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
22093
22094         * gnus.el (gnus-splash): Change custom group.
22095         (gnus-group-get-parameter, gnus-group-parameter-value):
22096         Describe allow-list argument.
22097
22098         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
22099         string.
22100
22101 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
22102
22103         * gnus-art.el (gnus-default-article-saver): Add user-defined
22104         `function' to custom type.
22105
22106 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22107
22108         * imap.el (imap-open): Handle case where buffer is a buffer
22109         object.
22110
22111 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
22112
22113         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
22114         long lines.
22115         (gnus-cache-delete-group): Wrap doc strings.
22116
22117         * gnus-agent.el (gnus-agent-rename-group)
22118         (gnus-agent-delete-group): Wrap doc strings.
22119
22120 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22121
22122         * messagexmas.el (message-use-toolbar): Change the valid values
22123         into default, top, bottom, left, and right.
22124         (message-toolbar-thickness): New variable.
22125         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
22126         well.
22127         (message-setup-toolbar): Make it work.
22128
22129         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
22130         (gnus-use-toolbar): Change the valid values into default, top,
22131         bottom, left, and right.
22132         (gnus-toolbar-thickness): New variable.
22133         (gnus-xmas-setup-toolbar): New function.
22134         (gnus-xmas-setup-group-toolbar): Use it.
22135         (gnus-xmas-setup-summary-toolbar): Use it.
22136
22137 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22138
22139         * gnus-start.el (gnus-1): Add "native" to
22140         gnus-predefined-server-alist.
22141
22142         * gnus.el (gnus-method-to-server): Don't add "native" to the
22143         lists here, because that leads to problems when
22144         gnus-select-method is bound.
22145
22146 2005-11-09  Simon Josefsson  <jas@extundo.com>
22147
22148         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
22149         use (not sort-by-date) instead.
22150
22151 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22152
22153         * gnus-delay.el (gnus-delay-group): Don't autoload.
22154         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
22155         to be re-loaded when customizing the `gnus-delay' group.
22156
22157 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
22158
22159         * message.el: Revert last changes.
22160         (message-insert-citation-line): Use newlines.
22161
22162 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22163
22164         * message.el (message-courtesy-message)
22165         (message-mark-insert-begin, message-mark-insert-end)
22166         (message-elide-ellipsis, message-cancel-message)
22167         (message-add-header, message-change-subject)
22168         (message-cross-post-followup-to-header)
22169         (message-cross-post-insert-note, message-reduce-to-to-cc)
22170         (message-widen-reply, message-delete-not-region)
22171         (message-kill-to-signature, message-insert-signature)
22172         (message-insert-importance-high, message-insert-importance-low)
22173         (message-insert-or-toggle-importance)
22174         (message-insert-disposition-notification-to)
22175         (message-indent-citation, message-yank-original)
22176         (message-cite-original-without-signature, message-cite-original)
22177         (message-insert-citation-line, message-position-on-field)
22178         (message-fix-before-sending, message-send-mail-partially)
22179         (message-send-mail, message-send-mail-with-sendmail)
22180         (message-send-mail-with-qmail, message-send-news)
22181         (message-check-news-header-syntax, message-generate-headers)
22182         (message-insert-courtesy-copy, message-fill-address)
22183         (message-fill-header, message-shorten-references)
22184         (message-setup-1, message-cancel-news)
22185         (message-forward-make-body-plain, message-forward-make-body-mime)
22186         (message-forward-make-body-mml, message-encode-message-body)
22187         (message-forward-make-body-digest-plain)
22188         (message-forward-make-body-digest-mime)
22189         (message-use-alternative-email-as-from): Insert `hard-newline'
22190         instead of ordinary newlines.
22191
22192 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22193
22194         * message.el (message-generate-headers): Downcase the argument
22195         given to message-check-element.
22196
22197 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
22198
22199         * nntp.el (nntp-authinfo-rejected): New error condition.
22200         (nntp-wait-for): Use new error condition to signal authentication
22201         error.
22202         (nntp-retrieve-data): Rethrow new error condition to break out of
22203         recursive call to nntp-send-authinfo.
22204
22205 2005-11-08  Romain Francoise  <romain@orebokech.com>
22206
22207         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
22208         (gnus-summary-exit-map): Bind to `Z p'.
22209         (gnus-summary-make-menu-bar): Add menu item.
22210
22211 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
22212
22213         * gnus-art.el (gnus-article-treat-custom): Add `first'.
22214         (gnus-treat-*): Add `first' in all doc strings.
22215
22216         * gnus-group.el (gnus-group-compact-group): Fix typo.
22217
22218 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22219
22220         * gnus.el (gnus-parameters-case-fold-search): New variable.
22221         (gnus-parameters-get-parameter): Use it.
22222
22223         * gnus-score.el (gnus-home-score-file): Doc fix.
22224
22225 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
22226
22227         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
22228
22229 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22230
22231         * mm-util.el (mm-special-display-p): New function.
22232
22233         * mml.el (mml-preview): Use it; doc fix.
22234
22235 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22236
22237         * imap.el (imap-open): Handle case where buffer is a buffer object.
22238
22239 2005-10-29  Romain Francoise  <romain@orebokech.com>
22240
22241         * message.el (message-fix-before-sending): Fix comment.
22242
22243 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22244
22245         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
22246
22247 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22248
22249         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
22250         Used in gnus-score.el.
22251
22252 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
22253
22254         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22255
22256 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22257
22258         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22259         whitespace removed in revision 7.8.  Use concatenated string to
22260         protect trailing whitespace.
22261
22262 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22263
22264         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22265         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22266         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22267         Courier IMAP ("some version from 2004").  Mostly based on similar
22268         code in the same function.
22269
22270 2005-10-26  Didier Verna  <didier@xemacs.org>
22271
22272         * gnus-group.el (gnus-group-compact-group): Invalidate original
22273         article buffer.
22274         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22275         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22276         NOV database and in article itself.
22277         Invalidate article backlog.
22278
22279 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22280
22281         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22282
22283 2005-10-26  Simon Josefsson  <jas@extundo.com>
22284
22285         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22286         part of 2004-07-25 change.
22287
22288 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22289
22290         * message.el (message-display-completion-list): New function.
22291         (message-expand-group): Use it; make sure the Completions buffer
22292         is modifiable.
22293 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22294
22295         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22296         user-mail-name is an empty string.
22297
22298 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22299
22300         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22301         depending on gnus-score-decay-constant.
22302
22303         * encrypt.el (encrypt-insert-file-contents)
22304         (encrypt-write-file-contents): Don't use `gnus-message'.
22305
22306         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22307         arguments.
22308         (mm-uu-type-alist): Add message-marks and insert-marks.
22309         Pass arguments to mm-uu-verbatim-marks-extract.
22310         (mm-uu-hide-markers): New variable.
22311         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22312
22313         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22314         (gnus-convert-image-to-face-command): Use "convert" by default to
22315         allow other input image formats.
22316         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22317         accordingly.
22318
22319 2005-10-23  Simon Josefsson  <jas@extundo.com>
22320
22321         * imap.el (imap-gssapi-program): Align command line parameters
22322         with latest GNU SASL.
22323         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22324
22325 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22326
22327         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22328         HTML.
22329         (nnslashdot-request-article): Ditto.
22330
22331         * lpath.el (featurep): Add nobreak-char-display.
22332
22333 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22334
22335         * mail-source.el (mail-source-fetch-pop): Require pop3.
22336         (mail-source-check-pop): Ditto.
22337
22338 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22339
22340         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22341         errors.
22342
22343 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22344
22345         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22346         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22347
22348         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22349
22350         * mm-bodies.el (mm-decode-string):
22351         Call `mm-charset-to-coding-system' with allow-override argument.
22352
22353 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22354
22355         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22356         (rfc2047-charset-to-coding-system): New function.
22357         (rfc2047-decode-encoded-words): New function.
22358         (rfc2047-decode-region): Use them.
22359         (rfc2047-decode-cte): Remove.
22360         (rfc2047-parse-and-decode): Remove.
22361         (rfc2047-decode): Remove.
22362
22363 2005-10-15  Kenichi Handa  <handa@m17n.org>
22364
22365         * rfc2047.el (rfc2047-decode-cte): New function.
22366         (rfc2047-decode-region): Change the way to decode successive
22367         encoded-words: decode B- or Q-encoding in each encoded-word,
22368         concatenate them, and decode it as charset.
22369
22370 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22371
22372         * lpath.el: Fbind codepage-setup for XEmacs.
22373
22374 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22375
22376         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22377         widget-move-and-invoke.
22378         (gnus-custom-mode): Use gnus-custom-map.
22379
22380 2005-10-15  Bill Wohler  <wohler@newt.com>
22381
22382         * message.el (message-tool-bar-map): Rename image file from
22383         mail_send to mail/send.
22384
22385 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22386
22387         * message.el (message-expand-group): Pass the common
22388         prefix substring of completion to `display-completion-list'.
22389
22390 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22391
22392         * mml-sec.el (mml-secure-method): New internal variable.
22393         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22394         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22395         New functions using mml-secure-method.
22396
22397         * mml.el (mml-mode-map): Add key bindings for those functions.
22398         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22399         Harder <harder@myrealbox.com>.
22400         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22401         Goto end of message if point is the headers of the message.
22402
22403         * message.el (message-in-body-p): New function.
22404
22405         * assistant.el: Autoload gnus-util and netrc.
22406
22407         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22408         Use `mm-charset-override-alist' only when decoding.
22409
22410         * mm-bodies.el (mm-decode-body):
22411         Call `mm-charset-to-coding-system' with allow-override argument.
22412
22413         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22414         `filename' from Content-Disposition if Content-Type doesn't
22415         provide `name'.
22416         (gnus-mime-view-part-as-type): Set default instead of
22417         initial-input.
22418
22419 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22420
22421         * format-spec.el (format-spec): Propagate text properties of % spec.
22422
22423 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22424
22425         * gnus-art.el (gnus-treat-predicate): Add `first'.
22426
22427 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22428
22429         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22430         (mm-charset-override-alist): New variable.
22431         (mm-charset-to-coding-system): Use it.
22432         (mm-codepage-setup): New helper function.
22433         (mm-charset-eval-alist): New variable.
22434         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22435         Warn about unknown charsets.
22436
22437         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22438
22439 2005-10-04  David Hansen  <david.hansen@gmx.net>
22440
22441         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22442         (nnrss-check-group): Ditto.
22443
22444 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22445
22446         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22447         Rename x-gnus-verbatim to x-verbatim.
22448         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22449
22450         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22451         x-verbatim.
22452
22453         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22454
22455         * gnus-util.el (gnus-remove-duplicates): Remove.
22456
22457         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22458         instead of gnus-remove-duplicates.
22459
22460         * message.el (message-remove-duplicates): Remove.
22461         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22462         message-remove-duplicates.
22463
22464         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22465         available, else use implementation from `delete-dups'.
22466
22467         * message.el (message-insert-expires): New function.
22468         (message-mode-map): Add key binding.
22469         (message-mode-field-menu): Add menu entry.
22470         (message-mode): Document it.
22471         (message-make-expires-date): Use `message-make-date'.
22472
22473 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22474
22475         * message.el (message-make-expires-date): New function.
22476
22477 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22478
22479         * Makefile.in (list-installed-shadows): New entry.
22480         (install): Use it.
22481         (remove-installed-shadows): New entry.
22482
22483         * dgnushack.el (dgnushack-default-load-path): New variable.
22484         (dgnushack-find-lisp-shadows): New function.
22485         (dgnushack-remove-lisp-shadows): New function.
22486
22487 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22488
22489         * Makefile.in (install-el-elc): New entry.
22490         (install): Use it so that .el files are necessarily installed.
22491
22492 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22493
22494         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22495
22496 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22497
22498         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22499         function rather than the diff-mode.el package.
22500         (mm-display-external): Use with-current-buffer.
22501         (mm-viewer-completion-map, mm-viewer-completion-map):
22502         Move initialization inside declaration.
22503
22504 2005-09-29  Simon Josefsson  <jas@extundo.com>
22505
22506         * spam.el: Load hashcash when compiling, to avoid warnings.
22507         Don't autoload mail-check-payment.
22508         (spam-check-hashcash): Define unconditionally, since hashcash.el
22509         is part of Gnus now.  Ignore errors from payment checking.
22510
22511 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22512
22513         * message.el (message-bold-region, message-unbold-region):
22514         Rename from `bold-region' and `unbold-region'.
22515
22516         * message.el: Remove useless autoloads.
22517
22518 2005-09-28  Simon Josefsson  <jas@extundo.com>
22519
22520         * message.el (message-use-idna): Default to t.
22521         (message-use-idna): Test whether encoding works too.  Doc fix.
22522
22523 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22524
22525         * nntp.el (nntp-warn-about-losing-connection): Remove.
22526
22527 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22528
22529         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22530         customizable.  Change default value.
22531         (mm-uu-diff-groups-regexp): Change default value.
22532         (mm-uu-type-alist): Add doc string.
22533         (mm-uu-configure): Add doc string.  Make it interactive.
22534         (mm-uu-tex-groups-regexp): New variable.
22535         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22536         (mm-uu-type-alist): Add LaTeX documents.
22537         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22538         of "text/verbatim".
22539         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22540
22541         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22542         instead of "text/verbatim".
22543
22544         * message.el (message-mark-inserted-region)
22545         (message-mark-insert-file): Use slrn style marks when called with
22546         prefix argument.
22547
22548 2005-09-27  Simon Josefsson  <jas@extundo.com>
22549
22550         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22551
22552 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22553
22554         * message.el (message-remove-duplicates): New function.
22555         Implementation borrowed from `gnus-remove-duplicates'.
22556         (message-idna-to-ascii-rhs): Also encode idna addresses in
22557         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22558         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22559         only ask about the same idna domain once per header and also tell
22560         in what header to replace the idna domain.
22561
22562         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22563         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22564         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22565         a header is decoded and not just the last one.
22566
22567 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22568
22569         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22570         has been decoded.
22571
22572         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22573         (mm-insert-part): Don't modify text if it has been decoded.
22574
22575         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22576         decoded.
22577
22578         * mm-view.el (mm-inline-text): Don't strip text props unless
22579         decoding enriched or richtext parts.
22580
22581 2005-09-25  Romain Francoise  <romain@orebokech.com>
22582
22583         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22584         * gnus-start.el (gnus-subscribe-interactively):
22585         * gnus-uu.el (gnus-uu-grab-articles):
22586         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22587         space.
22588
22589 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22590
22591         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22592         * mm-view.el (mm-view-pkcs7-decrypt):
22593         * gnus-sum.el (gnus-summary-limit-to-extra)
22594         (gnus-summary-respool-article, gnus-read-move-group-name):
22595         * gnus-score.el (gnus-summary-increase-score):
22596         * gnus-util.el (gnus-completing-read-with-default):
22597         * gnus-art.el (gnus-read-save-file-name)
22598         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22599         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22600         * message.el (message-check-news-header-syntax):
22601         Follow convention for reading with the minibuffer.
22602
22603 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22604
22605         * spam-report.el (spam-report-url-ping-plain):
22606         Use gnus-extended-version as User-Agent.
22607
22608         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22609         default value is nil.
22610
22611         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22612         (mm-uu-verbatim-marks-extract): New function.
22613         (mm-uu-extract): New face.
22614         (mm-uu-copy-to-buffer): Use it.
22615
22616         * spam-report.el (spam-report-gmane-ham): Rename from
22617         `spam-report-gmane-unspam'.
22618         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22619         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22620
22621         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22622         Autoload.
22623         (spam-report-gmane-unregister-routine):
22624         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22625
22626 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22627
22628         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22629         (spam-report-gmane-unregister-routine): Add support for gmane
22630         unregistration.
22631
22632         * spam-report.el (spam-report-gmane-unspam)
22633         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22634         (spam-report-gmane): Change to take a single article and do unspam
22635         registration.
22636
22637 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22638
22639         * mm-url.el (mm-url-decode-entities): Fix regexp.
22640
22641 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22642
22643         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22644         default to nil, to be able to use Gnus at all.  If the default
22645         switches to something else, then the function should be fixed not
22646         be exceedingly slow.
22647
22648 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22649
22650         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22651         fail hard.
22652
22653         * spam-report.el: Add better Keywords line.
22654
22655         * spam.el: Add Maintainer and better Keywords line.
22656
22657 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22658
22659         * gnus-art.el (gnus-article-replace-part)
22660         (gnus-mime-replace-part): New functions.
22661         (gnus-mime-action-alist, gnus-mime-button-commands)
22662         (gnus-mime-save-part-and-strip): Add file argument.
22663         (gnus-article-part-wrapper): Add interactive argument.
22664
22665         * gnus-sum.el (gnus-summary-mime-map):
22666         Add `gnus-article-replace-part'.
22667
22668 2005-09-19  Didier Verna  <didier@xemacs.org>
22669
22670         The nnml compaction feature:
22671         * nnml.el (nnml-request-compact-group): New function.
22672         * nnml.el (nnml-request-compact): New function.
22673         * gnus-int.el (gnus-request-compact-group): New function.
22674         * gnus-int.el (gnus-request-compact): New function.
22675         * gnus-group.el (gnus-group-compact-group): New function.
22676         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22677         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22678         * gnus-srvr.el (gnus-server-compact-server): New function.
22679         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22680         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22681
22682 2005-09-18  Deepak Goel  <deego@gnufans.org>
22683
22684         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22685         format spec.
22686
22687 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22688
22689         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22690
22691 2005-09-15  Romain Francoise  <romain@orebokech.com>
22692
22693         * message.el (message-fill-paragraph): Clarify docstring.
22694
22695 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22696
22697         * gnus-art.el (gnus-mime-display-part): Protect against broken
22698         MIME messages.
22699
22700 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22701
22702         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22703         before parsing header.
22704
22705 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22706
22707         * html2text.el (html2text-replace-list): Add new entities.
22708
22709 2005-09-11  Romain Francoise  <romain@orebokech.com>
22710
22711         * message.el (message-alternative-emails): Improve docstring.
22712         (message-setup-1): Call `message-use-alternative-email-as-from'
22713         after `message-setup-hook' to give it precedence over posting
22714         styles, etc.
22715         (message-use-alternative-email-as-from): Add docstring.
22716         Remove the original From header if present.
22717
22718         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22719         (nnml-save-mail): Use it.
22720
22721         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22722         articles.  Add new argument `silent'.
22723         (gnus-uu-mark-all): Report the total number of marked articles.
22724
22725 2005-09-10  Romain Francoise  <romain@orebokech.com>
22726
22727         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22728         (gnus-uu-mark-series): Likewise.
22729
22730 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22731
22732         * spam-report.el (spam-report-gmane): Fix generation of spam
22733         report URL.
22734
22735 2005-09-10  Simon Josefsson  <jas@extundo.com>
22736
22737         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22738         t, based on discussion on the ding list with Robert Epprecht
22739         <epprecht@solnet.ch>.
22740
22741 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22742
22743         * spam-report.el (spam-report-gmane): Make it work without
22744         X-Report-Spam header.  Gmane now only provides Archived-At.
22745         This is only used if `spam-report-gmane-use-article-number' is nil.
22746         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22747
22748         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22749         make `gnus-summary-sort-by-recipient' work with threading.
22750
22751         * nnweb.el (nnweb-google-wash-article): Print a message if article
22752         is not available.
22753
22754 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22755
22756         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22757         change.  Decode text/* parts content before displaying.
22758
22759 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22760
22761         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22762
22763 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22764
22765         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22766
22767         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22768         url-package-name, url-package-version,
22769         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22770         w3m-display-inline-images, and w3m-minor-mode-map.
22771
22772 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22773
22774         * message.el (message-tab-body-function): Fix mismatched custom type.
22775
22776         * gnus.el (gnus-group-change-level-function): Ditto.
22777
22778         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22779
22780         * gnus-art.el (gnus-signature-limit)
22781         (gnus-article-mime-part-function): Ditto.
22782
22783 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22784
22785         * mml.el (mml-mode): Silence the byte compiler.
22786
22787         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22788         using `(sit-for 0)' before moving the point to the specified part;
22789         skip unbuttonized parts.
22790         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22791         return to the summary window if gnus-auto-select-part is non-nil.
22792
22793 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22794
22795         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22796         New variables.
22797         (mml-dnd-attach-file, mml-mode): Use them.
22798
22799         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22800         Make fetching article by MID work again for Google Groups.
22801         Add FIXME concerning gnus-group-make-web-group.
22802
22803         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22804         Don't depend on Gnus by using mail-extract-address-components if
22805         gnus-extract-address-components is not bound.
22806
22807 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22808
22809         * gnus-art.el (gnus-mime-display-security): Don't display the
22810         signature, but only the signed part.
22811
22812 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22813
22814         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22815
22816         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22817         list, not listp.
22818
22819 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22820
22821         * mm-encode.el (mm-encode-content-transfer-encoding):
22822         Likewise when encoding.
22823
22824         * mm-bodies.el (mm-decode-content-transfer-encoding):
22825         De-canonicalize CRLF for all text content types, not just
22826         text/plain.
22827
22828 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22829
22830         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22831         valid article; point arrow and cursor at the MIME button.
22832
22833 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22834
22835         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22836         Suggested by Dan Christensen <jdc@uwo.ca>.
22837
22838         * mm-decode.el (mm-save-part): Enable change of prompt.
22839
22840 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22841
22842         * gnus-msg.el (gnus-inews-add-send-actions):
22843         Make `message-post-method' lambda parameter ARG `&optional'.
22844
22845 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22846
22847         * gnus-sum.el (gnus-summary-mime-map):
22848         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22849         gnus-article-jump-to-part.
22850
22851         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22852         (gnus-article-edit-part): Use it.
22853         (gnus-article-part-wrapper): Add no-handle argument.
22854         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22855         New functions.
22856
22857 2005-08-29  Romain Francoise  <romain@orebokech.com>
22858
22859         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22860         docstring.
22861         (gnus-face-from-file): Likewise.
22862
22863 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22864
22865         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22866         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22867         non-nil.
22868         (gnus-auto-select-part): New variable.
22869         (gnus-article-jump-to-part): New function.
22870         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22871         (gnus-mime-delete-part): Allow selecting specified part after
22872         deleting or stripping parts.
22873         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22874         part if argument is bogus.
22875
22876 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22877
22878         * gnus-art.el (w3m-minor-mode-map):
22879         * gnus-spec.el (gnus-newsrc-file-version):
22880         * gnus-util.el (nnmail-active-file-coding-system)
22881         (gnus-original-article-buffer, gnus-user-agent):
22882         * gnus.el (gnus-ham-process-destinations)
22883         (gnus-parameter-ham-marks-alist)
22884         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22885         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22886         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22887         * mm-decode.el (gnus-current-window-configuration):
22888         * mm-extern.el (gnus-article-mime-handles):
22889         * mm-url.el (url-current-object, url-package-name)
22890         (url-package-version):
22891         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22892         (smime-keys, w3m-cid-retrieve-function-alist)
22893         (w3m-current-buffer, w3m-display-inline-images)
22894         (w3m-minor-mode-map):
22895         * mml-smime.el (gnus-extract-address-components):
22896         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22897         (gnus-newsrc-hashtb, message-default-charset)
22898         (message-deletable-headers, message-options)
22899         (message-posting-charset, message-required-mail-headers)
22900         (message-required-news-headers):
22901         * mml1991.el (mc-pgp-always-sign):
22902         * mml2015.el (mc-pgp-always-sign):
22903         * nnheader.el (nnmail-extra-headers):
22904         * rfc1843.el (gnus-decode-encoded-word-function)
22905         (gnus-decode-header-function, gnus-newsgroup-name):
22906         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22907
22908 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22909
22910         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22911         the end of the date treatments.
22912
22913 2005-08-15  Simon Josefsson  <jas@extundo.com>
22914
22915         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22916         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22917         Capello and Romain Francoise.
22918         (pgg-fetch-key-function): Remove, not used?
22919         (pgg-insert-url-with-w3): Require url, to get
22920         url-insert-file-contents regardless of where it is defined.
22921
22922 2005-08-13  Romain Francoise  <romain@orebokech.com>
22923
22924         * message.el (message-cite-original-1): New function.
22925         (message-cite-original): Use it.
22926         (message-cite-original-without-signature): Ditto.
22927
22928 2005-08-08  Romain Francoise  <romain@orebokech.com>
22929
22930         * message.el (message-yank-empty-prefix): New variable.
22931         (message-indent-citation): Use it.
22932         (message-cite-original-without-signature): Respect X-No-Archive.
22933
22934 2005-08-08  Simon Josefsson  <jas@extundo.com>
22935
22936         * pgg.el: Autoload url-insert-file-contents instead of loading
22937         w3/url.
22938         (pgg-insert-url-with-w3): Don't load url here.
22939
22940 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22941
22942         * message.el (message-kill-to-signature): Don't insert newline at
22943         bol.
22944         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22945
22946 2005-08-06  Romain Francoise  <romain@orebokech.com>
22947
22948         * message.el (message-user-fqdn): Fix typo in docstring.
22949
22950 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22951
22952         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22953
22954         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22955
22956 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22957
22958         * mm-bodies.el (mm-encode-body): Use coding system rather than
22959         charset to encode text.
22960
22961         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22962         number of charsets if utf-8 is available (XEmacs).
22963
22964 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22965
22966         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22967         taken from `gnus-button-mid-or-mail-regexp'.
22968         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22969         (gnus-button-alist): Improve regexp for domain part of the MIDs
22970         for news:localpart@domain buttons.
22971         (gnus-button-ctan-directory-regexp): Update.
22972
22973 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22974
22975         * sieve-manage.el (sieve-manage-interactive-login):
22976         Use make-local-variable rather than make-variable-buffer-local.
22977         (sieve-manage-open): Ditto.
22978         (sieve-manage-authenticate): Ditto.
22979
22980         * mml.el (mml-generate-mime-1): Make the content type default to
22981         text/plain if the filename is not specified.
22982
22983 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22984
22985         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22986         instead of insert-buffer.
22987
22988         * message.el (message-yank-original): Ditto; set the mark at the
22989         end of the yanked message.
22990
22991 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22992
22993         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22994         lines to scroll rather than to stop it.
22995
22996         * mml.el (mml-generate-default-type): Add doc string.
22997         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22998         default to application/octet-stream when determining the content
22999         type if it is not specified for the part or the mml contents; add
23000         a comment about mml-generate-default-type.
23001
23002 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
23003
23004         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
23005         make it default to application/octet-stream when determining the
23006         content type if it is not specified for the external contents.
23007
23008 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23009
23010         * rfc2231.el (rfc2231-parse-string): Take care that not only a
23011         segmented parameter but also other parameters might be there.
23012
23013 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23014
23015         * mm-decode.el (mm-display-external): Delete temp file, directory
23016         and buffer immediately if the external process is exited.
23017
23018 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23019
23020         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
23021         fewer lines than that of scroll-margin.
23022         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
23023
23024 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23025
23026         * gnus-art.el (gnus-article-next-page): Revert.
23027         (gnus-article-beginning-of-window): New macro.
23028         (gnus-article-next-page-1): Use it.
23029         (gnus-article-prev-page): Ditto.
23030         (gnus-article-edit-part): Use insert-buffer-substring instead of
23031         insert-buffer.
23032         (gnus-article-edit-exit): Ditto.
23033
23034         * gnus-util.el (gnus-beginning-of-window): Remove.
23035         (gnus-end-of-window): Remove.
23036
23037         * lpath.el: Don't bind header-line-format and scroll-margin.
23038
23039 2005-07-25  Simon Josefsson  <jas@extundo.com>
23040
23041         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
23042         to have the url package without w3.  Reported by Daiki Ueno
23043         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
23044
23045 2005-07-20  Didier Verna  <didier@xemacs.org>
23046
23047         * gnus-diary.el: Remove the description comment (nndiary is now
23048         properly documented in the Gnus manual).
23049         Fix the spelling of "Back End".
23050         * nndiary.el: Ditto.
23051         Fix the copyright notice.
23052
23053 2005-07-18  Romain Francoise  <romain@orebokech.com>
23054
23055         * gnus-sum.el (gnus-summary-to-prefix)
23056         (gnus-summary-newsgroup-prefix): New variables.
23057         (gnus-summary-from-or-to-or-newsgroups): Use them.
23058
23059 2005-07-17  Romain Francoise  <romain@orebokech.com>
23060
23061         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
23062         space as it's generally not especially interesting to the user.
23063
23064 2005-07-16  Romain Francoise  <romain@orebokech.com>
23065
23066         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
23067         nil to avoid prompting and file modification if one of the
23068         messages at the top of the nnfolder file contains a copyright
23069         notice.
23070         Update copyright notice.
23071
23072         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
23073         instead of `current-time-string' as the latter creates a time
23074         string that is not RFC 2822 compliant (it lacks the zone).
23075         Update copyright notice.
23076
23077 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23078
23079         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
23080         for text/rtf.  Display default in prompt.  Pass default for M-n.
23081
23082         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
23083
23084 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23085
23086         * gnus-msg.el (gnus-button-mailto):
23087         Remove save-selected-window-window hackery because it relies on
23088         save-selected-window internals.
23089
23090 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23091
23092         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
23093         (gnus-article-next-page-1): Use gnus-beginning-of-window.
23094         (gnus-article-prev-page): Ditto.
23095
23096         * gnus-util.el (gnus-beginning-of-window): New function.
23097         (gnus-end-of-window): New function.
23098
23099         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
23100
23101 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
23102
23103         * gnus-score.el (gnus-score-edit-all-score):
23104         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
23105         gnus-message.
23106
23107 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23108
23109         * gnus-msg.el (gnus-button-mailto):
23110         Remove save-selected-window-window hackery because it relies on
23111         save-selected-window internals.
23112
23113 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23114
23115         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
23116         add-minor-mode.
23117         (gnus-binary-mode): Ditto.
23118
23119         * gnus-topic.el (gnus-topic-mode): Ditto.
23120
23121 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
23122
23123         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
23124         (gnus-article-prev-page): Take scroll-margin into consideration.
23125
23126 2005-07-04  Lute Kamstra  <lute@gnu.org>
23127
23128         Update FSF's address in GPL notices.
23129
23130 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23131
23132         * gnus.el (gnus-exit):
23133         * gnus-group.el (gnus-group-icons):
23134         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
23135
23136         * gnus-nocem.el (gnus-nocem):
23137         * message.el (message-various, message-buffers, message-sending)
23138         (message-interface, message-forwarding, message-insertion)
23139         (message-headers, message-news, message-mail):
23140         * pgg-gpg.el (pgg-gpg):
23141         * pgg-parse.el (pgg-parse):
23142         * pgg-pgp.el (pgg-pgp):
23143         * pgg-pgp5.el (pgg-pgp5):
23144         * pop3.el (pop3): Finish `defgroup' description with period.
23145
23146 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23147
23148         * gnus-art.el (article-display-face): Improve the efficiency.
23149         (article-display-x-face): Ditto; remove gray x-face stuff.
23150
23151 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23152
23153         * gnus-art.el (article-display-face): Correct the position in
23154         which Faces are inserted.
23155
23156 2005-06-29  Didier Verna  <didier@xemacs.org>
23157
23158         * gnus-art.el (article-display-face): Display faces in correct
23159         order.
23160
23161 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23162
23163         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
23164         (gnus-fill-real-hashtb): Use hash table instead of obarray.
23165         (gnus-nocem-check-article): Fetch the Type header.
23166         (gnus-nocem-message-wanted-p): Fix the way to examine types.
23167         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
23168         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
23169         make sure gnus-nocem-hashtb is initialized.
23170         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
23171         (gnus-nocem-unwanted-article-p): Ditto.
23172
23173         * pgg.el (pgg-verify): Return the verification result.
23174
23175 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23176
23177         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
23178         is ascii.
23179
23180 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23181
23182         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
23183         `show-nonbreak-escape'.
23184
23185 2005-06-23  Lute Kamstra  <lute@gnu.org>
23186
23187         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
23188
23189         * dig.el (dig-mode):
23190         * smime.el (smime-mode): Use gnus-run-mode-hooks.
23191
23192 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23193
23194         * nnimap.el (nnimap-split-download-body): Fix spellings.
23195
23196 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23197
23198         * gnus-art.el (gnus-article-encrypt-body):
23199         * gnus-cus.el (gnus-score-customize):
23200         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
23201         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
23202
23203 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
23204
23205         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
23206         header by looking for magic "MII" at the beginning.
23207
23208 2005-06-16  Miles Bader  <miles@gnu.org>
23209
23210         * gnus-xmas.el (gnus-xmas-group-startup-message):
23211         Use renamed gnus-splash face.
23212
23213         * assistant.el (assistant-field): Remove "-face" suffix from face name.
23214         (assistant-field-face): New backward-compatibility alias for renamed
23215         face.
23216         (assistant-render-text): Use renamed assistant-field face.
23217
23218         * spam.el (spam): Remove "-face" suffix from face name.
23219         (spam-face): New backward-compatibility alias for renamed face.
23220         (spam-face, spam-initialize): Use renamed spam face.
23221
23222         * message.el (message-header-to, message-header-cc)
23223         (message-header-subject, message-header-newsgroups)
23224         (message-header-other, message-header-name)
23225         (message-header-xheader, message-separator, message-cited-text)
23226         (message-mml): Remove "-face" suffix from face names.
23227         (message-header-to-face, message-header-cc-face)
23228         (message-header-subject-face, message-header-newsgroups-face)
23229         (message-header-other-face, message-header-name-face)
23230         (message-header-xheader-face, message-separator-face)
23231         (message-cited-text-face, message-mml-face):
23232         New backward-compatibility aliases for renamed faces.
23233         (message-font-lock-keywords): Use renamed message faces.
23234
23235         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
23236         (sieve-test-commands, sieve-tagged-arguments):
23237         Remove "-face" suffix from face names.
23238         (sieve-control-commands-face, sieve-action-commands-face)
23239         (sieve-test-commands-face, sieve-tagged-arguments-face):
23240         New backward-compatibility aliases for renamed faces.
23241         (sieve-control-commands-face, sieve-action-commands-face)
23242         (sieve-test-commands-face, sieve-tagged-arguments-face):
23243         Use renamed sieve faces.
23244
23245         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
23246         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
23247         (gnus-group-news-3-empty, gnus-group-news-4)
23248         (gnus-group-news-4-empty, gnus-group-news-5)
23249         (gnus-group-news-5-empty, gnus-group-news-6)
23250         (gnus-group-news-6-empty, gnus-group-news-low)
23251         (gnus-group-news-low-empty, gnus-group-mail-1)
23252         (gnus-group-mail-1-empty, gnus-group-mail-2)
23253         (gnus-group-mail-2-empty, gnus-group-mail-3)
23254         (gnus-group-mail-3-empty, gnus-group-mail-low)
23255         (gnus-group-mail-low-empty, gnus-summary-selected)
23256         (gnus-summary-cancelled, gnus-summary-high-ticked)
23257         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23258         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23259         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23260         (gnus-summary-low-undownloaded)
23261         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23262         (gnus-summary-low-unread, gnus-summary-normal-unread)
23263         (gnus-summary-high-read, gnus-summary-low-read)
23264         (gnus-summary-normal-read, gnus-splash):
23265         Remove "-face" suffix from face names.
23266         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23267         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23268         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23269         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23270         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23271         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23272         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23273         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23274         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23275         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23276         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23277         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23278         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23279         (gnus-summary-normal-ticked-face)
23280         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23281         (gnus-summary-normal-ancient-face)
23282         (gnus-summary-high-undownloaded-face)
23283         (gnus-summary-low-undownloaded-face)
23284         (gnus-summary-normal-undownloaded-face)
23285         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23286         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23287         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23288         (gnus-splash-face):
23289         New backward-compatibility aliases for renamed faces.
23290         (gnus-group-startup-message): Use renamed gnus faces.
23291
23292         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23293         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23294         (gnus-server-agent): Remove "-face" suffix from face names.
23295         (gnus-server-agent-face, gnus-server-opened-face)
23296         (gnus-server-closed-face, gnus-server-denied-face)
23297         (gnus-server-offline-face):
23298         New backward-compatibility aliases for renamed faces.
23299         (gnus-server-agent-face, gnus-server-opened-face)
23300         (gnus-server-closed-face, gnus-server-denied-face)
23301         (gnus-server-offline-face): Use renamed gnus faces.
23302
23303         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23304         Remove "-face" suffix from face names.
23305         (gnus-picon-xbm-face, gnus-picon-face):
23306         New backward-compatibility aliases for renamed faces.
23307
23308         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23309         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23310         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23311         (gnus-cite-11): Remove "-face" suffix from face names.
23312         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23313         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23314         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23315         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23316         New backward-compatibility aliases for renamed faces.
23317         (gnus-cite-attribution-face, gnus-cite-face-list)
23318         (gnus-article-boring-faces): Use renamed gnus faces.
23319
23320         * gnus-art.el (gnus-signature, gnus-header-from)
23321         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23322         (gnus-header-content): Remove "-face" suffix from face names.
23323         (gnus-signature-face, gnus-header-from-face)
23324         (gnus-header-subject-face, gnus-header-newsgroups-face)
23325         (gnus-header-name-face, gnus-header-content-face):
23326         New backward-compatibility aliases for renamed faces.
23327         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23328
23329         * gnus-sum.el (gnus-summary-selected-face)
23330         (gnus-summary-highlight): Use renamed gnus faces.
23331         * gnus-group.el (gnus-group-highlight): Likewise.
23332
23333 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23334
23335         * gnus-sieve.el (gnus-sieve-article-add-rule):
23336         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23337         * spam-stat.el (spam-stat-buffer-change-to-spam)
23338         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23339
23340         * message.el (message-is-yours-p):
23341         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23342
23343 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23344
23345         * mm-view.el (mm-inline-text): Withdraw the last change.
23346
23347 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23348
23349         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23350         executing enriched-decode.
23351
23352 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23353
23354         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23355         charset of tar files.
23356
23357 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23358
23359         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23360
23361 2005-06-04  Lute Kamstra  <lute@gnu.org>
23362
23363         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23364         information is never recorded.
23365
23366 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23367
23368         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23369
23370 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23371
23372         * pop3.el (pop3-apop): Run md5 in the binary mode.
23373
23374         * starttls.el (starttls-set-process-query-on-exit-flag):
23375         Use eval-and-compile.
23376
23377 2005-05-31  Simon Josefsson  <jas@extundo.com>
23378
23379         * smime.el (smime-replace-in-string): Define.
23380         (smime-cert-by-ldap-1): Use it.
23381
23382 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23383
23384         * gnus-art.el (article-display-x-face): Replace
23385         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23386
23387         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23388         set-process-query-on-exit-flag or process-kill-without-query.
23389
23390         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23391         loop instead of replace-regexp.
23392
23393         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23394         instead of process-kill-without-query if it is available.
23395
23396         * lpath.el: Fbind ldap-search-entries.
23397
23398         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23399         instead of find-file-hooks if it is available.
23400
23401         * mml1991.el: Bind pgg-default-user-id when compiling.
23402
23403         * mml2015.el: Bind pgg-default-user-id when compiling.
23404
23405         * nndraft.el (nndraft-request-associate-buffer):
23406         Use write-contents-functions instead of write-contents-hooks if it is
23407         available.
23408
23409         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23410         instead of find-file-hooks if it is available.
23411
23412         * nntp.el (nntp-open-connection): Replace
23413         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23414         (nntp-open-ssl-stream): Ditto.
23415         (nntp-open-tls-stream): Ditto.
23416
23417         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23418         set-process-query-on-exit-flag or process-kill-without-query.
23419         (starttls-open-stream-gnutls): Use it instead of
23420         process-kill-without-query.
23421         (starttls-open-stream): Ditto.
23422
23423 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23424
23425         * smime.el (smime-cert-by-ldap-1): Don't use
23426         replace-regexp-in-string.
23427
23428 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23429
23430         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23431
23432         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23433         in PEM format.  Adjust to the XEmacs compatibility.
23434
23435 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23436
23437         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23438         by `string-to-number'.
23439         * gnus-agent.el (gnus-agent-regenerate-group)
23440         (gnus-agent-fetch-articles): Ditto.
23441         * gnus-art.el (gnus-button-fetch-group): Ditto.
23442         * gnus-cache.el (gnus-cache-generate-active)
23443         (gnus-cache-articles-in-group): Ditto.
23444         * gnus-group.el (gnus-group-set-current-level)
23445         (gnus-group-insert-group-line): Ditto.
23446         * gnus-score.el (gnus-score-set-expunge-below)
23447         (gnus-score-set-mark-below, gnus-summary-score-effect)
23448         (gnus-summary-score-entry): Ditto.
23449         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23450         (gnus-soup-pack): Ditto.
23451         * gnus-spec.el (gnus-xmas-format): Ditto.
23452         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23453         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23454         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23455         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23456         * nndb.el (nndb-get-remote-expire-response): Ditto.
23457         * nndiary.el (nndiary-parse-schedule-value)
23458         (nndiary-string-to-number, nndiary-request-replace-article)
23459         (nndiary-request-article): Ditto.
23460         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23461         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23462         * nneething.el (nneething-make-head): Ditto.
23463         * nnfolder.el (nnfolder-request-article)
23464         (nnfolder-retrieve-headers): Ditto.
23465         * nnheader.el (nnheader-file-to-number): Ditto.
23466         * nnkiboze.el (nnkiboze-request-article): Ditto.
23467         * nnmail.el (nnmail-process-unix-mail-format)
23468         (nnmail-process-babyl-mail-format): Ditto.
23469         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23470         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23471         (nnmh-request-create-group, nnmh-request-list-1)
23472         (nnmh-request-group, nnmh-request-article): Ditto.
23473         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23474         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23475         * nnsoup.el (nnsoup-make-active): Ditto.
23476         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23477         * nntp.el (nntp-find-group-and-number)
23478         (nntp-retrieve-headers-with-xover): Ditto.
23479         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23480         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23481         (pgg-format-key-identifier): Ditto.
23482         * pop3.el (pop3-last, pop3-stat): Ditto.
23483         * qp.el (quoted-printable-decode-region): Ditto.
23484
23485         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23486         of concat.
23487
23488 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23489
23490         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23491
23492         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23493
23494         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23495
23496         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23497
23498         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23499
23500         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23501
23502         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23503         (gnus-carpal-mode): Ditto.
23504
23505         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23506         (gnus-browse-mode): Ditto.
23507
23508         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23509
23510         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23511
23512 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23513
23514         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23515
23516 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23517
23518         * gnus-util.el (gnus-run-mode-hooks): New function.
23519
23520         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23521
23522         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23523         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23524
23525 2005-05-27  Lute Kamstra  <lute@gnu.org>
23526
23527         * dns-mode.el (dns-mode): Specify customization group.
23528
23529 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23530
23531         * gnus-agent.el (gnus-agent-make-mode-line-string):
23532         Use mode-line-highlight as mouse-face.
23533
23534 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23535
23536         * canlock.el (canlock): Change the parent group to news.
23537
23538         * deuglify.el (gnus-outlook-deuglify): Add :group.
23539
23540         * dig.el (dig): Add :group.
23541
23542         * dns-mode.el (dns-mode): Add :group.
23543
23544         * encrypt.el (encrypt): Add :group.
23545
23546         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23547         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23548         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23549         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23550         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23551
23552         * gnus-diary.el (gnus-diary): Add :group.
23553
23554         * gnus.el (gnus-group-news-1-face): Add :group.
23555         (gnus-group-news-1-empty-face): Ditto.
23556         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23557         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23558         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23559         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23560         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23561         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23562         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23563         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23564         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23565         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23566         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23567         (gnus-summary-high-ticked-face): Ditto.
23568         (gnus-summary-low-ticked-face): Ditto.
23569         (gnus-summary-normal-ticked-face): Ditto.
23570         (gnus-summary-high-ancient-face): Ditto.
23571         (gnus-summary-low-ancient-face): Ditto.
23572         (gnus-summary-normal-ancient-face): Ditto.
23573         (gnus-summary-high-undownloaded-face): Ditto.
23574         (gnus-summary-low-undownloaded-face): Ditto.
23575         (gnus-summary-normal-undownloaded-face): Ditto.
23576         (gnus-summary-high-unread-face): Ditto.
23577         (gnus-summary-low-unread-face): Ditto.
23578         (gnus-summary-normal-unread-face): Ditto.
23579         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23580         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23581
23582         * hashcash.el (hashcash): New custom group.
23583         (hashcash-default-payment): Add :group.
23584         (hashcash-payment-alist): Ditto.
23585         (hashcash-default-accept-payment): Ditto.
23586         (hashcash-accept-resources): Ditto.
23587         (hashcash-path): Ditto.
23588         (hashcash-extra-generate-parameters): Ditto.
23589         (hashcash-double-spend-database): Ditto.
23590         (hashcash-in-news): Ditto.
23591
23592         * message.el (message-minibuffer-local-map): Add :group.
23593
23594         * netrc.el (netrc): Add :group.
23595
23596         * sieve-manage.el (sieve-manage-log): Add :group.
23597         (sieve-manage-default-user): Diito.
23598         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23599         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23600         (sieve-manage-authenticators): Ditto.
23601         (sieve-manage-authenticator-alist): Ditto.
23602         (sieve-manage-default-port): Ditto.
23603
23604         * sieve-mode.el (sieve-control-commands-face): Add :group.
23605         (sieve-action-commands-face): Ditto.
23606         (sieve-test-commands-face): Ditto.
23607         (sieve-tagged-arguments-face): Ditto.
23608
23609         * smime.el (smime): Add :group.
23610
23611         * spam-report.el (spam-report): Add :group.
23612
23613         * spam.el (spam, spam-face): Add :group.
23614
23615 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23616
23617         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23618         return \n.\n.\n at the end of articles.  Protect against that.
23619         (nntp-with-open-group): Allow debugging.
23620
23621         * nnheader.el (mail-header-set-extra): Make into a function
23622         because I just could't understand how to quote the list properly.
23623
23624         * dns.el (query-dns-cached): New function.
23625
23626 2005-05-26  Lute Kamstra  <lute@gnu.org>
23627
23628         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23629
23630 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23631
23632         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23633
23634         * gnus-art.el: Don't autoload mail-extract-address-components.
23635
23636         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23637         eval-and-compile to evaluate it.
23638
23639         * hashcash.el: Don't autoload executable-find.
23640
23641         * nndb.el: Don't declare the nndb back end two or more times; don't
23642         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23643
23644         * nntp.el: Autoload format-spec instead of format; use
23645         eval-and-compile to evaluate autoload forms.
23646
23647 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23648
23649         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23650
23651 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23652
23653         * gnus.el (gnus-version-number): Bump version.
23654
23655 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23656
23657         * gnus.el: No Gnus v0.3 is released.
23658
23659 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23660
23661         * lpath.el (featurep): Bind show-nonbreak-escape.
23662
23663 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23664
23665         * gnus-art.el (gnus-article-edit-part): Disable undo.
23666
23667 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23668
23669         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23670         gnus-article-date-lapsed-new-header is t if date timer is active;
23671         skip headers in which the original date value is empty.
23672         (gnus-article-save-original-date): Redefine it as a macro.
23673         (gnus-display-mime): Use it.
23674
23675 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23676
23677         * gnus-art.el (article-date-ut): Support converting date in
23678         forwarded parts as well.
23679         (gnus-article-save-original-date): New function.
23680         (gnus-display-mime): Use it.
23681
23682 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23683
23684         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23685         enclosure element of <item>.
23686
23687 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23688
23689         * message.el (message-kill-buffer-query): Rename from
23690         `message-kill-buffer-query-if-modified'.  Add :version.
23691
23692 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23693
23694         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23695         window layout.
23696
23697 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23698
23699         * mml.el: Autoload dnd when compiling.
23700
23701 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23702
23703         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23704         x-dnd-*.
23705
23706 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23707
23708         * qp.el (quoted-printable-encode-region): Save excursion.
23709
23710 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23711
23712         * message.el (message-kill-buffer-query-if-modified): Add new variable
23713         so the user can kill a modified message buffer quickly.
23714         (message-kill-buffer): Use it.
23715
23716 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23717
23718         * lpath.el: Fbind display-time-event-handler; don't fbind
23719         string-to-multibyte.
23720
23721         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23722
23723 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23724
23725         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23726         contained in text because xml.el decodes entities) with LFs.
23727
23728 2005-04-11  Lute Kamstra  <lute@gnu.org>
23729
23730         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23731         differently.
23732
23733 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23734
23735         * mm-util.el (mm-detect-coding-region): Typo.
23736
23737 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23738
23739         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23740
23741 2005-04-06  Deepak Goel  <deego@gnufans.org>
23742
23743         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23744         user-function allow user modifications of the scores.
23745         (spam-stat-score-buffer-user): New function, to allow
23746         user-computed modifications to the score.
23747         (spam-stat-score-buffer-user-functions): List of additional
23748         scoring functions.
23749         (spam-stat-error-holder): Global temporary error holder.
23750         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23751         variable.
23752
23753 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23754
23755         * gnus-registry.el (gnus-registry-clean-empty-function)
23756         (gnus-registry-trim, gnus-registry-fetch-groups)
23757         (gnus-registry-delete-group): Groups that match
23758         `gnus-registry-ignored-groups' are removed from the registry
23759         entries, not just ignored for splitting.  This helps clean up the
23760         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23761         to get all the groups a message ID is in.
23762
23763         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23764         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23765         (spam-stat-score-buffer-user-functions): Add :number custom type.
23766
23767 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23768
23769         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23770         argument in XEmacs.
23771
23772         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23773         (nnrss-request-group): Decode group name first.
23774         (nnrss-request-article): Make a text/plain article if mml-to-mime
23775         failed.
23776         (nnrss-get-encoding): Return a compatible encoding according to
23777         nnrss-compatible-encoding-alist.
23778         (nnrss-find-el): Use consp instead of listp.
23779         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23780
23781 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23782
23783         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23784         which Emacs 20 doesn't support.
23785         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23786
23787 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23788
23789         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23790         silence the byte compiler inside the defun.
23791
23792         * gnus-demon.el (parse-time-string): Add autoload.
23793
23794         * gnus-delay.el (parse-time-string): Add autoload.
23795
23796         * gnus-art.el (parse-time-string): Add autoload.
23797
23798         * nnultimate.el (parse-time): Require for `parse-time-string'.
23799
23800 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23801
23802         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23803
23804         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23805
23806         * smime.el (smime-ldap-host-list): Add :version.
23807
23808 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23809
23810         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23811         pass it to `gnus-browse-read-group'.
23812         (gnus-browse-read-group): Add NUMBER argument and pass it to
23813         `gnus-group-read-ephemeral-group'.
23814
23815         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23816         argument and pass it to `gnus-group-read-group'.
23817
23818 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23819
23820         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23821         mm-xemacs-find-mime-charset-1 if we have the mule feature
23822         available at runtime.
23823
23824 2005-03-25  Werner Lemberg  <wl@gnu.org>
23825
23826         * nnmaildir.el: Replace `illegal' with `invalid'.
23827
23828 2005-03-23  Lute Kamstra  <lute@gnu.org>
23829
23830         * time-date.el: Add comment on time value formats.
23831         Don't require parse-time.
23832         (with-decoded-time-value): New macro.
23833         (encode-time-value): New function.
23834         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23835         (days-to-time): Return a valid time value when arg is huge.
23836         (time-since): Use time-subtract.
23837         (time-to-number-of-days): Use time-to-seconds.
23838
23839 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23840
23841         * gnus-start.el (gnus-display-time-event-handler):
23842         Check display-time-timer at runtime rather than only at load time
23843         in case display-time-mode is turned off in the mean time.
23844
23845 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23846
23847         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23848         used.
23849
23850         * nneething.el (nneething-map-file-directory): Derive from
23851         `gnus-directory'.
23852
23853         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23854         the To/Cc button.
23855
23856 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23857
23858         * nnmaildir.el (nnmaildir-request-accept-article):
23859         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23860
23861 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23862
23863         * gnus-async.el: Require timer-funcs at compile time when in
23864         XEmacs for `run-with-idle-timer'.
23865
23866 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23867
23868         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23869         autoloaded function.
23870
23871 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23872
23873         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23874
23875 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23876
23877         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23878
23879 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23880
23881         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23882         Add gnus-expert-user to default.
23883
23884 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23885
23886         * nnimap.el (nnimap-open-server): Ditto.
23887
23888         * imap.el (imap-authenticate): Fix typo.
23889
23890 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23891
23892         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23893         buffer (since IMAP server might return FETCH response out of
23894         order, and the nntp buffer must be sorted).
23895
23896 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23897
23898         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23899         comparison on string.
23900
23901         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23902         (gnus-agent-score): Rename category keywords to match gnus-cus.
23903         (gnus-agent-summary-fetch-series): Modify to protect against
23904         gnus-agent-summary-fetch-group clearing processable flags.
23905         (gnus-agent-synchronize-group-flags): Update live group buffer as
23906         synchronization may occur due to the user toggle the plugged
23907         status.
23908         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23909         successfully downloaded.
23910         (gnus-agent-expire-group-1): Avoid using markers when the overview
23911         is in ascending order; greatly improves performance.
23912         (gnus-agent-regenerate-group):
23913         Use gnus-agent-synchronize-group-flags to reset read status in both
23914         gnus and server.
23915         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23916
23917 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23918
23919         * message.el: Don't autoload former message-utils variables.
23920         (message-strip-subject-trailing-was): Change doc string.
23921
23922         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23923         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23924         (nnweb-google-search): Add "hl=en" here.
23925         (nnweb-google-parse-1, nnweb-google-create-mapping):
23926         Don't hardcode URL.
23927
23928 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23929
23930         * message.el (message-get-reply-headers, message-followup):
23931         Mention related variables `message-use-followup-to' and
23932         `message-use-mail-followup-to', in the information buffer.
23933
23934         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23935         of broken groups(-beta).google.com.
23936
23937 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23938
23939         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23940         parameter to invoked gnus-request-move-article; remove the
23941         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23942         all at once instead of once per article.
23943         (gnus-summary-remove-process-mark): Accept a list of articles as
23944         well as a single article for processing.
23945
23946         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23947         parameter.
23948
23949         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23950
23951         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23952
23953         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23954         parameter.
23955
23956         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23957         parameter.
23958
23959         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23960         parameter and remove the gnus-sum-hint-move-is-internal variable.
23961
23962         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23963         parameter.
23964
23965         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23966         parameter.
23967
23968         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23969         parameter.
23970
23971         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23972
23973         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23974         parameter.
23975
23976         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23977         parameter.
23978
23979 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23980
23981         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23982         a more conservative way.
23983
23984 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23985
23986         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23987         buffer, so it moves the window's cursor.
23988
23989 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23990
23991         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23992         `mm-dissect-multipart' and receive the from field as an (optional)
23993         argument from `mm-dissect-multipart'.
23994         (mm-dissect-multipart): Receive the from field as an argument and
23995         pass it on when we call `mm-dissect-buffer' on MIME parts.
23996         Fixes verification/decryption of signed/encrypted MIME parts.
23997
23998 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23999
24000         * gnus-sum.el (gnus-summary-move-article):
24001         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
24002         whatever it calls (right now, only nnimap-request-move article
24003         respects it).
24004
24005         * nnimap.el (nnimap-request-move-article):
24006         When gnus-sum-hint-move-is-internal is set, don't do the extra
24007         nnimap-request-article.
24008
24009 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24010
24011         * nnheader.el (nnheader-find-file-noselect): Add doc string.
24012
24013         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
24014         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
24015
24016         * gnus-sum.el (gnus-summary-caesar-message):
24017         Apply `gnus-treat-article' after rotation.
24018
24019         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
24020         doc string.
24021
24022 2005-02-22  Simon Josefsson  <jas@extundo.com>
24023
24024         * encrypt.el (encrypt-password-cache-expiry): Remove (use
24025         `password-cache-expiry' instead).  Reported by Arne Jørgensen
24026         <arne@arnested.dk>.
24027         (encrypt): Add password-cache and password-cache-expiry as group
24028         members.
24029
24030 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
24031
24032         * smime.el (smime-ldap-host-list): Doc fix.
24033         (smime-ask-passphrase): Use `password-read-and-add' to read (and
24034         cache) password.
24035         (smime-sign-region): Use it.
24036         (smime-decrypt-region): Use it.
24037         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
24038         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
24039         fails.
24040         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
24041         certificate from DER to PEM format rather than calling openssl.
24042
24043         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
24044
24045         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
24046         for signing/encryption.
24047
24048         * mml.el (mml-parse-1): Use them.
24049
24050 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
24051
24052         * nnrss.el (nnrss-verbose): Remove.
24053         (nnrss-request-group): Use `nnheader-message' instead.
24054
24055 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
24056
24057         * nnrss.el (nnrss-verbose): New variable.
24058         (nnrss-request-group): Make it say nnrss is requesting a group.
24059
24060 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
24061
24062         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
24063         Handle news URL with given port correctly.
24064
24065 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24066
24067         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
24068         containing special characters.
24069
24070         * gnus-sum.el (gnus-summary-edit-article): Ditto.
24071
24072         * mml.el (mime-to-mml): Ditto.
24073
24074         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
24075         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
24076         (rfc2047-decode-region): Quote decoded words containing special
24077         characters when rfc2047-quote-decoded-words-containing-tspecials
24078         is non-nil.
24079
24080 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
24081
24082         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
24083
24084         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
24085
24086 2005-02-15  Simon Josefsson  <jas@extundo.com>
24087
24088         * nnimap.el (nnimap-debug): Doc fix.
24089
24090         * imap.el (imap-debug): Doc fix.
24091
24092 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24093
24094         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
24095
24096 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
24097
24098         * gnus.el (spam-contents): Improve docs for spam-contents
24099         parameter in its variable incarnation.
24100
24101 2005-02-14  Simon Josefsson  <jas@extundo.com>
24102
24103         * smime-ldap.el: Use require instead of load-library for ldap.
24104         (smime-ldap-search): Indent.
24105         (smime-ldap-search-internal): Shorten line.
24106
24107         * smime.el (smime-cert-by-dns): Add doc-string.
24108         (smime-cert-by-ldap-1): Indent.
24109
24110         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
24111         mml-smime-get-dns-ldap.
24112         (mml-smime-encrypt-query): Use new function.  Default to ldap.
24113
24114 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
24115
24116         * smime.el: Require smime-ldap.
24117         (smime-ldap-host-list): New variable.
24118         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
24119
24120         * mml-smime.el (mml-smime-encrypt-query): New function.
24121         (mml-smime-encrypt-query): Use it.
24122
24123         * smime-ldap.el: New file.
24124
24125 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24126
24127         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
24128
24129 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
24130
24131         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
24132         argument in doc string.  Make query for type more clear.
24133
24134 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
24135
24136         * gnus.el (gnus-group-startup-message): Search for gnus images in
24137         etc/images/gnus.
24138         * mm-util.el (mm-image-load-path): Likewise.
24139         * smiley.el (smiley-data-directory): Search for smilies in
24140         etc/images/smilies.
24141
24142 2005-02-09  Kim F. Storm  <storm@cua.dk>
24143
24144         Change Emacs release version from 21.4 to 22.1 throughout.
24145         Change Emacs development version from 21.3.50 to 22.0.50.
24146
24147 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24148
24149         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
24150
24151         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
24152         non-Mule XEmacs as well.
24153         (mm-decompress-buffer): Signal an error intentionally if it does
24154         not decompress compressed data because auto-compression-mode is
24155         disabled.
24156
24157 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
24158
24159         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
24160         an ID in the registry even if it has no groups.
24161
24162 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24163
24164         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
24165         merge it into mm-decompress-buffer.
24166         (gnus-mime-copy-part): Use the MIME part charset, the value which
24167         a user specified or gnus-newsgroup-charset for decoding, like
24168         gnus-mime-inline-part does; set buffer-file-coding-system to tell
24169         save-buffer what was used.  Suggested by Kevin Ryde
24170         <user42@zip.com.au>.
24171         (gnus-mime-inline-part): Allow the name parameter as well as the
24172         filename parameter; force decompressing of compressed data; always
24173         display contents being not decoded as unibyte.
24174
24175         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
24176         as well as the filename parameter.
24177
24178         * mm-util.el (mm-decompress-buffer):
24179         Merge gnus-mime-jka-compr-maybe-uncompress.
24180         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
24181         of compressed data.
24182
24183 2005-02-08  Simon Josefsson  <jas@extundo.com>
24184
24185         * imap.el (imap-log): Doc fix.
24186
24187 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24188
24189         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
24190         the coding cookies; decompress compressed parts.
24191
24192         * mml.el (mml-generate-mime-1): Add the charset parameter according
24193         to the value which a user specified manually or the coding cookie.
24194
24195         * mm-util.el (mm-string-to-multibyte): New function.
24196         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
24197         (mm-coding-system-to-mime-charset): New function.
24198         (mm-decompress-buffer): New function.
24199         (mm-find-buffer-file-coding-system): New function.
24200
24201         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
24202         (mm-display-inline-fontify): Rewrite for decoding and decompressing
24203         parts.
24204
24205 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24206
24207         * mm-view.el (mm-display-inline-fontify): Decode a part according
24208         to the charset parameter.
24209
24210 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24211
24212         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
24213         prefix arg is neither nil nor a number, as info specifies.
24214
24215 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24216
24217         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
24218         timestamps.
24219
24220 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
24221
24222         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
24223         groups error checking and notify user.
24224
24225 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
24226
24227         * message.el (message-send-mail-function): Check existence of
24228         sendmail-program first before using default value
24229         `message-send-mail-with-sendmail'.  Otherwise use more generic
24230         `smtpmail-send-it'.
24231
24232 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24233
24234         * nntp.el (nntp-request-update-info): Always return nil.
24235
24236 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24237
24238         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
24239
24240 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24241
24242         * message.el (message-beginning-of-line): Change the behavior when
24243         invoked between BOL and : so that it first moves backward.
24244
24245 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24246
24247         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
24248         article buffer when editing of the article is discarded.
24249         (gnus-article-prepare): Revert.
24250
24251 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24252
24253         * gnus-art.el (gnus-article-prepare):
24254         Remove message-strip-forbidden-properties from the local hook.
24255
24256 2005-01-27  Simon Josefsson  <jas@extundo.com>
24257
24258         * password.el (password-cache-add): Only start one timer per key.
24259         Reported by Derek Atkins <warlord@MIT.EDU>.
24260
24261 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24262
24263         * run-at-time.el: Remove.  It is no longer needed as
24264         timer-funcs.el in the xemacs-base package has a working version of
24265         `run-at-time'.
24266
24267         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24268
24269         * password.el: Require timer-funcs instead of run-at-time in
24270         XEmacs.
24271         Remove `password-run-at-time' macro.
24272         (password-cache-add): Use `run-at-time' instead of
24273         `password-run-at-time'.
24274
24275         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24276         Remove `nnheader-cancel-function-timers' alias,
24277         `cancel-function-timers' exists in XEmacs in timer-funcs.
24278
24279         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24280         for `run-with-idle-timer'.
24281
24282         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24283         for `run-at-time'.
24284
24285         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24286         for `with-timeout'.
24287
24288         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24289         the same as for XEmacs 21.4.
24290         No need to ignore `run-with-idle-timer', this function exists in
24291         XEmacs now in timer-funcs.el in the xemacs-base package.
24292         (dgnushack-compile): No need to delete
24293         run-at-time.el from the list of files to compile because it
24294         doesn't exist anymore.
24295
24296 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24297
24298         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24299         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24300
24301 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24302
24303         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24304         sensitively.
24305
24306 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24307
24308         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24309
24310 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24311
24312         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24313         which will be inserted according to the multibyteness of a buffer
24314         rather than the type of contents.  Suggested by ARISAWA Akihiro
24315         <ari@mbf.ocn.ne.jp>.
24316
24317         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24318         of string which old xml.el may return rather than a string.
24319
24320 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24321
24322         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24323
24324 2005-01-16  Simon Josefsson  <jas@extundo.com>
24325
24326         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24327         idn/idna.el isn't available.
24328         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24329         <michael@waxrat.com>.
24330
24331         * hashcash.el: Remove non-FSF copyright header.
24332
24333         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24334         (hashcash-generate-payment): Use it.
24335         (hashcash-generate-payment-async): Use it.
24336
24337 2005-01-15  Simon Josefsson  <jas@extundo.com>
24338
24339         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24340         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24341
24342         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24343         gnus-summary-idna-message.
24344         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24345         (gnus-summary-idna-message): New function.
24346
24347 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24348
24349         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24350         gnus-novice-user.
24351
24352 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24353
24354         * nnrss.el (nnrss-request-delete-group): Delete entries in
24355         nnrss-group-alist as well.
24356         (nnrss-save-server-data): Insert newline.
24357
24358 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24359
24360         * gnus.el (gnus-user-agent): Use list of symbols instead of
24361         symbols.  Display full version number for (S)XEmacs.
24362         Optionally display (S)XEmacs codename.
24363
24364         * gnus-util.el (gnus-emacs-version): Update for new
24365         `gnus-user-agent'.
24366
24367         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24368         Gnus version.
24369
24370 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24371
24372         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24373         which is unreadable in some setups.
24374
24375 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24376
24377         * gnus-spec.el (gnus-update-format-specifications): Flush the
24378         group format spec cache if it doesn't support decoded group names.
24379
24380 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24381
24382         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24383         Allow to apply decay on score files matching a regexp.
24384
24385 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24386
24387         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24388         compatibility in %g and %c.
24389
24390 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24391
24392         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24393         name for only %g and %c.
24394         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24395         of gnus-tmp-group to decoded group name.
24396         (gnus-group-make-rss-group): Exclude `/'s from group names.
24397
24398 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24399
24400         * nnrss.el (nnrss-get-encoding): Fix regexp.
24401
24402 2004-12-27  Simon Josefsson  <jas@extundo.com>
24403
24404         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24405         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24406         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24407
24408 2004-12-17  Kim F. Storm  <storm@cua.dk>
24409
24410         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24411
24412         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24413
24414 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24415
24416         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24417
24418 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24419
24420         * nnrss.el: Require rfc2047 and mml.
24421         (nnrss-file-coding-system): New variable.
24422         (nnrss-format-string): Redefine it as an inline function.
24423         (nnrss-decode-group-name): New function.
24424         (nnrss-string-as-multibyte): Remove.
24425         (nnrss-retrieve-headers): Decode group name; don't use
24426         nnrss-format-string.
24427         (nnrss-request-group): Decode group name.
24428         (nnrss-request-article): Decode group name; allow a Message-ID as
24429         well as an article number; don't use nnrss-format-string; encode a
24430         Message-ID string which may contain non-ASCII characters; use
24431         mml-to-mime to compose a MIME article.
24432         (nnrss-request-expire-articles): Decode group name.
24433         (nnrss-request-delete-group): Decode group name.
24434         (nnrss-fetch): Clarify error message.
24435         (nnrss-read-server-data): Use insert-file-contents instead of load;
24436         bind file-name-coding-system; use multibyte buffer.
24437         (nnrss-save-server-data): Bind coding-system-for-write to the
24438         value of nnrss-file-coding-system; bind file-name-coding-system;
24439         add coding cookie.
24440         (nnrss-read-group-data): Use insert-file-contents instead of load;
24441         bind file-name-coding-system; use multibyte buffer.
24442         (nnrss-save-group-data): Bind coding-system-for-write to the
24443         value of nnrss-file-coding-system; bind file-name-coding-system.
24444         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24445         make it work with non-ASCII text.
24446         (nnrss-find-el): Make it work with old xml.el as well.
24447
24448 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24449
24450         * nnrss.el (nnrss-get-encoding): New function.
24451         (nnrss-fetch): Use unibyte buffer initially; bind
24452         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24453         decode contents according to the encoding attribute.
24454         (nnrss-save-group-data): Add coding cookie.
24455         (nnrss-mime-encode-string): New function.
24456         (nnrss-check-group): Use it to encode subject and author.
24457
24458 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24459
24460         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24461         imaginary variable.
24462
24463 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24464
24465         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24466         correctly even if there are wide characters.
24467
24468 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24469
24470         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24471         downcased symbol names; make a new cache instead of reusing
24472         bbdb-hashtable.
24473
24474 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24475
24476         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24477         concatenating segments rather than before concatenating them.
24478         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24479
24480         * message.el (message-get-reply-headers): Bind `extra'.
24481
24482 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24483
24484         * message.el (message-extra-wide-headers): New variable.
24485         (message-get-reply-headers): Use it.
24486
24487 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24488
24489         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24490         (gnus-agent-group-pathname): Ditto.
24491
24492         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24493
24494         * gnus-group.el (gnus-group-make-group): Decode group name.
24495         (gnus-group-make-rss-group): Register the group data after opening
24496         the nnrss group.
24497
24498 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24499
24500         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24501         by expiry now get marked as read.
24502
24503 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24504
24505         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24506
24507 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24508
24509         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24510         unify Latin characters in XEmacs.
24511         (mm-find-mime-charset-region): Use it.
24512
24513 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24514
24515         * gnus-util.el (gnus-delete-directory): New function.
24516
24517         * gnus-agent.el (gnus-agent-delete-group): Use it.
24518
24519         * gnus-cache.el (gnus-cache-delete-group): Use it.
24520
24521 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24522
24523         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24524         names.
24525
24526 2004-12-16  Simon Josefsson  <jas@extundo.com>
24527
24528         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24529
24530 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24531
24532         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24533
24534         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24535         (gnus-group-set-current-level): Decode group name.
24536
24537 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24538
24539         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24540         failed.
24541
24542 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24543
24544         * gnus-group.el (gnus-group-delete-group): Decode group name.
24545         (gnus-group-make-rss-group): Encode group name.
24546         (gnus-group-catchup-current): Decode group name.
24547         (gnus-group-kill-group): Decode group name.
24548
24549 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24550
24551         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24552
24553 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24554
24555         * gnus-group.el (gnus-group-make-rss-group):
24556         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24557
24558         * gnus-start.el (gnus-setup-news): Honor user's setting to
24559         gnus-message-archive-method.  Suggested by Lute Kamstra
24560         <lute@gnu.org>.
24561
24562 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24563
24564         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24565         global counterparts of the buffer-local variables.
24566
24567 2004-11-16  Romain Francoise  <romain@orebokech.com>
24568
24569         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24570         counterparts of the buffer-local variables.
24571
24572 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24573
24574         * message.el (message-forbidden-properties): Fix typo in doc
24575         string.
24576
24577 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24578
24579         * gnus-util.el (gnus-replace-in-string): Add doc string.
24580
24581         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24582         to avoid problems when splitting mails with many recipients.
24583
24584 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24585
24586         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24587         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24588
24589 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24590
24591         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24592         if there is no hashtable in memory or file modification time is
24593         newer than cached timestamp.
24594
24595 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24596
24597         * gnus-sum.el (gnus-summary-limit-to-recipient):
24598         Implement not-matching option.
24599
24600 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24601
24602         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24603         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24604         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24605         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24606         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24607         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24608
24609 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24610
24611         * message.el (message-forward-make-body-mml): Remove headers
24612         according to message-forward-ignored-headers if a message is decoded.
24613
24614 2004-12-02  Romain Francoise  <romain@orebokech.com>
24615
24616         * message.el (message-forward-make-body-plain): Always remove
24617         headers according to message-forward-ignored-headers.
24618
24619 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24620
24621         * spam.el (spam-summary-prepare-exit): Remove the
24622         gnus-summary-limit pop for now, it has problems with ham marks for
24623         me.
24624
24625 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24626
24627         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24628         correctly.
24629
24630 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24631
24632         * format-spec.el (format-spec): Message the char.
24633
24634 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24635
24636         * gnus-art.el (gnus-split-methods): Reformat comments.
24637
24638         * spam.el (spam-summary-prepare-exit): Remove article limits
24639         before exiting the summary buffer.
24640
24641 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24642
24643         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24644         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24645
24646         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24647         order to silence the byte compiler.
24648
24649         * spam.el: Fix the way to silence the byte compiler, which
24650         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24651         bbdb-search-simple, spam-BBDB-register-routine,
24652         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24653         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24654         spam-stat-buffer-is-spam, spam-stat-load,
24655         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24656         spam-stat-save and spam-stat-split-fancy.
24657
24658 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24659
24660         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24661         which may confuse users.
24662         (canlock-password-for-verify): Ditto.
24663
24664         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24665
24666         * gnus-art.el (gnus-emphasis-alist): Ditto.
24667
24668         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24669
24670         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24671
24672         * gnus-start.el (gnus-save-killed-list): Ditto.
24673
24674         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24675         (gnus-sum-thread-tree-root): Ditto.
24676         (gnus-sum-thread-tree-false-root): Ditto.
24677         (gnus-sum-thread-tree-single-indent): Ditto.
24678
24679         * message.el (message-courtesy-message): Ditto.
24680         (message-archive-note): Ditto.
24681         (message-subscribed-address-file): Ditto.
24682         (message-user-fqdn): Ditto.
24683
24684         * spam-report.el (spam-report-gmane-regex): Ditto.
24685
24686         * spam.el (spam-blackhole-good-server-regex): Ditto.
24687
24688 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24689
24690         * mml.el (mml-preview): Widen the message buffer before copying
24691         the contents to the preview buffer; sort headers before previewing.
24692
24693         * message.el (message-hidden-headers): Fix the way to avoid a bug
24694         in the `repeat' widget in Emacs 21.3 or earlier.
24695
24696 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24697
24698         * message.el (message-hidden-headers): Default to "^References:".
24699         Improve customization type.  Suggested by Reiner Steib
24700         <Reiner.Steib@gmx.de>.
24701
24702 2004-11-25  Romain Francoise  <romain@orebokech.com>
24703
24704         * message.el (message-strip-forbidden-properties): Remove check for
24705         obsolete `message-hidden' text property, hidden headers are not
24706         accessible in the buffer anymore.
24707
24708 2004-11-22  Romain Francoise  <romain@orebokech.com>
24709
24710         * message.el (message-header-format-alist): Add `From' in list
24711         so that it can be sorted.
24712         (message-fix-before-sending): Widen and sort headers before
24713         sending.
24714         (message-hide-headers): Use narrowing to hide headers by moving
24715         them to the top of the buffer and narrowing to the region
24716         underneath.
24717
24718 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24719
24720         * message.el (message-strip-forbidden-properties):
24721         Bind buffer-read-only (etc) to nil.
24722
24723 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24724
24725         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24726         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24727
24728 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24729
24730         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24731
24732 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24733
24734         * dns.el (query-dns): Use sit-for to time instead of
24735         accept-process-output, since that doesn't seem to work on udp
24736         sockets.
24737
24738 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24739
24740         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24741
24742 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24743
24744         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24745         doc string.  Improve doc string.
24746
24747 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24748
24749         * nntp.el (nntp-request-update-info): Return nil if
24750         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24751         may not call gnus-activate-group which uselessly issues the GROUP
24752         commands for all nntp groups and wastes time.  Reported by Romain
24753         Francoise <romain@orebokech.com>.
24754
24755         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24756
24757 2004-11-15  Simon Josefsson  <jas@extundo.com>
24758
24759         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24760         headers separately.
24761         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24762         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24763
24764 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24765
24766         * gnus-start.el (gnus-convert-old-newsrc):
24767         Assign legacy-gnus-agent to 5.10.7.
24768
24769 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24770
24771         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24772         start of the lines.
24773
24774 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24775
24776         * hashcash.el (hashcash-default-payment): Change default to 20.
24777         (hashcash-default-accept-payment): Change default to 20.
24778         (hashcash-process-alist): New variable.
24779         (hashcash-generate-payment-async): Add.
24780         (hashcash-already-paid-p): Add.
24781         (hashcash-insert-payment): Don't generate payments twice.
24782         (hashcash-insert-payment-async): Add.
24783         (hashcash-insert-payment-async-2): Add.
24784         (hashcash-cancel-async): Add.
24785         (hashcash-wait-async): Add.
24786         (hashcash-processes-running-p): Add.
24787         (hashcash-wait-or-cancel): Add.
24788         (mail-add-payment): New optional argument.  Conditionally start
24789         asynchronous calculation.
24790         (mail-add-payment-async): Add.
24791
24792         * message.el (message-send-mail): Wait for asynchronous hashcash
24793         results.  Don't clobber existing X-Hashcash headers.
24794         (message-setup-1): Call mail-add-payment-async when
24795         message-generate-hashcash is non-nil.
24796
24797 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24798
24799         * message.el (message-use-alternative-email-as-from): Examine the
24800         From header as well; use message-make-from in order to include a
24801         user's full name.
24802
24803 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24804
24805         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24806         default; improve customization type.
24807         (gnus-emphasis-custom-with-format): New macro.
24808         (gnus-emphasis-custom-value-to-external): New function.
24809         (gnus-emphasis-custom-value-to-internal): New function.
24810
24811 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24812
24813         * dns.el (query-dns): Resolve reverse addresses.
24814
24815 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24816
24817         * gnus-group.el (gnus-group-get-new-news): Use it.
24818
24819         * gnus-start.el (gnus-check-reasonable-setup): New function.
24820
24821 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24822
24823         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24824         "Args out of range" error.  Reported by Arnaud Giersch
24825         <arnaud.giersch@free.fr>.
24826
24827 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24828
24829         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24830
24831 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24832
24833         * spam.el (spam group): Add :version.
24834
24835         * pgg-def.el (pgg group): Add :version.
24836
24837 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24838
24839         * gnus-art.el (gnus-article-edit-article): Don't associate the
24840         article buffer with a draft file.  This is a temporary measure
24841         against the 2004-08-22 change to gnus-article-edit-mode.
24842
24843 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24844
24845         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24846         (html2text-format-tags): Remove unused variable `attr'.
24847
24848 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24849
24850         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24851
24852         * tls.el (tls-process-connection-type, tls-success)
24853         (tls-certtool-program): Add :version.
24854
24855         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24856         (starttls-extra-arguments, starttls-process-connection-type)
24857         (starttls-connect, starttls-failure, starttls-success): Add :version.
24858
24859         * spam-stat.el (spam-stat): Add :version.
24860
24861         * sieve.el (sieve): Add :version.
24862
24863         * sha1.el (sha1): Add :version.
24864         (sha1-use-external): Remove redundant version.
24865
24866         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24867         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24868         (nnmail-split-fancy-match-partial-words)
24869         (nnmail-split-lowercase-expanded): Add :version.
24870
24871         * nndiary.el (nndiary): Add :version.
24872
24873         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24874
24875         * mml-sec.el (mml-default-sign-method)
24876         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24877         Add :version.
24878
24879         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24880
24881         * mm-url.el (mm-url-use-external, mm-url-program)
24882         (mm-url-arguments): Add :version.
24883
24884         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24885         (mm-attachment-file-modes, mm-decrypt-option)
24886         (mm-w3m-safe-url-regexp): Add :version.
24887
24888         * message.el (message-cite-prefix-regexp)
24889         (message-sendmail-envelope-from, message-minibuffer-local-map)
24890         (message-user-fqdn, message-completion-alist): Add :version.
24891
24892         * gnus-win.el (gnus-configure-windows-hook)
24893         (gnus-use-frames-on-any-display): Add :version.
24894
24895         * gnus-art.el (gnus-article-address-banner-alist)
24896         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24897         (gnus-treat-from-picon, gnus-treat-mail-picon)
24898         (gnus-treat-x-pgp-sig): Add :version.
24899
24900         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24901         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24902         (gnus-summary-article-delete-hook)
24903         (gnus-summary-display-while-building): Add :version.
24904
24905         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24906         (gnus-get-top-new-news-hook): Add :version.
24907
24908         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24909         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24910
24911         * gnus-registry.el (gnus-registry): Add :version.
24912
24913         * gnus-spec.el (gnus-use-correct-string-widths)
24914         (gnus-make-format-preserve-properties): Add :version.
24915
24916         * gnus.el (gnus-group-charter-alist)
24917         (gnus-group-fetch-control-use-browse-url)
24918         (gnus-install-group-spam-parameters): Add :version.
24919
24920         * gnus-diary.el (gnus-diary): Add :version.
24921
24922         * gnus-delay.el (gnus-delay): Add :version.
24923
24924         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24925         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24926         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24927         Add :version.
24928
24929         * gnus-agent.el (gnus-agent-max-fetch-size)
24930         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24931         (gnus-agent-prompt-send-queue): Add :version.
24932
24933         * deuglify.el (gnus-outlook-deuglify): Add :version.
24934
24935         * html2text.el: Beautify code.  Improve doc strings.
24936         Some checkdoc cleanup.
24937         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24938
24939 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24940
24941         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24942
24943 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24944
24945         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24946         when package is loaded.
24947
24948         * spam.el (spam-summary-score-preferred-header): Add global preference
24949         for people who want to override the default SpamAssassin over
24950         Bogofilter preference (when both are set).
24951         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24952         (spam-user-format-function-S):
24953         Check spam-summary-score-preferred-header.
24954         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24955         (spam-user-format-function-S): Format the score correctly.
24956
24957 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24958
24959         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24960         signature file.  Suggested by Manoj Srivastava
24961         <srivasta@golden-gryphon.com>.
24962
24963         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24964         iso-2022-jp even in the Japanese language environment.
24965         Suggested by Jason Rumney <jasonr@gnu.org>.
24966
24967 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24968
24969         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24970         use the same characters as the dummy marks; make it free from
24971         getting affected by the language environment.
24972         (gnus-summary-read-group-1): Update mark positions only when the
24973         format spec is updated.
24974
24975         * gnus-spec.el (gnus-update-format-specifications): Return a list
24976         of updated types.
24977
24978 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24979
24980         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24981         of boundp to check if display-warning is available.
24982
24983 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24984
24985         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24986
24987 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24988
24989         * nnspool.el (nnspool-spool-directory): Use news-path if the
24990         news-directory variable is not bound.
24991
24992         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24993         function instead of display-warning if it is not available.
24994
24995 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24996
24997         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24998         v5-10: Use `point-at-bol'.
24999
25000 2004-10-26  Simon Josefsson  <jas@extundo.com>
25001
25002         * hashcash.el: Fix URL in comment, reported by Cheng Gao
25003         <chenggao@gmail.com>.
25004
25005 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
25006
25007         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
25008         instead.
25009
25010 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
25011
25012         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
25013         to remove a server from the nnimap-server-buffer-alist.
25014         (nnimap-open-connection, nnimap-close-server): Use it.
25015
25016         * gnus-encrypt.el: Remove file in favor of encrypt.el.
25017
25018 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25019
25020         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
25021         running the major-mode function.
25022
25023 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25024
25025         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
25026         dummy marks in the right way.
25027
25028 2004-10-18  David Edmondson  <dme@dme.org>
25029
25030         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
25031         excessively.
25032
25033 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
25034
25035         * gnus-util.el (gnus-split-references): Accept a nil references
25036         string and go on blissfully.
25037
25038         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
25039         cases where the references string is non-nil but has no references.
25040
25041         * encrypt.el: Add autoload tags.
25042
25043         * spam.el (spam-resolve-registrations-routine): Remove article
25044         from unregistration list too.  Reported by David Hanak
25045         <dhanak@isis.vanderbilt.edu>
25046
25047 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
25048
25049         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
25050         nil.  Change custom type.
25051
25052 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
25053
25054         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
25055
25056         * gnus-sum.el (gnus-summary-move-article): Use it.
25057
25058 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
25059
25060         * encrypt.el: Add autoload cookies.
25061
25062         * spam.el (spam-backend-article-list-property)
25063         (spam-backend-get-article-todo-list)
25064         (spam-backend-put-article-todo-list)
25065         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
25066         Resolve registrations separately.
25067         (spam-register-routine): Format comments.
25068         (spam-unregister-routine, spam-register-routine): Always call with
25069         specific-articles, no default list.
25070         (spam-summary-prepare-exit): Use the spam-classifications function.
25071
25072         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
25073         gnus-encrypt.el.
25074
25075         * encrypt.el: Copied from gnus-encrypt.el.
25076
25077         * gnus-encrypt.el: Commented that it's obsolete.
25078
25079 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25080
25081         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
25082         (gnus-score-save): Use it.
25083
25084         * message.el (message-bury): Use `window-dedicated-p'.
25085
25086 2004-10-15  Simon Josefsson  <jas@extundo.com>
25087
25088         * pop3.el (top-level): Don't require nnheader.
25089         (pop3-read-timeout): Add.
25090         (pop3-accept-process-output): Add.
25091         (pop3-read-response, pop3-retr): Use it.
25092
25093 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
25094
25095         * spam.el (spam-register-routine): Move comment.
25096         (spam-verify-bogofilter): Use 'unknown for the initial
25097         spam-bogofilter-valid state, not 'never.
25098
25099         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
25100         for netrc-machine.
25101
25102         * nnimap.el (nnimap-open-connection):
25103         Use netrc-machine-user-or-password.
25104
25105 2004-10-17  Richard M. Stallman  <rms@gnu.org>
25106
25107         * gnus-registry.el (gnus-registry-unload-hook):
25108         Set as a variable with add-hook.
25109
25110         * nnspool.el (nnspool-spool-directory): Use news-directory instead
25111         of news-path.
25112
25113         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
25114
25115         * spam.el: Delete duplicate `provide'.
25116         (spam-unload-hook): Set as a variable with add-hook.
25117
25118 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25119
25120         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
25121         in the doc string.
25122
25123         * message.el (message-ignored-news-headers)
25124         (message-ignored-supersedes-headers)
25125         (message-ignored-resent-headers)
25126         (message-forward-ignored-headers): Improve custom type.
25127
25128 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25129
25130         * message.el (message-tokenize-header): Fix 2004-09-06 change
25131         which used point-min in the wrong place.
25132
25133 2004-10-12  Simon Josefsson  <jas@extundo.com>
25134
25135         * tls.el (tls-certtool-program): New variable.
25136         (tls-certificate-information): New function, based on
25137         ssl-certificate-information.
25138
25139 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25140
25141         * compface.el: Move the version of ELisp-based uncompface program
25142         to the contrib directory because of the copyright problem.
25143
25144 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
25145
25146         * message.el (message-kill-buffer): Raise the current frame.
25147
25148 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
25149
25150         * gnus-sum.el: Mention that multibyte characters don't work as marks.
25151
25152         * gnus.el (message-y-or-n-p): Autoload.
25153
25154         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
25155         (pop3-password-required, pop3-authentication-scheme)
25156         (pop3-leave-mail-on-server): Make customizable.
25157         (pop3): New custom group.
25158         (pop3-retr): Remove `sleep-for' statements.
25159         Suggested by Dave Love <fx@gnu.org>.
25160
25161         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
25162         Windows/DOS.
25163
25164         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25165         (imap-parse-body): Fix incorrect use of `assert'.
25166         Suggested by Dave Love <fx@gnu.org>.
25167
25168         * mml.el (mml-minibuffer-read-disposition): Require match.
25169         Suggested by Dave Love <fx@gnu.org>.
25170
25171 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
25172
25173         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
25174         doc string.
25175
25176 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25177
25178         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
25179
25180 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25181
25182         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
25183         instead of calling `mm-insert-inline', to decode text/* parts
25184         before displaying them.
25185
25186 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25187
25188         * mm-uu.el (mm-uu-text-plain-type): New variable.
25189         (mm-uu-pgp-signed-extract-1): Use it.
25190         (mm-uu-pgp-encrypted-extract-1): Use it.
25191         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
25192         bind mm-uu-text-plain-type with that value.
25193         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
25194         mm-uu-dissect.
25195
25196 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25197
25198         * gnus-group.el (gnus-update-group-mark-positions):
25199         * gnus-sum.el (gnus-update-summary-mark-positions):
25200         * message.el (message-check-news-body-syntax):
25201         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
25202         of string-as-multibyte.
25203
25204 2004-10-05  Juri Linkov  <juri@jurta.org>
25205
25206         * gnus-group.el (gnus-update-group-mark-positions):
25207         * gnus-sum.el (gnus-update-summary-mark-positions):
25208         * message.el (message-check-news-body-syntax):
25209         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
25210         8-bit unibyte values to a multibyte string for search functions.
25211
25212 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25213
25214         * mm-uu.el (mm-uu-dissect): Allow optional arg.
25215         (mm-uu-dissect-text-parts): New function.
25216
25217         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
25218         dissect text parts.
25219
25220         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
25221         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
25222
25223         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
25224
25225         * gnus-topic.el (gnus-topic-hierarchical-parameters):
25226         Use gnus-current-topics instead of gnus-current-topic.
25227
25228 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
25229
25230         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
25231
25232 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
25233
25234         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
25235         where appropriate.
25236
25237         * nnml.el (nnml-generate-active-info): do.
25238
25239         * nndiary.el (nndiary-generate-active-info): do.
25240
25241         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
25242         (gnus-topic-move): do.
25243
25244         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
25245         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
25246
25247         * gnus-srvr.el (gnus-server-prepare)
25248         (gnus-server-open-all-servers): do.
25249
25250         * gnus-msg.el (gnus-summary-cancel-article)
25251         (gnus-summary-resend-message)
25252         (gnus-summary-mail-crosspost-complaint): do.
25253
25254         * gnus-move.el (gnus-change-server): do.
25255
25256         * gnus-group.el (gnus-group-unmark-all-groups)
25257         (gnus-group-set-current-level): do.
25258
25259 2004-10-04  Simon Josefsson  <jas@extundo.com>
25260
25261         * message.el (message-generate-hashcash): Doc fix.
25262
25263 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25264
25265         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25266         avoid infinite recursion via gnus-get-function.
25267
25268 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25269
25270         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25271
25272         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25273
25274         * nnmail.el (nnmail-split-history): do.
25275
25276         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25277         (nnml-request-delete-group): do.
25278
25279         * nnslashdot.el (nnslashdot-read-groups): do.
25280
25281         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25282         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25283
25284         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25285         (nnspool-sift-nov-with-sed): Use last.
25286         (nnspool-retrieve-headers-with-nov): Use mapc.
25287         (nnspool-request-newgroups): Use dolist.
25288         (nnspool-request-group): Use last.
25289
25290         * nntp.el (nntp-read-server-type): Use dolist.
25291
25292         * nnvirtual.el (nnvirtual-create-mapping)
25293         (nnvirtual-update-read-and-marked): Use dolist.
25294         (nnvirtual-convert-headers): Simplify.
25295
25296 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25297
25298         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25299         Add support for sync'ing tick marks.
25300
25301 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25302
25303         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25304         there's no visible header.
25305
25306 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25307
25308         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25309         When necessary, pass full group name to gnus-request-set-marks.
25310
25311 2004-10-01  Simon Josefsson  <jas@extundo.com>
25312
25313         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25314         acroread.
25315
25316 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25317
25318         * spam-report.el (spam-report-gmane): Fix interactive.
25319
25320         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25321
25322         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25323         when writing file.
25324         (gnus-agent-synchronize-flags): Don't default to being
25325         interactive.
25326
25327 2004-09-30  Simon Josefsson  <jas@extundo.com>
25328
25329         * message.el (message-generate-hashcash): Add.
25330         (message-send-mail): Use it, call mail-add-payment.
25331
25332 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25333
25334         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25335
25336 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25337
25338         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25339         gnus-requst-update-info with explicit code to sync the in-memory
25340         info read flags with the marks being sync'd to the backend.
25341
25342         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25343
25344 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25345
25346         * spam.el (spam-verify-bogofilter): Add new function.
25347         (spam-check-bogofilter)
25348         (spam-bogofilter-register-with-bogofilter): Use it.
25349         (spam-verify-bogofilter): Add small fixes.
25350
25351 2004-09-28  Simon Josefsson  <jas@extundo.com>
25352
25353         * hashcash.el (hashcash-generate-payment): Revert.
25354
25355 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25356
25357         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25358         Use gnus-extract-references instead of gnus-split-references.
25359
25360         * gnus-util.el (gnus-extract-references): Add new function, analogous
25361         to gnus-split-references but extracts only the message-ID without
25362         anything extra.
25363
25364         * hashcash.el (hashcash-generate-payment)
25365         (hashcash-check-payment): Do the right thing if hashcash-path is
25366         nil (because the hashcash program could not be found).
25367
25368         * spam.el (spam-use-hashcash): Remove comment.
25369
25370 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25371
25372         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25373         (gnus-cache-enter-article, gnus-cache-remove-article)
25374         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25375
25376         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25377
25378         * gnus-art.el (article-hide-boring-headers)
25379         (article-translate-strings, article-display-face)
25380         (gnus-article-mime-match-handle-first)
25381         (gnus-article-highlight-headers)
25382         (gnus-article-add-buttons-to-head): do.
25383
25384 2004-09-27  Simon Josefsson  <jas@extundo.com>
25385
25386         * hashcash.el: New version, from
25387         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25388         ../contrib/.
25389
25390 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25391
25392         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25393
25394 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25395
25396         * gnus-dup.el (gnus-dup-open): Use mapc.
25397         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25398
25399         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25400         Reported by Stefan Wiens <s.wi@gmx.net>.
25401
25402         * gnus.el (gnus-shutdown): Use dolist.
25403
25404         * gnus-undo.el (gnus-undo): Use mapc.
25405
25406         * nnrss.el (nnrss-generate-active): do.
25407
25408         * message.el (message-cite-original-without-signature)
25409         (message-cite-original): Use mapc.
25410         (message-do-actions, message-make-forward-subject): Use dolist.
25411
25412 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25413
25414         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25415         deletion to remove entire duplicate line.  Fixes merged article
25416         number bug.
25417
25418 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25419
25420         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25421         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25422         first ask if you want to open a server and then, even when you
25423         responded with no, asking if you want to synchronize the server's
25424         flags.
25425         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25426         multi-line expressions.
25427         (gnus-agent-synchronize-group-flags): New internal function.
25428         Updates marks in memory (in the info structure) AND in the
25429         backend.
25430
25431         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25432
25433         * nnagent.el (nnagent-request-set-mark):
25434         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25435         method, to ensure that synchronization updates marks in the
25436         backend and in the info (in memory) structure.
25437
25438 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25439
25440         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25441         convention fully; don't miss the root article of a thread; make
25442         the X-Draft-From header with correct article numbers.
25443
25444 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25445
25446         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25447         unless plugged.  Disable the agent so that an open failure causes
25448         an error.
25449
25450         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25451         Revert 2004-09-21 change.  The backend must be opened while
25452         synchronizing flags even when the backend stores the flags
25453         locally.
25454
25455 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25456
25457         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25458         in `header' match.  Reported by Svend Tollak Munkejord.
25459
25460         * message.el (message-cite-original): Fix use of
25461         `message-cite-articles-with-x-no-archive'.
25462
25463 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25464
25465         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25466         (gnus-window-to-buffer): Ditto.
25467
25468         * mml.el (mml-preview-buffer): New variable.
25469         (mml-preview): Manage window layout with gnus-buffer-configuration.
25470
25471         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25472         X-Draft-From header even if those articles aren't quoted.
25473
25474 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25475
25476         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25477         (gnus-request-set-mark, gnus-request-update-mark): Use new
25478         g-s-t-u-l-m to decide to use backend even when unplugged.
25479
25480 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25481
25482         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25483         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25484
25485 2004-09-20  Simon Josefsson  <jas@extundo.com>
25486
25487         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25488         "utf-16-le".
25489
25490 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25491
25492         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25493
25494 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25495
25496         * uudecode.el (uudecode-use-external): Add :version.
25497
25498         * smime.el (smime-CA-file, smime-encrypt-cipher)
25499         (smime-dns-server): Add :version.
25500
25501         * smiley.el (gnus-smiley-file-types): Add :version.
25502
25503         * sha1.el (sha1-use-external): Add :version.
25504
25505         * pgg-def.el (pgg-query-keyserver): Add :version.
25506
25507         * nnmail.el (nnmail-fancy-expiry-targets)
25508         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25509         Add :version.
25510
25511         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25512         (nnimap-retrieve-groups-asynchronous): Add :version.
25513         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25514
25515         * mml.el (mml-content-disposition-parameters)
25516         (mml-insert-mime-headers-always): Add :version.
25517
25518         * mm-util.el (mm-coding-system-priorities): Add :version.
25519
25520         * mm-decode.el (mm-inline-text-html-with-images)
25521         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25522         (mm-verify-option): Add :version.
25523         (mm-text-html-renderer): Change :version.
25524
25525         * message.el (message-fcc-externalize-attachments)
25526         (message-required-headers, message-draft-headers)
25527         (message-subject-trailing-was-query)
25528         (message-subject-trailing-was-ask-regexp)
25529         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25530         (message-mark-insert-end, message-archive-header)
25531         (message-archive-note, message-cross-post-default)
25532         (message-cross-post-note, message-followup-to-note)
25533         (message-cross-post-note-function, message-use-mail-followup-to)
25534         (message-subscribed-address-functions)
25535         (message-subscribed-address-file, message-subscribed-addresses)
25536         (message-subscribed-regexps, message-allow-no-recipients)
25537         (message-yank-cited-prefix, message-signature-insert-empty-line)
25538         (message-hidden-headers, message-hierarchical-addresses)
25539         (message-mail-user-agent, message-use-idna)
25540         (message-valid-fqdn-regexp)
25541         (message-strip-special-text-properties, message-header-synonyms)
25542         (message-beginning-of-line, message-tab-body-function): Add :version.
25543         (message-insert-canlock, message-wide-reply-confirm-recipients):
25544         Change :version.
25545
25546         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25547         and :version.
25548         (mail-source-delete-old-incoming-confirm)
25549         (mail-source-movemail-program): Add :version.
25550
25551         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25552         (gnus-agent-cache, gnus-agent): Change :version.
25553
25554         * gnus-util.el (gnus-use-byte-compile): Change :version.
25555
25556         * gnus-sum.el (gnus-summary-make-false-root-always)
25557         (gnus-summary-default-high-score)
25558         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25559         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25560         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25561         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25562         (gnus-sum-thread-tree-single-indent)
25563         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25564         (gnus-sum-thread-tree-leaf-with-other)
25565         (gnus-sum-thread-tree-single-leaf): Add :version.
25566         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25567         (gnus-article-loose-mime): Change :version.
25568
25569         * gnus-start.el (gnus-backup-startup-file)
25570         (gnus-save-startup-file-via-temp-buffer): Add :version.
25571
25572         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25573         (gnus-server-offline-face): Add :version.
25574
25575         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25576
25577         * gnus-msg.el (gnus-gcc-externalize-attachments)
25578         (gnus-debug-files, gnus-debug-exclude-variables)
25579         (gnus-discouraged-post-methods): Change :version.
25580         (gnus-confirm-mail-reply-to-news)
25581         (gnus-confirm-treat-mail-like-news): Add :version.
25582
25583         * gnus-int.el (gnus-server-unopen-status): Add :version.
25584
25585         * gnus-group.el (gnus-group-jump-to-group-prompt)
25586         (gnus-large-ephemeral-newsgroup)
25587         (gnus-fetch-old-ephemeral-headers): Add :version.
25588
25589         * gnus-fun.el (gnus-x-face-directory)
25590         (gnus-convert-pbm-to-x-face-command)
25591         (gnus-convert-image-to-x-face-command)
25592         (gnus-convert-image-to-face-command): Add :version.
25593
25594         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25595
25596         * gnus-cite.el (gnus-cite-blank-line-after-header)
25597         (gnus-article-boring-faces): Add :version.
25598
25599         * gnus-art.el (gnus-buttonized-mime-types)
25600         (gnus-inhibit-mime-unbuttonizing)
25601         (gnus-treat-display-face)
25602         (gnus-treat-body-boundary): Change :version.
25603         (gnus-body-boundary-delimiter, gnus-picon-databases)
25604         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25605         (gnus-treat-date-english, gnus-treat-fold-headers)
25606         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25607         (gnus-treat-mail-picon, gnus-treat-wash-html)
25608         (gnus-article-encrypt-protocol)
25609         (gnus-use-idna, gnus-article-over-scroll)
25610         (gnus-mime-display-multipart-alternative-as-mixed)
25611         (gnus-mime-display-multipart-related-as-mixed)
25612         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25613         (gnus-ctan-url, gnus-button-ctan-handler)
25614         (gnus-button-handle-ctan-bogus-regexp)
25615         (gnus-button-ctan-directory-regexp)
25616         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25617         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25618         (gnus-button-man-level, gnus-button-emacs-level)
25619         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25620
25621         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25622         (gnus-agent-go-online): Change :version.
25623         (gnus-agent-expire-unagentized-dirs)
25624         (gnus-agent-auto-agentize-methods): Add :version.
25625
25626         * flow-fill.el (fill-flowed-display-column)
25627         (fill-flowed-encode-column): Add :version.
25628
25629         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25630         (gnus-outlook-deuglify-unwrap-max)
25631         (gnus-outlook-deuglify-cite-marks)
25632         (gnus-outlook-deuglify-unwrap-stop-chars)
25633         (gnus-outlook-deuglify-no-wrap-chars)
25634         (gnus-outlook-deuglify-attrib-cut-regexp)
25635         (gnus-outlook-deuglify-attrib-verb-regexp)
25636         (gnus-outlook-deuglify-attrib-end-regexp)
25637         (gnus-outlook-display-hook): Add :version.
25638
25639         * binhex.el (binhex-use-external): Add :version.
25640
25641 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25642
25643         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25644         and `invisible'.
25645
25646 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25647
25648         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25649         in gnus-registry-trim.
25650
25651 2004-09-13  Simon Josefsson  <jas@extundo.com>
25652
25653         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25654
25655         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25656
25657         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25658         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25659         <yamaoka@jpl.org>.
25660         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25661         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25662         <yamaoka@jpl.org>.
25663
25664         * sieve.el (sieve-manage-mode): Ditto.
25665
25666 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25667
25668         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25669
25670 2004-09-11  Simon Josefsson  <jas@extundo.com>
25671
25672         * dns-mode.el: Add.
25673
25674         * mm-view.el (mm-display-dns-inline): Add.
25675
25676         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25677         (mm-automatic-display): Ditto.
25678
25679         * mailcap.el (mailcap-mime-data): Add text/dns.
25680         (mailcap-mime-extensions): Map .soa to text/dns.
25681
25682 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25683
25684         * gnus-art.el (article-decode-mime-words, article-babel)
25685         (gnus-article-highlight-signature, gnus-article-add-buttons)
25686         (gnus-signature-toggle): Remove unnecessary bindings of
25687         `inhibit-read-only' inherited from v5.10 merge.
25688
25689 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25690
25691         * nntp.el (nntp): New customization group.
25692         (nntp-authinfo-file): Add customization group.
25693
25694         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25695
25696         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25697
25698         * gnus.el (to-address, to-list, subscribed)
25699         (large-newsgroup-initial): Ditto.
25700
25701         * flow-fill.el (fill-flowed-display-column)
25702         (fill-flowed-encode-column): Ditto.
25703
25704 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25705
25706         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25707         Use point-min rather than 1.
25708         (message-send-mail): Use buffer-size rather than point-max.
25709
25710         * gnus-sum.el (gnus-summary-search-article-forward):
25711         Signal a specific `search-failed' rather than a generic `error'.
25712
25713         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25714         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25715         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25716
25717 2004-09-10  Simon Josefsson  <jas@extundo.com>
25718
25719         * nndb.el (require): Remove tcp and duplicate cl.
25720
25721 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25722
25723         * gnus-agent.el (directory-files-and-attributes): Move forward.
25724
25725 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25726
25727         * gnus-agent.el (directory-files-and-attributes):
25728         Optionally defined to support XEmacs.
25729
25730 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25731
25732         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25733         to avoid run-time CL dependencies.
25734         (gnus-agent-unfetch-articles): New function.
25735         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25736         article numbers even when local .overview file is missing.
25737         (gnus-agent-read-article-number): New function.  Only accepts
25738         27-bit article numbers.
25739         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25740         Use gnus-agent-read-article-number.
25741         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25742         from backend while recognizing that article numbers in .overview
25743         must be valid.
25744         (gnus-agent-update-files-total-fetched-for):
25745         Use directory-files-and-attributes to improve performance.
25746         * gnus-int.el (gnus-request-move-article):
25747         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25748         improve performance.
25749
25750         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25751         some users confused by references to .newsrc when they only have a
25752         .newsrc.eld file.
25753         (gnus-convert-mark-converter-prompt)
25754         (gnus-convert-converter-needs-prompt): Fix use of property list.
25755         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25756         New function.  Used internally to only display 'gnus converting
25757         files' message when actually necessary.
25758
25759         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25760         methods now autoloaded.
25761
25762 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25763
25764         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25765         identifiers.
25766
25767 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25768
25769         * gnus-picon.el: Fix indentation and closing parenthesis.
25770
25771 2004-09-01  Simon Josefsson  <jas@extundo.com>
25772
25773         * message.el (message-canlock-generate): Require sha1, not
25774         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25775         to require within a function.  Sadly, if sha1.el isn't loaded, the
25776         let binding in m-c-g will hide the defcustom definition, which is
25777         bad.)
25778
25779         * canlock.el: Require sha1, not sha1-el.
25780
25781         * message.el: Don't autoload sha1 (there is a autoload cookie in
25782         sha1.el).
25783
25784         * sha1-el.el: Rename to sha1.el.
25785
25786 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25787
25788         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25789
25790 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25791
25792         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25793
25794 2004-08-30  Kim F. Storm  <storm@cua.dk>
25795
25796         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25797
25798         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25799         Add :group 'nnimap.
25800
25801 2004-08-30  Andreas Schwab  <schwab@suse.de>
25802
25803         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25804         ?* and ?\;.
25805
25806         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25807         and ?\' to symbol instead of whitespace.
25808
25809 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25810
25811         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25812
25813         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25814         instead of re-search-forward.
25815
25816         * gnus-uu.el (gnus-uu-save-article): Ditto.
25817         (gnus-uu-post-encode-uuencode): Ditto.
25818
25819         * html2text.el (html2text-clean-list-items): Ditto.
25820         (html2text-clean-dtdd): Ditto.
25821         (html2text-format-tags): Ditto.
25822
25823         * message.el (message-send-mail-with-sendmail): Fix regexp.
25824         (message-fill-field-general): Use search-forward instead of
25825         re-search-forward.
25826         (unbold-region): Ditto.
25827
25828         * nnrss.el (nnrss-request-article): Ditto.
25829
25830         * nnslashdot.el (nnslashdot-request-article): Ditto.
25831
25832         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25833
25834         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25835         "Unrecognized menu descriptor" error in XEmacs.
25836
25837 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25838
25839         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25840         parent article of a sparse article in the thread hashtb.
25841
25842 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25843
25844         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25845         (nnmail-expand-newtext): Lowercase expanded entries if
25846         nnmail-split-lowercase-expanded is non-nil.
25847
25848 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25849
25850         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25851
25852         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25853         of gnus-tmp-news-method into string under XEmacs.  It will be
25854         passed to gnus-correct-length which takes only a string argument.
25855
25856 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25857
25858         * gnus-util.el (gnus-bind-print-variables): New macro.
25859         (gnus-prin1): Use it.
25860         (gnus-prin1-to-string): Use it.
25861         (gnus-pp): New function.
25862         (gnus-pp-to-string): New function.
25863
25864         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25865         Replace pp-to-string with gnus-pp-to-string.
25866         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25867         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25868         * gnus-msg.el (gnus-debug): Ditto.
25869         * gnus-score.el (gnus-score-save): Ditto.
25870         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25871         gnus-pp-to-string.
25872         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25873         with gnus-pp.
25874         * score-mode.el (gnus-score-pretty-print): Ditto.
25875         * webmail.el (webmail-debug): Ditto.
25876
25877 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25878
25879         * gnus-art.el (article-display-face, article-display-x-face):
25880         Use buffer-read-only.
25881
25882 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25883
25884         * gnus-art.el (article-hide-list-identifiers):
25885         Bind inhibit-read-only as t.
25886
25887 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25888
25889         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25890
25891 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25892
25893         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25894         (gnus-narrow-to-page): Don't assume point-min == 1.
25895         (gnus-article-edit-mode): Derive from message-mode.
25896
25897         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25898         point-min == 1.
25899
25900         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25901         Disable incorrect use of `assert'.
25902
25903         * message.el (message-mode): Set comment-start-skip.
25904
25905
25906 2004-08-22  Sam Steingold  <sds@gnu.org>
25907
25908         * pop3.el (pop3-leave-mail-on-server): New user variable.
25909         (pop3-movemail): Delete mail only when it is nil.
25910
25911 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25912
25913         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25914
25915         * mml.el (mml-preview): Use `pop-to-buffer'.
25916
25917         * message.el (message-goto-mail-followup-to): Insert after "To".
25918         (message-carefully-insert-headers): Add comment.
25919
25920         * gnus.el: Remove unused variable `gnus-article-check-size'.
25921
25922         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25923
25924         * gnus-art.el (gnus-button-alist):
25925         Improve `gnus-button-handle-library' entry.
25926
25927 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25928
25929         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25930         Use downcase, since XEmacs capitalizes error messages differently.
25931
25932 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25933
25934         * nntp.el: Add (require 'gnus) due to reference to
25935         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25936
25937 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25938
25939         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25940         Bind `mm-fill-flowed'.
25941
25942         * mm-decode.el (mm-dissect-singlepart): Check it.
25943
25944 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25945
25946         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25947         'imap' for netrc parsing.
25948
25949 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25950
25951         * mailcap.el (mailcap-mime-data): Mark as risky.
25952
25953 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25954
25955         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25956         may be included in the encoded word.
25957         (rfc2047-encode): Don't append a space if the encoded word
25958         includes close parenthesis.
25959
25960 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25961
25962         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25963         of text within parentheses.
25964
25965 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25966
25967         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25968         (gnus-encrypt-write-file-contents): Make the password key the file
25969         name PLUS the cipher, not just the cipher.  Also remove failed
25970         passwords from the cache.
25971
25972 2004-08-06  Simon Josefsson  <jas@extundo.com>
25973
25974         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25975         Doc fix.
25976
25977 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25978
25979         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25980         LWSP.
25981
25982 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25983
25984         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25985         Try to append in-reply-to: data to the references: header.
25986
25987         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25988         (netrc-parse): Use gnus-encrypt.el functions.
25989
25990         * gnus-encrypt.el: Add new file for encryption support; currently
25991         does only a few GPG ciphers and an internal XOR cipher.
25992
25993         * password.el: Add comments on using password-read-and-add.
25994         (password-read-and-add): Add function to read and add the
25995         password to the cache at once.
25996
25997 2004-07-28  Simon Josefsson  <jas@extundo.com>
25998
25999         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
26000         parameter (but don't use it, for now).
26001
26002         * imap.el (imap-ssl-open): Use imap-process-connection-type,
26003         instead of hard coding to nil.
26004
26005 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26006
26007         * mm-view.el (mm-inline-image-emacs): Open lines under an image
26008         as mm-inline-image-xemacs does.
26009
26010 2004-07-26  Simon Josefsson  <jas@extundo.com>
26011
26012         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
26013         Revert part of 2004-07-17 change below.
26014
26015 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26016
26017         * rfc2047.el (rfc2047-encode-region): Don't infloop.
26018         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26019
26020 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26021
26022         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
26023         quotes that actually start with ">" at the beginning of the
26024         lines.
26025
26026 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26027
26028         * rfc2047.el (rfc2047-encode-region): Fix last change.
26029         (rfc2047-encode-parameter): Remove useless concat.
26030
26031 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26032
26033         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
26034         encode special characters; fix some kind of misconfigured headers;
26035         signal a real error if debug-on-quit or debug-on-error is non-nil.
26036         (rfc2047-encode-max-chars): New variable.
26037         (rfc2047-encode-1): Use it.
26038         (rfc2047-encode-parameter): New function.
26039
26040         * mml.el (mml-insert-parameter): Remove an excessive space.
26041
26042 2004-07-17  Simon Josefsson  <jas@extundo.com>
26043
26044         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
26045         Kai Grossjohann <kai@emptydomain.de>.
26046         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
26047         (gnus-group-make-menu-bar): Ditto.
26048
26049         * gnus-util.el (gnus-group-server): Add.
26050
26051 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
26052
26053         * message.el (message-clone-locals): Clone sendmail and smtp
26054         variables.
26055
26056 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26057
26058         * rfc2047.el (rfc2047-encode-region): Fix last change.
26059
26060 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26061
26062         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
26063         characters as non-special.
26064
26065 2004-07-09  Simon Josefsson  <jas@extundo.com>
26066
26067         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
26068         Users will lose all flag changes made while unplugged with
26069         e.g. nntp unless flag synchronization happens, thus `nil' is not a
26070         good default.  See numerous reports on ding mailing list.
26071
26072 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26073
26074         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
26075         add generate-head-function and generate-article-function to the
26076         rfc822-forward entry.
26077         (nndoc-rfc822-forward-generate-article): New function.
26078         (nndoc-rfc822-forward-generate-head): New function.
26079
26080         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
26081
26082 2004-07-06  Dan Christensen  <jdc@uwo.ca>
26083
26084         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
26085         respect display group parameter and gnus-summary-expunge-below.
26086         (gnus-articles-to-read): Remove unused reference to display group
26087         parameter.
26088
26089 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26090
26091         * nnheader.el (nnheader-uniquify-message-id): New experimental
26092         variable.
26093         (nnheader-nov-read-message-id): Use it.
26094
26095         * spam-report.el (spam-report-gmane): Add interactive.
26096
26097 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
26098
26099         * mm-encode.el (mm-content-transfer-encoding-defaults):
26100         Use qp-or-base64 for the application/* types.
26101
26102 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
26103
26104         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
26105
26106 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
26107
26108         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
26109         trim value.
26110
26111 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26112
26113         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
26114         New macro and function.
26115         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
26116
26117 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26118
26119         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
26120         after-load-alist.
26121
26122 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26123
26124         * gnus-group.el (gnus-group-get-new-news-this-group):
26125         Don't update info that isn't there.
26126
26127 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
26128
26129         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
26130         entry.
26131
26132 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26133
26134         * mm-view.el (mm-inline-render-with-function): Use multibyte
26135         buffer; decode html source by charset.
26136
26137         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
26138
26139         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
26140         Mule-UCS is loaded under XEmacs.
26141         (mm-mime-mule-charset-alist): Avoid duplicated entries.
26142
26143 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
26144
26145         * nnheader.el (nnheader-max-head-length): Increase to 8192.
26146
26147 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26148
26149         * mm-util.el (mm-coding-system-p): Return a coding-system.
26150         (mm-mime-mule-charset-alist): Use shift_jis instead of
26151         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
26152         entries for the mime charsets iso-2022-jp-3 and shift_jis.
26153         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
26154         instead of japanese-shift-jis and iso-latin-1 respectively in
26155         order to share the default value with both Emacs and XEmacs-mule.
26156         (mm-mule-charset-to-mime-charset):
26157         Make mm-coding-system-priorities effective.
26158         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
26159         while predicating of candidates upon the priorities.
26160
26161 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
26162
26163         * gnus-sum.el (gnus-summary-make-menu-bar):
26164         Add gnus-uu-invert-processable.
26165
26166         * gnus.el: Autoload gnus-uu-invert-processable.
26167
26168 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26169
26170         * mm-util.el (mm-with-multibyte-buffer): New macro.
26171
26172         * rfc2047.el (rfc2047-encode-string): Use it.
26173         (rfc2047-encode-region): Move point to the end of the region after
26174         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
26175
26176 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26177
26178         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
26179         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
26180
26181 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26182
26183         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
26184         (gnus-cite-parse): Ignore quoted envelope From_.
26185         Suggested by Karl Chen <quarl@nospam.quarl.org>.
26186
26187 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
26188
26189         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
26190         invalid addresses.
26191
26192 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
26193
26194         * spam.el: Change section markers, revise TODO list.
26195         (spam-backends): Make new master list of all installed backends.
26196         (spam-summary-exit-behavior): Add new variable to determine how
26197         messages moves are done at summary exit.
26198         (spam-move-spam-nonspam-groups-only)
26199         (spam-process-ham-in-nonham-groups)
26200         (spam-process-ham-in-spam-groups): Remove variables, the
26201         spam-summary-exit-behavior variable should be used to manage this
26202         behavior.
26203         (spam-old-ham-articles, spam-old-spam-articles): Remove.
26204         (spam-old-articles): Add variable, replacing spam-old-ham-articles
26205         and spam-old-spam-articles.
26206         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
26207         Add empty variables, placeholders for the backends they represent.
26208         (spam-set-difference): Move, unchanged.
26209         (spam-list-of-processors): Declare OBSOLETE, not used anymore
26210         unless the user has a processor variable.
26211         (spam-classifications, spam-classification-valid-p)
26212         (spam-backend-properties, spam-backend-property-valid-p)
26213         (spam-backend-function-type-valid-p)
26214         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
26215         (spam-report-articles-gmane, spam-report-articles-resend):
26216         Remove functions, they are not needed.
26217         (spam-install-backend-super, spam-backend-list)
26218         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
26219         (spam-backend-function, spam-backend-ham-registration-function)
26220         (spam-backend-spam-registration-function)
26221         (spam-backend-ham-unregistration-function)
26222         (spam-backend-spam-unregistration-function)
26223         (spam-backend-statistical-p, spam-backend-mover-p)
26224         (spam-install-backend-alias, spam-install-checkonly-backend)
26225         (spam-install-mover-backend, spam-install-nocheck-backend)
26226         (spam-install-backend, spam-install-statistical-backend)
26227         (spam-install-statistical-checkonly-backend): Add backend installation
26228         support.
26229         (spam-summary-prepare-exit): Rewrite to use the new backend code.
26230         (spam-group-processor-p): Use the new backend code and respect the
26231         summary exit behavior.
26232         (spam-mark-spam-as-expired-and-move-routine): Remove.
26233         (spam-summary-prepare): Change to use the new spam-old-articles
26234         variable.
26235         (spam-copy-or-move-routine, spam-copy-spam-routine)
26236         (spam-move-spam-routine, spam-copy-ham-routine)
26237         (spam-move-ham-routine): Add code to copy/move ham or spam.
26238         (spam-fetch-field-fast): Improve doc and code, plus allow the
26239         'number request.
26240         (spam-list-of-checks, spam-list-of-statistical-checks):
26241         Remove variables.
26242         (spam-split, spam-find-spam): Use the new backend code.
26243         (spam-registration-functions): Remove variable.
26244         (spam-unregister-routine): Add convenience wrapper.
26245         (spam-log-undo-registration, spam-register-routine)
26246         (spam-log-processing-to-registry)
26247         (spam-log-unregistration-needed-p): Rename "check" to "backend"
26248         where possible.
26249         (spam-check-gmane-xref, spam-check-regex-headers)
26250         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
26251         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
26252         (spam-check-bogofilter-headers, spam-check-spamoracle)
26253         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26254         (spam-check-crm114-headers): Use the spam-split-group that
26255         spam-split prepares, no need to determine it every time.
26256
26257         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26258         to the nnheader-parse-naked-head call.
26259
26260         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26261
26262         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26263         the nnheader-nov-read-message-id call.
26264
26265 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26266
26267         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26268         gnus-activate-group twice.  Suggested by Markus Peter
26269         <warp@spin.de>.
26270
26271 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26272
26273         * gnus-art.el (gnus-article-time-format): Exchange the order of
26274         day and month in the default value; fix customization type.
26275         (article-date-ut): Use add-text-properties.
26276         (article-make-date-line): Use message-make-date instead of
26277         current-time-string.
26278
26279         * message.el (message-fetch-field): Don't use set-text-properties.
26280         (message-make-date): Simplify.
26281
26282         * messagexmas.el (message-xmas-make-date): New function.
26283         (message-xmas-redefine): Defalias message-make-date to it.
26284
26285 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26286
26287         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26288         (rfc2047-encode-region): Treat text within parentheses as special;
26289         show the original text when error has occurred.
26290
26291         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26292         already-computed method to gnus-activate-group.
26293
26294         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26295         same select-methods identical Lisp objects.
26296
26297         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26298         object when modifying the info.
26299
26300 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26301
26302         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26303         gnus-opened-servers since it has never been opened with the new
26304         configuration yet.
26305
26306 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26307
26308         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26309         arg to nnheader-generate-fake-message-id.
26310
26311 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26312
26313         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26314         number and build a fake message ID localized to a group and
26315         article number (so it's repeatable from that point on).
26316         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26317         ID format.
26318
26319         * gnus-sum.el (gnus-get-newsgroup-headers):
26320         Call nnheader-generate-fake-message-id with the article number.
26321
26322 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26323
26324         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26325         end-of-buffer.
26326
26327 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26328
26329         * message.el (message-ignored-supersedes-headers): Add Approved.
26330
26331 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26332
26333         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26334         goto-char.
26335         (rfc2047-encode): Fold the line before encoding.
26336
26337 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26338
26339         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26340         folding -- not all headers can be folded, and this should be done
26341         by the message composition mode.  Probably.  I think.
26342
26343 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26344
26345         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26346         fast.
26347
26348         * gnus-ems.el (gnus-remove-image): Don't use
26349         message-text-with-property; remove only the image found first.
26350
26351         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26352         found first.
26353
26354 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26355
26356         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26357
26358 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26359
26360         * message.el (message-text-with-property): Make it fast and accept
26361         optional arguments.
26362         (message-strip-forbidden-properties): Use it.
26363         (message-fix-before-sending): Follow the m-t-w-p change.
26364
26365         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26366
26367 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26368
26369         * gnus-art.el (article-hide-headers): Don't change the buffer
26370         mistakenly when performing mml-preview even if
26371         gnus-single-article-buffer is nil.
26372
26373 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26374
26375         * message.el (message-expand-name-databases): New user option.
26376         (message-expand-name): Use it.
26377
26378 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26379
26380         * spam.el (spam-report-articles-resend)
26381         (spam-report-resend-register-routine): Allow ham reporting.
26382         (spam-report-resend-register-ham-routine): Add wrapper.
26383         (spam-registration-functions): Add ham resending functions.
26384         (spam-list-of-processors): Add ham resend processor.
26385
26386         * gnus.el (ham-resend-to): Add new group parameter.
26387         (spam-process): Add ham resend option.
26388
26389         * spam-report.el (spam-report-resend): Allow reporting ham.
26390         (spam-report-resend-ham): Add wrapper.
26391
26392 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26393
26394         * message.el (message-cite-articles-with-x-no-archive):
26395         New variable.
26396         (message-cite-original): Use it.
26397
26398 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26399
26400         * message.el (message-cite-original): Respect X-No-Archive.
26401
26402 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26403
26404         * gnus-art.el (article-hide-headers): Refer to the values for
26405         gnus-ignored-headers and gnus-visible-headers in the summary
26406         buffer since a user may have set them as group parameters.
26407
26408 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26409
26410         * assistant.el (assistant-node-name): Add convenience function.
26411         (assistant-render-text, assistant-render-node): Add error handling,
26412         plus handle multiple next nodes.
26413         (assistant-find-next-node): Comment out for now.
26414         (assistant-find-next-nodes): Add function, returns list of next
26415         nodes.
26416
26417 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26418
26419         * mail-source.el (mail-source-directory): Fix doc-string.
26420
26421 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26422
26423         * assistant.el (assistant-render-text, assistant-eval): Add :set
26424         widget type, which is different because it takes and returns a
26425         list.  Much hilarity ensues.
26426
26427 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26428
26429         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26430
26431         * gnus-group.el (gnus-group-get-new-news-this-group):
26432         Add doc-string.
26433
26434         * gnus-start.el (gnus-activate-group): Add doc-string.
26435
26436 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26437
26438         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26439
26440 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26441
26442         * assistant.el (assistant-render-text): Try to add a :set
26443         widget, more to come.
26444
26445         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26446         strings.
26447         (spam-report-articles-resend)
26448         (spam-register-routine): Do registration iff any articles warrant
26449         it.
26450         (spam-summary-prepare-exit): Change log message for nil group
26451         destinations.
26452
26453 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26454
26455         * spam.el (spam-report-resend-register-routine):
26456         Allow spam-report-resend-to to be a group parameter or a global value.
26457
26458 2004-05-26  Simon Josefsson  <jas@extundo.com>
26459
26460         * starttls.el: Merge with my GNUTLS based starttls.el.
26461         (starttls-gnutls-program, starttls-use-gnutls)
26462         (starttls-extra-arguments, starttls-process-connection-type)
26463         (starttls-connect, starttls-failure, starttls-success):
26464         New variables.
26465         (starttls-program, starttls-extra-args): Doc fix.
26466         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26467         New functions.
26468         (starttls-negotiate, starttls-open-stream):
26469         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26470         function if it is set.
26471
26472 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26473
26474         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26475         structured fields.
26476
26477 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26478
26479         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26480
26481 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26482
26483         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26484         Add variable.
26485         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26486         assigning the spam-mark to new messages.
26487
26488 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26489
26490         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26491
26492 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26493
26494         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26495
26496         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26497         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26498         default.
26499
26500 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26501
26502         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26503         correct data.
26504
26505 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26506
26507         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26508         (spam-group-processor-p): Fix function.
26509         (spam-group-processor-multiple-p)
26510         (spam-group-spam-processor-report-gmane-p)
26511         (spam-group-spam-processor-report-resend-p)
26512         (spam-group-spam-processor-bogofilter-p)
26513         (spam-group-spam-processor-blacklist-p)
26514         (spam-group-spam-processor-ifile-p)
26515         (spam-group-ham-processor-ifile-p)
26516         (spam-group-spam-processor-spamoracle-p)
26517         (spam-group-spam-processor-crm114-p)
26518         (spam-group-ham-processor-bogofilter-p)
26519         (spam-group-spam-processor-stat-p)
26520         (spam-group-ham-processor-stat-p)
26521         (spam-group-ham-processor-whitelist-p)
26522         (spam-group-ham-processor-BBDB-p)
26523         (spam-group-ham-processor-spamoracle-p)
26524         (spam-group-ham-processor-copy-p): Remove functions with some
26525         prejudice against unneeded code.
26526         (spam-report-articles-resend)
26527         (spam-report-resend-register-routine): Allow the group/topic
26528         spam-resend-to value to override spam-report-resend-to.
26529         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26530         properly now.
26531
26532         * gnus.el (spam-resend-to): Add group/topic parameter.
26533         (spam-process): Move the OBSOLETE processors to the end of the
26534         choices.
26535
26536 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26537
26538         * spam-report.el (spam-report-resend-to, spam-report-resend):
26539         Start with resend-to set to nil, and then ask the user if necessary.
26540         (spam-report-resend): spam-report-resend takes a list of articles, not
26541         separate article numbers.
26542
26543 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26544
26545         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26546         addition to emacs-w3m.
26547
26548 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26549
26550         * assistant.el (assistant-authinfo-data): New function.
26551         (assistant-eval): Eval for entire assistant.
26552
26553         * netrc.el (netrc-services-file): New variable.
26554         (netrc-parse-services): New function.
26555         (netrc-find-service-name): New function.
26556         (netrc-find-service-number): New function.
26557         (netrc-port-equal): New function.
26558         (netrc-machine): Use it.
26559
26560         * nnimap.el (nnimap-open-connection): Use netrc.
26561
26562         * gnus-util.el (gnus-netrc-get): Remove aliases.
26563
26564         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26565
26566         * assistant.el (wid-edit): Fix compilation.
26567
26568         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26569
26570 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26571
26572         * gnus-util.el (gnus-set-file-modes): New function.  (small
26573         patch).
26574
26575 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26576
26577         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26578
26579         * assistant.el (assistant-render-node): Fix up rendering and
26580         read-only text.
26581         (assistant-render-node): Reset.
26582         (assistant-make-read-only): Not sticky.
26583
26584 2004-05-20  Danny Siu  <dsiu@adobe.com>
26585
26586         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26587         centered even when gnus-auto-center-summary is t.
26588
26589 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26590
26591         * dns.el (dns-get-txt-answer): New function.
26592         (dns-read-txt): Ditto.
26593         (query-dns): Use it.
26594
26595 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26596
26597         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26598         active for foreign groups even if the group level is higher than
26599         the specified value.
26600
26601 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26602
26603         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26604         non-active groups.
26605
26606         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26607
26608 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26609
26610         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26611
26612 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26613
26614         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26615         (spam-crm114-header, spam-crm114-spam-switch)
26616         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26617         (spam-crm114-positive-spam-header)
26618         (spam-crm114-database-directory, spam-list-of-processors)
26619         (spam-group-spam-processor-crm114-p)
26620         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26621         (spam-generic-score, spam-list-of-checks)
26622         (spam-list-of-statistical-checks, spam-registration-functions)
26623         (spam-check-crm114-headers, spam-crm114-score)
26624         (spam-check-crm114, spam-crm114-register-with-crm114)
26625         (spam-crm114-register-spam-routine)
26626         (spam-crm114-unregister-spam-routine)
26627         (spam-crm114-register-ham-routine)
26628         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26629
26630 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26631
26632         * gnus.el: Add spam-use-crm114.
26633
26634         * spam.el (spam-list-of-processors, spam-registration-functions):
26635         Add spam-use-resend.
26636         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26637         (spam-report-articles-gmane): Add doc fix.
26638         (spam-report-articles-resend, spam-report-resend-register-routine):
26639         Add wrappers around spam-report-resend-to.
26640
26641         * spam-report.el (spam-report-resend-to, spam-report-resend):
26642         Add support for resending spam.
26643         (spam-report-gmane): Fix line length >80.
26644
26645         * gnus.el (spam-process): Add spam-use-resend.
26646
26647 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26648
26649         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26650         number of processed spam messages.
26651         (spam-ham-copy-or-move-routine): Return the number of processed
26652         ham messages.
26653         (spam-summary-prepare-exit): Use the above values to decide
26654         whether status messages should be displayed.
26655
26656 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26657
26658         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26659         `rfc2047-encoding-function-alist' in order to avoid conflicting
26660         with the old version.
26661         (rfc2047-encode-region): Concatenate words containing non-ASCII
26662         characters in structured fields; don't encode space-delimited
26663         ASCII words even in unstructured fields; don't break words at
26664         char-category boundaries.
26665         (rfc2047-encode-1): New function.
26666         (rfc2047-encode): Use it; encode text so that it occupies the
26667         maximum width within 76-column; work correctly on Q encoding for
26668         iso-2022-* charsets.
26669         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26670         sure not to break a line just after the header name.
26671         (rfc2047-b-encode-region): Remove.
26672         (rfc2047-b-encode-string): New function.
26673         (rfc2047-q-encode-region): Remove.
26674         (rfc2047-q-encode-string): New function.
26675
26676         * mm-util.el (mm-replace-in-string): New function.
26677
26678 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26679
26680         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26681         Really get it right.
26682         (gnus-inews-make-draft): Really.
26683
26684 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26685
26686         * nnmh.el (nnmh-request-list-1): Don't check the link count
26687         before descending.  (small patch)
26688
26689 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26690
26691         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26692         stuff.
26693
26694         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26695         Match on real group name.
26696
26697         * gnus-art.el (gnus-signature-limit): Doc fix.
26698
26699         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26700
26701         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26702
26703 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26704
26705         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26706         isn't a string.
26707
26708 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26709
26710         * gnus-draft.el (gnus-draft-send):
26711         Bind rfc2047-encode-encoded-words.
26712
26713         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26714         (rfc2047-encodable-p): Say that =? needs encoding.
26715         (rfc2047-encode-encoded-words): New variable.
26716
26717         * gnus-group.el (gnus-group-select-group): Doc fix.
26718
26719         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26720
26721         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26722         to nil.
26723
26724         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26725
26726         * nnheader.el (nnheader-get-lines-and-char): New function.
26727
26728 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26729
26730         * gnus-msg.el (gnus-summary-followup-with-original):
26731         Document yanking of region when active.
26732
26733 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26734
26735         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26736         groups if the group level is higher than the specified value.
26737
26738 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26739
26740         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26741         (gnus-group-jump-to-group): Add prefix argument using
26742         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26743         non-active group.
26744
26745         * compface.el (uncompface): Be verbose when changing
26746         `uncompface-use-external'.
26747
26748         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26749         handle manual section.
26750
26751 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26752
26753         * gnus-art.el (gnus-button-alist): Revert previous change.
26754
26755 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26756
26757         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26758
26759 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26760
26761         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26762         whether backend can accept message.
26763
26764         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26765
26766 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26767
26768         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26769         Avoid creating directory when nntp-marks-is-evil is true.
26770         Reported by Reiner Steib.
26771
26772 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26773
26774         * gnus-picon.el (gnus-picon-insert-glyph):
26775         Add optional `nostring' argument.
26776
26777 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26778
26779         * gnus-picon.el (gnus-picon-style): New variable.
26780         (gnus-picon-transform-address): Support `gnus-picon-style'.
26781
26782 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26783
26784         * message.el (message-fill-field): Return point.
26785         (message-generate-headers): Go to end of field.
26786
26787         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26788         stuff for non-living groups.
26789
26790 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26791
26792         * gnus-art.el (gnus-article-followup-with-original)
26793         (gnus-article-reply-with-original): gnus-mark-active-p ->
26794         gnus-region-active-p.
26795
26796 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26797
26798         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26799         only when there is spam or ham to be processed.
26800
26801 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26802
26803         * mail-source.el (mail-source-delete-crash-box): Refactor.
26804         (mail-source-fetch): Use it.
26805         (mail-source-fetch-file): Ditto.
26806         (mail-source-fetch-directory): Run postscript in loop.
26807         (mail-source-fetch-pop): Delete.
26808         (mail-source-fetch-maildir): Ditto.
26809         (mail-source-fetch-imap): Ditto.
26810
26811         * imap.el (imap-authenticators): Comment out sasl.
26812
26813         * message.el (message-skip-to-next-address): New function.
26814         (message-fill-header-address): Refactor.
26815         (message-fill-address): Use it.
26816         (message-delete-address): Use it.
26817         (message-fill-header-general): Refactor.
26818         (message-fill-field-address): Rename.
26819         (message-narrow-to-field): Find the start of the header.
26820         (message-header-format-alist): Don't pre-fill.
26821         (message-fill-header): Remove.
26822         (message-insert-header): New function.
26823         (message-shorten-references): Use it.
26824
26825         * rfc2047.el (rfc2047-field-value): Strip props.
26826
26827         * mail-parse.el (mail-header-make-address): New alias.
26828
26829         * ietf-drums.el (ietf-drums-make-address): New function.
26830
26831         * imap.el: Add compiler directives.
26832
26833         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26834
26835         * gnus-art.el (article-decode-idna-rhs): Don't use
26836         message-idna-inside-rhs-p.
26837
26838 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26839
26840         * message.el (message-idna-inside-rhs-p): Remove.
26841         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26842
26843         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26844         false positives.
26845
26846 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26847
26848         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26849
26850 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26851
26852         * nneething.el (nneething-file-name): Don't create spurious
26853         files.
26854
26855         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26856         (gnus-inews-do-gcc): Remove sleep.
26857
26858         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26859         part under point.
26860
26861         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26862         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26863
26864 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26865
26866         * spam.el (spam-summary-prepare-exit): Fix (length).
26867
26868 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26869
26870         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26871         as expired without moving it" message when there are spam
26872         messages left.
26873
26874 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26875
26876         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26877         header is not nil.
26878
26879 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26880
26881         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26882         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26883         (nntp-marks-changed-p): New arg SERVER.
26884         (nntp-request-update-info): Adjust caller.
26885
26886 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26887
26888         * nntp.el (nntp-save-marks): Pass missing arg.
26889
26890 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26891
26892         * nntp.el: Support marks.
26893         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26894         (nntp-marks-modtime, nntp-marks-directory): New variables.
26895         (nntp-request-set-mark, nntp-request-update-info)
26896         (nntp-possibly-create-directory, nntp-marks-changed-p)
26897         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26898         New functions.
26899
26900 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26901
26902         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26903         (gnus-xmas-redefine): Rename.
26904
26905         * gnus-score.el (gnus-score-insert-help):
26906         Use gnus-select-lowest-window.
26907
26908         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26909         appt-select-lowest-window and rename to gnus-select-lowest-window.
26910
26911         * gnus.el: do.
26912
26913 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26914
26915         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26916         encodings of MIME-encoded words, in order to improve
26917         interoperability with several broken MUAs.
26918
26919 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26920
26921         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26922         tags, only when charsets are not specified in headers.
26923         (mm-inline-text-html-render-with-w3m): Ditto.
26924
26925         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26926         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26927
26928 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26929
26930         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26931         instead of MIME-decoded from fields when checking
26932         `gnus-article-address-banner-alist'.
26933
26934 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26935
26936         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26937         description rather than subject.
26938
26939 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26940
26941         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26942
26943 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26944
26945         * gnus.el (gnus-version-number): Bump.
26946
26947 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26948
26949         * gnus.el: No Gnus v0.2 is released.
26950
26951 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26952
26953         * gnus-agent.el (gnus-agent-read-agentview):
26954         Inline gnus-uncompress-range.
26955
26956 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26957
26958         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26959         `exec-installed-p'.
26960
26961 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26962
26963         * gnus.el (spam-process, spam-autodetect-methods):
26964         Add bsfilter and bsfilter-headers.
26965
26966         * spam.el (spam-bsfilter): New customize group.
26967         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26968         (spam-bsfilter-header, spam-bsfilter-probability-header)
26969         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26970         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26971         (spam-bsfilter-database-directory): New options.
26972         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26973         (spam-list-of-statistical-checks, spam-registration-functions):
26974         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26975         (spam-bsfilter-score): New command.
26976         (spam-check-bsfilter-headers, spam-check-bsfilter)
26977         (spam-bsfilter-register-with-bsfilter)
26978         (spam-bsfilter-register-spam-routine)
26979         (spam-bsfilter-unregister-spam-routine)
26980         (spam-bsfilter-register-ham-routine)
26981         (spam-bsfilter-unregister-ham-routine): New functions.
26982         (spam-generic-score): Support bsfilter; Accept an optional argument
26983         to recalcurate spam score even if scoring header has already been
26984         added.
26985         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26986         optional argument to recalcurate spam score even if scoring header
26987         has already been added.
26988
26989 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26990
26991         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26992         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26993         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26994         link is missing.
26995
26996 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26997
26998         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26999         (html2text-get-attr): Rewrite.
27000
27001         * message.el (message-setup-1): Remove redundant put-text-property
27002         on mail-header-separator.
27003
27004 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
27005
27006         * gnus-registry.el (gnus-registry-cache-whitespace)
27007         (gnus-registry-action, gnus-registry-spool-action)
27008         (gnus-registry-split-fancy-with-parent): Change message levels
27009         from 5 to 3 or 7, as needed.
27010
27011         * spam.el (spam-summary-prepare-exit)
27012         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
27013         (spam-split, spam-find-spam, spam-log-undo-registration)
27014         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
27015         level from 5 to 6.
27016
27017 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27018
27019         * gnus-ems.el: Autoload appt-select-lowest-window (revert
27020         2004-03-04 change).
27021
27022 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
27023
27024         * sieve-manage.el (sieve-manage-open):
27025         * nnweb.el (nnweb-insert-html):
27026         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
27027         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
27028         * nnspool.el (nnspool-request-group):
27029         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
27030         * nnml.el (nnml-request-update-info):
27031         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
27032         (nnmh-request-create-group, nnmh-update-gnus-unreads):
27033         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
27034         (nnimap-request-set-mark):
27035         * nnfolder.el (nnfolder-request-update-info):
27036         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
27037         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
27038         * gnus-uu.el (gnus-uu-find-articles-matching):
27039         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
27040         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
27041         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
27042         * gnus-nocem.el (gnus-nocem-scan-groups):
27043         * gnus-int.el (gnus-start-news-server):
27044         * gnus-group.el (gnus-group-make-kiboze-group)
27045         (gnus-group-browse-foreign-server):
27046         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
27047         Use mapc when appropriate.
27048
27049 2004-04-22  Dan Christensen  <jdc@uwo.ca>
27050             Adam Sjøgren  <asjo@koldfront.dk>
27051             Wes Hardaker  <wes@hardakers.net>
27052             Michael Shields  <shields@msrl.com>
27053
27054         * spam.el (spam-necessary-extra-headers): Get the extra headers we
27055         may need for spam sorting and scoring.
27056         (spam-user-format-function-S): Add user format function suitable for
27057         general use.
27058         (spam-article-sort-by-spam-status): Add sorting function for summary
27059         sorting.
27060         (spam-extra-header-to-number): Add function to get a score from a
27061         header.
27062         (spam-summary-score): Add function to get a numeric score from the
27063         headers.
27064         (spam-generic-score): Fix function doc, was in wrong place.
27065         (spam-initialize): Take symbols when it's run, and install the
27066         extra headers that spam-necessary-extra-headers thinks we need.
27067
27068 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
27069
27070         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
27071         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27072
27073 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
27074
27075         * gnus-sum.el (gnus-set-global-variables)
27076         (gnus-build-all-threads, gnus-get-newsgroup-headers)
27077         (gnus-article-get-xrefs, gnus-summary-best-group)
27078         (gnus-summary-next-article, gnus-summary-enter-digest-group)
27079         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
27080         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
27081         Use with-current-buffer.
27082
27083 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
27084
27085         * spam.el (spam-summary-prepare-exit): Simplify logic.
27086         (spam-fetch-article-header): Read the article header if it's not
27087         available.
27088         (spam-list-articles): Simplify logic.
27089         (spam-filelist-register-routine): Fix bug with unregister-list.
27090
27091         * gnus-registry.el: Fix comments at beginning.
27092
27093 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
27094
27095         * message.el (message-cater-to-broken-inn): Remove.
27096         (message-shorten-references): Make sure the total folded length of
27097         References is shorter than 998 characters to cater to a bug in INN
27098         2.3.  Also, don't pretend that references aren't folded -- this
27099         hasn't worked for a while.
27100
27101 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27102
27103         * gnus-agent.el (gnus-agentize):
27104         gnus-agent-send-mail-real-function no longer set to current value
27105         of message-send-mail-function but rather a lambda that calls
27106         message-send-mail-function.  The change makes the agent real-time
27107         responsive to user changes to message-send-mail-function.
27108
27109 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27110
27111         * legacy-gnus-agent.el
27112         (gnus-agent-convert-to-compressed-agentview): Fix typos with
27113         help from Florian Weimer <fw@deneb.enyo.de>
27114
27115 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27116
27117         * nnmail.el (nnmail-cache-insert): Revert last change.
27118
27119 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27120
27121         * nnmail.el (nnmail-cache-insert): Always check whether
27122         nnmail-cache-ignore-groups matches a group name.
27123
27124 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
27125
27126         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
27127         (spam-find-spam, spam-log-processing-to-registry)
27128         (spam-log-registered-p, spam-log-unregistration-needed-p)
27129         (spam-log-undo-registration): Use gnus-message instead of
27130         gnus-error, none of these errors are fatal.
27131
27132         * gnus-registry.el (gnus-registry-clean-empty-function)
27133         (gnus-registry-clean-empty): Remove only empty entries without
27134         extra data.
27135
27136 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
27137
27138         * spam-stat.el (spam-stat-buffer-change-to-spam)
27139         (spam-stat-buffer-change-to-non-spam): Change (error) to
27140         (gnus-message 8) invocation.
27141
27142 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27143
27144         * nntp.el (nntp-via-netcat-command): New variable.
27145         (nntp-via-netcat-switches): New variable.
27146         (nntp-open-via-rlogin-and-netcat): New function.
27147         (nntp-open-connection-function): Doc fix.
27148         (nntp-telnet-command): Doc fix.
27149         (nntp-end-of-line): Doc fix.
27150         (nntp-via-rlogin-command): Doc fix.
27151         (nntp-via-user-name): Doc fix.
27152         (nntp-via-address): Doc fix.
27153
27154 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27155
27156         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
27157         error in Emacs 21.1.
27158
27159 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
27160
27161         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
27162
27163 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27164
27165         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
27166         (gnus-agent-with-refreshed-group): New macro.
27167         (gnus-agent-rename-group): New function.
27168         (gnus-agent-delete-group): New function.
27169         (gnus-agent-save-group-info): Use gnus-command-method when
27170         `method' parameter is nil.  Don't write nil entries into the
27171         active file.
27172         (gnus-agent-get-group-info): New function.
27173         (gnus-agent-fetch-articles):
27174         Use gnus-agent-update-files-total-fetched-for to increment disk space
27175         used.
27176         (gnus-agent-fetch-headers, gnus-agent-save-alist):
27177         Use gnus-agent-update-view-total-fetched-for to increment disk space
27178         used.
27179         (gnus-agent-get-local): Add optional parameters to avoid calling
27180         gnus-group-real-name and gnus-find-method-for-group.
27181         (gnus-agent-set-local): Delete stored entry if either min, or max,
27182         are nil.
27183         (gnus-agent-fetch-session): Reworded error/quit messages.
27184         On quit, use gnus-agent-regenerate-group to record existance of any
27185         articles fetched to disk before the quit occurred.
27186         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
27187         gnus-agent-update-view-total-fetched-for, and
27188         gnus-agent-update-files-total-fetched-for to decrement disk space
27189         used.
27190         (gnus-agent-retrieve-headers):
27191         Use gnus-agent-update-view-total-fetched-for to increment disk space
27192         used.
27193         (gnus-agent-regenerate-group): Replace gnus-group-update-group
27194         with gnus-agent-update-files-total-fetched-for to decrement disk
27195         space and fresh group buffer.
27196         (gnus-agent-inhibit-update-total-fetched-for): New variable.
27197         (gnus-agent-need-update-total-fetched-for): New variable.
27198         (gnus-agent-update-files-total-fetched-for): New function.
27199         (gnus-agent-update-view-total-fetched-for): New function.
27200         (gnus-agent-total-fetched-for): New function.
27201
27202         * gnus-cache.el (gnus-cache-save-buffers):
27203         Use gnus-cache-update-overview-total-fetched-for to change disk space
27204         used by this group.
27205         (gnus-cache-possibly-enter-article):
27206         Use gnus-cache-update-file-total-fetched-for to increment disk space
27207         used by this group.
27208         (gnus-cache-possibly-remove-article):
27209         Use gnus-cache-update-file-total-fetched-for to decrement disk space
27210         used by this group.
27211         (gnus-cache-generate-nov-databases): Purge total fetched cache.
27212         (gnus-cache-rename-group): New function.
27213         (gnus-cache-delete-group): New function.
27214         (gnus-cache-inhibit-update-total-fetched-for): New variable.
27215         (gnus-cache-need-update-total-fetched-for): New variable.
27216         (gnus-cache-with-refreshed-group): New macro.
27217         (gnus-cache-update-file-total-fetched-for): New function.
27218         (gnus-cache-update-overview-total-fetched-for): New function.
27219         (gnus-cache-rename-group-total-fetched-for): New function.
27220         (gnus-cache-delete-group-total-fetched-for): New function.
27221         (gnus-cache-total-fetched-for): New function.
27222
27223         * gnus-group.el: Require gnus-sum and autoload functions to
27224         resolve warnings when gnus-group.el compiled alone.
27225         (gnus-group-line-format): Document new %F.
27226         (size of Fetched data) group line format; identifies disk space
27227         used by agent and cache.
27228         (gnus-group-line-format-alist): Define new F format.
27229         (gnus-total-fetched-for): New function.
27230         (gnus-group-delete-group): No longer update
27231         gnus-cache-active-altered as gnus-request-delete-group now keeps
27232         the cache in sync.
27233         (gnus-group-list-active): Let the agent store a server's active
27234         list if currently plugged.
27235
27236         * gnus-int.el (gnus-request-delete-group):
27237         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
27238         local disk in sync with the server.
27239         (gnus-request-rename-group):
27240         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
27241         local disk in sync with the server.
27242
27243         * gnus-start.el (gnus-get-unread-articles):
27244         Cosmetic simplification to logic.
27245
27246         * gnus-util.el (gnus-rename-file): New function.
27247
27248 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
27249
27250         * mm-util.el (mm-image-load-path): Handle nil in load-path.
27251
27252 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
27253
27254         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27255         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27256
27257 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27258
27259         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27260         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27261
27262 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27263
27264         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27265
27266 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27267
27268         * spam.el (spam-set-difference): Add function to replace
27269         gnus-set-difference in spam.el.
27270         (spam-summary-prepare-exit): Use spam-set-difference.
27271
27272 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27273
27274         * gnus-registry.el (gnus-registry-cache-file): Update to use
27275         gnus-dribble-directory OR gnus-home-directory OR ~.
27276         (gnus-registry-split-fancy-with-parent): Fix doc.
27277
27278 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27279
27280         * message.el (message-exchange-point-and-mark):
27281         Use message-mark-active-p.  Suggested by Jesper Harder
27282         <harder@ifa.au.dk>.
27283
27284 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27285
27286         * message.el (message-exchange-point-and-mark): Don't activate
27287         region if it was inactive.  Suggested by Hiroshi Fujishima
27288         <pooh@nature.tsukuba.ac.jp>.
27289
27290 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27291
27292         * gnus-art.el (article-display-face): Display Faces in the same
27293         order as X-Faces.
27294
27295 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27296
27297         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27298
27299 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27300
27301         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27302         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27303         (gnus-article-mime-hierarchy): Remove.
27304         (gnus-article-mime-hierarchy-next): Remove.
27305         (gnus-article-mode): Revert 2004-03-19 change.
27306         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27307         (gnus-insert-mime-button): Revert 2004-03-19 change.
27308         (gnus-mime-accumulate-hierarchy): Remove.
27309         (gnus-mime-enter-multipart): Remove.
27310         (gnus-mime-leave-multipart): Remove.
27311         (gnus-mime-display-part): Revert 2004-03-19 change.
27312         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27313
27314         * mml.el (mml-preview): Revert 2004-03-19 change.
27315
27316 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27317
27318         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27319
27320 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27321
27322         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27323         t while entering a file name using the mm-with-multibyte macro.
27324         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27325
27326         * mm-util.el (mm-with-multibyte): New macro.
27327
27328 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27329
27330         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27331         New user option.
27332         (gnus-mime-multipart-functions): Doc and customization fix.
27333         (gnus-article-mime-hierarchy): New variable.
27334         (gnus-article-mime-hierarchy-next): New variable.
27335         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27336         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27337         gnus-article-mime-hierarchy-next to nil.
27338         (gnus-insert-mime-button): Show hierarchy numbers.
27339         (gnus-mime-accumulate-hierarchy): New function.
27340         (gnus-mime-enter-multipart): New function.
27341         (gnus-mime-leave-multipart): New function.
27342         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27343         (gnus-mime-display-alternative): Show hierarchy numbers.
27344
27345         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27346         gnus-article-mime-hierarchy-next to nil.
27347
27348 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27349
27350         * dns.el: Don't require gnus-xmas.
27351
27352 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27353
27354         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27355         inline PGP.
27356         (mml-menu): Disable mml-quote-region if mark is inactive.
27357
27358 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27359
27360         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27361         when the group's active is not available.
27362
27363 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27364
27365         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27366         error.
27367
27368 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27369
27370         * imap.el (imap-store-password): New variable.
27371         (imap-interactive-login): Use it.
27372         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27373
27374 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27375
27376         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27377         window-start and hscroll to summary window.
27378
27379 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27380
27381         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27382         conversion message to newsrc-dribble when an actual conversion is
27383         performed.
27384
27385 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27386
27387         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27388
27389 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27390
27391         * mm-decode.el (mm-complicated-handles): New function reviving
27392         former definition of mm-multiple-handles.
27393
27394         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27395         (gnus-mime-delete-part): Use it.
27396
27397 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27398
27399         * gnus-agent.el (gnus-agent-read-local):
27400         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27401         avoid the implicit assumption that they will always be equal.
27402         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27403         coding-system-for-write, as the with-temp-file macro first prints
27404         to a buffer then saves the buffer.
27405
27406 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27407
27408         * gnus-art.el (gnus-article-edit-part): New function.
27409         (gnus-mime-save-part-and-strip): Use it; do query instead of
27410         signaling an error; don't use mm-multiple-handles.
27411         (gnus-mime-delete-part): Ditto.
27412
27413 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27414
27415         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27416         old file versions.
27417         (gnus-group-prepare-hook): Remove function that converted list
27418         form of gnus-agent-expire-days to group properties.
27419
27420         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27421         (gnus-request-accept-article): Re-indented.
27422
27423         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27424         converters to handle old agent file formats.  Add logic for a
27425         "backup before upgrading warning".
27426         (gnus-convert-mark-converter-prompt): Developers can mark
27427         functions as needing (default), or not needing,
27428         gnus-convert-old-newsrc's "backup before upgrading warning".
27429         (gnus-convert-converter-needs-prompt): Tests whether the user
27430         should be protected from potentially irreversable changes by the
27431         function.
27432
27433         * legacy-gnus-agent.el: New.  Provides converters that are only
27434         loaded when gnus-convert-old-newsrc needs to call them.
27435
27436 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27437
27438         * mail-source.el (mail-source-touch-pop): Doc fix.
27439
27440         * message.el (message-smtpmail-send-it): Doc fix.
27441
27442 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27443
27444         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27445
27446         * nnmail.el (nnmail-split-fancy): do.
27447
27448         * gnus-kill.el (gnus-kill, gnus-execute): do.
27449
27450 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27451
27452         * gnus-sum.el (gnus-widget-reversible-match)
27453         (gnus-widget-reversible-to-internal)
27454         (gnus-widget-reversible-to-external): New functions.
27455         (gnus-widget-reversible): New widget.
27456         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27457
27458 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27459
27460         * gnus-sum.el (gnus-thread-sort-functions)
27461         (gnus-article-sort-functions): Document `(not F)' items.
27462
27463 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27464
27465         * spam.el (spam-use-gmane-xref): Add new backend.
27466         (spam-gmane-xref-spam-group): Add variable to control the name of the
27467         Gmane spam group.
27468         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27469         (spam-regex-headers-spam, spam-regex-headers-ham)
27470         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27471         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27472         backends and checks.
27473         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27474
27475         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27476         an autodetect method.
27477
27478 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27479
27480         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27481         articles are being added to a group.
27482         (gnus-request-replace-article): Inform the agent that articles
27483         need to be uncached as the cached contents are no longer valid.
27484
27485 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27486
27487         * binhex.el: Don't autoload executable-find.
27488
27489         * canlock.el: Don't autoload mail-fetch-field.
27490
27491         * dgnushack.el: Autoload c-mode for XEmacs.
27492
27493         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27494
27495         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27496         rmail-dont-reply-to and rmail-output.
27497
27498         * gnus-score.el: Don't autoload ffap-string-at-point.
27499
27500         * gnus-setup.el: Don't autoload sc-cite-original.
27501
27502         * imap.el: Don't autoload base64-decode-string,
27503         base64-encode-string and md5.
27504
27505         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27506         and rmail-msg-restore-non-pruned-header.
27507
27508         * mm-decode.el: Don't autoload executable-find.
27509
27510         * mm-url.el: Don't autoload executable-find.
27511
27512         * mm-view.el: Don't autoload diff-mode.
27513
27514         * nndb.el: Don't autoload news-reply-mode, news-setup,
27515         cancel-timer and telnet.
27516
27517         * password.el: Don't autoload run-at-time for Emacs.
27518
27519         * sha1-el.el: Don't autoload executable-find.
27520
27521         * sieve-mode.el: Don't autoload c-mode.
27522
27523         * uudecode.el: Don't autoload executable-find.
27524
27525 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27526
27527         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27528         (gnus-agent-possibly-alter-active): Avoid null in numeric
27529         comparison.
27530         (gnus-agent-set-local): Refuse to save null in local object table.
27531         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27532         list of articles that will be marked as unread.
27533
27534 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27535
27536         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27537
27538 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27539
27540         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27541         language tags.
27542
27543 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27544
27545         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27546         Don't bind "obarray".
27547
27548         * gnus-sum.el (gnus-thread-sort-functions):
27549         Add `gnus-thread-sort-by-most-recent-number' and
27550         `gnus-thread-sort-by-most-recent-date'.
27551         Reported by Kai Grossjohann <kai@emptydomain.de>.
27552
27553 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27554
27555         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27556
27557 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27558
27559         * gnus-cus.el (gnus-agent-customize-category):
27560         Remove ignore-errors macro reference that required cl to be loaded at
27561         run-time.
27562
27563         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27564         single-interval range of the form (min . max).  Previously the
27565         range had to look like ((min . max)).  Likewise, return
27566         (min . max) rather than ((min . max)).
27567         (gnus-range-map): Use gnus-range-normalize to accept
27568         single-interval range.
27569
27570         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27571         the cache, but not the agent, now appear with their usual face.
27572
27573         * dgnushack.el (loaddir): New variable that is bound to the
27574         directory containing the dgnushack.el file.  Use loaddir, rather
27575         than srcdir, to update load-path.  Change lets dgnushack compile
27576         code in directories other than GNUS/lisp.
27577
27578 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27579
27580         * lpath.el: Don't bind w3m-safe-url-regexp.
27581
27582         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27583         w3m-safe-url-regexp variable buffer-local.
27584
27585         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27586
27587 2004-02-27  Simon Josefsson  <jas@extundo.com>
27588
27589         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27590         gnus-group-real-prefix.
27591         (gnus-summary-move-article): Use it, instead of
27592         gnus-group-real-prefix.
27593
27594 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27595
27596         * lpath.el: Bind w3m-safe-url-regexp.
27597
27598         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27599         w3m-safe-url-regexp variable buffer-local and set it as the value
27600         of mm-w3m-safe-url-regexp.
27601
27602         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27603
27604         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27605         parsing gnus-posting-styles when the message is not for replying.
27606
27607         * dgnushack.el: Autoload sgml-mode for XEmacs.
27608
27609         * nnrss.el (nnrss-opml-export):
27610         Use mm-set-buffer-file-coding-system instead of
27611         set-buffer-file-coding-system.
27612
27613 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27614
27615         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27616         of checkdoc.el).
27617         * nnrss.el: do.
27618         * gnus-mlspl.el: do.
27619         * gnus-ml.el: do.
27620         * gnus-srvr.el: do.
27621
27622         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27623
27624 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27625
27626         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27627         Corrections to custom-manual links.
27628
27629         * gnus-art.el (gnus-article): Ditto.
27630
27631         * mm-decode.el (mime-display, mime-security): Ditto.
27632
27633 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27634
27635         * flow-fill.el: Typo.
27636
27637 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27638
27639         * spam-wash.el: New file.
27640
27641 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27642
27643         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27644
27645 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27646
27647         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27648         to be run with new-articles as LIST1, not LIST2.
27649         (spam-registration-functions): Add spam-use-ham-copy as a nil
27650         registration backend.
27651
27652 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27653
27654         * spam-stat.el (spam-stat-washing-hook): New option.
27655         (spam-stat-buffer-words): Use it.
27656         (spam-stat-process-directory, spam-stat-test-directory):
27657         Use insert-file-contents-literally.
27658         (spam-stat-coding-system): New variable.
27659         (spam-stat-load, spam-stat-save): Use it.
27660
27661 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27662
27663         * spam-report.el (spam-report-plug-agent):
27664         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27665
27666 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27667
27668         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27669         Allow / in mailto URLs.
27670
27671 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27672
27673         * spam-report.el (spam-report-process-queue): Fix interactive use.
27674         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27675         (spam-report-unplug-agent): Doc fixes.
27676         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27677         (spam-report-agentize, spam-report-deagentize): Autoload.
27678
27679 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27680
27681         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27682
27683         * message.el (message-setup-fill-variables): Add mml tags to
27684         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27685         <ajk@iu.edu>.
27686         (message-mode): Don't modify paragraph-separate there.
27687
27688 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27689
27690         * compface.el (uncompface-use-external): Default to undecided.
27691         (uncompface-use-external-threshold): New variable.
27692         (uncompface-float-time): New macro.
27693         (uncompface): Determine whether to use the external decoder if
27694         uncompface-use-external is undecided.
27695
27696 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27697
27698         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27699         after images.
27700
27701         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27702
27703 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27704
27705         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27706
27707         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27708
27709         * gnus-sum.el (gnus-summary-limit-to-age)
27710         (gnus-summary-limit-children): do.
27711
27712         * gnus-int.el (gnus-request-scan): do.
27713
27714         * gnus-group.el (gnus-group-suspend): do.
27715
27716         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27717
27718         * gnus-cite.el (gnus-cite-parse-attributions): do.
27719
27720         * gnus-agent.el (gnus-summary-set-agent-mark)
27721         (gnus-agent-regenerate-group): do.
27722
27723         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27724
27725         * binhex.el (binhex-decode-region-internal): do.
27726
27727 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27728
27729         * gnus-fun.el (gnus-face-properties-alist): New user option.
27730         (gnus-display-x-face-in-from): Use it.
27731
27732         * gnus-art.el (article-display-face): Ditto.
27733
27734         * compface.el (uncompface-use-external): Default to nil.
27735
27736 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27737
27738         * nntp.el (nntp-erase-buffer): New function.
27739         (nntp-retrieve-data, nntp-send-command)
27740         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27741         (nntp-possibly-change-group): Use it.
27742
27743         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27744         Use with-current-buffer.
27745
27746 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27747
27748         * compface.el: Merge the ELisp-based uncompface program.
27749         (compface): New customization group.
27750         (uncompface-use-external): New user option.
27751         (uncompface): Call uncompface-internal if uncompface-use-external
27752         is nil.
27753         (uncompface-internal): New function.  Note that there are also
27754         some other functions and variables added for this function.
27755
27756 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27757
27758         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27759         if necessary.
27760
27761 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27762
27763         * spam-report.el (spam-report-unplug-agent)
27764         (spam-report-plug-agent, spam-report-deagentize)
27765         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27766         Add support for the Agent in spam-report: when unplugged, report to a
27767         file; when plugged, submit all the requests.
27768
27769         * spam.el (spam-register-routine): Fix message about
27770         registration.
27771
27772 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27773
27774         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27775         dependencies.
27776         (rfc2047-encode): Use it.
27777
27778         * gnus-art.el (gnus-button-marker-list): Move before first
27779         reference.
27780
27781         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27782         (imap-parse-body): Fix format string mismatch.
27783
27784         * gnus-score.el (gnus-summary-increase-score): do.
27785
27786         * nnrss.el (nnrss-close): New function.
27787
27788 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27789
27790         * nnrss.el (nnrss-make-filename): New function.
27791         (nnrss-request-delete-group, nnrss-read-server-data)
27792         (nnrss-save-server-data, nnrss-read-group-data)
27793         (nnrss-save-group-data): Use it.
27794         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27795         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27796         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27797
27798 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27799
27800         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27801
27802 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27803
27804         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27805         files.
27806
27807         * message.el (message-generate-headers-first): Don't quote nil
27808         and t in docstrings.
27809
27810         * imap.el (imap-id): do.
27811
27812         * gnus-agent.el (gnus-agent-consider-all-articles)
27813         (gnus-agent-queue-mail): do.
27814
27815 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27816
27817         * spam-report.el (spam-report-process-queue): New function.
27818         Process requests from `spam-report-requests-file'.
27819         (spam-report-process-queue): Doc fix.
27820
27821 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27822
27823         * spam.el (spam-register-routine)
27824         (spam-log-processing-to-registry, spam-log-registered-p)
27825         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27826         Change "check" to "spam-check" for semi-clarity.
27827
27828 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27829
27830         * pop3.el: Require nnheader.
27831
27832         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27833
27834         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27835
27836         * gnus-picon.el: Require cl.
27837
27838         * gnus-fun.el: Require gnus-ems and gnus-util.
27839
27840         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27841
27842         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27843
27844         * gnus-art.el (gnus-article-edit-mode): Define before first
27845         reference.
27846
27847 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27848
27849         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27850         (gnus-uu-post-encoded): Use point-at-bol.
27851
27852         * gnus-topic.el (gnus-group-active-topic-p): do.
27853
27854         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27855
27856         * gnus-group.el (gnus-group-kill-region): do.
27857
27858         * gnus-art.el (article-date-ut): do.
27859
27860         * message.el (message-fetch-field): Remove redundant
27861         case-fold-search binding.
27862         (message-narrow-to-field): Simplify.
27863
27864 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27865
27866         * spam.el (spam-directory): Derive from `gnus-directory'.
27867
27868         * spam-report.el (spam-report-url-to-file)
27869         (spam-report-requests-file): New function and variable for offline
27870         reporting.
27871         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27872         and user defined function.
27873         (spam-report-url-ping-mm-url): Remove doubled slash.
27874
27875 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27876
27877         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27878
27879 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27880
27881         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27882         Fix format string mismatch.
27883
27884         * sieve.el (sieve-deactivate-all): do.
27885
27886         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27887
27888         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27889
27890         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27891
27892         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27893
27894 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27895
27896         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27897         the list of checks.
27898
27899 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27900
27901         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27902         padding.
27903
27904 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27905
27906         * mm-view.el (mm-fill-flowed): New variable.
27907         (mm-inline-text): Use it.
27908
27909 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27910
27911         * spam.el (spam-spamassassin-register-ham-routine)
27912         (spam-spamassassin-register-spam-routine): Fix function names.
27913
27914 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27915
27916         * gnus.el (gnus-tmp-grouplens): Remove.
27917         (gnus-summary-line-format): Remove grouplens.
27918
27919         * gnus-group.el (gnus-group-line-format): Ditto.
27920
27921         * gnus-spec.el (gnus-format-specs): Ditto.
27922         (gnus-update-format-specifications): Flush the group format spec
27923         cache if there's the grouplens stuff.
27924         (gnus-parse-simple-format): Replace %l with the empty string.
27925
27926 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27927
27928         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27929         omission.
27930
27931 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27932
27933         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27934         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27935
27936 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27937
27938         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27939         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27940         New macros and functions.
27941         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27942         Handle > NLINK_MAX messages.
27943         * nnmaildir.el (nnmaildir-request-set-mark):
27944         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27945
27946 2004-01-25  Alex Schroeder  <alex@gnu.org>
27947
27948         * spam-stat.el (spam-stat-process-directory-age): New option.
27949         (spam-stat-process-directory): Use it.
27950
27951 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27952
27953         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27954         (spam-stat-save): Accept prefix argument.
27955
27956 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27957
27958         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27959         links" error.
27960
27961 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27962
27963         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27964         the rest of the and/or forms.
27965
27966 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27967
27968         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27969         compatibility with old .newsrc.eld files.
27970
27971         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27972
27973         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27974
27975         * gnus-start.el (gnus-1): do.
27976
27977         * gnus-group.el (gnus-group-line-format-alist): do.
27978
27979         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27980
27981         * gnus-gl.el: Remove.
27982
27983 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27984
27985         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27986         marks consisting of a single range {for example, (3 . 5)} rather
27987         than a list of a single range { ((3 . 5)) }.
27988
27989 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27990
27991         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27992         Use with-current-buffer.
27993         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27994         avoid consing a string.
27995
27996         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27997         Remove obsolete entries for big5 and gb2312.
27998
27999 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28000
28001         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
28002         uncompressed list.
28003
28004 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
28005
28006         * spam-stat.el (spam-stat-strip-xref): New function.
28007         (spam-stat-process-directory): Use it.
28008
28009         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
28010         here -- it's done in message-fetch-field.
28011
28012 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28013
28014         * gnus-agent.el (gnus-agent-queue-mail)
28015         (gnus-agent-prompt-send-queue): New variables.
28016         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
28017         * gnus-draft.el (gnus-group-send-queue): Pass the group name
28018         "nndraft:queue" along to gnus-draft-send.
28019         Use gnus-agent-prompt-send-queue.
28020         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
28021         is "nndraft:queue".  Suggested by Gaute Strokkenes
28022         <gs234@srcf.ucam.org>
28023
28024         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
28025         (agent-enable-undownloaded-faces): Add.
28026         (gnus-agent-cat-groups): Use eval-and-compile, not
28027         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
28028         method of gnus-agent-cat-groups even when the buffer has been
28029         evaled.
28030         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
28031         delete gnus-agent-save-active-1.
28032         (gnus-agent-save-groups): Delete.  Identical to
28033         gnus-agent-save-active.
28034         (gnus-agent-write-active): No longer adjust agent's copy of active
28035         file as agent's adjustments are now stored in their own
28036         file.  Remove optional parameter.
28037         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
28038         servers.  Add use of min/max range limits from server's local
28039         file.
28040         (gnus-agent-save-alist): Remove unused optional argument.
28041         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
28042         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
28043         (gnus-agent-set-local): A per-server file that keeps min/max range
28044         limits for articles known to the agent.  Provides a fast mechanism
28045         for altering many active ranges.
28046         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
28047         active file (local makes it unnecessary).
28048         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
28049
28050         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
28051         (agent-enable-undownloaded-faces): Add.
28052
28053         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
28054         disable it when sending to "nndraft:queue".
28055         (gnus-group-send-queue): Add safety check to avoid sending queue
28056         when unplugged.
28057
28058         * gnus-group.el (gnus-group-catchup): Use new
28059         gnus-sequence-of-unread-articles, not
28060         gnus-list-of-unread-articles, to avoid exhausting memory with huge
28061         numbers of articles.  Use gnus-range-map to avoid having to
28062         uncompress the unread list.
28063         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
28064         Fix invalid ange-ftp reference.
28065
28066         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
28067         (gnus-sorted-range-intersection): Intersection of two ranges
28068         without requiring that they first be uncompressed.
28069
28070         * gnus-start.el (gnus-activate-group): Unless blocked by the
28071         caller, possibly expand the active range to include both cached
28072         and agentized articles.
28073         (gnus-convert-old-newsrc): Rewrote in anticipation of having
28074         multiple version-dependent converters.
28075         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
28076         gnus-agent-save-active.
28077         (gnus-save-newsrc-file): Save dirty agent range limits.
28078
28079         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
28080         gnus-agent-possibly-alter-active.
28081         (gnus-adjust-marked-articles): Faster handling of simple lists.
28082
28083 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
28084
28085         * spam-stat.el (spam-stat-test-directory): New optional argument
28086         displays a list of files detected.  Suggested by Andrew Cohen
28087         <cohen@andy.bu.edu>.
28088         (spam-stat-buffer-words-with-scores): Don't narrow and change
28089         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
28090
28091 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
28092
28093         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
28094         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
28095         (spam-spamassassin-arguments)
28096         (spam-spamassassin-spam-flag-header)
28097         (spam-spamassassin-positive-spam-flag-header)
28098         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
28099         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
28100         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
28101         (spam-list-of-processors, spam-list-of-checks)
28102         (spam-list-of-statistical-checks, spam-registration-functions)
28103         (spam-check-spamassassin-headers, spam-check-spamassassin)
28104         (spam-spamassassin-score)
28105         (spam-spamassassin-register-with-sa-learn)
28106         (spam-spamassassin-register-spam-routine)
28107         (spam-spamassassin-register-ham-routine)
28108         (spam-assassin-register-spam-routine)
28109         (spam-assassin-register-ham-routine): Add SpamAssassin support.
28110         (spam-bogofilter-score): Fix to show article before scoring.
28111
28112 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
28113
28114         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
28115         default scoring function.
28116         (spam-generic-score): Call spam-spamassassin-score if
28117         spam-use-spamassassin or spam-use-spamassassin-headers is on;
28118         spam-bogofilter-score otherwise.
28119
28120         * gnus.el (spam-process, spam-autodetect-methods):
28121         Add spamassassin and spamassassin-headers.
28122
28123 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
28124
28125         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
28126         Suppress unnecessary messages.
28127
28128 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
28129
28130         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
28131         make-hash-table.
28132
28133 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
28134
28135         * canlock.el (base64-encode-string): Don't autoload it.
28136
28137 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
28138
28139         * run-at-time.el: Remove useless (require 'itimer),
28140         eval-and-compile and (featurep 'xemacs).
28141
28142 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
28143
28144         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
28145         GROUP is a virtual group.
28146
28147 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
28148
28149         * gnus.el: Autoload `message-y-or-n-p'.
28150
28151 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
28152
28153         * pgg-parse.el: Remove unnecessary (require 'custom).
28154
28155         * pgg-def.el: do.
28156
28157         * nnmail.el: do.
28158
28159         * gnus-undo.el: do.
28160
28161         * gnus-picon.el: do.
28162
28163         * gnus-util.el: do.
28164
28165 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
28166
28167         * gnus-sum.el (gnus-pick-line-number): Add autoload.
28168
28169 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
28170
28171         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
28172         handle, as well as a list.
28173
28174         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
28175         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
28176         (mm-w3m-cid-retrieve): Simplify.
28177
28178 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
28179
28180         * message.el (message-kill-to-signature): Allow prefix arg to
28181         specify number of lines to keep before signature.
28182
28183 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
28184
28185         * message.el (message-kill-to-signature): Change docstring.
28186
28187 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
28188
28189         * canlock.el: Always require sha1-el.
28190         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
28191
28192         * message.el: Autoload sha1 only when compiling.
28193
28194         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
28195         eudc-expand-inline for XEmacs.
28196
28197 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28198
28199         * message.el (message-canlock-generate): Require sha1-el.
28200
28201 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
28202
28203         * message.el (message-expand-name): Silence the byte compiler.
28204
28205         * lpath.el: Add detect-coding-system.
28206
28207         * dgnushack.el (dgnushack-compile): Remove obsolete check for
28208         cus-edit.
28209
28210 2004-01-13  Simon Josefsson  <jas@extundo.com>
28211
28212         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
28213         Invoke gnus-score-mode.
28214         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
28215
28216         * gnus-range.el (gnus-compress-sequence): Doc fix.
28217         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
28218
28219 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28220
28221         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
28222
28223 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
28224
28225         * spam.el (spam-get-article-as-string): Update to use
28226         gnus-request-article-this-buffer, much simpler.
28227         (spam-get-article-as-buffer): Remove.
28228
28229 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
28230
28231         * message.el (message-expand-name): Use EUDC if the user uses that.
28232
28233 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28234
28235         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
28236         character for the encoding to avoid consing a string.
28237
28238         * rfc2047.el (rfc2047-decode-string): Don't cons a string
28239         unnecessarily.
28240
28241         * mm-util.el (mm-replace-chars-in-string): Remove.
28242
28243         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
28244         of mm-replace-chars-in-string.
28245
28246 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
28247
28248         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
28249
28250         * mm-util.el (mm-subst-char-in-string): Support inplace.
28251
28252         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
28253         a new string in every iteration.  Use shy groups.
28254
28255 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28256
28257         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28258         * gnus-soup.el (gnus-soup-group-brew):
28259         * gnus-msg.el (gnus-put-message):
28260         * gnus-move.el (gnus-group-move-group-to-server):
28261         * gnus-kill.el (gnus-batch-score):
28262         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28263         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28264         (gnus-group-update-group, gnus-group-read-group)
28265         (gnus-group-make-group, gnus-group-make-help-group)
28266         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28267         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28268         (gnus-group-sort-by-unread, gnus-group-catchup)
28269         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28270         (gnus-group-yank-group, gnus-group-set-info)
28271         (gnus-group-list-groups):
28272         * gnus.el (gnus-generate-new-group-name):
28273         * gnus-delay.el (gnus-delay-send-queue):
28274         * nnvirtual.el (nnvirtual-catchup-group):
28275         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28276         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28277         (gnus-group-prepare-topics, gnus-topic-check-topology):
28278         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28279         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28280         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28281         (gnus-group-make-articles-read):
28282         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28283         (gnus-group-change-level, gnus-kill-newsgroup)
28284         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28285         (gnus-get-unread-articles, gnus-make-articles-unread)
28286         (gnus-make-ascending-articles-unread): Use accessor
28287         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28288         to get group information for improved readability.
28289
28290
28291 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28292
28293         * gnus-art.el (article-decode-mime-words, article-babel)
28294         (gnus-article-highlight-signature, gnus-article-add-buttons)
28295         (gnus-signature-toggle): Use gnus-with-article-buffer.
28296
28297         * gnus-art.el (gnus-article-highlight-headers)
28298         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28299
28300         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28301         (gnus-article-set-globals, gnus-request-article-this-buffer)
28302         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28303         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28304         (gnus-mime-display-alternative): Use with-current-buffer.
28305
28306 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28307
28308         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28309         also under 80 char limit, and call gnus-error if needed.
28310         (spam-fetch-article-header): Fix - it was a
28311         buffer-local variable (gnus-newsgroup-data).
28312         (spam-find-spam): Use spam-generate-fake-headers, forget about
28313         spam-insert-fake-headers.
28314         (spam-insert-fake-headers): Remove.
28315
28316 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28317
28318         * deuglify.el (gnus-article-outlook-unwrap-lines)
28319         (gnus-outlook-rearrange-article)
28320         (gnus-outlook-repair-attribution-outlook)
28321         (gnus-outlook-repair-attribution-block)
28322         (gnus-outlook-repair-attribution-other): Remove redundant
28323         save-excursion.
28324
28325 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28326
28327         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28328         (spam-fetch-field-subject-fast)
28329         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28330         (spam-fetch-article-header): Add functions to deal with Gnus
28331         internals for fast retrieval of article header data.
28332         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28333
28334 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28335
28336         * pop3.el (pop3-md5): Remove.
28337         (pop3-apop): Replace pop3-md5 with md5.
28338
28339         * mm-bodies.el: base64 is always built-in.
28340
28341         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28342         Use with-current-buffer.
28343
28344 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28345
28346         * canlock.el (canlock-insert-header): Remove excessive grouping in
28347         regexp.
28348
28349         * gnus-sum.el (gnus-summary-read-document): Ditto.
28350
28351         * gnus-uu.el (gnus-uu-part-number): Ditto.
28352
28353         * html2text.el (html2text-remove-tags): Ditto.
28354         (html2text-format-tags): Ditto.
28355         (html2text-format-single-elements): Ditto.
28356
28357         * mml.el (mml-parse-1): Ditto.
28358
28359 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28360
28361         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28362
28363         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28364
28365         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28366
28367         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28368
28369 2003-11-15  Simon Josefsson  <jas@extundo.com>
28370
28371         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28372         (pgg-gpg-lookup-key): Use regexp match instead of
28373         split-string (split-string is different between emacs 21.2 and
28374         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28375
28376 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28377
28378         * gnus-art.el (gnus-mime-view-all-parts)
28379         (gnus-article-part-wrapper, gnus-article-view-part):
28380         Use with-current-buffer.
28381
28382 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28383
28384         * spam.el (spam-disable-spam-split-during-ham-respool)
28385         (spam-spamoracle-database, spam-cache-lookups)
28386         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28387         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28388         (spam-group-ham-marks, spam-group-spam-marks)
28389         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28390         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28391         also add spam-use-blackholes to the statistical checks.
28392         (spam-fetch-field-fast): Add interface to fetching fields, may
28393         become a macro.
28394         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28395         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28396         (spam-insert-fake-headers): Fake an article when needed.
28397         (spam-find-spam): Fake article when possible.
28398         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28399         (spam-check-bogofilter-headers): Use message-fetch-field instead
28400         of nnmail-fetch-field.
28401
28402 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28403
28404         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28405
28406 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28407
28408         * spam.el (spam-split): Do not require spam-use-CHECK to be
28409         enabled if that check is passed to spam-split explicitly; also
28410         fix so 'spam doesn't get converted to spam-split-group when
28411         spam-split-symbolic-return is t.
28412         (spam-find-spam): Find registrations of the article and use those
28413         instead of re-running spam-split to find the spam/ham
28414         classification of the article.
28415         (spam-log-processing-to-registry, spam-log-registered-p)
28416         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28417         Use gnus-error instead of gnus-message.
28418         (spam-log-registration-type): Add function to determine the
28419         classification of a message based on registry entries; will
28420         return nil if both 'spam and 'ham are found.
28421         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28422         a reasonably fast local cache without the loading errors.
28423         (spam-cache-lookups): Set to t by default.
28424         (spam-find-spam): Don't try to guess spam-cache-lookups.
28425         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28426         spam-caches entry.
28427         (spam-filelist-build-cache, spam-filelist-check-cache):
28428         Fix caching of whitelist/blacklist entries.
28429         (spam-check-whitelist, spam-check-blacklist):
28430         Invoke spam-from-listed-p with a type, not a cache variable.
28431         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28432
28433 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28434
28435         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28436
28437         * nnmail.el (nnmail-split-fancy): do.
28438
28439         * mml.el (mml-parse): do.
28440
28441         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28442         (gnus-score-adaptive): do.
28443
28444 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28445
28446         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28447         (gnus-mime-button-map): Don't set keymap parent.
28448         (gnus-button-ctan-directory-regexp): Use shy grouping.
28449         (gnus-prev-page-map): Don't set keymap parent.
28450         (gnus-prev-page-map): Remove duplicated one.
28451         (gnus-next-page-map): Don't set keymap parent.
28452         (gnus-mime-security-button-map): Ditto.
28453
28454         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28455         version number.
28456
28457         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28458
28459 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28460
28461         * canlock.el (canlock-sha1-function): Remove.
28462         (canlock-sha1-function-for-verify): Remove.
28463         (canlock-openssl-program): Remove.
28464         (canlock-openssl-args): Remove.
28465         (canlock-ignore-errors): Remove.
28466         (canlock-sha1-with-openssl): Remove.
28467         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28468         (canlock-verify): Don't use canlock-ignore-errors.
28469
28470         * sha1-el.el (sha1-string-external): Make it can return a string
28471         in binary form.
28472         (sha1-region-external): Ditto.
28473         (sha1-string-internal): Ditto.
28474         (sha1-region-internal): Ditto.
28475         (sha1-region): Ditto.
28476         (sha1-string): Ditto.
28477         (sha1): Ditto.
28478
28479 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28480
28481         * spam.el (spam-report-articles-gmane): New command.
28482
28483 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28484
28485         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28486
28487         * run-at-time.el (run-at-time-saved): Remove.
28488         (run-at-time): Doc fix.
28489
28490 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28491
28492         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28493         (gnus-summary-limit-map): Add it.
28494         (gnus-summary-make-menu-bar): do.
28495
28496 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28497
28498         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28499         Make attempt at some caching support (done for BBDB only now).
28500         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28501         addresses to be checked.
28502         (spam-clear-cache-BBDB): Add function, to be invoked by
28503         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28504         (spam-check-BBDB): Check and use the caches, if
28505         spam-cache-lookups is on, remove superfluous (provide).
28506
28507 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28508
28509         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28510
28511 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28512
28513         * run-at-time.el (run-at-time-saved): Move to after the definition
28514         of `run-at-time'.
28515
28516         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28517
28518 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28519
28520         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28521         mm-w3m-local-map-property.
28522
28523         * mm-view.el (mm-w3m-mode-map): Remove.
28524         (mm-w3m-local-map-property): Remove.
28525         (mm-inline-text-html-render-with-w3m): Don't use
28526         mm-w3m-local-map-property.
28527
28528 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28529
28530         * run-at-time.el: New file.
28531
28532         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28533         under Emacs.
28534
28535         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28536         of gnus-set-text-properties.
28537
28538         * gnus-uu.el (gnus-uu-save-article): Ditto.
28539
28540         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28541
28542         * gnus-cite.el (gnus-cite-parse): Ditto.
28543
28544         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28545         of gnus-.
28546
28547         * gnus-xmas.el (run-at-time): Require run-at-time.
28548
28549         * gnus.el: Change calls to nnheader-run-at-time and
28550         password-run-at-time throughout to use run-at-time directly.
28551
28552         * password.el: Remove definition of run-at-time.
28553
28554         * nnheaderxm.el: Remove definition of run-at-time.
28555
28556 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28557
28558         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28559         in prompt.
28560
28561 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28562
28563         * messagexmas.el (message-xmas-redefine): Alias
28564         `message-make-caesar-translation-table' to
28565         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28566         version.
28567
28568         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28569         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28570         `gnus-xmas-set-text-properties'.
28571         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28572         `gnus-xmas-completing-read'.
28573         (gnus-xmas-completing-read): Removed.
28574         (gnus-xmas-open-network-stream): Removed.
28575
28576         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28577         XEmacs version.
28578
28579         * dns.el (dns-make-network-process): Use `open-network-stream'
28580         instead of `gnus-xmas-open-network-stream'.
28581
28582         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28583
28584         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28585
28586 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28587
28588         * gnus-art.el (gnus-mime-display-alternative)
28589         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28590         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28591         Don't use gnus-local-map-property.
28592
28593         * gnus-util.el (gnus-local-map-property): Remove.
28594
28595         * mm-view.el (mm-view-pkcs7-decrypt):
28596         Replace gnus-completing-read-maybe-default with completing-read.
28597
28598         * gnus-util.el (gnus-completing-read): do.
28599         (gnus-completing-read-maybe-default): Remove.
28600
28601 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28602
28603         * password.el: Only autoload `run-at-time' if not XEmacs.
28604         Only autoload the itimer functions if XEmacs.
28605
28606 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28607
28608         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28609         XEmacsen.
28610
28611         * dgnushack.el: Autoload executable-find for XEmacs.
28612
28613 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28614
28615         * gnus-art.el (gnus-read-string): Remove.
28616         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28617         read-string.
28618
28619 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28620
28621         * netrc.el: Autoload password-read.
28622         (netrc): Add configuration group.
28623         (netrc-encoding-method, netrc-openssl-path):
28624         Add variables for encoding and decoding of files with symmetric
28625         ciphers.
28626         (netrc-encode): Add assistant function to encode a file with
28627         netrc-encoding-method.
28628         (netrc-parse): Add interactive parameter, added optional
28629         decoding if netrc-encoding-method is non-nil but otherwise
28630         behavior is standard.
28631         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28632         Do s/encode/encrypt/ everywhere.
28633
28634         * spam.el: Remove executable-find autoload.
28635
28636 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28637
28638         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28639
28640         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28641
28642 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28643
28644         * gnus-art.el (gnus-treat-ansi-sequences)
28645         (article-treat-ansi-sequences): New variable and function.
28646         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28647
28648         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28649         Use it.
28650
28651 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28652
28653         * mm-util.el (mm-quote-arg): Remove.
28654
28655         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28656         shell-quote-argument.
28657
28658         * gnus-uu.el (gnus-uu-command): do.
28659
28660         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28661
28662         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28663         with make-char.
28664
28665         * mm-util.el (mm-make-char): Remove.
28666
28667         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28668         add-minor-mode.
28669
28670         * gnus-undo.el (gnus-undo-mode): do.
28671
28672         * gnus-topic.el (gnus-topic-mode): do.
28673
28674         * gnus-sum.el (gnus-dead-summary-mode): do.
28675
28676         * gnus-start.el (gnus-slave-mode): do.
28677
28678         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28679
28680         * gnus-ml.el (gnus-mailing-list-mode): do.
28681
28682         * gnus-gl.el (gnus-grouplens-mode): do.
28683
28684         * gnus-draft.el (gnus-draft-mode): do.
28685
28686         * gnus-dired.el (gnus-dired-mode): do.
28687
28688         * gnus-ems.el (gnus-add-minor-mode): Remove.
28689
28690         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28691         Replace gnus-char-width with char-width.
28692
28693         * gnus-ems.el (gnus-char-width): Remove.
28694
28695         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28696         Replace gnus-char-width with char-width.
28697
28698         * gnus-ems.el (gnus-char-width): Remove.
28699
28700         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28701         definition.
28702         Remove Emacs 20 hash table compatibility code.
28703
28704         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28705         20 compatibility code.
28706
28707         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28708
28709         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28710
28711         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28712         Replace with point-at-{eol,bol}.
28713
28714         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28715
28716         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28717
28718         * flow-fill.el (fill-flowed-point-at-bol)
28719         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28720
28721         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28722         Replace with point-at-{eol,bol} throughout all files.
28723
28724 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28725
28726         * ntlm.el (ntlm-string-as-unibyte): New macro.
28727         (ntlm-build-auth-response): Use it.
28728
28729         Remove Emacs 20 stuff:
28730         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28731         (butlast, mapc, remove): Remove the compiler macros.
28732         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28733         of delq and copy-sequence.
28734         * gnus-art.el (popup-menu): Remove the compiler macro.
28735         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28736         Emacs 20.
28737
28738 2004-01-05  Simon Josefsson  <jas@extundo.com>
28739
28740         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28741         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28742         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28743         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28744         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28745         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28746         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28747         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28748         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28749         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28750         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28751         string-xor into ntlm-string-xor.
28752         Suggested by Jesper Harder <harder@myrealbox.com>.
28753
28754         * ntlm.el: Don't include poem.
28755
28756         * md4.el (print-int32, print-string-hexa): Remove.
28757         Suggested by Jesper Harder <harder@myrealbox.com>.
28758
28759         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28760
28761         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28762         probably breaks emacs with DL patch, but do we care? Is anyone
28763         still using the DL stuff?)
28764
28765         * sieve-manage.el: Use the password package.
28766         (sieve-manage-read-passwd): Remove.
28767         (sieve-manage-interactive-login): Use password.  Re-add
28768         condition-case around loop.
28769
28770         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28771         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28772         Use the password package.
28773
28774 2003-02-19  Simon Josefsson  <jas@extundo.com>
28775
28776         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28777         token.
28778
28779 2002-08-07  Simon Josefsson  <jas@extundo.com>
28780
28781         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28782         (sieve-manage-authenticators)
28783         (sieve-manage-authenticator-alist): Add some SASL mechs.
28784         (sieve-sasl-auth): New function.
28785         (sieve-manage-cram-md5-auth)
28786         (sieve-manage-plain-auth): Rewrite using SASL library.
28787         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28788         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28789         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28790         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28791
28792 2004-01-05  Simon Josefsson  <jas@extundo.com>
28793
28794         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28795         New files.
28796
28797 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28798
28799         * gnus-group.el (gnus-no-groups-message): Update.
28800
28801         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28802
28803 2003-11-09  Simon Josefsson  <jas@extundo.com>
28804
28805         * imap.el: Support for ID IMAP extension (RFC 2971).
28806         (imap-local-variables): Add imap-id.
28807         (imap-id): New variable.
28808         (imap-id): New function.
28809         (imap-parse-response): Parse untagged ID response.
28810         * nnimap.el (nnimap-id): New variable.
28811         (nnimap-open-connection): Use it.
28812
28813 2003-12-28  Simon Josefsson  <jas@extundo.com>
28814
28815         * gnus-score.el (gnus-score-edit-all-score): New.
28816         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28817
28818 2004-01-04  Simon Josefsson  <jas@extundo.com>
28819
28820         * password.el: Add.
28821
28822 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28823
28824         * dns.el (dns-query-types): Fix typo.
28825         (dns-query-types): New function.
28826         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28827         PTR and SOA replies, see RFC 1035.
28828
28829 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28830
28831         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28832
28833         * Move to Changelog.2.
28834
28835 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28836
28837         * gnus.el (gnus-version-number): Bump version.
28838
28839 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28840
28841         * gnus.el: No Gnus v0.1 is released.
28842
28843 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28844
28845         * gnus.el: No Gnus v0.0 is released.
28846
28847 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28848
28849         * gnus.el (gnus-version-number): Bump.
28850         (gnus-version): No.
28851
28852 See ChangeLog.2 for earlier changes.
28853
28854   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28855
28856   This file is part of GNU Emacs.
28857
28858   GNU Emacs is free software: you can redistribute it and/or modify
28859   it under the terms of the GNU General Public License as published by
28860   the Free Software Foundation, either version 3 of the License, or
28861   (at your option) any later version.
28862
28863   GNU Emacs is distributed in the hope that it will be useful,
28864   but WITHOUT ANY WARRANTY; without even the implied warranty of
28865   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28866   GNU General Public License for more details.
28867
28868   You should have received a copy of the GNU General Public License
28869   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28870
28871 ;; Local Variables:
28872 ;; coding: utf-8
28873 ;; fill-column: 79
28874 ;; add-log-time-zone-rule: t
28875 ;; End: