Remove fboundp checks from mailcap-mime-data
[gnus] / lisp / ChangeLog
1 2015-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * mailcap.el (mailcap-mime-data): Remove fboundp checks.
4         (mailcap-viewer-passes-test): Do it instead.  Thanks to Stefan Monnier.
5
6 2015-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * mailcap.el (mailcap-mailcap-entry-passes-test): Doc fix.
9
10 2015-10-20  Michael Sperber  <mike@xemacs.org>
11
12         * mailcap.el (mailcap-mime-data): Conditonalize `doc-view-mode', which
13         does not exist on XEmacs.
14
15 2015-10-18  Michael Sperber  <mike@xemacs.org>
16
17         * nnml.el (nnml-retrieve-groups, nnml-request-scan):
18         * nnmail.el (nnmail-get-new-mail-per-group):
19         (nnmail-get-new-mail-1): Unbreak `group' option for `mail-sources'.
20
21 2015-10-18  Michael Sperber  <mike@xemacs.org>
22
23         * message.el (message-get-reply-headers): In addition to
24         `mail-dont-reply-to-names', bind `rmail-dont-reply-to-names', which is
25         used in XEmacs.
26
27 2015-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
28
29         * auth-source.el (auth-source-epa-make-gpg-token): Revert.
30
31 2015-10-11  Nicolas Petton  <petton.nicolas@gmail.com>
32
33         * auth-source.el (auth-source-epa-make-gpg-token):
34         Replace an usage of `epg-context-set-armor' with `setf'.
35         (auth-source-do-debug, auth-source-do-trivia)
36         (auth-source-read-char-choice, auth-source-search)
37         (auth-source-pick-first-password, auth-source-netrc-parse)
38         (auth-source-netrc-search, auth-source-secrets-search)
39         (auth-source-macos-keychain-search)
40         (auth-source-macos-keychain-search-items, auth-source-plstore-search)
41         (auth-source-user-or-password): Use sharp-quoting with functions.
42
43 2015-09-30  Wieland Hoffmann  <themineo@gmail.com>
44
45         * auth-source.el (auth-source-search): Clarify :create's meaning.
46
47 2015-09-17  Paul Eggert  <eggert@cs.ucla.edu>
48
49         Backslash cleanup in Elisp source files
50
51         This patch should not change behavior.  It typically omits backslashes
52         where they are redundant (e.g., in the string literal "^\$").
53         In a few places, insert backslashes where they make regular expressions
54         clearer: e.g., replace "^\*" (equivalent to "^*") with "^\\*", which
55         has the same effect as a regular expression.
56         Also, use ‘\ %’ instead of ‘\%’ when avoiding confusion with SCCS IDs,
57         and similarly use ‘\ $’ instead of ‘\$’ when avoiding confusion
58         with RCS IDs, as that makes it clearer that the backslash is intended.
59         * auth-source.el (auth-source-secrets-search)
60         (auth-source-macos-keychain-search):
61         * gnus-art.el (gnus-mime-action-on-part)
62         (gnus-mime-display-multipart-related-as-mixed)
63         (gnus-button-mid-or-mail-heuristic-alist)
64         (gnus-button-mid-or-mail-heuristic, gnus-article-extend-url-button):
65         * gnus-bookmark.el (gnus-bookmark-bmenu-toggle-infos)
66         (gnus-bookmark-bookmark-inline-details, gnus-bookmark-bookmark-details)
67         (gnus-bookmark-alist, gnus-bookmark-name-from-full-record)
68         (gnus-bookmark-bmenu-mode, gnus-bookmark-delete):
69         * gnus-cus.el (gnus-group-customize):
70         * gnus-group.el (gnus-group-line-format, gnus-group-mode-line-format)
71         (gnus-group-jump-to-group-prompt, gnus-group-name-at-point):
72         * gnus-mlspl.el (gnus-group-split-fancy):
73         * gnus-registry.el (gnus-registry-prune-factor):
74         * gnus-salt.el (gnus-summary-pick-line-format):
75         * gnus-sieve.el (gnus-sieve-update, gnus-sieve-generate)
76         (gnus-sieve-script):
77         * gnus-util.el (gnus-directory-sep-char-regexp):
78         * gnus.el (gnus-message-archive-group, gnus-user-agent):
79         * message.el (message-archive-header, message-reply-headers)
80         (message-send-method-alist):
81         * mm-decode.el (mm-add-meta-html-tag):
82         * nndoc.el (nndoc-generate-lanl-gov-head):
83         * nnheader.el (nnheader-max-head-length):
84         * registry.el (registry-db, registry-prune):
85         * rfc1843.el (rfc1843-hzp-word-regexp)
86         (rfc1843-hzp-word-regexp-strictly):
87         * rfc2047.el (rfc2047-encoded-word-regexp)
88         (rfc2047-encoded-word-regexp-loose):
89
90         Fix several backslash typos in Elisp strings
91         * gnus-art.el (gnus-button-handle-library):
92         * gnus-group.el (gnus-read-ephemeral-gmane-group-url):
93         * nntp.el (nntp-via-shell-prompt, nntp-telnet-shell-prompt):
94         * spam-report.el (spam-report-gmane-regex):
95         Fix typo by replacing ‘\’ with ‘\\’ in a string literal.
96         For example, to get the regular expression ‘\.’ use the string
97         literal "\\.", not "\." (which is equivalent to ".").
98
99         * auth-source.el (auth-source-read-char-choice):
100         * nnmaildir.el (NOV example):
101         * registry.el (registry-search): Doc fix.
102
103 2015-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
104
105         * gnus-compat.el: Require overlay for XEmacs.
106
107 2015-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
108
109         * message.el (message-hide-headers): Bind inhibit-modification-hooks to
110         t rather than after-change-functions to nil.
111
112 2015-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
113
114         * time-date.el (time-to-seconds, time-less-p):
115         Mark unused vars with underscore.
116
117 2015-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
118
119         * time-date.el (with-decoded-time-value): Fix debug spec.
120
121 2015-09-08  Paul Eggert  <eggert@cs.ucla.edu>
122
123         * nnmairix.el (nnmairix-widget-create-query):
124         * time-date.el (format-seconds): Prefer grave quoting in source-code
125         strings used to generate help and diagnostics.
126
127 2015-09-07  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
128
129         * ntlm.el: Bump version to 2.00.  New maintainer.  Add comm keyword.
130
131 2015-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
132
133         * ntlm.el (ntlm-unibyte-string): New compatibility function.
134
135 2015-09-06  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
136
137         Add support for NTLMv2 authentication.
138         * ntlm.el (ntlm): New customization group.
139         (ntlm-compatibility-level): New defcustom.
140         (ntlm-compute-timestamp): New function.
141         (ntlm-generate-nonce): Likewise.
142         (ntlm-build-auth-response): Add support for NTLMv2 authentication.
143
144 2015-09-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
145
146         * nnimap.el (nnimap-request-group): Handle nil "info" arg.  This arg
147         isn't always passed in, check it's not nil before making it into a
148         list.  The active arg will also be nil if the group is new, check for
149         that.
150
151 2015-09-04  Adam Sjøgren  <asjo@koldfront.dk>
152
153         * mail-source.el (mail-source-fetch-imap): allow :mailbox to be a list.
154
155 2015-09-03  Paul Eggert  <eggert@cs.ucla.edu>
156
157         * gmm-utils.el (gmm-image-load-path-for-library):
158         * gnus-art.el (gnus-boring-article-headers, gnus-split-methods):
159         * gnus-registry.el (gnus-registry-split-strategy):
160         * gnus-start.el (gnus-check-new-newsgroups):
161         * gnus-sum.el (gnus-select-group-hook):
162         * gnus-uu.el (gnus-uu-user-archive-rules):
163         * gnus.el (gnus-message-archive-group, gnus-visual):
164         * message.el (message-cite-style):
165         * nnir.el (nnir-swish++-additional-switches)
166         (nnir-swish-e-additional-switches, nnir-hyrex-additional-switches)
167         (nnir-namazu-additional-switches, nnir-notmuch-additional-switches):
168         * nnmail.el (nnmail-split-methods, nnmail-expiry-wait-function):
169         * nntp.el (nntp-server-action-alist):
170         * tls.el (tls-checktrust):
171         Fix some more docstring etc. quoting problems.
172         Mostly these fixes prevent the transliteration of apostrophes
173         that should stay apostrophes.  Also, prefer curved quotes in
174         Bahá’í proper names, as that’s the preferred Bahá’í style and
175         these names are chock-full of non-ASCII characters anyway.
176
177 2015-09-02  Paul Eggert  <eggert@cs.ucla.edu>
178
179         Escape ` and ' in doc
180         * gnus-art.el (gnus-article-address-banner-alist)
181         (gnus-face-properties-alist):
182         * gnus-sum.el (gnus-newsgroup-variables):
183         * nndiary.el (nndiary-reminders):
184         * nnmail.el (nnmail-fancy-expiry-targets, nnmail-split-fancy):
185         Escape apostrophes and grave accents in docstrings if they
186         are supposed to stand for themselves and are not quotes.  Remove
187         apostrophes from docstring examples like ‘'(calendar-nth-named-day
188         -1 0 10 year)’ that confuse source code with data.  Do some other
189         minor docstring fixups as well, e.g., insert a missing close
190         quote.
191
192 2015-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
193
194         * gnus-util.el (gnus-format-message):
195         * tls.el (tls-format-message): Use defalias at the top level so as to
196         make eval-and-compile unnecessary.  Thanks to Stefan Monnier.
197
198         * gnus-sum.el (gnus-summary-search-article):
199         Ensure that the article where the search word is found is displayed
200         and pointed to in the summary buffer.
201
202 2015-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
203
204         * tls.el (tls-format-message):
205         Alias to format-message, or format if not available.
206         (open-tls-stream): Use it.
207
208 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
209
210         * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server):
211         * gnus-art.el (gnus-article-browse-delete-temp-files):
212         * gnus-eform.el (gnus-edit-form):
213         * gnus-fun.el (gnus-display-x-face-in-from):
214         * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl):
215         * gnus-topic.el (gnus-topic-edit-parameters):
216         * mail-source.el (mail-source-delete-old-incoming):
217         * message.el (message-strip-subject-encoded-words)
218         (message-check-recipients, message-send-form-letter):
219         * mm-decode.el (mm-display-part):
220         * mm-uu.el (mm-uu-pgp-signed-extract-1):
221         * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
222         * spam-report.el (spam-report-process-queue):
223         * tls.el (open-tls-stream):
224         Respect ‘text-quoting-style’ in diagnostics.
225         * gnus-art.el (article-display-face):
226         * gnus-fun.el (gnus-display-x-face-in-from):
227         Use straight quoting in email.
228         * rfc2231.el (rfc2231-decode-encoded-string):
229         Escape apostrophes in doc strings.
230
231 2015-08-26  Paul Eggert  <eggert@cs.ucla.edu>
232
233         Go back to grave quoting in Gnus
234
235         * auth-source.el (auth-source-netrc-parse-entries):
236         * gnus-agent.el (gnus-agent-check-overview-buffer)
237         (gnus-agent-fetch-headers):
238         * gnus-int.el (gnus-start-news-server):
239         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal)
240         (gnus-registry-post-process-groups):
241         * gnus-score.el (gnus-summary-increase-score):
242         * gnus-start.el (gnus-convert-old-newsrc):
243         * gnus-topic.el (gnus-topic-rename):
244         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
245         * spam.el (spam-check-blackholes):
246         Stick with grave quoting in diagnostics strings.  This is more
247         portable to older Emacs, desirable for Gnus.
248
249 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
250
251         Prefer directed to neutral quotes in docstings and diagnostics.
252         In docstrings, escape apostrophes that would otherwise be translated
253         to curved quotes using the newer, simpler rules.
254
255         * auth-source.el (auth-source-netrc-parse-entries):
256         * gnus-agent.el (gnus-agent-check-overview-buffer)
257         (gnus-agent-fetch-headers):
258         * gnus-int.el (gnus-start-news-server):
259         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
260         * gnus-score.el (gnus-summary-increase-score):
261         * gnus-start.el (gnus-convert-old-newsrc):
262         * gnus-topic.el (gnus-topic-rename):
263         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
264         * nnmairix.el (nnmairix-widget-create-query):
265         * spam.el (spam-check-blackholes):
266         Use directed rather than neutral quotes in diagnostics.
267
268         * gnus-util.el (gnus-format-message):
269         Alias to format-message, or format if not available.
270
271 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
272
273         * auth-source.el (auth-sources):
274         Prefer (substitute-command-keys "`\\[foo-command]'")
275         to "`M-x foo-command'" in docstring.
276
277         * time-date.el (format-seconds):
278         Use curved quotes in diagnostic format strings.
279
280         * nnmairix.el (nnmairix-propagate-marks-upon-close):
281         * pop3.el (pop3-authentication-scheme):
282         Don't quote symbols with apostrophes in doc strings.
283         Use asymmetric quotes instead.
284
285 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
286
287         Use overlay functions directly
288
289         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
290         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
291
292         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
293         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
294         (gnus-article-highlight-signature, gnus-article-extend-url-button)
295         (gnus-article-add-button, gnus-insert-prev-page-button)
296         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
297         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
298         * gnus-html.el (gnus-html-wash-tags):
299         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
300         (gnus-highlight-selected-tree):
301         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
302         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
303         * gnus-util.el (gnus-put-overlay-excluding-newlines):
304         * message.el (message-fix-before-sending)
305         (message-toggle-image-thumbnails):
306         * mm-decode.el (mm-convert-shr-links):
307         * sieve.el (sieve-highlight, sieve-insert-scripts):
308         Use overlay functions directly instead of using gnus-overlay-*,
309         message-overlay-*, and sieve-overlay-*.
310
311         * gnus-sum.el (gnus-remove-overlays):
312         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
313         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
314         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
315         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
316         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
317         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
318         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
319         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
320         (gnus-overlays-at, gnus-overlays-in):
321         * message.el (message-delete-overlay, message-make-overlay)
322         (message-overlay-get, message-overlay-put, message-overlays-in):
323         * messagexmas.el (message-delete-overlay, message-make-overlay)
324         (message-overlay-get, message-overlay-put, message-overlays-in):
325         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
326         Remove.
327
328 2015-08-19  Glenn Morris  <rgm@gnu.org>
329
330         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
331
332 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
333
334         * message.el (message-overlay-put, message-make-overlay)
335         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
336         (message-delete-overlay, message-window-inside-pixel-edges):
337         Declare before using.
338
339 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
340
341         * message.el (message-overlay-get, message-overlays-in)
342         (message-window-inside-pixel-edges):
343         * messagexmas.el (message-overlay-get, message-overlays-in):
344         XEmacs compatible functions.
345
346 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
347
348         * message.el (message-toggle-image-thumbnails): New command.
349
350 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
351
352         * message.el (message-send-form-letter): Change (message (format ...))
353         to (message ...).  This lessens the probability of confusion when
354         the output of `format' contains `%'.
355
356 2015-08-04  David Kastrup  <dak@gnu.org>
357
358         * gnus-art.el (gnus-article-describe-key)
359         (gnus-article-describe-key-briefly):
360         Do not overwrite preexisting contents of unread-command-events.
361
362 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
363
364         * nnimap.el (nnimap-request-move-article)
365         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
366         extension if available.
367
368 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
369
370         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
371         capabilities instead of relying on LOGIN response.
372
373 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
374
375         * nnbabyl.el (nnbabyl-retrieve-headers):
376         * nndiary.el (nndiary-retrieve-headers):
377         * nneething.el (nneething-retrieve-headers):
378         * nnmbox.el (nnmbox-retrieve-headers):
379         * nnmh.el (nnmh-retrieve-headers):
380         * nnml.el (nnml-retrieve-headers):
381         * nnspool.el (nnspool-retrieve-headers):
382         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
383         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
384         progress-report percentages and the like.  This avoids problems
385         if (* 100 NUMERATOR) would overflow.
386
387         * gnus-registry.el (gnus-registry-import-eld):
388         * registry.el (registry-reindex):
389         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
390
391 2015-07-17  Julien Danjou  <jd@abydos>
392
393         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
394         command.
395
396 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
397
398         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
399         of function arguments.
400
401 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
402
403         * nnimap.el: Clean up "unused var" warnings.
404         (auth-source-creation-prompts): Declare.
405         (nnimap-retrieve-headers, nnimap-status-message)
406         (nnimap-request-create-group, nnimap-request-delete-group)
407         (nnimap-close-group, nnimap-request-move-article)
408         (nnimap-request-accept-article, nnimap-request-newgroups)
409         (nnimap-request-post, nnimap-dummy-active-number)
410         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
411         (nnimap-parse-flags): Remove unused var `p'.
412         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
413         (nnimap-flags-to-marks): Remove unused var `totalp'.
414
415 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
416
417         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
418         before RFC822.SIZE.
419
420 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
421
422         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
423         so that a 'plain value for the `nnimap-stream' server variable is
424         handled correctly.
425
426 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
427
428         Remove unused let variables
429         * nnimap.el (nnimap-request-group): Variables are not used.
430
431         Check if group names are already strings
432         * gnus-group.el (gnus-group-group-name):
433         The group name may already be a string.
434         Specifically, in the group list reached from the *Server* buffer,
435         the 'gnus-group text property returns a string.  Everywhere else
436         it returns a symbol.
437
438 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
439
440         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
441         (nnmaildir--update-nov): Remove unused var `numdir'.
442         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
443         (nnmaildir-request-group, nnmaildir-request-create-group)
444         (nnmaildir-request-post, nnmaildir-request-move-article)
445         (nnmaildir-request-accept-article, nnmaildir-active-number):
446         Mark unused args.
447         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
448         Declare.
449         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
450         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
451         `mark', `end', `new-mark', and `mark-sym'.
452         (nnmaildir-retrieve-headers):
453         Remove unused args `srv-dir', `dir', `nlist2'.
454         (nnmaildir-request-expire-articles):
455         Remove unused vars `article', `stop' and `nlist2'.
456         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
457         `end'.  Use nnmaildir--article when dyn-binding is needed.
458         Give the value directly in the `let' for `del-mark', `del-action',
459         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
460         (nnmaildir-close-server):
461         Declare those local vars that need to be dyn-bound.
462
463 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
464
465         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
466
467 2015-05-31  David Engster  <deng@randomsample.de>
468
469         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
470         instead of using `sleep-for', as the latter does not seem to reliably
471         wait (see for instance bug 15990).
472
473 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
474
475         * gnus-art.el (gnus-button-alist): Re-revert last change.
476         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
477
478 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
479
480         * gnus-art.el (gnus-button-alist): Revert last change.
481         It wasn't that important, and it caused a Gnus build to fail.  See:
482         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
483
484         * gnus-art.el (gnus-button-alist):
485         Also treat "‘" and "’" as quoting chars.
486
487 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
488
489         * gnus-art.el (gnus-treat-strip-list-identifiers)
490         (gnus-article-mode-syntax-table):
491         * gnus-group.el (gnus-group-nnimap-edit-acl):
492         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
493         e.g., missing quote, ``x'' where `x' was meant, etc.
494
495 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
496
497         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
498         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
499         into just c.
500
501 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
502
503         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
504         Normalize characters into numbers in spec keys.
505
506 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
507
508         * dgnushack.el (declare-function): Redefine it to use autoload.
509         * lpath.el (gnus-html-prefetch-images): Declare.
510
511 2015-05-04  Glenn Morris  <rgm@gnu.org>
512
513         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
514
515         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
516
517         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
518         (gnus-topic-create-topic, gnus-topic-enter-dribble):
519         Declare rather than autoload.
520
521         * mm-archive.el (gnus-recursive-directory-files)
522         (mailcap-extension-to-mime): Autoload at run-time.
523
524         * mm-util.el (latin-unity-massage-name)
525         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
526         (latin-unity-representations-present-region):
527         Declare rather than autoload.
528
529         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
530         Autoload at run-time.
531         (epg-context-set-signers, epg-context-result-for)
532         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
533         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
534         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
535         (epg-configuration, epg-expand-group, epa-select-keys):
536         Declare rather than autoload.
537
538         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
539         Autoload at run-time.
540         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
541         (gnus-registry-get-id-key, gnus-registry-action):
542         Declare rather than autoload.
543
544         * nnmail.el (mail-send-and-exit): Autoload at run-time.
545
546         * spam.el (spam-stat-buffer-change-to-non-spam)
547         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
548         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
549         (spam-stat-split-fancy): Remove pointless autoloads.
550
551         * mm-view.el (epg-decrypt-string): Autoload.
552         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
553         (epg-sub-key-validity): Fix declarations.
554
555 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
556
557         * gnus.el: Ma Gnus v0.13 is released.
558
559 2015-05-01  Glenn Morris  <rgm@gnu.org>
560
561         * gnus-util.el (iswitchb-read-buffer):
562         * mm-decode.el (libxml-parse-html-region):
563         * mml.el (libxml-parse-html-region):
564         * nnrss.el (libxml-parse-html-region): Update declaration.
565
566 2015-04-27  Glenn Morris  <rgm@gnu.org>
567
568         * message.el (gnus-extract-address-components):
569         Remove bogus declaration that was masking previous problem.
570
571 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
572
573         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
574         altering the buffer.
575         (hashcash-insert-payment-async-2): Revert previous change because it
576         still means that the mark is moving around.
577
578 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
579
580         * gnus-uu.el (gnus-uu-save-article):
581         Make the save-restriction/widen calls make more sense.
582
583 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
584
585         * gnus-art.el (gnus-use-idna):
586         * gnus-sum.el (gnus-summary-idna-message):
587         * message.el (message-use-idna):
588         Catch the invalid-operation error that idna.el will issue.
589
590 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
591
592         * gnus-group.el (gnus-group--setup-tool-bar-update):
593         cursor-sensor-functions should be a list of functions.
594
595 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
596
597         * gnus-group.el (gnus-tmp-*): Declare.
598         (gnus-update-group-mark-positions): Remove unused `topic' var.
599         (gnus-group-insert-group-line): Remove unused var `header'.
600         (gnus-group--setup-tool-bar-update): New function.
601         (gnus-group-insert-group-line): Use it.
602         (gnus-group-update-eval-form): Declare local
603         dynamically-bound variables.
604         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
605
606         * gnus-topic.el (gnus-topic-jump-to-topic)
607         (gnus-group-prepare-topics, gnus-topic-update-topic)
608         (gnus-topic-change-level, gnus-topic-catchup-articles)
609         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
610         Use inhibit-read-only.
611         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
612         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
613
614 2015-04-12  João Távora  <joaotavora@gmail.com>
615
616         * message.el (message-mode):
617         Use `set' and `make-local-variable' instead of `setq-local'.
618
619 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
620
621         * gnus-sum.el (gnus-summary-refer-thread):
622         Make sure gnus-newsgroup-unreads remains sorted.
623
624 2015-04-12  João Távora  <joaotavora@gmail.com>
625
626         Improve sexp-based movement in message-mode
627         * message.el (message--syntax-propertize): New function.
628         (message-mode): Set syntax-related vars.d
629         (message-smileys): New variable.
630
631 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
632
633         * gnus-art.el (gnus-hidden-properties): Simplify.
634         (gnus-article-hide-text, gnus-article-unhide-text)
635         (gnus-article-unhide-text-type): Remove special handling of
636         `intangible' since that property is not used any more.
637         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
638
639 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
642         and a runtime function for it, of which the XEmacs version takes only
643         two arguments.
644
645 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
646
647         Use American spelling for 'normalize'
648         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
649         All uses changed.  Add an alias for obsolete usages.
650
651 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
652
653         * gnus-art.el (gnus-article-browse-html-save-cid-content):
654         Always return relative file name.
655         (gnus-article-browse-html-parts):
656         Make external links absolute and cid file names relative.
657
658 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
659
660         * registry.el (registry-prune): Re-use `registry-full' in
661         `registry-prune'.  It's a bit of redundant work, but safer.
662         Also ensure that target-size is an integer.
663
664 2015-03-31  Daiki Ueno  <ueno@gnu.org>
665
666         * plstore.el (plstore--decrypt): Clear entry in
667         `plstore-passphrase-alist' if decryption failed (bug#20030).
668
669 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
670
671         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
672         to "Display" menu.
673
674 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
675
676         * nnimap.el (nnimap-split-incoming-mail): If a message is already
677         in the group it should be split to, don't re-copy it into the group.
678
679 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
680
681         * nnmh.el (nnmh-request-expire-articles):
682         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
683
684 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
685
686         * registry.el (registry-lookup-secondary, registry-full)
687         (registry-prune, registry-collect-prune-candidates):
688         * gnus-registry.el (gnus-registry-load): Use slot names rather than
689         initarg names in `oref' and `oset'.
690
691 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
692
693         * registry.el (registry-prune): Allow registry to reach full size
694         before pruning.
695
696 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
697
698         * registry.el (registry-collect-prune-candidates): Fix call to
699         cl-subseq.
700
701 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
702
703         * registry.el (registry-db): Temporary fix old Emacsen compilation.
704
705 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
706
707         * gnus-registry.el (gnus-registry-handle-action)
708         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
709         (gnus-registry-keywords): Make it do something.
710         (gnus-registry-import-eld): Remove unused var `new-entry'.
711         (gnus-registry-action): Remove unused var `to-name'.
712         (gnus-registry-make-db): Prefer `make-instance' to avoid
713         compiler warnings.
714         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
715
716         * registry.el (registry-db): Don't oset-default an instance-allocated
717         slot.
718
719 2015-03-10  Glenn Morris  <rgm@gnu.org>
720
721         * message.el (message-valid-fqdn-regexp): Bump :version for
722         2014-11-17 change.
723
724 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
725
726         * gnus-notifications.el (gnus-notifications-action): Raise window
727         frame.
728         (gnus-notifications-action): Allow mark as read.
729         (gnus-notifications-notify): Show uption to mark as read.
730
731 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
732
733         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
734         (registry-search, registry-delete, registry-size, registry-insert)
735         (registry-reindex, registry-collect-prune-candidates):
736         * gnus-registry.el (gnus-registry-fixup-registry)
737         (gnus-registry-remove-extra-data): Use slot names rather than initarg
738         names in `oref' and `oset'.
739
740 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
741         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
742         in the group it should be split to, don't re-copy it into the group.
743
744 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
745
746         * message.el (message-insert-formatted-citation-line): Change %F to
747         fall back to email address if no first name could be determined.
748
749 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
750
751         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
752         Fix point motion when removing displayed MIME part.
753         (gnus-article-edit-part): Make jumping to the next part really work
754         when deleting or stripping.
755         (gnus-mime-buttonize-attachments-in-header): Make header attachment
756         buttons identical to the ones in the article body so as to work deleting
757         and stripping.
758
759 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * mm-decode.el (mm-shr)
762         * mm-view.el (mm-inline-text-html-render-with-w3m):
763         Revert my bogus change that made the start marker of a part
764         the "moves after insertion" type.
765
766 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
767
768         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
769         Tools: https://github.com/politza/pdf-tools) for viewing PDF
770         attachments in emacs.
771
772 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
773
774         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
775         instead of sasl-scram-sha-1, as the former is the name that can be
776         required.
777
778         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
779         (sasl-scram-sha-1-client-final-message)
780         (sasl-scram-sha-1-authenticate-server): Move to end of file.
781
782 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
783
784         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
785
786 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
787
788         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
789         (sasl-string-prefix-p): New compatibility functions.
790
791 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
792
793         * gnus-compat.el (process-live-p): Added new compat function for Emacs
794         23.
795
796 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
797
798         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
799         from the server LIST response.
800
801 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
802
803         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
804         during header retrieval, error out instead of interpreting the data in
805         the buffer as the only messages there.  This way, we don't mark
806         articles as read on a server hangup (bug#19035).
807
808         * mm-decode.el (mm-head-p): New function.
809         (mm-display-part): Go to a blank line when inserting parts internally.
810
811 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
812
813         * sasl-scram-rfc.el: New file.
814
815         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
816         Add SCRAM-SHA-1 first.
817         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
818         entry (bug#17636).
819
820 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
821
822         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
823         that we don't get a warning when setting the buffer-local variable
824         (bug#19573).
825
826         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
827         `gnus-request-group'.
828
829 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
830
831         * gnus-art.el (gnus-article-browse-html-save-cid-content)
832         (gnus-article-browse-html-parts): Make cid file names relative if and
833         only if html doesn't specify <base> directory.
834
835 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
836
837         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
838         parts, because that breaks filling (since buttons are in a bold face).
839
840 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
843         use gnus-overlays-at and gnus-overlay-put.
844
845 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
846
847         * mm-decode.el (mm-shr): Only pass the fill column when not using
848         fonts, because limiting the width to what's appropriate for followups
849         doesn't really help when not using proportional fonts.
850
851 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
852
853         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
854         shr, beacause that breaks folding.
855         (mm-shr): Don't shorten the width when using fonts.
856
857 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
858
859         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
860         variable; always check the newrc timestamp.
861         (gnus-save-newsrc-file): Always check timestamp.
862
863 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
864
865         * mail-source.el (mail-source-call-script): If scripts exit with an
866         error, pop up an error buffer.
867
868 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
869
870         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
871         as a default.
872
873         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
874         correct server.
875
876 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
877
878         * nnimap.el (nnimap-request-group-scan): Fix the function name.
879
880         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
881
882 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
883
884         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
885         that nnimap works for non-activated backends.
886
887 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
888
889         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
890         message, since we already get an obsolescence message.  Use `declare'.
891
892 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
893
894         * nnir.el: Revert "Enable non-ASCII IMAP searches".
895
896 2015-01-30  Glenn Morris  <rgm@gnu.org>
897
898         * gnus-registry.el (gnus-registry-max-pruned-entries)
899         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
900         Fix :version.
901         (gnus-registry-default-sort-function): Improve :type.
902
903 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
904
905         * nnimap.el (nnimap-request-group): Allow running this function on
906         groups that don't exist in Gnus yet.
907         (nnimap-request-group): Revert previous patch since that made it
908         impossible to enter nnimap groups.
909
910         * message.el (message-smtpmail-send-it): Remove the mail header
911         separator before sending.
912
913 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
914
915         * nnimap.el (nnimap-find-expired-articles): Fix handling of
916         (expiry-wait . never).
917
918 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
919
920         * nnimap.el (nnimap-request-group): Clear the buffer before returning
921         the data.
922
923 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
924
925         * gnus-compat.el (string-bytes): Work for XEmacs.
926
927 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
928
929         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
930
931         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
932         IMAP.
933
934 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
935
936         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
937
938         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
939
940         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
941         be added to the backlog.
942
943 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
944
945         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
946         target with a recursive make call.
947
948 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
949
950         * nnimap.el (nnimap-header-parameters): Refactor and request
951         X-GM-LABELS if it's been announced.
952         (nnimap-transform-headers): Gather and output GM-LABELS.
953
954 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
955
956         * mm-decode.el (mm-display-part): Make non-string methods work.
957         Non-string methods are funcalled and work just fine, the test was
958         bogus.
959         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
960         whole frame.
961
962 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
963
964         * nnimap.el (nnimap-request-accept-article): Allow respooling using
965         nnimap.
966
967         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
968         request rescans when being run interactively.
969
970         * nnimap.el (nnimap-request-group): Don't rescan the group here,
971         because that can be very slow in large groups.
972
973         * gnus-int.el (gnus-request-group-scan): New backend function.
974
975         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
976
977 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
978
979         * gnus-group.el (gnus-group-suspend): Close all backends.
980
981 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
982
983         * dgnushack.el (dgnushack-compile-file): New function.
984         (dgnushack-compile): Use it (bug#19514).
985
986 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
989
990 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
991
992         * registry.el: Don't use <class> as a variable.
993
994 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
995
996         system-name's returned value can vary
997         Also, the system-name variable is now obsolete.
998         Fixes Bug#19438.
999         * message.el (message-make-fqdn):
1000         * nnvirtual.el (nnvirtual-retrieve-headers)
1001         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
1002         and avoid naming locals 'system-name'.
1003
1004 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
1005
1006         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
1007         lines don't get overlong when responding.
1008
1009 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1010
1011         * registry.el (cl-remf, cl-loop, cl-subseq):
1012         Alias to remf, loop, and subseq respectively for old Emacsen.
1013
1014 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
1015
1016         * gnus-group.el (gnus-read-ephemeral-bug-group):
1017         Bind coding-system-for-read and coding-system-for-write only around
1018         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
1019
1020 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1021
1022         * registry.el (registry-db): Set default slot later.
1023         This is because its value is not a literal integer.
1024
1025 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1026
1027         * registry.el (registry-db): Fix default registry-db max-size.
1028
1029 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1030
1031         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
1032         add warning.
1033
1034         * gnus-art.el: Fix up compiler warnings.
1035         (article-display-face, article-display-x-face): Remove unused `face'.
1036         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
1037         (article-date-ut): Remove unused var `first'.
1038         (gnus-article-prepare): Remove unused var `gnus-article'.
1039         (gnus-mime-save-part-and-strip): Remove unused var `param'.
1040         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
1041         `coding-system' along with corresponding dead code.
1042         (gnus-mime-view-part-externally): Remove unused var
1043         `mm-user-display-methods'.
1044         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
1045         (gnus-display-mime): Remove unused var `handle'.
1046         (gnus-mime-display-alternative): Remove unused var `props'.
1047         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
1048         (gnus-article-edit-done): Remove unused var `p'.
1049         (gnus-url-mailto): Remove unused var `to'.
1050         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
1051         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
1052
1053 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
1054
1055         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
1056         slots into a :max-size slot.
1057         (registry-db-version): Add new variable for database version number.
1058         (registry-prune): Use :max-size slot. Accept and use a sort-function
1059         argument.
1060         (registry-collect-prune-candidates): Add new function for finding
1061         non-precious pruning candidates.
1062         (registry-prune-hard-candidates, registry-prune-soft-candidates):
1063         Remove obsolete functions.
1064         (initialize-instance): Upgrade registry version when starting.
1065
1066         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
1067         (gnus-registry-max-pruned-entries): Remove obsolete variable.
1068         (gnus-registry-cache-file): Change default
1069         filename extension to "eieio".
1070         (gnus-registry-read): Add new function, split out from
1071         `gnus-registry-load', that does the actual object reading.
1072         (gnus-registry-load): Use it. Add condition case handler to check for
1073         old filename extension and rename to the new one.
1074         (gnus-registry-default-sort-function): New variable to specify a sort
1075         function to use when pruning.
1076         (gnus-registry-save, gnus-registry-insert): Use it.
1077         (gnus-registry-sort-by-creation-time): Define a default sort function.
1078
1079         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
1080         Adjust test for new object signature.
1081         (gnustest-registry-pruning-test): Add new pruning test.
1082         (gnustest-registry-sort-function): Default sort function for testing.
1083         (gnustest-registry-pruning-sort-test): New test for sorting.
1084
1085 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1086
1087         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
1088         function for reuse.
1089         (gnus-mime-buttonize-attachments-in-header): Adjust.
1090
1091 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1092
1093         * message.el (message-change-subject): Really check whether the subject
1094         changed.
1095
1096 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1097
1098         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
1099         PDFs.
1100         (mailcap-view-mime): New function.
1101
1102 2014-12-01  Glenn Morris  <rgm@gnu.org>
1103
1104         * gnus-cloud.el (gnus-cloud): Add :version tag.
1105
1106 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1107
1108         * gnus-art.el (gnus-use-idna):
1109         * gnus-sum.el (gnus-summary-idna-message):
1110         * message.el (message-use-idna):
1111         Protect against nil value for idna-program.
1112
1113         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
1114
1115 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
1116
1117         * auth-source.el (auth-source-macos-keychain-search-items): Return
1118         result of `auth-source-macos-keychain-result-append' (bug#19074).
1119
1120 2014-11-25  Glenn Morris  <rgm@gnu.org>
1121
1122         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
1123         Add :version tag.
1124
1125 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1126
1127         * pop3.el (pop3-open-server): Warn unless encrypted.
1128
1129         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
1130
1131 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1132
1133         Port new time stamp handling to Emacs 23.2.
1134         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
1135         * time-date.el (time-add, time-subtract, time-less-p):
1136         Use eval-and-compile, not eval-when-compile.
1137
1138 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
1139
1140         * message.el (message-valid-fqdn-regexp): Add non-internaional new
1141         TLDs.
1142
1143 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1144
1145         Port new time stamp handling to old Emacs and to XEmacs.
1146         This is needed for Gnus, which copies time-date.el and which
1147         runs on older Emacs implementations.
1148         * time-date.el (with-decoded-time-value):
1149         Handle 'nil' and floating-point arg more compatibly with new Emacs.
1150         (encode-time-value, with-decoded-time-value):
1151         Obsolete only if new Emacs.
1152         (time-add, time-subtract, time-less-p): Define if not new Emacs.
1153
1154         Improve time stamp handling, and be more consistent about it.
1155         This implements a suggestion made in:
1156         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
1157         Among other things, this means timer.el no longer needs to
1158         autoload the time-date module.
1159         * time-date.el (seconds-to-time, days-to-time, time-since)
1160         (with-decoded-time-value):
1161         Treat 'nil' as current time.  This is mostly for XEmacs.
1162         (encode-time-value, with-decoded-time-value): Obsolete.
1163         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
1164         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
1165
1166 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1167
1168         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
1169         discarding changes in ephemeral groups.
1170
1171         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
1172         things the user isn't interested in.
1173
1174 2014-11-13  Julien Danjou  <jd@abydos>
1175
1176         * gnus-notifications.el (gnus-notifications-notify): Provide both
1177         app-icon and image-path.
1178
1179 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1180
1181         * mm-url.el (mm-url-encode-multipart-form-data):
1182         Restore to handle "multipart/form-data" by eww.
1183
1184 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
1185
1186         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
1187         Landscheidt.
1188
1189 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1190
1191         Simplify use of current-time and friends.
1192         * gnus-delay.el (gnus-delay-article):
1193         * gnus-sum.el (gnus-summary-read-document):
1194         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
1195         * message.el (message-make-expires-date):
1196         Omit unnecessary call to current-time.
1197         * gnus-util.el (gnus-float-time): Simplify to an alias because
1198         time-to-seconds now behaves like float-time with respect to nil arg.
1199         (gnus-seconds-year): Don't call current-time twice to get the current
1200         time stamp, as this can lead to inconsistent results.
1201         * time-date.el (time-to-seconds) [!float-time]:
1202         Use current time if arg is nil, to be compatible with float-time.
1203         (time-date--day-in-year): New function, with most of the guts of
1204         the old time-to-day-in-year.
1205         (time-to-day-in-year): Use it.
1206         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1207
1208 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * gnus.el (gnus-mode-line-buffer-identification):
1211         Don't add image data for a non-graphic display (bug#18813).
1212
1213 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1214
1215         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
1216         load-path, it blocks autoloading of find-image (bug#18813).
1217
1218 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
1219
1220         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
1221         to keep connection open (bug#18728).
1222
1223 2014-10-20  Glenn Morris  <rgm@gnu.org>
1224
1225         * Merge in all changes up to 24.4 release.
1226
1227 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
1228
1229         * message.el (message-insert-signature): Use `newline' instead of
1230         inserting explicit "\n".
1231
1232 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
1233
1234         * gnus-icalendar.el: Support vcal format timezones.
1235         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
1236         compute dates with associated timezone.
1237         (gnus-icalendar-event-from-ical): Compute all timezones.
1238
1239 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1240
1241         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
1242         check the newsrc.eld file's timestamp before saving it.
1243         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
1244         timestamp has changed to be newer.
1245
1246 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
1247
1248         * gnus-icalendar.el (gnus-icalendar-identities):
1249         Include message-alternative-emails.
1250
1251 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1254         New compatibility functions.
1255         (ntlm-build-auth-response): Use them.
1256
1257 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1258
1259         * ntlm.el (ntlm-build-auth-request):
1260         Add NTLM2 Session support.  (Bug#15603)
1261
1262 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1263
1264         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1265         expired messages only when it was built in reverse order.
1266
1267 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1268
1269         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1270         last so it can be used in `message-send-hook'.
1271
1272 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1273
1274         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1275         <#secure> tag (bug#18513).
1276
1277 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1278
1279         * parse-time.el: Require cl when compiling.
1280
1281 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1282
1283         Use cl-lib as much as possible following the 2014-09-26 change
1284         in the Emacs trunk.
1285         * parse-time.el: Try requiring cl-lib.
1286         (parse-time-incf): Alias to cl-incf or incf.
1287         (digit-char-p): Remove.
1288         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1289         (parse-integer): Rename to parse-time-integer.
1290         (parse-time-tokenize, parse-time-rules, parse-time-string)
1291         Use parse-time-incf and parse-time-integer.
1292
1293 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1294
1295         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1296         of ":delete".
1297
1298 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1299
1300         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1301         (gnus-article-browse-html-parts):
1302         Revert last change that breaks links other than cid contents.
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): Make cid file names relative.
1308
1309 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1312         temporarily displayed when running a mode function (at least org-mode
1313         requires it).
1314
1315 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1316
1317         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1318         the gnus-summary-article-expire-hook should be told where the function
1319         is going. In particular, the Gnus registry might want to know.
1320
1321 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1322
1323         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1324
1325 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1326
1327         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1328
1329 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1330
1331         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1332         the gnus-summary-article-expire-hook should be told where the function
1333         is going. In particular, the Gnus registry might want to know.
1334
1335 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1336
1337         Don't mishandle year-9999 dates (Bug#18176).
1338         * parse-time.el (parse-time-rules):
1339         Allow years up to most-positive-fixnum.
1340         * time-date.el (date-to-time):
1341         Pass "Specified time is not representable" errors through.
1342
1343 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1344
1345         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1346         groups and t.
1347
1348 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1349
1350         * gnus-utils.el (gnus-recursive-directory-files):
1351         Unify hard or symbolic links (bug#18063).
1352
1353 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1354
1355         * gnus-msg.el (gnus-configure-posting-style):
1356         Allow string replacements in values when matching against a header.
1357
1358 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1359
1360         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1361         the dribble buffer even when it is shrunk a lot.
1362         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1363
1364 2014-06-26  Glenn Morris  <rgm@gnu.org>
1365
1366         * mm-util.el (help-function-arglist): Remove outdated declaration.
1367
1368 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1369
1370         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1371         attribute values.  (Bug#17834)
1372
1373 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1374
1375         * gnus-sum.el (gnus-summary-edit-article-done):
1376         Prefer point-marker to copy-marker of point.
1377
1378 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * Makefile.in (install-el, install-el-elc): Compress .el files.
1381         (uninstall): Remove compressed .el files.
1382
1383 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1384
1385         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1386         (gnus-article-read-summary-keys):
1387         Don't bug out when there is no article in the summary buffer.
1388         (gnus-mime-buttonize-attachments-in-header):
1389         Improve criterion that finds parts to display.
1390
1391         * gnus-art.el (gnus-mm-display-part):
1392         * mm-decode.el (mm-shr):
1393         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1394         (mm-insert-inline): Revert last changes.
1395
1396 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1397
1398         * gnus-art.el (gnus-mm-display-part):
1399         * mm-decode.el (mm-shr):
1400         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1401         (mm-insert-inline): Set insertion type of end-marker, not only
1402         start-marker, of undisplayer so as to stay after inserted text.
1403
1404 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1405
1406         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1407         attribute. (Bug#17613)
1408
1409 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1410
1411         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1412         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1413
1414 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1415
1416         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1417         Don't delete next part button; keep spacing between buttons.
1418
1419 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1420
1421         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1422         Work for the last MIME part in an article.
1423         (gnus-mime-display-single): Suppress excessive newlines between parts.
1424
1425         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1426         by leading or trailing newline.
1427
1428 2014-05-12  Sam Steingold  <sds@gnu.org>
1429
1430         * time-date.el (seconds-to-string): New function to pretty print time
1431         delay in seconds.
1432
1433 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1434
1435         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1436         while prompting a user for a file name, etc.
1437         (gnus-mime-display-single): Display part with a common appearance no
1438         matter whether MIME button is omitted or not; don't add duplicate entry
1439         to gnus-article-mime-handle-alist.
1440         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1441
1442 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1443
1444         * mml2015.el (mml2015-display-key-image): New variable.
1445
1446 2014-05-08  Glenn Morris  <rgm@gnu.org>
1447
1448         * gnus-fun.el (gnus-grab-cam-face):
1449         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1450         This is CVE-2014-3421.
1451
1452 2014-05-04  Glenn Morris  <rgm@gnu.org>
1453
1454         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1455
1456 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1457
1458         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1459         the displaying state of a part.
1460         (gnus-mm-display-part): Don't insert a newline in the beginning of
1461         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1462
1463         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1464         (mm-shr): Make undisplayer unbreakable.
1465
1466         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1467         Don't insert excessive newline.
1468         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1469         (mm-insert-inline): Make undisplayer unbreakable.
1470
1471 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1472
1473         * gnus.el: Ma Gnus v0.11 is released.
1474
1475 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1476
1477         * gnus-art.el (gnus-mm-display-part):
1478         Highlight header attachment buttons.
1479
1480 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1481
1482         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1483         a part; redisplay a button (enbugged in 2014-02-05).
1484
1485 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1486
1487         * auth-source.el (auth-source-search, auth-source-search-backends):
1488         Treat :max 0 as an indicator that a boolean return is wanted, as
1489         documented. Reported by Joe Bloggs.
1490
1491 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1492
1493         * gnus-icalendar.el: Require gnus-art.
1494
1495 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1496
1497         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1498         (gnus-icalendar--update-org-event): put event timestamp in
1499         the org entry body instead of the drawer.
1500         (gnus-icalendar-event--get-attendee-names): list of participants should
1501         contain even attendees without common name attribute.
1502         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1503         property tags in org drawers.
1504
1505 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1506
1507         * gmm-utils.el (gmm-format-time-string): New function.
1508
1509         * message.el (message-insert-formatted-citation-line): Use the original
1510         author's time zone to express a date string.
1511
1512 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1513
1514         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1515         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1516         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1517         Silence compiler warnings.
1518         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1519
1520 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1521
1522         * mml.el: Require url when compiling.
1523
1524         * gnus-cloud.el (gnus-cloud-parse-version-1):
1525         Use plist-get rather than CL's getf.
1526         (gnus-activate-group, gnus-subscribe-group): Declare.
1527
1528         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1529
1530 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1531
1532         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1533         buttons when toggling the header off.
1534
1535 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1536
1537         * tls.el (tls-program): Reflow docstring.
1538
1539 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1540
1541         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1542         groups work again.
1543
1544 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1545
1546         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1547         999 correctly (i.e. "1,342").
1548
1549 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1550
1551         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1552         out if the directory doesn't exist.
1553
1554 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1555
1556         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1557         commands here; instead, only check if epg-config.el is available.
1558
1559 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1560
1561         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1562         messages with embedded images.
1563         (mml-generate-mime): Don't bug out if you don't have libxml.
1564
1565 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1566
1567         * message.el (message-make-html-message-with-image-files): New command.
1568
1569 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1570
1571         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1572
1573         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1574
1575 2014-02-23  David Engster  <deng@randomsample.de>
1576
1577         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1578         to stay compatible with older Emacsen, so replace `cl-loop' with
1579         `loop'.
1580
1581 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1582
1583         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1584         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1585         instead, build list of patterns.
1586
1587 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1588
1589         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1590         Display header attachment buttons by gnus-article-prepare-display
1591         rather than gnus-article-prepare so as to view in mml-preview as well.
1592
1593 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1594
1595         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1596         in `auth-sources' means and link to EPA docs.
1597
1598 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1599
1600         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1601         (bug#12375).
1602
1603 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1604
1605         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1606         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1607
1608 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1609
1610         * message.el (message-tab): Mention what happens on normal tabs
1611         (bug#11297).
1612
1613 2014-02-08  Glenn Morris  <rgm@gnu.org>
1614
1615         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1616
1617 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1620         buttons that are hidden in unselected alternative part as well.
1621         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1622
1623         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1624
1625 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1626
1627         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1628         keystroke.
1629         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1630         types.
1631
1632         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1633         with an empty string.
1634
1635 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1636
1637         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1638         buffer-local in some buffers, so bind it explicitly in the buffer we're
1639         trying to cancel the article in (bug#10808).
1640
1641 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1642
1643         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1644         New functions.
1645
1646         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1647         New user option.
1648         (gnus-mime-buttonize-attachments-in-header): New function.
1649         (gnus-article-prepare): Use it.
1650         (gnus-mime-inline-part): Suppress extra newline.
1651         (gnus-mm-display-part): Save excursion;
1652         remove useless deleting and adding of buttons.
1653         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1654
1655         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1656         Add gnus-mime-buttonize-attachments-in-header.
1657
1658 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1659
1660         * nnimap.el (nnimap-request-articles): New command to download several
1661         articles at once.
1662
1663         * gnus.el (gnus-variable-list): Save Cloud variables.
1664
1665         * gnus-int.el (gnus-request-accept-article): Doc fix.
1666
1667 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1668
1669         * parse-time.el (parse-time-iso8601-regexp)
1670         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1671         it more generally.
1672
1673 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1674
1675         * gnus-cloud.el: New file to provide the Emacs Cloud.
1676
1677         * dgnushack.el: Silence XEmacs w3 warning.
1678
1679         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1680         `url-retrieve-synchronously', apparently.
1681
1682         * dgnushack.el: Silence XEmacs dns.el warning.
1683
1684         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1685         instead of in all files.
1686
1687         * dns.el (network-interface-list): Define for XEmacs.
1688
1689         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1690         XEmacs.
1691
1692         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1693
1694 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1695
1696         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1697         `gnus-group-split-fancy'.
1698
1699 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1700
1701         * message.el (message-remove-header): Doc fix.
1702         (message-forward-included-headers): New variable.
1703         (message-remove-ignored-headers): Use it.
1704
1705 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1706
1707         * nnir.el (nnir-request-update-mark): Don't try to update the source
1708         group if we can't find it (bug#16611).
1709
1710 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1711
1712         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1713
1714 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1715
1716         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1717         network interfaces changed.
1718         (dns-query): Use it to flush the data.
1719
1720 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1721
1722         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1723         from random face commands.
1724         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1725         Face.
1726         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1727         (gnus--random-face-with-type): Generic function returning a face-type
1728         as a string.
1729         (gnus--insert-random-face-with-type): Generic function inserting a face
1730         in a message buffer header.
1731         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1732         (gnus-insert-random-x-face-header): Rewritten to use
1733         `gnus--insert-random-face-with-type`.
1734         (gnus-random-face): Return random (png) Face as string.
1735         (nus-insert-random-face-header): Insert random (png) Face in a message
1736         buffer.
1737
1738 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1739
1740         * mm-url.el: Remove all usage of w3.
1741
1742         * nnrss.el: Ditto.
1743
1744         * mm-decode.el: Ditto.
1745
1746         * mm-view.el: Ditto.
1747
1748         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1749         outdated and all Emacsen have url.el built-in.
1750
1751         * gnus-setup.el: Remove outdated file.
1752
1753 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1754
1755         * gnus.el: Ma Gnus v0.9 is released.
1756
1757 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1758
1759         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1760
1761 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1762
1763         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1764         in the summary buffer (bug#13769).
1765
1766 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1767
1768         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1769         name if we're using a single article buffer.  Otherwise, it may point
1770         to a killed buffer (bug#13756).
1771
1772 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1773
1774         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1775         the match data, just save and restore it explicitly (bug#12375).
1776
1777         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1778         that's needed.
1779
1780         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1781         the code once (bug#9069).
1782
1783 2014-01-18  Steinar Bang  <sb@dod.no>
1784
1785         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1786         reading.
1787
1788 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1789
1790         * message.el (message-bury): Call bury-buffer with no argument
1791         in the message-return-action case too.
1792
1793 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1794
1795         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1796         (nnimap-split-fancy, nnimap-split-methods): Declare.
1797
1798         * mm-util.el (help-function-arglist): Declare.
1799
1800 2013-12-28  Glenn Morris  <rgm@gnu.org>
1801
1802         * gnus-sieve.el (gnus-sieve-select-method):
1803         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1804         (gravatar-rating, gravatar-size):
1805         * message.el (message-minibuffer-local-map):
1806         * sieve-manage.el (sieve-manage-authenticators)
1807         (sieve-manage-authenticator-alist): Specify custom types.
1808
1809         * hashcash.el (hashcash-program): Rename from hashcash-path.
1810         Update callers.
1811
1812         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1813         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1814         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1815
1816         * auth-source.el (auth-sources):
1817         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1818         Fix custom types.
1819
1820         * tls.el (tls-certtool-program): Fix default value.
1821
1822 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1823
1824         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1825         we get proper traces there, too.
1826
1827 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1828
1829         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1830         value of the parameters if the current article has a Reply-To or From
1831         field.
1832
1833 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1834
1835         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1836
1837 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1838
1839         * gnus-sum.el (gnus-summary-exit): Stop animations.
1840
1841 2013-12-19  Juri Linkov  <juri@jurta.org>
1842
1843         * gnus.el (gnus-suppress-keymap):
1844         * gnus-art.el (gnus-article-mode-map):
1845         * gnus-group.el (gnus-group-mode-map):
1846         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1847         Remove [backspace] key binding because it shadows DEL (bug#16035).
1848
1849         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1850
1851 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1852
1853         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1854         Make sure work directory exists.
1855         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1856         rather than tmp directory.
1857         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1858         not necessarily always run, with it.
1859
1860 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1861
1862         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1863         value of gnus-icalendar-additional-identities work without restart.
1864
1865 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1866
1867         * mm-util.el (mm-make-temp-file):
1868         Alias to make-temp-file for modern Emacsen.
1869
1870 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1871
1872         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1873         nnir-article-number and nnir-article-group.
1874
1875 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1876
1877         * message.el (message-send-mail-with-sendmail):
1878         Don't kill error buffer if sending fails.
1879
1880 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1881
1882         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1883         (gnus-icalendar-event->org-entry)
1884         (gnus-icalendar--update-org-event)
1885         (gnus-icalendar-event->gnus-calendar): Distinguish between
1886         required/optional/non-participant attendee status.  Fix bug causing
1887         the first required event participant to be omitted.
1888
1889 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1890
1891         * gnus-art.el (article-de-quoted-unreadable)
1892         (article-de-base64-unreadable, gnus-mime-copy-part)
1893         * gnus-html.el (gnus-article-html)
1894         * mm-view.el (mm-inline-text-html-render-with-w3)
1895         (mm-inline-text-html-render-with-w3m-standalone)
1896         * rfc2231.el (rfc2231-decode-encoded-string):
1897         Allow overriding charset by mm-charset-override-alist.
1898
1899         * gnus-art.el (gnus-article-browse-html-parts):
1900         Replace LWSPs with `&nbsp;'s in header.
1901
1902         Work for broken Chinese articles.
1903
1904         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1905         Exclude broken handles that gnus-summary-enter-digest-group may create.
1906         (gnus-article-browse-html-parts):
1907         Allow overriding charset by mm-charset-override-alist.
1908
1909 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1910
1911         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1912         (gnus-icalendar-identities): Support additional-identities.
1913
1914 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1915
1916         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1917         org-timestamp for events ending at midnight.
1918
1919 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1920
1921         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1922         .log files.
1923
1924 2013-11-20  David Engster  <deng@randomsample.de>
1925
1926         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1927
1928 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1929
1930         * message.el (message-beginning-of-line):
1931         Use beginning-of-visual-line when visual-line-mode is turned on.
1932
1933 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1934
1935         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1936         (gnus-icalendar-event-from-ical)
1937         (gnus-icalendar-event->org-entry)
1938         (gnus-icalendar--update-org-event): Required/optional participation,
1939         list of attendees synced to org.
1940
1941 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1942
1943         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1944         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1945         cancellations to be synced to org if the original appt has an org
1946         outline.
1947
1948 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1949
1950         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1951         (gnus-icalendar-event->org-entry)
1952         (gnus-icalendar--update-org-event)
1953         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1954
1955 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1956
1957         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1958         Fix timezone handling in gnus-icalendar export to org.
1959
1960 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1961
1962         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1963
1964 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1967
1968 2013-10-30  Glenn Morris  <rgm@gnu.org>
1969
1970         * gnus-group.el (gnus-group-browse-foreign-server):
1971         * gnus-int.el (gnus-start-news-server):
1972         Silence compiler obsolescence warning.
1973
1974 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1975
1976         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1977         `nnoo-current-server' first, then for the actual `nnimap-address' to
1978         allow netrc entries for the nnoo server to coexist with netrc entries
1979         for the `nnimap-address'.
1980
1981 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1982
1983         * mm-decode.el (mm-dissect-buffer): Revert last change.
1984         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1985         The problem that motivated those changes was attributed to a broken
1986         mail sender, and has been fixed.
1987
1988 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1989
1990         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1991         token is missing in the Content-Type header.
1992
1993         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1994
1995 2013-09-18  Glenn Morris  <rgm@gnu.org>
1996
1997         * gnus-util.el (image-size): Declare.
1998
1999 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2000
2001         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
2002         (gnus-icalendar-event-from-ical)
2003         (gnus-icalendar-event--build-reply-event-body)
2004         (gnus-icalendar-event-reply-from-buffer)
2005         (gnus-icalendar-find-org-event-file)
2006         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
2007         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
2008
2009         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
2010
2011 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2012
2013         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
2014         Use save-current-buffer.
2015         (gnus-tree-mode-map): Initialize in the declaration.
2016         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
2017         (scroll-in-place): Defvar it.
2018         (gnus-tmp-*): Defvar them.
2019         (gnus-get-tree-buffer): Use derived-mode-p.
2020         (gnus--let-eval): New macro.
2021         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
2022         non-prefixed variables.
2023         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
2024
2025         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
2026         vars since it doesn't seem to be available.
2027         (gnus-set-global-variables, gnus-summary-read-group-1)
2028         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
2029         (gnus-summary-display-article, gnus-summary-select-article)
2030         (gnus-summary-next-article, gnus-offer-save-summaries)
2031         (gnus-summary-generic-mark): Use derived-mode-p.
2032         (gnus-summary-read-group-1, gnus-summary-exit)
2033         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
2034         Adjust calls to gnus-tree-close and gnus-tree-open.
2035
2036         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
2037
2038         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
2039         (gnus-agent-mode): Use derived-mode-p.
2040         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
2041         gnus-command-method and *-command-method to nil, but bind
2042         gnus-command-method to *-command-method instead!
2043         (gnus-agent-fetch-articles): Remove unused var `id'.
2044         (gnus-agent-fetch-headers): Remove unused arg `force'.
2045         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
2046         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
2047         (gnus-agent-short-article, gnus-agent-long-article)
2048         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
2049         first use.
2050         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
2051         `score-param'.
2052         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
2053         (gnus-get-predicate): Push in front of the cache, rather than end.
2054         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
2055         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
2056         (gnus-agent-expire-unagentized-dirs): Don't rebind
2057         gnus-agent-expire-current-dirs since the defvar silences the warning.
2058         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
2059         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
2060         (gnus-agent-regenerate): Simplify interactive spec and doc.
2061
2062 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * gnus-int.el (gnus-open-server): Silence compiler.
2065
2066         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2067
2068         * message.el (message-display-completion-list): Abolish.
2069         (message-completion-in-region): Use display-completion-list.
2070
2071 2013-09-17  Glenn Morris  <rgm@gnu.org>
2072
2073         * gnus-util.el (gnus-message-with-timestamp-1):
2074         Use `messages-buffer' function if available.  Ignore read-only.
2075
2076 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2077
2078         * message.el (message-expand-group, message-completion-in-region):
2079         Correct the order of start and end of a region.
2080
2081 2013-09-13  Glenn Morris  <rgm@gnu.org>
2082
2083         * mml2015.el (gnus-create-image): Autoload it.
2084
2085         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
2086
2087         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
2088         (image-size): Declare.
2089
2090 2013-09-12  Glenn Morris  <rgm@gnu.org>
2091
2092         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
2093         Avoid using `find', which i) might not be defined at runtime;
2094         ii) does not work, since its default test is eql, not equal.
2095         (gnus-mime-action-alist): Declare.
2096
2097 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2098
2099         * score-mode.el (gnus-score-mode-map): Move initialization
2100         into declaration.
2101         (gnus-score-mode): Use define-derived-mode.
2102         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
2103         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
2104         into declaration.
2105         (gnus-kill-file-mode): Use define-derived-mode.
2106         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
2107         Use derived-mode-p.
2108         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
2109         (gnus-group-setup-buffer, gnus-group-name-at-point)
2110         (gnus-group-make-web-group, gnus-group-enter-directory)
2111         (gnus-group-suspend): Use derived-mode-p.
2112         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
2113         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
2114         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
2115         (gnus-article-setup-buffer, gnus-article-prepare)
2116         (gnus-article-prepare-display, gnus-sticky-article)
2117         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
2118         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
2119         (gnus-article-read-summary-keys): Use derived-mode-p.
2120
2121 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
2124
2125 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
2128         shift_jis from the default value set for Japanese users.
2129
2130 2013-08-13  Glenn Morris  <rgm@gnu.org>
2131
2132         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
2133
2134         * gnus.el (gnus-valid-select-methods): Fix type.
2135
2136         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
2137
2138 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2139
2140         * mm-decode.el (mm-display-external): Run a timer for the temp files
2141         deletion after a viewer exits; add a deletion timer for the needsterm
2142         case, too.
2143
2144         * mm-decode.el (mm-display-external): Try to delete temporary files by
2145         using a 1-min. timer.
2146
2147 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2148
2149         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
2150         New internal variables.
2151         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
2152         (mm-display-external): Use it to delete temporary files instead of
2153         using timers.
2154
2155 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2156
2157         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
2158
2159 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
2160
2161         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
2162         with cond for backwards compatability.
2163
2164 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * mm-decode.el (mm-display-external): Bind process-connection-type to
2167         nil; don't delete a temp file immediately even if a viewer finishes,
2168         since it may be a shell script, like xdg-open, that launches a real
2169         viewer program belatedly.
2170
2171 2013-08-05  Dave Abrahams  <dave@boostpro.com>
2172
2173         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
2174         that we can create nndoc groups that excerpt other groups.
2175
2176 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2177
2178         * gnus-delay.el (gnus-delay-article): Fix typo.
2179
2180         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
2181         articles.
2182
2183         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
2184         we can get spell-checking etc.
2185
2186 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2187
2188         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
2189         a single one used for encoding the whole text in a header.
2190
2191 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2192
2193         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
2194         doesn't work properly on XEmacs.
2195
2196 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2197
2198         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
2199         before sending.
2200
2201         * dgnushack.el (dgnushack-compile): Add a temporary check for
2202         gnus-icalendar.
2203
2204         * mm-decode.el (mm-command-output): New face.
2205         (mm-display-external): Use it.
2206
2207 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
2208
2209         * nnmbox.el (nnmbox-request-article): Don't change point.
2210
2211 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212
2213         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
2214         Include `handle' parameter.
2215
2216 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
2217
2218         * gnus-icalendar.el: New file.
2219
2220 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2221
2222         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
2223
2224         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
2225         dummy roots, too.
2226
2227 2013-08-01  David Edmondson  <dme@dme.org>
2228
2229         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
2230         out on ttys.
2231
2232 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
2235         not empty.
2236
2237         * nnrss.el (nnrss-discover-feed): Indent.
2238
2239 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2240
2241         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
2242
2243 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2244
2245         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
2246         dirty to ensure nnimap data being saved.
2247
2248 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2249
2250         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2251         menu entry.
2252
2253         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2254         the current thread's total score instead of the current article's
2255         score.
2256
2257         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2258         (gnus-sort-threads-recursively): Delete defcustom.
2259         (gnus-sort-threads-recursive): Adapt accordingly.
2260
2261 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2262
2263         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2264         (gnus-sort-threads-recursive): Use it.
2265         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2266         again.  Now that determines how to sort subthreads.
2267
2268 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2269
2270         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2271         (gnus-sort-threads): Use it.
2272
2273 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2274
2275         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2276         punctuation characters follow parentheses (bug#14950).
2277
2278 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2279
2280         * gnus.el (gnus-continuum-version):
2281         * gnus-msg.el (gnus-extended-version): Simplify.
2282
2283         * gnus.el (gnus-continuum-version-1): Remove.
2284         * gnus-msg.el (gnus-bug): Revert.
2285
2286         Calculate gnus-version correctly on Cygwin.
2287
2288         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2289         (gnus-continuum-version-1): New function, return a string.
2290
2291         * gnus-msg.el (gnus-extended-version, gnus-bug):
2292         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2293
2294 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2295
2296         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2297         (bug#13384).
2298
2299 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2302         that were only relevant in a development version a long time ago.
2303
2304 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2305
2306         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2307         that the old Emacs 24s bundle.
2308
2309 2013-07-10  David Engster  <deng@randomsample.de>
2310
2311         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2312         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2313         fixes a bug in Emacs trunk where the 'unexist' marks were always
2314         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2315         Gnus v0.03".
2316
2317 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2318
2319         * gnus.el (gnus-summary-line-format): Reference
2320         `gnus-user-date-format-alist' for the &user-date; format, not
2321         `gnus-summary-user-date-format-alist'.
2322
2323 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324
2325         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2326         delete files (bug#13481).
2327
2328 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2329
2330         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2331
2332 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2333
2334         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2335         display images.
2336
2337         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2338
2339         * message.el (message-cancel-news): According to
2340         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2341         preferred over "cmsg cancel" in the Subject.
2342
2343         * nnir.el (nnir-engines): Note that the group specs are regexps
2344         (bug#13238).
2345
2346         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2347         gotten read-only text properties, ensure that those aren't heeded when
2348         copying stuff over (bug#13434).
2349
2350         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2351         (bug#13762).
2352
2353 2013-07-05  David Kastrup  <dak@gnu.org>
2354
2355         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2356         authinfo file again (important for blank passwords).  This had been
2357         broken with 2013-06-15 change.
2358
2359 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2362         Revert 2013-01-14 change.
2363
2364 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2365
2366         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2367         of 'create-image' for XEmacs compatibility; check errors when decoding
2368         image.  Reported by Uwe Brauer.
2369
2370 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2371
2372         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2373         gnus-button-push revised at 2011-01-19.
2374
2375 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2378         now live in the lisp/net Emacs 24 repository.
2379
2380 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2381
2382         * eww.el (eww-update-header-line-format): Quote % characters.
2383
2384 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2385
2386         * eww.el (eww-process-text-input): Display passwords as asterisks.
2387
2388         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2389
2390 2013-06-19  Tom Tromey  <tromey@redhat.com>
2391
2392         * eww.el (eww-top-url): Remove.
2393         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2394         (eww-render): Set new variables.  Don't set eww-top-url.
2395         (eww-handle-link): Handle "prev", "home", and "contents".
2396         Downcase the rel text.
2397         (eww-top-url): Choose best top URL.
2398
2399 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2400
2401         * eww.el: Rewrite to implement form elements "by hand" instead of
2402         relying in widget.el.  Using widget.el leads to too many
2403         user interface inconsistencies.
2404         (eww-self-insert): Implement entering commands in text fields.
2405         (eww-process-text-input): New function to make text input field editing
2406         work.
2407         (eww-submit): Rewrite to use the new-style form methods.
2408         (eww-select-display): Display the correct selected item.
2409         (eww-change-select): Implement changing the select value.
2410         (eww-toggle-checkbox): Implement radio/checkboxes.
2411         (eww-update-field): Fix compilation error.
2412         (eww-tag-textarea): Implement <textarea>.
2413
2414         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2415         don't shadow mode-specific bindings.
2416
2417         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2418         nothing to push.
2419
2420         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2421
2422 2013-06-19  Glenn Morris  <rgm@gnu.org>
2423
2424         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2425
2426 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2427
2428         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2429
2430 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2431
2432         * shr.el (shr-make-table-1): Implement <td rowspan>.
2433         (shr-table-horizontal-line): Allow nil as a value, and change the
2434         default.
2435         (shr-insert-table-ruler): Respect the nil value.
2436
2437 2013-06-18  Tom Tromey  <tromey@barimba>
2438
2439         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2440         New defvars.
2441         (eww-open-file): New defun.
2442         (eww-render): Initialize new variables.
2443         (eww-display-html): Handle "link" and "a".
2444         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2445         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2446         (eww-back-url): Rename from eww-previous-url.
2447         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2448         defuns.
2449
2450 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2451
2452         * shr.el (shr-tag-table): Insert the images after the table, so that
2453         they're not covered by the table colourisation, which often looked
2454         awkward.
2455         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2456         <dd>.
2457         (shr-make-table-1): Implement <td colspan=> support.
2458         (shr-insert-document): Use one less than window width if `shr-width' is
2459         nil, since otherwise things may get one character too wide.
2460
2461 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2462
2463         * eww.el (eww-detect-charset): Improve regexp; move backward.
2464
2465 2013-06-18  Glenn Morris  <rgm@gnu.org>
2466
2467         * mm-decode.el (widget-convert-button): Autoload.
2468
2469         * sieve-manage.el (mm-enable-multibyte): Autoload.
2470
2471         * shr.el (libxml-parse-html-region): Declare.
2472         (shr-render-buffer): Explicit error if no libxml2 support.
2473
2474 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2475
2476         * auth-source.el (auth-source-current-line): New function.
2477         (auth-source-netrc-parse-entries): When a data token is "machine",
2478         assume we're in the wrong place and abort parsing the current line.
2479
2480 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2481
2482         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2483         (eww-convert-widgets): Don't bug out if the first widget starts at the
2484         beginning of the buffer.
2485         (eww-convert-widgets): Fix last patch.
2486         (eww-tag-input): Support <input type=image>.
2487
2488         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2489         (shr-tag-base): Protect against base specs that are degenerate.
2490         (shr-ensure-paragraph): Don't delete empty lines that have text
2491         properties, because these may be input fields.
2492
2493         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2494         we can navigate to them.
2495
2496         * shr.el (shr-colorize-region): Put the colours over the entire region.
2497         (shr-inhibit-decoration): New variable.
2498         (shr-add-font): Use it to inhibit text property decorations while doing
2499         preliminary table renderings.  This speeds up typical Wikipedia page
2500         renderings by 15%.
2501         (shr-tag-span): Don't respect the <title>, because that overwrites the
2502         help-echo from links inside the spans.
2503         (shr-next-link): Use `help-echo' for navigation, so that we can
2504         navigate to form elements, too.
2505
2506         * eww.el (eww-button): New face.
2507         (eww-convert-widgets): Use it to make submit buttons more button-like.
2508
2509         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2510         that Gnus commands work.
2511
2512         * shr.el (shr-render-td): Support horizontal alignment.
2513
2514         * eww.el (eww-put-color): Removed.
2515         (eww-colorize-region): Use `add-face-text-property'.
2516
2517         * shr.el (shr-add-font): Append face data, so that we get the correct
2518         precedence: The innermost value (which is applied first) wins.
2519         (shr-make-overlay): Obsolete function.
2520
2521         * mm-decode.el (mm-convert-shr-links): New function to convert
2522         new-style shr URL links into widgets.
2523         (mm-shr): Use it.
2524
2525         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2526         widget commands, since we're no longer using widgets for links.
2527
2528         * shr.el (shr-next-link): New command.
2529         (shr-previous-link): New command.
2530         (shr-urlify): Don't use `widget-convert', because that's slow.
2531         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2532         because collecting the overlays and reapplying them when generating
2533         tables is slow.
2534         (shr-insert-table): Ditto.
2535
2536 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2537
2538         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2539         * shr.el (browse-url): Require `url'.
2540         * eww.el (url): Require format-spec.
2541
2542 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543
2544         * eww.el (eww-display-html): Default to using the entire window width.
2545         (eww-browse-url): Don't add a User-Agent header (twice), because that
2546         makes Bing refuse connection.
2547
2548         * shr.el (shr-make-table): Cache the table rendering at the table
2549         level, and not the <td> level.  This is a bit faster.
2550
2551         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2552         #id.
2553
2554         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2555         browsers don't.
2556         (shr-expand-url): Respect #anchor links.
2557         (shr-parse-base): Chop off the anchor before using.
2558         (shr-descend): Respect display: none.
2559         (shr-descend): Allow marking elements that have certain IDs.
2560
2561         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2562
2563         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2564
2565         * eww.el (eww-tag-textarea): Support <textarea>.
2566
2567 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2568
2569         * shr.el (shr-dom-to-xml): Fixed function call.
2570
2571         * eww.el (eww): New group.
2572         (eww-header-line-format): New custom variable.
2573         (eww-current-title): New variable.
2574         (eww-display-html): Update header and handle title tag.
2575         (eww-update-header-line-format): New function.
2576         (eww-tag-title): New function.
2577
2578         * shr.el (shr-dom-to-xml): New function.
2579         (shr-tag-svg): Add support for the SVG tag.
2580         (shr-bullet): New custom variable.
2581         (shr-tag-li): Support custom bullet in unordered lists.
2582
2583 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2584
2585         * shr.el (shr-expand-url): Respect // URLs.
2586
2587         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2588         put a background colour onto the entire buffer.
2589         (eww-render): When being redirected, use the redirect URL as the new
2590         base URL.
2591
2592         * shr.el (shr-parse-base): Fix parsing error.
2593
2594         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2595
2596         * shr.el (shr-parse-base): New function.
2597         (shr-expand-url): Use it to expand relative URLs reliably.
2598
2599 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2600
2601         * auth-source.el (auth-source-search-collection): Fix docstring.
2602         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2603         single-quoted strings and multiline entries.
2604         (auth-source-netrc-parse-next-interesting)
2605         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2606         functions to support parser.
2607
2608 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609
2610         * eww.el (eww-submit): Get submit button logic right when hitting RET
2611         on non-submit buttons.
2612
2613         * shr.el: Remove shr-preliminary-table-render, since that can't really
2614         be used for anything in practice.
2615
2616 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2617
2618         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2619         (sieve-manage-quit).
2620
2621 2013-06-14  Glenn Morris  <rgm@gnu.org>
2622
2623         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2624
2625 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2626
2627         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2628         control the maximum size of photo ID image.
2629         (mml2015-epg-key-image-to-string): Respect it.
2630
2631 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2632
2633         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2634         instead of the final one so that we can more easily distinguish them.
2635
2636         * eww.el (eww-submit): Compute the submission URL correctly.
2637
2638 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2639
2640         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2641         Use plist-get rather than CL's getf.
2642         (sieve-manage-parse-capability): Avoid CL's remove-if.
2643
2644 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2645
2646         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2647         (sieve-manage-quit).
2648
2649 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2650
2651         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2652         last slash.
2653
2654         * eww.el (eww-tag-select): Use the first value as the default value.
2655
2656 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2657
2658         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2659         (eww-mode): Use `define-derived-mode'.
2660         (eww-parse-headers): Parse headers from beginning of buffer so that
2661         file:// links work.
2662
2663 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2664
2665         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2666
2667 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2668
2669         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2670         to handle them at all.
2671
2672 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2673
2674         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2675         work, too.
2676         (eww-tag-select): Implement <select>.
2677
2678 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2679
2680         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2681         stream managing functions by using open-protocol-stream to do most of
2682         the work.  Has the nice benefit of enabling STARTTLS.
2683         Wait for capabilities after STARTTLS: following RFC5804, the server
2684         sends new capabilities after successfully establishing a TLS connection
2685         with the client.  The client should update the cached list of
2686         capabilities, but we just ignore the answer for now.
2687         (sieve-manage-network-p, sieve-manage-network-open)
2688         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2689         (sieve-manage-forward, sieve-manage-streams)
2690         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2691         API, nor called by any other function.
2692         Enable Multibyte for SieveManage buffers: The parser won't properly
2693         handle umlauts and line endings unless multibyte is turned on in the
2694         process buffer.
2695
2696 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2697
2698         * eww.el (eww-tag-input): Support password fields.
2699         (eww-submit): Support POST.
2700
2701 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2702
2703         * eww.el (eww-tag-form): Protect against degenerate forms.
2704
2705         * shr.el (shr-expand-url): Expand URLs that start with a slash
2706         correctly.
2707
2708         * eww.el (eww-submit): Get submit button logic right.
2709
2710         * shr.el (shr-final-table-render): New variable to signal when we're
2711         doing the final table rendering so that we can collect more data at
2712         that point.
2713
2714         * eww.el (eww-submit): Make form submission work.
2715         (eww-tag-input): Implement submit buttons.
2716         (eww-click-radio): Implement radio and checkboxes.
2717         (eww-submit): Handle hidden elements.
2718
2719         * shr.el (shr-descend): Allow other packages to override (or provide)
2720         rendering of elements.
2721         (shr-expand-url): Strip query strings from URLs before expanding them.
2722
2723         * eww.el: Don't require cl-lib.
2724         (eww-tag-form): Start form support.
2725
2726         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2727
2728         * eww.el: Start writing a new, tiny web browser.
2729         (eww-previous-url): New command.
2730         (eww-quit): New command.
2731
2732 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2733
2734         * sieve.el: Put point at beginning of buffer when viewing a script.
2735         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2736         number in sieve-buffer's header.  Fixed code to also work with a string
2737         as port specifier.  Properly close the connection on pressing 'q'.  Make
2738         sieve-manage-quit close the connection and process buffer.  Also, remove
2739         duplicate keybinding for 'q'.
2740
2741 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2742
2743         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2744         make it easier to read.
2745         (mm-pkcs7-enveloped-magic): Ditto.
2746
2747 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2748
2749         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2750         before `image-type-available-p' to avoid loading the image libraries
2751         needlessly.
2752
2753 2013-06-05  David Engster  <deng@randomsample.de>
2754
2755         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2756         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2757         to see whether the group was synced before.
2758
2759 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2760
2761         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2762         when opening the connection.
2763         Suggested by João Távora <joaotavora@gmail.com> in
2764         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2765
2766 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2767
2768         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2769         assume Date header begins with "Date", that may be customized into
2770         something like "X-Sent" using gnus-article-time-format.
2771         (article-transform-date): Allow multi-line Date header.
2772
2773 2013-06-02  David Engster  <deng@randomsample.de>
2774
2775         * registry.el (initialize-instance, registry-lookup)
2776         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2777         (registry-lookup-secondary-value, registry-search, registry-delete)
2778         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2779         not wrap methods in `eval-and-compile'.  This breaks due to latest
2780         changes in EIEIO (introduction of eieio-core.el).
2781
2782 2013-05-30  Glenn Morris  <rgm@gnu.org>
2783
2784         * nnmail.el (nnmail-fancy-expiry-target):
2785         Also bind mail-dont-reply-to-names.
2786
2787         * spam-stat.el (spam-stat-save):
2788         No need to tweak font-lock in temp buffers.
2789
2790         * shr.el (shr-put-image): Silence compiler.
2791
2792 2013-05-29  Glenn Morris  <rgm@gnu.org>
2793
2794         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2795
2796         * gnus-group.el (gnus-sequence-of-unread-articles)
2797         (gnus-summary-add-mark, gnus-mark-article-as-read)
2798         (gnus-group-make-articles-read): Declare.
2799
2800         * gnus-sum.el (gnus-parameter-list-identifier)
2801         (gnus-article-stop-animations, gnus-stop-downloads)
2802         (gnus-article-only-boring-p, article-goto-body)
2803         (gnus-flush-original-article-buffer, article-narrow-to-head)
2804         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2805         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2806
2807         * gnus.el: No need to eval-and-compile autoloads.
2808
2809         * gravatar.el (help-function-arglist): Autoload.
2810
2811         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2812
2813         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2814
2815         * spam.el: No need to load spam-report when compiling.
2816         No need to eval-and-compile autoloads.
2817         (spam-report-resend-to): Declare.
2818         (spam-report-resend-register-routine): Require 'spam-report.
2819
2820 2013-05-24  Julien Danjou  <julien@danjou.info>
2821
2822         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2823         setup.
2824
2825 2013-05-23  Glenn Morris  <rgm@gnu.org>
2826
2827         * gnus-util.el (rmail-swap-buffers-maybe)
2828         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2829         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2830         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2831
2832         * mm-decode.el: No need to load term when compiling.
2833         (term-mode, term-char-mode): Declare.
2834
2835         * mm-util.el: No need to load jka-compr when compiling.
2836         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2837
2838         * nnmaildir.el: Require is automatically eval-and-compile.
2839         (nnmail): Require at run-time too.
2840
2841         * registry.el (registry-size): Move definition before use.
2842
2843 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2844
2845         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2846         signed data to conform the standard.  (Bug#14232)
2847
2848 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2849
2850         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2851         double angle quotation mark.
2852
2853 2013-05-20  Glenn Morris  <rgm@gnu.org>
2854
2855         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2856
2857 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2858
2859         * message.el (message-insert-formatted-citation-line): handle finding
2860         first/lastname when more than 2 names appear.
2861
2862 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2863
2864         * shr.el (shr-tag-span): New function.
2865
2866 2013-05-18  Glenn Morris  <rgm@gnu.org>
2867
2868         * message.el (message-mode): Use message-mode-abbrev-table,
2869         with text-mode-abbrev-table as parent.  (Bug#14413)
2870
2871 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2872
2873         * message.el (message-expand-group): Decode group names.
2874
2875 2013-05-16  Julien Danjou  <julien@danjou.info>
2876
2877         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2878         app-icon.
2879
2880 2013-05-15  Glenn Morris  <rgm@gnu.org>
2881
2882         * shr-color.el (shr-color-visible-luminance-min)
2883         (shr-color-visible-distance-min): Use shr-color group.
2884
2885 2013-05-11  Glenn Morris  <rgm@gnu.org>
2886
2887         * gnus-vm.el: Make it loadable without VM.
2888         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2889         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2890
2891 2013-05-09  Glenn Morris  <rgm@gnu.org>
2892
2893         * mml1991.el: Make it loadable.  (Bug#13456)
2894
2895         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2896         * gnus-async.el (gnus-async-post-fetch-function):
2897         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2898         * gnus-html.el (gnus-html-image-cache-ttl):
2899         * gnus-notifications.el (gnus-notifications-timeout):
2900         * gnus-picon.el (gnus-picon-properties):
2901         * gnus-util.el (gnus-completion-styles):
2902         * gnus.el (gnus-other-frame-resume-function):
2903         * message.el (message-user-organization-file)
2904         (message-cite-reply-position):
2905         * nnir.el (nnir-summary-line-format)
2906         (nnir-retrieve-headers-override-function):
2907         * shr-color.el (shr-color-visible-luminance-min):
2908         * shr.el (shr-blocked-images):
2909         * spam-report.el (spam-report-resend-to):
2910         * spam.el (spam-summary-exit-behavior): Fix custom types.
2911
2912         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2913
2914 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2917         because of let-binding help-xref-following.  (Bug#14356)
2918
2919 2013-05-06  Glenn Morris  <rgm@gnu.org>
2920
2921         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2922
2923 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2924
2925         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2926         entering into the registry.
2927
2928 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2929
2930         * gnus.el: Ma Gnus v0.7 is released.
2931
2932 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2935         (Bug#14304)
2936
2937 2013-04-27  Glenn Morris  <rgm@gnu.org>
2938
2939         * gnus.el (gnus-list-debbugs):
2940         Use require rather than autoload.  (Bug#14262)
2941
2942 2013-04-27  Julien Danjou  <julien@danjou.info>
2943
2944         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2945         port to "sieve" now that it has an official IANA port assigned.
2946
2947 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2948
2949         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2950         Don't set the MAILHOST environment variable permanently (Bug#14271).
2951
2952 2013-04-26  Glenn Morris  <rgm@gnu.org>
2953
2954         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2955
2956 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2957
2958         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2959         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2960
2961 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2962
2963         * nnir.el (nnir-close-group): Make sure we are in the right group.
2964
2965         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2966         dependency table from all newly retrieved headers.
2967
2968 2013-04-16  David Edmondson  <dme@dme.org>
2969
2970         Support <img src="data:...">.
2971
2972         * shr.el (shr-image-from-data): New function.
2973         (shr-tag-img): Use it.
2974
2975 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2976
2977         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2978         group.
2979
2980 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2981
2982         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2983         corresponding to any existing group (Bug#14166).
2984
2985 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2986
2987         * nnir.el (number-sequence): No longer used.
2988         (nnir-request-set-mark): New function.
2989         (nnir-request-update-info): Improve marks updating.
2990         (nnir-request-scan): Don't duplicate marks updating.
2991         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2992         Use 'assq rather than 'assoc.  Quote anonymous function.
2993         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2994         Use 'gnus-group-prefixed-p.
2995         (gnus-summary-create-nnir-group): Make sure server for method is open.
2996
2997 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2998
2999         * nnir.el (gnus-nnir-group-p): New function.
3000         (nnir-possibly-change-group): Use it.
3001
3002         * gnus-msg.el (gnus-setup-message): Use it.
3003
3004 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3005
3006         * mml.el (mml-minibuffer-read-description): Use `default' insted of
3007         `initial-input' for the argument name.
3008         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3009
3010 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
3011
3012         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
3013         (used by MH-E).
3014
3015 2013-04-01  Andrew Cohen  <cohen@bu.edu>
3016
3017         * nnir.el (nnir-request-update-mark): Improve mark updating in original
3018         group.
3019
3020         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
3021         fix compilation.
3022
3023 2013-03-31  Andrew Cohen  <cohen@bu.edu>
3024
3025         * nnir.el (nnir-method-default-engines): And another typo.
3026
3027 2013-03-30  Andrew Cohen  <cohen@bu.edu>
3028
3029         * nnir.el (nnir-method-default-engines): Fix typo.
3030
3031 2013-03-29  Andrew Cohen  <cohen@bu.edu>
3032
3033         * nnir.el: Define 'number-sequence for xemacs.
3034         (gnus-summary-create-nnir-group): New function to create an nnir group
3035         from an nnir summary buffer based on the current query.
3036         (nnir-request-create-group): Update to allow nnir group creation based
3037         on the current query.
3038
3039 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3040
3041         * nndraft.el (nndraft-request-expire-articles):
3042         Make expiry target always `delete'.
3043
3044 2013-03-27  Andrew Cohen  <cohen@bu.edu>
3045
3046         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
3047         buffer use the posting-style and gcc of the original article group.
3048         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
3049
3050         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
3051         after other deffoos.
3052
3053 2013-03-25  Andrew Cohen  <cohen@bu.edu>
3054
3055         * nnir.el: Major rewrite.  Cleaner separation between searches and group
3056         management.  Marks are now shown in nnir summary buffers.  Rudimentary
3057         support for real (i.e. not ephemeral) nnir groups.
3058         (gnus-summary-make-nnir-group): New function for initiating searches
3059         from a summary buffer.
3060
3061 2013-03-18  Sam Steingold  <sds@gnu.org>
3062
3063         * message.el (message-bury): Minor cleanup.
3064
3065 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
3066
3067         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
3068
3069 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * nndir.el (nndir-request-list): Remove 2nd argument passed to
3072         nnml-request-list.  (Bug#13873)
3073         (nndir-request-newsgroups): Remove, unused.
3074
3075         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
3076
3077 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3078
3079         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
3080         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
3081         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
3082
3083 2013-03-03  Ted Phelps  <phelps@gnusto.com>
3084
3085         * shr.el: Make all the overlays set the `evaporate' property so that
3086         they're removed properly.
3087
3088 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
3089
3090         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
3091         shell-quote-argument.
3092
3093 2013-02-22  David Engster  <deng@randomsample.de>
3094
3095         * gnus-registry.el (gnus-registry-save): Provide class name when
3096         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
3097         `condition-case' to stay compatible with older EIEIO versions which
3098         only accept one argument.
3099
3100 2013-02-17  Daiki Ueno  <ueno@gnu.org>
3101
3102         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
3103         (epg-user-id-validity): Autoload.
3104         (mml2015-epg-check-user-id): New function.
3105         (mml2015-epg-check-sub-key): New function split from
3106         mml2015-epg-find-usable-key.
3107         (mml2015-epg-find-usable-key): Accept context, name, usage, and
3108         optional name-is-key-id, to handle the case when user-id is unusable.
3109         Reported by Łukasz Stelmach <stlman@poczta.fm>.
3110
3111 2013-02-17  Glenn Morris  <rgm@gnu.org>
3112
3113         * shr.el (shr-put-image): Use image-multi-frame-p if available.
3114
3115 2013-02-16  Glenn Morris  <rgm@gnu.org>
3116
3117         * shr.el (shr-put-image): Only animate images that specify a delay.
3118         This is consistent with the old image-animated-p behavior.
3119
3120 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3121
3122         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
3123         for XEmacs.
3124
3125 2013-02-13  Juri Linkov  <juri@jurta.org>
3126
3127         * gnus-art.el (gnus-article-mode-map):
3128         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
3129         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3130
3131 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
3132
3133         * auth-source.el (auth-source-format-prompt): Don't get confused by
3134         any "\" in replacement text.  (Bug#13637)
3135
3136 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
3137
3138         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
3139         (gnus-backend-trace): Honour gnus-backend-trace.
3140
3141         * mml.el (mml-insert-part): Insert closing tag.
3142
3143         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
3144
3145 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3146
3147         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
3148         able to find the article, which can happen in debbugs groups,
3149         apparently.
3150
3151 2013-01-16  Glenn Morris  <rgm@gnu.org>
3152
3153         * smiley.el (smiley-style): Make the file loadable in batch mode.
3154
3155 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3156
3157         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
3158         imap process running.
3159
3160 2013-01-14  Julien Danjou  <julien@danjou.info>
3161
3162         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
3163         Compare addresses against addresses, not against the full From field.
3164
3165 2013-01-13  Richard Stallman  <rms@gnu.org>
3166
3167         * message.el (message-forward-make-body-mime): New args BEG, END
3168         specify what part of FORWARD-BUFFER to use.  Do the work directly
3169         instead of calling `mml-insert-buffer'.
3170
3171 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3172
3173         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
3174         cross-reference(s).
3175
3176         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
3177         cross-reference(s).
3178
3179 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3180
3181         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
3182         and point-max-marker.
3183         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
3184
3185 2013-01-11  Julien Danjou  <julien@danjou.info>
3186
3187         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3188         max are almost equal.  Also return the correct value for V which is
3189         already between 0 and 1.
3190
3191 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
3192
3193         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
3194         to mml2015-encrypt-to-self.
3195         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
3196
3197 2013-01-09  Daiki Ueno  <ueno@gnu.org>
3198
3199         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
3200         mml-smime-epg-find-usable-secret-key.
3201
3202 2013-01-08  Glenn Morris  <rgm@gnu.org>
3203
3204         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
3205
3206 2013-01-07  Daiki Ueno  <ueno@gnu.org>
3207
3208         * mml-smime.el: Support signing by sender.
3209         Requested by Uwe Brauer.
3210         (mml-smime-sign-with-sender): New user option analogous
3211         to mml2015-sign-with-sender.
3212         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
3213         (mml-smime-epg-find-usable-secret-key): New helper function copied from
3214         mml2015.el.
3215
3216 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3217
3218         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
3219         isn't running, because Gnus will probably not know how to handle the
3220         Gcc header (bug#11941).
3221
3222         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
3223         articles.
3224
3225 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3226
3227         * nnfolder.el (nnfolder-recursive-directory-files): New function.
3228         (nnfolder-generate-active-file): Make this function work with recursive
3229         folder names.
3230
3231 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3232
3233         * nntp.el (nntp-open-connection): Use HELP as the capability command
3234         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
3235         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
3236
3237 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
3238
3239         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
3240         place holder since this gives `Invalid face reference: nil' messages.
3241         Use the `default' face instead.  It has the same effect here, even
3242         though it is not no-op.
3243
3244         * gnus-util.el
3245         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
3246
3247 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3248
3249         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3250         non-string posting styles (bug#13285).
3251
3252 2012-12-27  Glenn Morris  <rgm@gnu.org>
3253
3254         * plstore.el (plstore-passphrase-callback-function):
3255         Use plstore-get-file.
3256
3257 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3258
3259         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3260         stderr.
3261
3262 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3263
3264         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3265
3266         * gnus-compat.el (set-buffer-multibyte): Remove.
3267
3268 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3269
3270         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3271         temporary file to get PGP key image.  Pass no-show-photos when
3272         extracting image to avoid having it pop up twice.
3273
3274 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3275
3276         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3277         eligible for treatment.
3278
3279         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3280         lines.  This makes summary commands with hidden threads work more
3281         reliably.
3282
3283         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3284         button to mark the hidden citations (bug#9395).
3285
3286 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3287
3288         * mml2015.el (mml2015-epg-signature-to-string): New function.
3289         (mml2015-epg-verify-result-to-string): New function.
3290         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3291         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3292         instead of epg-verify-result-to-string.
3293         (epg-signature-key-id, epg-signature-to-string): Autoload.
3294         (epg-verify-result-to-string): Remove autoload.
3295
3296 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3297
3298         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3299         ID image from GPG public key.
3300         (mml2015-epg-key-image-to-string): New function.
3301
3302 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3303
3304         * plstore.el (plstore-passphrase-callback-function): Fix error when
3305         error when plstore-cache-passphrase-for-symmetric-encryption is set
3306         (bug#13264).
3307
3308 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3309
3310         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3311         buffer to the article buffer here, because that clobbers multiple
3312         article buffers.
3313
3314         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3315         buffer always points to the right summary buffer.
3316
3317 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3318
3319         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3320         the password (bug#12097).
3321
3322 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3323
3324         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3325         (bug#13263).
3326
3327         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3328         buffer exists before using it (bug#12475).
3329
3330         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3331         offline groups (bug#11937).
3332
3333         * message.el (message-yank-original): When using customize to set the
3334         value of `message-cite-style', the variable it set to a symbol that's
3335         the name of the variable, which must then be dereferenced (bug#12616).
3336
3337 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3338
3339         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3340         the `face' property with a list whose car is the face specified in the
3341         format string and whose cdr is (nil).
3342         * lisp/gnus-util.el
3343         (gnus-put-text-property-excluding-characters-with-faces):
3344         Change accordingly.
3345         (gnus-get-text-property-excluding-characters-with-faces): New function.
3346         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3347         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3348         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3349
3350 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3351
3352         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3353         login methods.
3354         (nnimap-login): Respect the `nnimap-authenticator' variable.
3355
3356         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3357         mark state when moving articles.  Otherwise unticked articles will get
3358         their ticks back after moving.
3359
3360 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3361
3362         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3363
3364         * message.el (message-ignored-news-headers): Always remove
3365         X-Message-SMTP-Method to avoid information leakage if the user
3366         mistakenly inserts the header into news messages.
3367
3368         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3369
3370         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3371         right than four characters, this command would move point to
3372         `point-max'.  Don't do that.
3373
3374         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3375         to nil to allow re-selecting groups that gain articles.
3376         (gnus-bug-group-download-format-alist): Update the URL.
3377
3378 2012-12-23  Andreas Schwab  <schwab@suse.de>
3379
3380         * shr.el (shr-tag-em): Render em as italic, not bold.
3381
3382 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3383
3384         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3385         for reuse.
3386         (gnus-open-server): Use it to add more tracing.
3387         (gnus-finish-retrieve-group-infos): Add backend tracing.
3388         (gnus-backend-trace): Also note the elapsed seconds.
3389
3390 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3391
3392         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3393         Set epa-file-encrypt-to from variable to avoid querying.
3394
3395 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3396
3397         * sieve-mode.el (sieve-font-lock-keywords):
3398         Keywords should be word delimited.  (Bug#13173)
3399
3400 2012-12-13  Andreas Schwab  <schwab@suse.de>
3401
3402         * tls.el (tls-program): Update customize type.
3403
3404 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3405
3406         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3407         instead of <pre> to align message header.
3408
3409 2012-12-12  Sam Steingold  <sds@gnu.org>
3410
3411         * gnus.el (gnus-other-frame-resume-function): Add user option.
3412         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3413
3414 2012-12-06  Sam Steingold  <sds@gnu.org>
3415
3416         * gnus-start.el (gnus-before-resume-hook): Add.
3417         (gnus-1): Run it when Gnus is alive.
3418
3419 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3420
3421         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3422         * gnus-art.el (article-unsplit-urls)
3423         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3424         * gnus-registry.el (gnus-registry-get-article-marks)
3425         * message.el (message-goto-body): Use it.
3426         (message-called-interactively-p): Remove.
3427
3428         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3429         (spam-stat-score-buffer): Use it.
3430
3431         * spam.el: Silence the warnings against BBDB functions when compiling.
3432
3433         * gnus-score.el (gnus-score-decode-text-parts):
3434         Use append+mapcar instead of the cl function mapcan.
3435
3436 2012-12-05  Sam Steingold  <sds@gnu.org>
3437
3438         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3439         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3440         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3441
3442 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * gmm-utils.el (gmm-called-interactively-p): Revert.
3445         This seems to cause Emacs to get stuck!
3446         * gnus-art.el (article-unsplit-urls)
3447         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3448         * gnus-registry.el (gnus-registry-get-article-marks)
3449         * message.el (message-goto-body)
3450         (message-called-interactively-p): Revert.
3451
3452         * gmm-utils.el (gmm-called-interactively-p): New function.
3453         * gnus-art.el (article-unsplit-urls)
3454         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3455         * gnus-registry.el (gnus-registry-get-article-marks)
3456         * message.el (message-goto-body): Use it.
3457         (message-called-interactively-p): Remove.
3458
3459         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3460         * gnus-sync.el (gnus-sync-lesync-call)
3461         * message.el (message-read-from-minibuffer): Use it.
3462
3463 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3464
3465         * gmm-utils.el (gmm-flet): Remove.
3466         * gnus-sync.el (gnus-sync-lesync-call)
3467         * message.el (message-read-from-minibuffer): Don't use it.
3468
3469 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3472
3473 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3474
3475         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3476
3477         * gnus-sync.el (gnus-sync-lesync-call)
3478         * message.el (message-read-from-minibuffer): Use gmm-flet.
3479
3480         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3481
3482         * gnus-util.el (gnus-macroexpand-all): Remove.
3483
3484 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3485
3486         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3487         to TAB, not [tab].
3488         (gnus-summary-article-map): Likewise.
3489
3490         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3491         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3492
3493 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3494
3495         * time-date.el: Commentary fix.
3496
3497 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3498
3499         * color.el: Don't require cl.
3500         (color-complement): `caddr' -> `nth 2'.
3501
3502         * time-date.el (time-to-seconds): De-obsolete.
3503
3504 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3505
3506         * message.el (message-get-reply-headers):
3507         Make sure the reply goes to the author if it is a wide reply.
3508
3509 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3510
3511         * gnus-score.el (gnus-score-body):
3512         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3513         scoring by body.
3514
3515 2012-11-16  Glenn Morris  <rgm@gnu.org>
3516
3517         * gnus-diary.el (nndiary-request-create-group-functions)
3518         (nndiary-request-update-info-functions)
3519         (gnus-subscribe-newsgroup-functions)
3520         (nndiary-request-accept-article-functions):
3521         Use new names for hooks rather than obsolete aliases.
3522
3523 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3524
3525         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3526
3527 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3528
3529         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3530         in meta tag with the one the part specifies in its header.
3531
3532 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3533
3534         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3535         by default.
3536
3537 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3538
3539         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3540         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3541
3542 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3545         and a runtime function for it, of which the XEmacs version takes only
3546         two arguments.
3547
3548 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3549
3550         * nndiary.el (nndiary-request-create-group-functions)
3551         (nndiary-request-update-info-functions)
3552         (nndiary-request-accept-article-functions):
3553         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3554         "-hooks" suffix.
3555
3556 2012-10-19  Julien Danjou  <julien@danjou.info>
3557
3558         * gnus-art.el: Require gnus-util because it uses
3559         `gnus-timer--function'.
3560
3561 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3562
3563         * starttls.el (starttls-extra-arguments): Doc fix.
3564
3565 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3566
3567         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3568         it.
3569
3570 2012-10-06  Glenn Morris  <rgm@gnu.org>
3571
3572         * gnus-notifications.el (gnus-notifications):
3573         Add missing group :version tag.
3574         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3575         (gnus-gcc-post-body-encode-hook):
3576         * gnus-sync.el (gnus-sync-lesync-name)
3577         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3578
3579 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3580
3581         * color.el (color-hsl-to-rgb): Fix incorrect results for
3582         small and large hue values.  (Bug#12559)
3583
3584 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3585
3586         New UIDL implementation.
3587
3588         * mail-source.el (mail-sources, mail-source-keyword-map):
3589         Add :leave as a pop3 keyword.
3590         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3591
3592         * pop3.el (pop3-leave-mail-on-server): Allow number.
3593         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3594         (pop3-movemail): Add UIDL support.
3595         (pop3-send-streaming-command): Take a list of mail numbers instead of
3596         the number of mails.
3597         (pop3-write-to-file): Add X-UIDL header.
3598         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3599         (pop3-uidl-add-xheader): New functions.
3600
3601         * message.el (message-ignored-resent-headers):
3602         Add X-Content-Length and X-UIDL headers.
3603
3604 2012-10-05  Glenn Morris  <rgm@gnu.org>
3605
3606         * color.el (color-name-to-rgb, color-rgb-to-hex)
3607         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3608         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3609         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3610         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3611
3612 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3615         a user about whether to delete temp files if once a user answered as n.
3616
3617 2012-09-25  Chong Yidong  <cyd@gnu.org>
3618
3619         * password-cache.el (password-read-and-add): Use a declare form to mark
3620         this function obsolete.
3621
3622 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3623
3624         * lpath.el: Bind mail-encode-mml for old Emacsen.
3625
3626 2012-09-17  Richard Stallman  <rms@gnu.org>
3627
3628         * message.el (message-in-body-p): Don't set mark or modify buffer.
3629
3630         * mml.el (mml-attach-file): Doc fix.
3631         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3632         Set mail-encode-mml when in Mail mode.
3633         Simplify code to set HEAD and move back to HEAD.
3634         (mml-insert-multipart, mml-insert-part):
3635         Set mail-encode-mml when in Mail mode.
3636
3637 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3638
3639         * gnus-util.el (gnus-timer--function): New function.
3640
3641         * gnus-art.el (gnus-article-stop-animations): Use it.
3642
3643 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3644
3645         Fix glitches caused by addition of psec to timers.
3646         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3647         rather than raw access to timer vector.
3648
3649 2012-09-11  Julien Danjou  <julien@danjou.info>
3650
3651         * gnus-notifications.el (gnus-notifications): Check for nil values in
3652         ignored addresses check.
3653
3654 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3655
3656         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3657
3658 2012-09-07  Chong Yidong  <cyd@gnu.org>
3659
3660         * gnus-util.el
3661         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3662
3663         * gnus-salt.el (gnus-tree-highlight-node):
3664         * gnus-sum.el (gnus-summary-highlight-line):
3665         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3666
3667 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3668
3669         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3670
3671 2012-09-06  Juri Linkov  <juri@jurta.org>
3672
3673         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3674         scheme for buffer names to be more consistent with other group and
3675         article buffer names in Gnus.
3676
3677 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3678
3679         * gnus-util.el
3680         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3681
3682         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3683         Jenkner.
3684
3685         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3686
3687         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3688
3689         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3690
3691 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3692
3693         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3694         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3695
3696         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3697         string-prefix-p in Emacs >=23.2.
3698
3699         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3700         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3701         instead of string-match-p.
3702         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3703
3704 2012-09-06  Kenichi Handa  <handa@gnu.org>
3705
3706         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3707         lowercase a..f.
3708
3709 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3710
3711         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3712
3713 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3714
3715         * nnimap.el (nnimap-request-move-article): Decode the group name when
3716         doing internal moves to avoid charset issues.
3717
3718         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3719         TIME is set.
3720
3721 2012-09-05  Juri Linkov  <juri@jurta.org>
3722
3723         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3724         than one group at a time (bug#11961).
3725
3726 2012-09-05  Julien Danjou  <julien@danjou.info>
3727
3728         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3729         this hide the real reason with a message giving absolutely no hint.
3730
3731 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3732
3733         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3734         to the backend (bug#11804).
3735
3736         * message.el (message-insert-newsgroups): Don't insert newsgroup
3737         duplicates (bug#12275).
3738
3739 2012-09-05  John Wiegley  <johnw@newartisans.com>
3740
3741         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3742         sieve rules.
3743
3744 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3745
3746         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3747         function.
3748
3749         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3750
3751         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3752
3753 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3754
3755         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3756         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3757         This should make nnmaildir more usable with offlineimap.
3758
3759 2012-09-05  Julien Danjou  <julien@danjou.info>
3760
3761         * nnimap.el (nnimap-request-list): Revert change that made listing
3762         synchronous.
3763         (nnimap-get-responses): Restore.
3764
3765 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3766
3767         * dgnushack.el: XEmacs 21.5 compilation fix.
3768
3769         * gnus-notifications.el (gnus-notifications-notify): Use it.
3770
3771         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3772         warnings on XEmacs.
3773
3774 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3775
3776         Better seeds for (random).
3777         * gnus-sync.el (gnus-sync-lesync-setup):
3778         * message.el (message-canlock-generate, message-unique-id):
3779         Change (random t) to (random), now that the latter is more random.
3780
3781 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3782
3783         * nnimap.el (nnimap-change-group): Document result value
3784
3785         * auth-source.el (auth-sources): Fix macos keychain access.
3786
3787         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3788         allow the backend `request-head' function to determine the group
3789         name on its own.
3790         (gnus-request-expire-articles): Filter out negative article numbers
3791         during expiry (Bug#11980).
3792
3793         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3794         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3795
3796         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3797         you've found the article when you haven't.
3798
3799         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3800         that nnimap-change-group can return t.
3801
3802 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3803
3804         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3805
3806 2012-08-30  Julien Danjou  <julien@danjou.info>
3807
3808         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3809         `gnus-notifications-timeout'.
3810         (gnus-notifications-timeout): Add.
3811         (gnus-notifications-action): New function.
3812         (gnus-notifications-notify): Add :action using
3813         `gnus-notifications-action'.
3814         (gnus-notifications-id-to-msg): New variable.
3815         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3816         notifications id to messages.
3817
3818 2012-08-30  Kenichi Handa  <handa@gnu.org>
3819
3820         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3821         once.
3822
3823 2012-08-29  Julien Danjou  <julien@danjou.info>
3824
3825         * gnus-notifications.el: New file.
3826         (gnus-notifications-notify): New function.
3827         (gnus-notifications): Use `gnus-notifications-notify'.
3828
3829 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3830
3831         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3832         transfer encoding first; bind gnus-newsgroup-charset to the charset
3833         that the article specifies (Bug#12209).
3834
3835 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3836
3837         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3838         (gnus-group-customize-done): Encode values posting-style holds.
3839
3840         * gnus-msg.el (gnus-summary-resend-message)
3841         (gnus-configure-posting-styles): Decode values posting-style group
3842         parameter holds.
3843
3844 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3845
3846         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3847         `name' and `address' in Resent-From header.
3848
3849 2012-08-14  Chong Yidong  <cyd@gnu.org>
3850
3851         * gnus-art.el (article-display-face): Handle failure in
3852         gnus-create-image (Bug#11802).
3853
3854 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3855
3856         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3857         Use defsetf.
3858
3859 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3860
3861         * auth-source.el (auth-source-plstore-search)
3862         (auth-source-secrets-search): Ignore :require and :type in search spec.
3863
3864 2012-08-06  Julien Danjou  <julien@danjou.info>
3865
3866         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3867         `nnimap-request-move-article'.
3868
3869         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3870         Remove autoload, already handled by gnus.el.
3871
3872         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3873
3874         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3875         supported by nnimap actually.  Reverts previous change.
3876
3877         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3878         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3879         to-buffer argument that is already supported.
3880
3881 2012-08-05  Julien Danjou  <julien@danjou.info>
3882
3883         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3884         Add autoload.
3885
3886 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3887
3888         * gnus.el (gnus-valid-select-methods): Fix custom type.
3889
3890 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3891
3892         * auth-source.el (auth-sources, auth-source-backend-parse)
3893         (auth-source-macos-keychain-search)
3894         (auth-source-macos-keychain-search-items)
3895         (auth-source-macos-keychain-result-append)
3896         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3897         auth-source.el through the /usr/bin/security utility.
3898         (auth-sources): Fix syntax error.
3899         (auth-source-macos-keychain-result-append): Fix variable name.
3900         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3901
3902 2012-07-27  Julien Danjou  <julien@danjou.info>
3903
3904         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3905         Emacs < 24.1
3906
3907 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3908
3909         * message.el (message-kill-address): Don't kill last newline.
3910         (message-skip-to-next-address): Don't move to the next header.
3911         (message-fill-field-address): Work properly.
3912
3913 2012-07-25  Julien Danjou  <julien@danjou.info>
3914
3915         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3916
3917 2012-07-24  Julien Danjou  <julien@danjou.info>
3918
3919         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3920
3921         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3922         (nntp-async-timer-handler): Remove, unused.
3923
3924         * nnimap.el (nnimap-get-responses): Remove, unused.
3925
3926         * nnheader.el (mail-header-set-extra): Remove, unused.
3927
3928         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3929         unused.
3930
3931         * mm-view.el (mm-view-sound-file): Remove, unused.
3932
3933         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3934         (mm-url-encode-multipart-form-data): Remove, unused.
3935
3936         * message.el (message-remove-signature, message-make-host-name)
3937         (message-fill-address): Remove, unused.
3938
3939         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3940         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3941         unused.
3942
3943         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3944         (gnus-xmas-call-region): Remove, unused.
3945
3946         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3947
3948         * gnus-util.el (gnus-extract-address-component-name)
3949         (gnus-extract-address-component-email, gnus-sortable-date)
3950         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3951         (gnus-process-live-p): Remove, unused.
3952
3953         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3954
3955         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3956         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3957         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3958         function.
3959
3960         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3961
3962         * gnus-score.el (gnus-summary-score-crossposting)
3963         (gnus-score-regexp-bad-p): Remove, unused.
3964
3965         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3966
3967         * gnus-range.el (gnus-sublist-p): Remove, unused.
3968
3969         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3970         unused.
3971
3972         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3973
3974         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3975         (gnus-request-associate-buffer): Remove, unused.
3976
3977         * gnus-group.el (gnus-group-set-method-info)
3978         (gnus-group-set-params-info): Remove, unused.
3979
3980         * gnus-fun.el (gnus-shell-command-to-string)
3981         (gnus-shell-command-on-region): Remove, unused.
3982
3983         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3984
3985         * gnus-art.el (gnus-article-text-type-exists-p)
3986         (article-translate-characters, gnus-article-hide-text-of-type)
3987         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3988         Remove, unused.
3989
3990 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3991
3992         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3993
3994 2012-07-21  Julien Danjou  <julien@danjou.info>
3995
3996         * message.el (message-dont-reply-to-names): Replace deprecated
3997         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3998         (message-get-reply-headers): Ditto.
3999
4000 2012-07-18  Julien Danjou  <julien@danjou.info>
4001
4002         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
4003         `sieve-upload-and-kill'.
4004
4005         * sieve.el (sieve-bury-buffer): Remove function.
4006         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
4007         (sieve-upload-and-kill): New function, mapped to C-c C-c.
4008
4009 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
4010
4011         * shr.el (shr-expand-url): Handle URL starting with `//'.
4012
4013 2012-07-13  Chong Yidong  <cyd@gnu.org>
4014
4015         * smime.el (smime-certificate-info): Set buffer-read-only directly,
4016         instead of calling toggle-read-only with a (bogus) argument.
4017
4018 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
4019
4020         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
4021         of initial input when reading the author to restrict the summary to.
4022
4023 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * mm-decode.el (mm-shr):
4026         Allow overriding charset by mm-charset-override-alist.
4027
4028 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4029
4030         * gnus-art.el (gnus-article-view-part):
4031         Toggle subparts of multipart/alternative part.
4032
4033 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4034
4035         * shr.el (shr-render-buffer): New command.
4036         (shr-visit-file): Use it.
4037
4038 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4039
4040         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
4041         Set no-byte-compile and no-update-autoloads.
4042
4043 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4044
4045         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
4046
4047 2012-06-25  Julien Danjou  <julien@danjou.info>
4048
4049         * nnimap.el (nnimap-request-articles-find-limit): Rename from
4050         `nnimap-request-move-articles-find-limit' since we do not use it only
4051         for move operations.
4052         (nnimap-request-accept-article): Use
4053         `nnimap-request-articles-find-limit' to limit search by message-id.
4054
4055 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4056
4057         Support higher-resolution time stamps (Bug#9000).
4058
4059         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
4060         VARLIST.  It's optional, for backward compatibility.
4061         (encode-time-value): New optional arg PICO.  New type 3.
4062         (time-to-seconds) [!float-time]: Support the new picoseconds
4063         component if it's used.
4064         (seconds-to-time, time-subtract, time-add):
4065         Support ps-resolution time stamps as well.
4066
4067 2012-06-19  Julien Danjou  <julien@danjou.info>
4068
4069         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
4070
4071         * nnimap.el (nnimap-log-buffer): Check that
4072         `window-point-insertion-type' is boundp, since it's not available in
4073         XEmacs.
4074
4075 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4076
4077         * nnimap.el (nnimap-log-buffer): Add this, setting
4078         `window-point-insertion-type' in the buffer to t.
4079         (nnimap-log-command): Use nnimap-log-buffer.
4080
4081 2012-06-19  Julien Danjou  <julien@danjou.info>
4082
4083         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
4084         argument to be able to limit the search.
4085         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
4086         (nnimap-request-move-articles-find-limit): Add this to limit the search
4087         by Message-Id after a message move.
4088         (nnimap): Add defgroup.
4089
4090 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4091
4092         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
4093
4094 2012-06-15  Julien Danjou  <julien@danjou.info>
4095
4096         * nnimap.el (nnimap-find-article-by-message-id): Use
4097         `nnimap-possibly-change-group' rather than its own EXAMINE call.
4098         (nnimap-possibly-change-group): Add read-only argument.
4099         (nnimap-request-list): Use nnimap-possibly-change-group rather than
4100         issuing EXAMINE manually.
4101         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
4102         with read-only argument.
4103         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
4104         cannot possibly change because we need to be sure that it's either
4105         read-write or read-only.
4106
4107 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4108
4109         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
4110         being bound to a lambda form.
4111
4112 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
4113
4114         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
4115         articles when fetch-old is non-nil (bug#11370).
4116
4117 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
4118
4119         * gnus-picon.el (gnus-picon-properties): New defcustom.
4120         (gnus-picon-create-glyph): Use it.
4121
4122 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4123
4124         * gnus-group.el (gnus-group-get-new-news): Respect
4125         `gnus-group-use-permanent-levels', as documented (bug#11638).
4126
4127 2012-06-10  Dave Abrahams  <dave@boostpro.com>
4128
4129         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
4130         groups (bug#11641).
4131
4132 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
4133
4134         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
4135         is an integer to avoid later problems.
4136
4137 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4138
4139         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
4140         locales.
4141
4142         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
4143         on a handle.
4144
4145         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
4146         address as the default.
4147         (gnus-summary-insert-old-articles): Don't include unexisting messages.
4148
4149         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
4150         makes no sense to query the user about internal files.
4151
4152         * gnus-spec.el: Remove all the byte-compilation stuff, since
4153         benchmarking shows that it doesn't help when entering large summary
4154         buffers.
4155
4156         * gnus-xmas.el (gnus-xmas-define): Remove.
4157
4158         * gnus-util.el (gnus-byte-code): Remove.
4159
4160         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
4161         grouplens stuff.
4162
4163 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4164
4165         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
4166         (bug#11514).
4167
4168 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
4169
4170         * message.el (message-buffers): Return all buffers derived from Message
4171         to make `gnus-dired-attach' work with mu4e.
4172
4173 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4174
4175         * nntp.el: Stop the `letf' madness.
4176         (nntp--report-1): New var.
4177         (nntp-report): Merge nntp-report-1 into it.
4178         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
4179         the nntp-report function.
4180
4181         * auth-source.el: Fix comment-style to follow the convention.
4182
4183 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
4184
4185         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
4186         (mm-dissect-singlepart): Don't guess the MIME type of
4187         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
4188         set.
4189         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
4190         toplevel MIME type is multipart/encrypted.
4191
4192 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4193
4194         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4195         a string so that Gcc works (bug#11514).
4196
4197 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4198
4199         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
4200         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
4201
4202 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4203
4204         * gnus-win.el (gnus-configure-frame): Don't signal an error when
4205         jumping to *Server* from a dedicated *Group* window.
4206         (gnus-configure-frame): CSE.
4207
4208         * gnus-registry.el: Minor style cleanup.
4209         (gnus-registry--set/remove-mark): New function, extracted from
4210         gnus-registry-install-shortcuts.
4211         (gnus-registry-install-shortcuts): Use it.
4212
4213 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4214
4215         * nnspool.el (news-path): Use eval-and-compile.
4216
4217 2012-05-24  Glenn Morris  <rgm@gnu.org>
4218
4219         * nnspool.el (news-directory, news-path, news-inews-program):
4220         Move here from paths.el.  Don't see a need for these to be autoloaded.
4221
4222         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
4223         Merge in doc from paths.el version.  Don't see any need for this to be
4224         autoloaded, or for the warning about users not setting it.
4225
4226 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
4227
4228         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
4229         format.  In particular, add an optional argument and a docstring.
4230
4231         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
4232
4233         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
4234         current before calling `gnus-groups-to-gnus-format'.
4235         Note that this was already the case for `gnus-active-to-gnus-format'.
4236
4237 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4238
4239         Fix minor Y10k bug.
4240         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
4241
4242 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4243
4244         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
4245         message once it's actually open.
4246
4247 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4248
4249         * gnus.el: Ma Gnus v0.5 is released.
4250
4251 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4252
4253         * auth-source.el (auth-source--aput-1, auth-source--aput)
4254         (auth-source--aget): New functions and macros.
4255         Use them instead of aput/aget.
4256
4257 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4258
4259         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4260
4261 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4262
4263         * plstore.el (plstore-called-interactively-p): New compat macro copied
4264         from message.el.
4265         (plstore-mode): Use it.
4266
4267 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4268
4269         * plstore.el: Revive the editing feature.
4270         (plstore-mode): New mode to edit plstore file.
4271         (plstore-mode-toggle-display, plstore-mode-original)
4272         (plstore-mode-decoded): New command.
4273         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4274         (plstore--insert-buffer, plstore--make): New function.
4275         (plstore-open, plstore-save): Simplify by using them.
4276
4277 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4278
4279         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4280
4281 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4282
4283         * tls.el (open-tls-stream): Remove unused binding.
4284
4285 2012-04-16  Glenn Morris  <rgm@gnu.org>
4286
4287         * nndraft.el (nndraft-request-list): Fix declaration.
4288
4289 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4290
4291         * mm-decode.el (mm-dissect-buffer): Doc fix.
4292
4293         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4294         don't have a current group.
4295
4296         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4297         buffer if it doesn't exist.
4298
4299         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4300         given, mark the group as ephemeral with the current window conf.
4301
4302         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4303         buffer exists, which it doesn't if we haven't started Gnus.
4304         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4305
4306 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4307
4308         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4309         type is.
4310
4311         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4312         `unexists' entries.
4313         (gnus-clean-old-newsrc): Fix last checkin.
4314
4315         * nnimap.el (nnimap-update-info): None of the articles below the active
4316         low-water mark exist.
4317
4318         * dgnushack.el: Get rid of XEmacs compilation warning.
4319
4320         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4321         would have gotten if we posted to the group, and use that to compare
4322         against the message we want to cancel (bug#10808).
4323
4324         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4325         on XEmacs.
4326
4327 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4328
4329         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4330         `scroll-margin'.
4331
4332 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4333
4334         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4335         citation prefix within a block of cited text should be considered part
4336         of that block *only* if it is a blank line.
4337
4338 2012-04-09  Chong Yidong  <cyd@gnu.org>
4339
4340         * binhex.el, hashcash.el, uudecode.el:
4341         Remove * characters from the front of variable docstrings.
4342
4343 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4344
4345         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4346         before kinsoku-bol characters nor within kinsoku-eol characters.
4347
4348 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4349
4350         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4351         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4352         (gnus-sync-read): Use mapc instead of mapcar.
4353
4354         * mm-archive.el: Require mm-decode for some macros.
4355         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4356         the byte compiler.
4357         (mm-archive-decoders): New function that returns the value of
4358         the mm-archive-decoders variable.
4359
4360         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4361         instead.
4362         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4363
4364         * nnimap.el (gnus-refer-thread-use-nnir):
4365         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4366
4367 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4368
4369         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4370
4371 2012-03-12  Peter Münster  <pmrb@free.fr>
4372
4373         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4374         (gnus-demon-cancel): Ditto.
4375         (gnus-demon-run-callback): When function cannot be called due to low
4376         idleness, call it when idleness reaches the expected value, instead of
4377         waiting another timer period.
4378         (gnus-demon-init): Add `time' to arguments of call-back.
4379
4380 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4381
4382         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4383
4384         * gnus.el: Register gnus-registry functions.
4385
4386         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4387         indent.
4388
4389         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4390         enabled before warping.
4391
4392 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4393
4394         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4395         registry about each article retrieved.
4396
4397         * gnus-int.el (gnus-select-group-with-message-id): New function.
4398         (gnus-try-warping-via-registry): Ditto.
4399         (gnus-warp-to-article): Fall back on the registry.
4400
4401 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4402
4403         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4404         inboxes.
4405
4406 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4407
4408         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4409
4410 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4411
4412         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4413         gnus-gcc-self-resent-messages may be a group parameter.
4414         (gnus-summary-resend-message): Don't encode encoded words in header
4415         when Gcc'ing resent message.
4416
4417 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4418
4419         * shr.el (shr-insert): Treat non-breaking space just like normal
4420         space.  This seems to produce more pleasing results.
4421         (shr-insert): Only insert a blank line if we're starting from an image.
4422         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4423         (shr-ensure-paragraph): Consider lines with white space to be blank.
4424
4425 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4426
4427         * Makefile.in: Respect DESTDIR.
4428
4429 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4430
4431         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4432         and gnus-gcc-post-body-encode-hook.
4433
4434 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4435
4436         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4437         messages that don't exist.
4438
4439         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4440
4441 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4442
4443         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4444         Remove.
4445
4446         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4447
4448         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4449
4450 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4451
4452         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4453         have a group name.
4454
4455         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4456         a multibyte buffer (bug#7410).
4457         (article-wash-html): Parse the original article buffer to get the
4458         unencoded data (bug#7410).
4459
4460         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4461         .newsrc.el files.
4462
4463 2012-04-05  Bastien Guerry  <bzg@altern.org>
4464
4465         * color.el (color-lighten-name): Fix typo.
4466
4467 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4468
4469         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4470         "#" to avoid having them interpreted as comments.
4471
4472 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4473
4474         * shr.el (shr-insert): Update the text state properly to avoid
4475         inserting spurious paragraph starts.
4476
4477 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4478
4479         * shr.el (shr-table-widths): Divide the extra width more fairly over
4480         the TDs (bug#10973).
4481         (shr-render-td): Don't delete too much padding.
4482         (shr-natural-width): Compute the natural width more correctly.
4483         (shr-insert): Allow the natural width to be computed for tables again.
4484         (shr-tag-table-1): Rework how the natural widths are computed by
4485         rendering the table a third time.
4486         (shr-natural-width): Removed.
4487         (shr-buffer-width): New function.
4488         (shr-expand-newlines): Use it.
4489
4490         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4491         using a `gnus-use-full-window' setup (bug#11013).
4492
4493 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4494
4495         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4496         24.1 release.
4497
4498 2012-03-10  David Edmondson  <dme@dme.org>
4499
4500         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4501         'Forwarded Message' header and the start of the message.
4502
4503 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4504
4505         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4506         isn't running (bug#10897).
4507
4508 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4509
4510         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4511         This is inconsistent with all the other stream functions, which leave
4512         the setting up to the higher levels (if so wanted) (bug#10931).
4513
4514 2012-02-28  Glenn Morris  <rgm@gnu.org>
4515
4516         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4517         mm-decode.el: Standardize possessive apostrophe usage.
4518
4519 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4520
4521         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4522
4523 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4524
4525         * parse-time.el (parse-time-string): Allow extractor to return nil.
4526
4527 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4530
4531 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4532
4533         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4534
4535 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4536
4537         * mm-decode.el (mm-shr): Remove "soft hyphens".
4538
4539         * nnimap.el (nnimap-request-list): Return the group names encoded as
4540         utf8.  Otherwise non-European group names don't work.
4541         (nnimap-request-newgroups): Ditto.
4542
4543         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4544         the default in `read-string' (bug#10757).
4545
4546         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4547         topics (bug#10843).
4548
4549         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4550         buffer.  Suggested by Herbert Valerio Riedel.
4551         (nnimap-request-move-article): Delete the message from the correct IMAP
4552         server.
4553
4554 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4555
4556         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4557         Reported by Peter Münster.
4558
4559 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4560
4561         * shr.el (shr-image-fetched): Make sure we really kill the right
4562         buffer.
4563
4564 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4565
4566         * gnus-start.el (gnus-1): Avoid duplicate entries.
4567
4568 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4569
4570         * imap.el: Remove.
4571
4572         * nntp.el (nntp-coding-system-for-read): Remove.
4573         (nntp-coding-system-for-write): Ditto.
4574         (nntp-open-connection): Just use `binary' directly.
4575
4576         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4577         Gnus 0.3.
4578
4579 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4580
4581         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4582         application/octet-stream parts really is.
4583
4584         * gnus-sum.el (gnus-propagate-marks): Remove.
4585
4586 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4587
4588         * shr.el (shr-rescale-image): Undo previous change; see
4589         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4590
4591 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4592
4593         * gnus.el: Ma Gnus v0.3 is released.
4594
4595 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4596
4597         * gnus-sum.el (gnus-summary-local-variables): Make
4598         `gnus-newsgroup-unexist' into a local variable.
4599
4600 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4601
4602         * registry.el (registry-usage-test, registry-persistence-test): Move to
4603         tests/gnustest-registry.el.
4604         (registry-make-testable-db, registry-match-test)
4605         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4606
4607         * gnus-registry.el (gnus-registry-misc-test)
4608         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4609
4610         * tests/gnustest-registry.el: New file with the registry and
4611         gnus-registry ERT tests.
4612
4613 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4614
4615         * gnus-msg.el (gnus-summary-resend-message): Make
4616         gnus-summary-resend-message-insert-gcc be last item in
4617         message-header-setup-hook.
4618
4619 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4620
4621         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4622         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4623         Remove.
4624         (nnfolder-open-server): Don't use marks.
4625         (nnfolder-request-delete-group): Ditto.
4626         (nnfolder-request-rename-group): Ditto.
4627         (nnfolder-request-set-mark, nnfolder-request-marks)
4628         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4629         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4630
4631         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4632         (nnml-marks-modtime): Remove.
4633         (nnml-request-delete-group): Don't use marks.
4634         (nnml-request-rename-group): Ditto.
4635         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4636         (nnml-save-marks, nnml-open-marks): Remove.
4637
4638         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4639         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4640         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4641         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4642         (nntp-server-to-method-cache): Remove.
4643
4644         * shr.el (shr-rescale-image): Fix wrong merge.
4645
4646 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4647
4648         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4649         too-wide lines.
4650
4651 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4652
4653         * nnimap.el (nnimap-record-commands): New variable.
4654         (nnimap-log-command): Use it.
4655         (nnimap-make-process-buffer): Add a space to the process buffer.
4656         (nnimap-transform-headers): Don't bug out on header lines containing
4657         stuff that look like IMAP length encodings.
4658
4659         * shr.el (shr-rescale-image): Allow viewing large images.
4660
4661 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4662
4663         * nnml.el (nnml-request-compact-group): Delete the marks file after
4664         compaction (bug#10800).
4665
4666         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4667         group exit.
4668
4669         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4670         QRESYNC/FETCH output.
4671
4672 2012-02-11  Glenn Morris  <rgm@gnu.org>
4673
4674         * sieve-manage.el (sieve-manage-default-stream):
4675         * shr.el (shr):
4676         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4677         (nnir-retrieve-headers-override-function)
4678         (nnir-imap-default-search-key, nnir-notmuch-program)
4679         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4680         (nnir-method-default-engines):
4681         * message.el (message-cite-reply-position):
4682         * gssapi.el (gssapi-program):
4683         * gravatar.el (gravatar):
4684         * gnus-sum.el (gnus-refer-thread-use-nnir):
4685         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4686         (gnus-registry-max-pruned-entries):
4687         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4688         * gnus-int.el (gnus-after-set-mark-hook)
4689         (gnus-before-update-mark-hook):
4690         * gnus-async.el (gnus-async-post-fetch-function):
4691         * auth-source.el (auth-source-cache-expiry):
4692         Add missing :version tags to new defcustoms and defgroups.
4693
4694 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4695
4696         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4697         `gnus-newsgroup-unexist'.
4698
4699         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4700         marks.
4701         (gnus-article-special-mark-lists): Put the `unexist' in the special
4702         marks list instead.
4703
4704         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4705         articles in the list of articles to be selected.
4706
4707         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4708         articles.
4709         (nnimap-update-info): Keep track of unexisting articles.
4710         (nnimap-update-qresync-info): Ditto.
4711
4712 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4713
4714         * message.el (message-default-send-mail-function): Made into own
4715         function for reuse by emacsbug.el.
4716
4717 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4718
4719         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4720         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4721
4722 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4723
4724         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4725         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4726
4727         * gnus-compat.el: Define `timer-set-function'.
4728
4729         * mm-decode.el (mm-display-external): Output the text from the command
4730         in the buffer after the command finished.  This makes text-based
4731         commands behave better.
4732
4733 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4734
4735         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4736
4737 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4738
4739         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4740         23.1.
4741
4742 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4743
4744         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4745
4746 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4747
4748         * message.el (smtpmail-smtp-user): Silence compiler warning.
4749
4750 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4751
4752         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4753         SMTP user name.
4754
4755 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4756
4757         * gnus-sum.el (gnus-summary-show-thread):
4758         next-single-char-property-change may return nil in XEmacs.
4759         (gnus-summary-article-map): Fix typo.
4760
4761 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4762
4763         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4764         running.
4765
4766         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4767
4768         * gnus.el (gnus-server-extend-method): Don't add an -address component
4769         if the method already has one (bug#9676).
4770
4771 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4772
4773         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4774         of an initial-input for consistency (bug#10757).
4775
4776         * dgnushack.el: Fix XEmacs compilation warning.
4777
4778         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4779
4780         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4781
4782 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4783
4784         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4785         lines that are narrower than the window width.  Otherwise background
4786         "blocks" will look less readable.
4787
4788 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4789
4790         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4791         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4792         have newlines within the strings, and where the UID comes after the
4793         BODYSTRUCTURE element (bug#10537).
4794
4795         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4796         (bug#10732).
4797
4798         * shr.el (shr-insert-document): Add doc string.
4799         (shr-visit-file): Ditto.
4800         (shr-remove-trailing-whitespace): New function.
4801         (shr-insert-document): Use it to clean up trailing whitespace as the
4802         final step (bug#10714).
4803
4804 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4805
4806         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4807         buffer if `gnus-kill-summary-on-exit' is nil.
4808
4809 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4810
4811         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4812         when just reading a single group from "without" Gnus.
4813
4814 2012-02-06  Chong Yidong  <cyd@gnu.org>
4815
4816         * gnus-sum.el (gnus-summary-show-thread):
4817         next-single-char-property-change never returns nil (Bug#8657).
4818
4819 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4820
4821         * message.el (message-multi-smtp-send-mail): New function.
4822         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4823         header to implement multi-SMTP functionality.
4824
4825         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4826         (gnus-agentize): Don't set it.
4827         (gnus-agent-send-mail): Don't use it.
4828
4829         * gnus-sum.el (gnus-summary-widget-backward): New function and
4830         keystroke.
4831
4832         * gnus-compat.el: More the compat functions more compatible.
4833
4834         * shr.el (shr-put-image): Remove underlines from sliced images.
4835         (shr-zoom-image): Compute the region to be replaced more correctly.
4836
4837 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4838
4839         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4840         (gnus-summary-resend-message-insert-gcc): New function.
4841         (gnus-summary-resend-message): Modify message-header-setup-hook and
4842         message-sent-hook to make it work for Gcc.
4843         (gnus-inews-do-gcc): Update the number of unread articles of groups
4844         that messages are Gcc'd to.
4845
4846         * message.el (message-resend): Run message-sent-hook to do Gcc.
4847
4848 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4849
4850         * lpath.el: Fix an XEmacs compilation warning.
4851
4852         * gnus-compat.el: Require `help-fns' to fix compilation error.
4853
4854         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4855         a higher level to silence compilation.
4856
4857         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4858         parameter to allow controlling the scaling.
4859
4860         * shr.el (shr-zoom-image): New command and keystroke.
4861         (shr-put-image): Take a `size' flag to say how to scale the image.
4862
4863         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4864         deletion unless already defined.
4865
4866         * gnus.el (gnus-compat): Require it.
4867
4868         * gnus-compat.el: New file.
4869
4870         * gnus-start.el (gnus-clean-old-newsrc): New function.
4871         (gnus-read-newsrc-file): Use it.
4872
4873         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4874         Use recursive deletion.
4875         (mm-dissect-archive): Add support for zip files.
4876
4877         * gnus-util.el (gnus-recursive-directory-files): New function.
4878
4879         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4880         (mm-archive-decoders): Add tgz support.
4881
4882         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4883         Otherwise inserting text into the Gnus buffer can look odd.
4884
4885         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4886
4887         * mm-archive.el (mm-archive-decoders): Add support for tar.
4888
4889         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4890
4891         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4892
4893 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4894
4895         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4896
4897         * mm-archive.el: New file.
4898
4899         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4900
4901         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4902
4903         * message.el (message-goto-*): Make all the `message-goto-*' commands
4904         push the mark before moving point.  This makes it easier to go back to
4905         where you came from after editing whatever you jumped to.
4906
4907 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4908
4909         * gnus.el: Ma Gnus v0.1 is released.
4910
4911 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4912
4913         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4914         without reconnecting.
4915         (nnimap-possibly-change-group): Ditto.
4916         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4917         connection has died before being called.
4918
4919 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4920
4921         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4922         an initial sync unless we're really doing one.
4923
4924         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4925         address parameter if one already exists (bug#9676).
4926
4927         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4928         not the prefix, as documented (bug#10689).
4929
4930 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4931
4932         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4933         the "server".
4934
4935         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4936         the real error message with the useless "previously known to be down".
4937         Which isn't even correct.
4938
4939         * nntp.el (nntp-open-connection): Report the error message if the nntp
4940         server can't be reached.
4941
4942         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4943         groups we do a total scan for.
4944         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4945         doing that.
4946
4947 2012-01-31  Jim Meyering  <jim@meyering.net>
4948
4949         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4950         Correct a comment (insert "not") and hide nominally-doubled "to".
4951
4952 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4953
4954         * gnus.el (gnus-version): Change name to "Ma Gnus".
4955
4956 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4957
4958         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4959         section in the manual.
4960
4961 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4962
4963         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4964         words.
4965         (rfc2047-encode-string): Ditto.
4966         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4967         understand folded filename="..." parameters, for instance.
4968
4969         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4970         the message for greater debuggability.
4971
4972 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4973
4974         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4975         instead of setting it locally, since the latter doesn't seem to have
4976         any effect (most of the time).
4977
4978 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4979
4980         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4981         function call.
4982
4983 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4984
4985         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4986         seconds, and make the repeat clause with HH:MM specs work as
4987         documented.
4988
4989 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4990
4991         * proto-stream.el (proto-stream-capability-open): Fall back on
4992         :end-of-command if :end-of-capability doesn't exist.
4993
4994 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4995
4996         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4997         bound globally in old Emacsen and XEmacsen.
4998
4999 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5000
5001         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
5002         so that previous errors don't prohibit getting new news.
5003
5004         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
5005
5006         * nntp.el (nntp-retrieve-group-data-early): Ditto.
5007
5008 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
5009
5010         * gnus.el (gnus-group-find-parameter): Check for liveness of the
5011         buffer, not of the string which is its name.
5012
5013 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5014
5015         * proto-stream.el (proto-stream-capability-open): Wait for
5016         :end-of-capability, not :end-of-command.
5017
5018         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
5019         non-server-marks groups.
5020         (gnus-group-make-articles-read): Ditto.
5021
5022         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
5023         methods (bug#9676).
5024
5025         * gnus.el (gnus-method-ephemeral-p): New function.
5026
5027 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5028
5029         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
5030         left-to-right.
5031
5032 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5033
5034         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
5035         warning.
5036
5037 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5038
5039         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
5040         macroexpand the nnir things, since they haven't been defined yet, and
5041         nnir requires gnus-sum.
5042
5043 2012-01-24  Julien Danjou  <julien@danjou.info>
5044
5045         * color.el (color-rgb-to-hsl): Fix value computing.
5046         (color-hue-to-rgb): New function.
5047         (color-hsl-to-rgb): New function.
5048         (color-clamp, color-saturate-hsl, color-saturate-name)
5049         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5050         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5051
5052 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5053
5054         * mm-decode.el (mm-interactively-view-part): Fix prompt.
5055
5056 2012-01-19  Julien Danjou  <julien@danjou.info>
5057
5058         * color.el (color-name-to-rgb): Use the white color to find the max
5059         color component value and return correctly computed values.
5060         (color-name-to-rgb): Add missing float conversion for max value.
5061
5062 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5063
5064         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
5065         logical server name in addition to the actual machine address.
5066
5067         * auth-source.el (auth-source-user-and-password): Add convenience
5068         wrapper to search by just host and optionally user.
5069
5070 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5071
5072         * shr.el (shr-visit-file): Move point to the beginning of the buffer
5073         after rendering.
5074
5075 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5076
5077         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
5078         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
5079         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
5080
5081 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5082
5083         * gnus-sum.el (gnus-summary-read-group): Document more parameters
5084         (bug#9693).
5085         (gnus-summary-setup-buffer): Document return value (bug#9697).
5086
5087         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
5088         since ido doesn't work on symbols (bug#9632).
5089
5090         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
5091         when getting a single value as when getting all the values.  This means
5092         that atoms like `gcc-self' work cumulatively, like variable settings,
5093         instead of getting the value from the last matching clause.
5094         (gnus-group-find-parameter): Protect against the group buffer not
5095         existing (bug#9585).
5096
5097 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5098
5099         * gnus-start.el (gnus-activate-group): Document more parameters
5100         (bug#9694).
5101
5102         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
5103         (bug#9692).
5104
5105         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
5106         article was fetched, so that it can be expired later (bug#9958).
5107         (gnus-agent-summary-fetch-series): Add doc string.
5108         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
5109         (bug#9517).
5110
5111         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
5112         retrieval is happening.
5113
5114         * gnus.el (gnus-parameters): Doc fix.
5115
5116 2012-01-06  Dave Abrahams  <dave@boostpro.com>
5117
5118         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
5119         show the thread after expansion.
5120
5121 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5122
5123         * gnus-art.el (article-narrow-to-head): If the head is completely
5124         empty, narrow to the empty region (bug#9764).
5125
5126         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
5127         read, and then mark them as unread only when the unread mark is used.
5128         This makes `C-- T k' actually work, even though it's confusing.
5129
5130         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
5131         alive before we try to find its window.
5132
5133 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
5134
5135         * mm-decode.el (mm-display-external): Use a longer timeout for the
5136         deletion to allow slow programs to display the file.
5137
5138 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5139
5140         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
5141         prompt to be less confusing.
5142
5143         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
5144         argument to `message-reply'.  This broke `special-display-*' frame
5145         pop-uping (bug#10238).
5146
5147 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5148
5149         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
5150         systems, since these allegedly don't work there.
5151
5152 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
5153
5154         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
5155         live buffer.
5156
5157 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5158
5159         * nnir.el (nnir-retrieve-headers): Protect against the article not
5160         existing on the server (bug#10335).
5161
5162 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5163
5164         * gnus-agent.el (gnus-agent-load-local): Recompute
5165         gnus-agent-article-local on changing method.
5166
5167 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5168
5169         * gnus.el (gnus-parameters): Note precedence.
5170
5171 2012-01-04  Leo Liu  <sdl.web@gmail.com>
5172
5173         * nndraft.el (nndraft-update-unread-articles): Don't move point around
5174         in the group buffer.
5175
5176 2012-01-04  Julien Danjou  <julien@danjou.info>
5177
5178         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
5179         change.
5180
5181 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5182
5183         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
5184         too.
5185
5186         * nntp.el (nntp-retrieve-group-data-early): Use it.
5187
5188 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5189
5190         * nntp.el (nntp-retrieval-in-progress): New variable.
5191         (nntp-make-process-buffer): Make it buffer-local.
5192
5193         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
5194         2010.
5195         (gnus-demon-init): Use it to compute the time if time is on the form
5196         "04:23".
5197
5198         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
5199
5200         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
5201         status in the correct buffer.
5202
5203 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5204
5205         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
5206         when opening topics (bug#10407).
5207
5208 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5209
5210         * gnus-cus.el (gnus-score-customize):
5211         * gnus-sum.el (gnus-sort-gathered-threads):
5212         * message.el (message-shorten-references):
5213         * nnmairix.el (nnmairix-request-group):
5214         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
5215
5216 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5217
5218         * gnus-agent.el (gnus-agent-regenerate-group):
5219         * gnus-int.el (gnus-retrieve-group-data-early):
5220         * mm-util.el (mm-codepage-ibm-list):
5221         * nndiary.el (Commentary, nndiary-get-new-mail):
5222         * nnir.el (nnir):
5223         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
5224
5225 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5226
5227         * mm-view.el (mm-display-inline-fontify): Add comment.
5228
5229 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5230
5231         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
5232         * ntlm.el (ntlm-smb-dohash): Spelling fix.
5233
5234 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
5235
5236         * gnus-art.el (gnus-split-methods):
5237         * gnus-msg.el (gnus-configure-posting-styles):
5238         * gnus-spec.el (gnus-parse-simple-format):
5239         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5240         * message.el (message-do-actions): Spelling fix.
5241
5242 2011-12-15  Juri Linkov  <juri@jurta.org>
5243
5244         * mm-decode.el (mm-inline-media-tests): Add missing
5245         `mm-handle-media-subtype'.
5246
5247 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5248
5249         * gnus-group.el (gnus-group-tool-bar):
5250         * gnus-sum.el (gnus-summary-tool-bar):
5251         * message.el (message-tool-bar):
5252         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5253
5254 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5255
5256         * plstore.el (plstore--insert-buffer): Spelling fix.
5257
5258 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5259
5260         * message.el (message-valid-fqdn-regexp): Update with newly approved
5261         top-level domain names ".tel" and ".asia".
5262
5263 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5266         unconditionally.
5267
5268 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5271         pop-to-buffer-same-window for old Emacsen.
5272
5273 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5274
5275         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5276
5277 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5278
5279         * netrc.el (netrc-credentials): Spelling fix.
5280
5281 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5282
5283         * gnus-fun.el (gnus-fun-ppm-change-string):
5284         * gnus-msg.el (gnus-inews-do-gcc):
5285         * gnus-sum.el (gnus-summary-find-for-reselect):
5286         * gnus.el (gnus-summary-cancelled):
5287         * message.el (message-cancel-hook, message-send-news):
5288         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5289         * nnir.el (nnir-run-hyrex):
5290         * nntp.el (nntp-with-open-group-function):
5291         * pgg.el (pgg-pending-timers): Spelling fix.
5292
5293 2011-12-04  Chong Yidong  <cyd@gnu.org>
5294
5295         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5296         change (Bug#10200).
5297
5298 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5299
5300         * compface.el (uncompface):
5301         * gnus-art.el (gnus-article-x-face-command): Update the header format
5302         of icon data for the most recent icontopbm program.
5303
5304 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * gnus-msg.el (gnus-inews-do-gcc):
5307         * message.el (message-send-mail):
5308         * mml.el (mml-generate-mime): Share the value of the buffer-local
5309         `message-options' variable between a draft buffer and temprary working
5310         buffers.
5311
5312 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5313
5314         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5315
5316 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5317
5318         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5319         for Cygwin.
5320
5321 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5322
5323         * gnus-group.el (gnus-group-prepare-flat):
5324         * mm-bodies.el (mm-encode-body):
5325         * mml.el (mml-preview):
5326         * nnml.el (nnml-request-compact-group):
5327         * pop3.el (pop3-stream-type): Spelling fix.
5328
5329 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5330
5331         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5332
5333 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5334
5335         * color.el (color-rgb-to-hsl):
5336         * gmm-utils.el (gmm-tool-bar-style):
5337         * gnus-group.el (gnus-group-prepare-flat):
5338         * gnus-topic.el (gnus-topic-prepare-topic):
5339         * mm-decode.el (mm-discouraged-alternatives):
5340         * rfc2047.el (rfc2047-encode-1):
5341         * starttls.el: Spelling fix.
5342
5343 2011-11-24  Glenn Morris  <rgm@gnu.org>
5344
5345         * binhex.el (binhex-begin-line): Give it basic doc-string.
5346
5347         * starttls.el, tls.el: Fix case of "GnuTLS".
5348
5349 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5350
5351         * gnus-group.el (gnus-group-highlight): Fix typo.
5352
5353 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5354
5355         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5356         value of `delete-file', that returns nil for a local file but returns t
5357         for a remote file using ssh.
5358
5359 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5360
5361         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5362
5363 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5364
5365         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5366         avoid later breakage.
5367
5368 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5371         article buffers' name.
5372
5373 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5374
5375         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5376         by Paul Eggert's spellfixes two days ago.
5377
5378 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5379
5380         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5381         doesn't have it.
5382
5383         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5384         buffer-local instead of binding them to avoid warnings.  Also demote
5385         errors (bug#10063).
5386         (font-lock-mode-hook): Shut up byte compiler.
5387
5388 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5389
5390         * mm-util.el (mm-charset-after):
5391         * nnir.el (nnir-run-hyrex):
5392         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5393         (ntlm-get-password-hashes, ntlm-md4hash):
5394         * smime.el: Fix typo.
5395
5396 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5397
5398         * gnus-agent.el (gnus-agent-expire-group-1):
5399         * nndiary.el (nndiary-last-occurence):
5400         * nnimap.el (nnimap-request-set-mark):
5401         * nnmairix.el (nnmairix-only-use-registry):
5402         * gnus-group.el (gnus-group-prepare-flat):
5403         * gnus-sum.el (gnus-decode-encoded-word-methods):
5404         * message.el (message-wash-subject):
5405         * nntp.el (nntp-retrieve-headers-with-xover):
5406         * smime.el (smime-certificate-directory): Spelling fix.
5407
5408 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5409
5410         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5411
5412         * color.el:
5413         * gnus-agent.el (gnus-agent-possibly-alter-active):
5414         * gnus-dired.el (gnus-dired-print):
5415         * mail-parse.el:
5416         * nnmairix.el (nnmairix-request-group):
5417         * shr.el (shr-image-displayer):
5418         * sieve-manage.el:
5419         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5420
5421 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5422
5423         * gnus-sum.el (gnus-auto-select-subject):
5424         * spam-report.el (spam-report-resend): Spelling fix.
5425
5426 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5427
5428         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5429         * gnus-art.el (gnus-default-article-saver):
5430         * gnus-srvr.el (gnus-server-copy-server):
5431         * gnus.el (gnus-sloppily-equal-method-parameters):
5432         * html2text.el (html2text-format-tag-list):
5433         * message.el (message-narrow-to-head):
5434         * nndiary.el:
5435         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5436         * sieve.el: Spelling fix.
5437
5438 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5439
5440         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5441         * gnus-sum.el (gnus-summary-make-menu-bar):
5442         * gnus-uu.el (gnus-uu-decode-postscript)
5443         (gnus-uu-decode-postscript-and-save):
5444         * mailcap.el (mailcap-print-command):
5445         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5446         Fix typos.
5447
5448 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5449
5450         * gnus-art.el (gnus-article-part-wrapper):
5451         * html2text.el (html2text-fix-paragraphs):
5452         * mm-decode.el (mm-image-fit-p):
5453         * rfc2047.el (rfc2047-encode-message-header):
5454         * shr-color.el (shr-color-visible-distance-min)
5455         (shr-color-relative-to-absolute, set-minimum-interval)
5456         (shr-color-visible): Fix typos.
5457
5458 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5459
5460         * gmm-utils.el (gmm-tool-bar-item):
5461         * gnus-art.el (gnus-treat-body-boundary):
5462         * gnus-diary.el (gnus-user-format-function-d):
5463         * gnus-start.el (gnus-get-unread-articles):
5464         * pgg-gpg.el (pgg-gpg-update-agent):
5465         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5466
5467 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5468
5469         * gnus-topic.el (gnus-group-prepare-topics):
5470         * gnus-uu.el (gnus-extract-view):
5471         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5472
5473 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5474
5475         * spam.el: Move BBDB autoloads.
5476         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5477         BBDB 2 and 3.
5478         (spam-check-BBDB): Use it.
5479         (spam-enter-ham-BBDB): Use it.
5480
5481 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5482
5483         * smime.el (smime-draw-buffer): Spelling fix.
5484
5485 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5486
5487         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5488         for scanning exactly one level.
5489         * gnus-start.el (gnus-get-unread-articles): Ditto.
5490
5491 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5492
5493         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5494         slightly clearer.
5495
5496 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5497
5498         * gnus-sync.el: More commentary about setup.
5499
5500 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5501
5502         * message.el (message-send-and-exit): Document `arg'.
5503
5504 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5505
5506         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5507
5508 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5509
5510         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5511
5512         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5513         we don't use `bound-and-true-p'.
5514
5515 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5516
5517         * gnus-util.el (gnus-bound-and-true-p): Remove.
5518         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5519         * nnir.el: Use it.
5520         * nnmairix.el: Use it.
5521
5522 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5523
5524         * gnus-sync.el: Improve docs about CouchDB admins.
5525
5526         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5527         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5528         for reasons unknown.
5529         * nnir.el: Use it.
5530         * nnmairix.el: Use it.
5531
5532         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5533         * nnir.el: Ditto.
5534         * nnmairix.el: Ditto.
5535
5536         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5537
5538 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5539
5540         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5541         not needed.  Provide xmlplistread list function to produce XML plist
5542         output for non-Gnus LeSync clients.
5543
5544 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5545
5546         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5547
5548         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5549         and save against it.  Group subscriptions, read marks, other marks,
5550         subscription levels, topic names, and topic offsets (the group's
5551         position within the topic) are saved.  This is an experimental backend
5552         and may change significantly.  Load json.el from the gnus-fallback-lib
5553         if it's not available otherwise.
5554         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5555
5556 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5557
5558         * message.el (message-completion-function): Make sure
5559         message-tab-body-function is not attempted if one of
5560         message-completion-alist fails to find a completion (bug#9158).
5561
5562 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5563
5564         * mml.el (mml-quote-region): Quote <#secure> tag.
5565         (mml-generate-mime-1): Unquote <#secure> tag.
5566
5567 2011-10-20  Chong Yidong  <cyd@gnu.org>
5568
5569         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5570         calling a minor mode from Lisp with nil arg enables it, so we have to
5571         make the wording a bit ambiguous here).
5572
5573 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5574
5575         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5576         * nnir.el (nnir-mode): Use it.
5577         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5578         Use it.
5579
5580         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5581         * nnmairix.el (gnus-registry-enabled): Ditto.
5582
5583 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5584
5585         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5586         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5587         only while we need to find out if it should be t or nil.
5588         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5589         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5590         the registry is installed.  Set it to nil when it's unloaded.
5591         (gnus-registry-install-p): Provide user guidance for the initial value
5592         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5593         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5594         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5595         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5596         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5597         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5598         `gnus-registry-install'.
5599
5600 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5601
5602         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5603         previous change.
5604         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5605         primary key is marked as disabled.
5606
5607 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5608
5609         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5610         primary key is marked as disabled.
5611
5612 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5613
5614         * html2text.el (html2text-clean-anchor): Check for quotes around
5615         `href' value.
5616
5617 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5618
5619         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5620         searching.  Drop `bbdb-cache'.
5621
5622 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * message.el (message-signed-or-encrypted-p): Exclude header when
5625         checking if there is signed or encrypted body in text/plain message.
5626
5627 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5628
5629         * html2text.el (html2text-get-attr): Correctly handle attribute values
5630         containing "=".
5631
5632 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5633
5634         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5635         handle bindings.
5636
5637 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5638
5639         * gnus-win.el (gnus-configure-windows): Protect against reading
5640         ephemeral groups outside of Gnus.
5641
5642 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5643
5644         * shr.el (shr-tag-img): Don't get images displayed in tables.
5645
5646 2011-10-03  Glenn Morris  <rgm@gnu.org>
5647
5648         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5649         the "maintainer" version of debbugs.gnu.org reports.
5650
5651 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5652
5653         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5654         make asynchronous adjacent image insertion work better.
5655
5656 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5657
5658         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5659         documentation.
5660
5661 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5662
5663         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5664         `gnus-asynchronous' isn't shadowed.
5665
5666 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5667
5668         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5669
5670         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5671         (nnimap-insert-partial-structure): The charset parameter isn't
5672         case-sensitive.
5673
5674         * nnheader.el (nnheader-message-maybe): New function.
5675
5676         * shr.el (shr-tag-table): Render totally broken tables better.
5677
5678         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5679         computing the boundary.
5680
5681 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5682
5683         * pop3.el (pop3-number-of-responses): Remove.
5684         (pop3-wait-for-messages): Rewrite to take linear time instead of
5685         exponential time.
5686
5687 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5688
5689         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5690         re-fetch images.
5691
5692         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5693         re-fetch images when hitting `g' in Gnus.
5694
5695 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5698         (mml-compute-boundary): Don't check collision if it is non-nil.
5699         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5700         before checking collision.
5701
5702 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5703
5704         * message.el (message-indent-citation): Really make sure there's a
5705         newline at the end.
5706
5707         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5708         Fix suggested by John Wiegley.
5709
5710         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5711
5712         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5713
5714         * message.el (message-default-send-rename-function): Break out into its
5715         own function.
5716
5717         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5718         doesn't work under XEmacs.
5719
5720         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5721         of "imaps" to word around Windows problems.
5722         (nnimap-open-connection-1): Use it.
5723
5724         * message.el (message-indent-citation): Revert last change which made
5725         `F' not work.
5726
5727 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5728
5729         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5730         terminal as well.
5731
5732 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5733
5734         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5735         because it displays images using overlays that aren't easy to copy to
5736         the article buffer.
5737
5738 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5739
5740         * message.el (message-indent-citation): Fix empty line removal at the
5741         end of the citation.
5742
5743 2011-09-20  Julien Danjou  <julien@danjou.info>
5744
5745         * auth-source.el (auth-source-netrc-create): Use default value for
5746         password if specified.  Evaluate default.
5747         (auth-source-plstore-create): Ditto.
5748         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5749         value evaluation.
5750         (auth-source-netrc-create): Typo fix.
5751         (auth-source-plstore-create): Ditto.
5752
5753         * password-cache.el (password-cache-remove): Remove entries even if the
5754         value is nil, so that password with a nil value (negative caching) is
5755         possible to invalidate.
5756
5757         * auth-source.el (auth-source-format-cache-entry): New function.
5758
5759 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5760
5761         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5762
5763 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5764
5765         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5766
5767 2011-09-19  Julien Danjou  <julien@danjou.info>
5768
5769         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5770         which work with things that are not ASCII.
5771
5772 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5773
5774         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5775
5776 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5777
5778         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5779         message level.
5780
5781 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5782
5783         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5784
5785 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5786
5787         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5788
5789 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5790
5791         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5792         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5793
5794 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5795
5796         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5797         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5798         articles.
5799
5800 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5801
5802         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5803         (message-mail-other-window, message-mail-other-frame)
5804         (message-news-other-window, message-news-other-frame):
5805         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5806         instead of setting buffer display varibles.
5807
5808 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5809
5810         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5811
5812         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5813
5814 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5815
5816         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5817         duplicates" to a higher level.
5818
5819         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5820         most egregious messages.
5821
5822 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5823
5824         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5825
5826 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5827
5828         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5829         up the file (bug#9351).
5830
5831 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5832
5833         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5834         it does with all other backends, but decode the names immediately after
5835         getting them.
5836
5837         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5838         decoding nnimap groups.
5839
5840         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5841         newsrc file.  It doesn't seem like an important optimization any more.
5842
5843 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5844
5845         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5846         overflows.
5847
5848 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5849
5850         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5851         (gnus-interactive-exit): Extend to `quiet'.
5852
5853         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5854
5855         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5856         string.
5857
5858         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5859         renaming function arguments from `this'.
5860
5861         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5862
5863         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5864         has been renamed.
5865         (gnus-lrm-string-p): Include RLM and PDF, too.
5866
5867         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5868         (bug#9225).
5869
5870 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5871
5872         Add autoload cookies for functions used by sendmail.el.
5873         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5874
5875         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5876
5877 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * gnus-art.el (article-date-ut): Work properly even when there are
5880         things like Date header in the body; work for forwarded parts.
5881
5882 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5883
5884         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5885         original-article-buffer.
5886
5887 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5888
5889         * nnir.el (nnir-compose-result): Fix matching of server type.
5890         (nnir-run-swish++): Ditto.
5891         (nnir-run-namazu): Ditto.
5892         (nnir-run-notmuch): Ditto.
5893
5894 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5895
5896         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5897         (bug#9405).
5898
5899         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5900         (bug#9421).
5901
5902         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5903         (bug#9425).
5904
5905         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5906         thing (bug#9426).
5907
5908 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5909
5910         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5911         the error message.
5912
5913 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5914
5915         * message.el (message-setup-1): Return t (Bug#9392).
5916
5917 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5918
5919         * gnus-sum.el: When adding article headers to a summary buffer also
5920         update gnus-newsgroup-articles (bug#9386).
5921
5922 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * auth-source.el: Autoload help-mode.
5925
5926 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5927
5928         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5929         names.
5930
5931 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5932
5933         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5934         mm-replace-in-string for compatibility issues.
5935         * mml2015.el (mml2015-epg-verify): Ditto.
5936
5937 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5940
5941         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5942
5943 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5944
5945         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5946         continue on and do the clean-up phase (bug#9188).
5947
5948         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5949         just ignore groups that can't be opened instead of erroring out
5950         (bug#9225).
5951
5952         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5953         nil since some many people are fuddy-duddies.
5954
5955         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5956         images.
5957
5958         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5959         instead.
5960
5961         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5962
5963         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5964
5965         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5966         processing.
5967
5968         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5969         buffer to avoid warnings.
5970
5971 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5972
5973         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5974         specified to reduce precision.
5975
5976 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5977
5978         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5979         bodystructures (bug#9314).
5980
5981 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5982
5983         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5984         Make button keymap non-sticky after buttons.
5985
5986 2011-08-18  David Engster  <dengste@eml.cc>
5987
5988         * nnmairix.el (nnmairix-request-set-mark)
5989         (nnmairix-goto-original-article): Remove adding of article to registry,
5990         since `gnus-registry-add-group' isn't available anymore.
5991         (nnmairix-determine-original-group-from-registry):
5992         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5993         available anymore.
5994
5995 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5996
5997         * starttls.el (starttls-any-program-available): Define as obsolete
5998         function.
5999
6000 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6001
6002         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
6003         versions which Gnus use when appropriate.
6004
6005         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
6006         a pretty destructive command.
6007
6008         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
6009
6010 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6011
6012         * message.el (message-fix-before-sending): Make a different warning
6013         about NUL characters (bug#9270).
6014
6015         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
6016         from custom (bug#9260).
6017
6018         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
6019         things work in Emacs 22 and XEmacs, too.
6020
6021         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
6022         default From.
6023
6024         * gnus-spec.el (gnus-lrm-string-p): New macro.
6025         (gnus-lrm-string): New constant.
6026         (gnus-summary-line-format-spec): LRM-ify the from.
6027         (gnus-tilde-max-form): LRM-ify string chopping.
6028
6029         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
6030
6031         * message.el (message-is-yours-p): Allow disabling canlock checking
6032         (bug#9295).
6033         (message-shoot-gnksa-feet): Add `canlock-verify'.
6034         (message-auto-save-directory): Use ~/ as the auto-save directory if the
6035         message directory isn't writable (bug#9304).
6036
6037         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
6038         non-world-readable.
6039
6040 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
6043         articles.
6044
6045 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
6046
6047         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
6048         copy-list.
6049
6050 2011-08-12  Sam Steingold  <sds@gnu.org>
6051
6052         * gnus-score.el (gnus-score-find-alist): Keep the score files already
6053         in the reverse order to avoid modifying the cache with `nreverse'.
6054         (gnus-all-score-files): Do not modify the value returned by
6055         `gnus-score-find-alist' because it lives in a cache variable.
6056         (gnus-current-home-score-file): No need to `nreverse' the return value
6057         of `gnus-score-find-alist', it is already in the correct order.
6058
6059 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
6060
6061         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
6062         type MESSAGE and subtype RFC822 is slightly different from those of
6063         type TEXT.
6064
6065 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
6066
6067         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
6068         This allows article-referral to work from an nnir group.
6069
6070 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
6071
6072         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
6073
6074 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
6075
6076         * mml1991.el (mml1991-epg-find-usable-key)
6077         (mml1991-epg-find-usable-secret-key): New function.
6078         (mml1991-epg-sign): Check if signing key is usable.
6079         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
6080
6081 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
6082
6083         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
6084         server-variables only.  This should fix a bug introduced with commit
6085         e1889675b7f4adf057833c5513c9374134c4e053.
6086         (nnir-run-query): 'nnir-search-engine should not be set from the global
6087         environment.
6088
6089 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
6090
6091         * nnir.el (nnir-search-thread): Position point on referring article
6092         line.
6093         (nnir-warp-to-article): Clean up summary buffers.
6094
6095         * nnimap.el (nnimap-request-thread): Whitespace fix.
6096
6097 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
6098
6099         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
6100
6101 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6102
6103         * starttls.el (starttls-available-p): Rename from
6104         `starttls-any-program-available' and changed return convention.
6105
6106 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
6107
6108         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
6109         `unix-sync' unless it's defined.
6110
6111 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
6112
6113         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
6114         `aref' for XEmacs compatibiltiy.
6115
6116 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6117
6118         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
6119
6120 2011-07-31  Dave Abrahams  <dave@boostpro.com>
6121
6122         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
6123         closures, quote the form properly (bug#9194).
6124
6125 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6126
6127         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
6128         (gnus-summary-insert-new-articles): Protect against servers that are
6129         down.
6130
6131 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6132
6133         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
6134         in mm handle if none is specified.
6135
6136 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
6137
6138         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
6139
6140 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
6141
6142         * nnir.el (nnir-search-thread): New function to make an nnir group
6143         based on a thread query.
6144
6145         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
6146         of nnir in thread referral.
6147         (gnus-summary-refer-thread): Use it.
6148
6149         * nnimap.el (nnimap-request-thread): Use it.
6150
6151 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6152
6153         * shr.el (shr-tag-comment): Ignore HTML comments.
6154
6155 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
6156
6157         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
6158         argument.
6159         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
6160         Use `nnir-address' to handle server info rather than passing an arg.
6161
6162         * nnimap.el (nnimap-make-thread-query): New utility function to format
6163         an imap thread search query.
6164         (nnimap-request-thread): Use it.
6165
6166         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
6167         right select-method if we are not going back to the group buffer.
6168
6169 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6170
6171         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
6172         enter invalid buffer configurations into the quit form (bug#9107).
6173         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
6174         unplugged/plugged.
6175
6176         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
6177         keep track of which ones are unread (bug#9061).
6178
6179         * gnus.el (gnus-refer-article-method): Allow entering any sexp
6180         (bug#9055).
6181
6182         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
6183         (bug#9041).
6184
6185         * gnus-html.el (mm-util): Require (bug#9073).
6186
6187         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
6188         (gnus-summary-refer-thread): Use it to remove duplicates in the
6189         un-threaded view (bug#9053).
6190         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
6191
6192 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
6193
6194         * nnir.el (nnir-read-server-parm): Use default value from global
6195         variable.  Without this the default search engine parameters aren't
6196         used at all.
6197
6198 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6199
6200         * message.el (message-unique-id): Don't use the undocumented return
6201         value from (random t) (bug#9118).
6202
6203 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6204
6205         * message.el (message-auto-save-directory): If the ~/Mail directory
6206         doesn't exist, use ~ as the auto-save directory (bug#4432).
6207
6208         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
6209         hasn't already been started.
6210
6211 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6212
6213         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
6214
6215         * message.el (message-reply): Work around mysterious bug where
6216         `message-mode' seems to overwrite the locally bound `subject' variable.
6217
6218 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
6219
6220         * nnimap.el (nnimap-request-thread): Ensure search is performed in
6221         correct group.
6222
6223         * gnus-int.el (gnus-request-thread): Add group argument.
6224
6225         * gnus-sum.el (gnus-summary-refer-thread): Use it.
6226
6227 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6228
6229         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
6230
6231         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
6232         renamed to `debbugs-gnu-*'.
6233
6234 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
6235
6236         * plstore.el: Revert the editing feature since it is not urgent.
6237         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
6238         (plstore-mode-decoded): Remove.
6239
6240 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6241
6242         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
6243         isn't very interesting any more, and it leaks potentially secret data.
6244         (gnus-debug): Remove.
6245
6246         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
6247         use of :custom-show.
6248
6249 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6250
6251         * plstore.el: Add documentation.
6252         (plstore-mode): New mode to edit plstore file.
6253         (plstore-mode-toggle-display, plstore-mode-original)
6254         (plstore-mode-decoded): New command.
6255         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6256         (plstore--insert-buffer, plstore--make): New function.
6257         (plstore-open, plstore-save): Simplify by using them.
6258
6259 2011-07-06  Glenn Morris  <rgm@gnu.org>
6260
6261         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6262
6263 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6264
6265         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6266         no longer is much used.
6267         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6268         Articles".
6269
6270 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6271
6272         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6273         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6274         `notmuch' backend.
6275
6276 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6277
6278         * mm-decode.el (mm-text-html-renderer): Doc fix.
6279
6280         * gnus-msg.el (gnus-bug): Fix the MML tag.
6281
6282         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6283
6284 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6285
6286         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6287         secondary methods if started with `gnus-no-server'.
6288
6289 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6290
6291         * message.el (message-return-action): Fix typo in docstring.
6292
6293 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6294
6295         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6296         bug reports at once.
6297
6298         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6299
6300 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6301
6302         * nndraft.el: Require gnus-group.
6303         (nndraft-request-list): Declare.
6304
6305         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6306         no unread article unless it matches gnus-permanently-visible-groups.
6307
6308         * nndraft.el (nndraft-update-unread-articles): New function.
6309         (nndraft-request-associate-buffer): Use it to update the number of
6310         unread articles for the nndraft groups in the group buffer when saving
6311         or killing a draft message.
6312
6313 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6314
6315         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6316         systems to binary before writing and reading the mbox files.
6317
6318         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6319         instead of trying to list them all (bug#8978).
6320
6321 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6322
6323         * pop3.el (pop3-open-server): Use :end-of-capability.
6324
6325 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6326
6327         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6328         the id is always a number.
6329
6330         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6331
6332         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6333         debbugs mode, if possible.
6334
6335 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6336
6337         * auth-source.el (auth-source-token-passphrase-callback-function):
6338         Reindent.
6339         (epg-context-operation): Remove unnecessary autoload.
6340
6341 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6342
6343         * gnus.el (gnus-list-debbugs): New command.
6344
6345         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6346         mboxstat instead of the maintbox, since the stat seems to be fuller.
6347
6348         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6349         summary buffers.
6350
6351         * message.el (message-get-reply-headers): Delete all duplicates,
6352         instead of the first.
6353         (message-get-reply-headers): Ensure that we have progress while
6354         deleting duplicates.
6355
6356         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6357         gnus-posting-style value from the summary buffer to make it easier to
6358         make that a per-buffer conf.
6359
6360 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6361
6362         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6363         found by setting `shortcut' in 'query.
6364         (nnir-request-article): Use `shortcut' setting when requesting article
6365         by Message-ID.
6366
6367 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6368
6369         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6370         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6371         Bring the pseudo-headers back too.
6372
6373 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6374
6375         * auth-source.el (auth-source-token-passphrase-callback-function):
6376         Simplify and remove EPA dependency.
6377
6378 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6379
6380         * nnir.el (nnir-request-article): Fix error message text.
6381
6382 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6383
6384         * auth-source.el (plstore-delete): Autoload.
6385         (auth-source-plstore-search): Support delete operation.
6386         * plstore.el (plstore-delete): New function.
6387
6388 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6391         mark actually existing articles as unread rather than the ones that
6392         active asserts.
6393
6394 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6395
6396         * nntp.el (nntp-record-command):
6397         * gnus-util.el (gnus-message-with-timestamp-1):
6398         Use format-time-string rather than decoding time stamps by hand.
6399         This is simpler and insulates the code from potential changes to
6400         current-time format.
6401
6402 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6405
6406 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6407
6408         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6409         (plstore-save): Support public key encryption.
6410         (plstore--init-from-buffer): New function.
6411         (plstore-open): Use it; fix error when opening a non-existent file.
6412         (plstore-revert): Use plstore--init-from-buffer.
6413
6414 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6415
6416         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6417
6418 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6419
6420         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6421         for old Emacsen.
6422
6423 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6424
6425         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6426         is not fully working.
6427
6428 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6429
6430         * dgnushack.el: Autoload sha1 on XEmacs.
6431
6432         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6433         quit window configuration.
6434
6435         * auth-source.el (epg-context-set-passphrase-callback):
6436         Remove duplicate autoload.
6437
6438 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6439
6440         * nnir.el (nnir-request-article): Allow requesting articles by
6441         Message-ID with nnimap.
6442
6443         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6444         current server.
6445
6446 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6447
6448         * auth-source.el: Autoload EPA/EPG functions.
6449         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6450         changed when EPA/EPG is not available.
6451         (auth-source-backend): Rename "arg" member to "data".
6452         (auth-source-backend-parse, auth-source-plstore-search)
6453         (auth-source-plstore-create): Use it.
6454
6455 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6456
6457         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6458         `gnus-refer-article-methods'.
6459
6460 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6461
6462         * auth-source.el: Require EPA and EPG.
6463         (auth-source-passphrase-alist): New variable.
6464         (auth-source-passphrase-callback-function)
6465         (auth-source-token-passphrase-callback-function): Callbacks for the
6466         netrc field encryption (GPG tokens).
6467         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6468         Symmetric encryption and decryption of the netrc GPG tokens.
6469         (auth-source-netrc-normalize): Use them, simplifying the closure.
6470
6471 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6472
6473         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6474         is available.
6475
6476 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6477
6478         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6479         non-nil, and `nnimap-split-methods' is nil, use the former.
6480
6481 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6482
6483         * plstore.el (plstore-revert): New function.
6484         (plstore-open): Use it; hide the buffer from user.
6485
6486 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6487
6488         * auth-source.el (auth-source-backend): New member "arg".
6489         (auth-source-backend-parse): Handle new backend 'plstore.
6490         * plstore.el: New file.
6491
6492 2011-06-30  Glenn Morris  <rgm@gnu.org>
6493
6494         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6495
6496 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6497
6498         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6499         expiring articles to.
6500
6501         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6502         variations as ASCII (bug#5458).
6503
6504 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6507
6508 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6509
6510         * message.el (message-point-in-header-p): Tweak the function to default
6511         to saying that we're not in the headers if there is no separator at
6512         all.  This makes it possible to use the Message version of `M-q' in
6513         buffers with no headers (bug#7987).
6514         (message-point-in-header-p): Fix last checkin to work with an empty
6515         mail-header-separator, too.
6516
6517         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6518         again, save the choice via customize.
6519
6520 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6521
6522         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6523
6524         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6525         ended the connection, bail out before waiting infinitely on a new
6526         connection.
6527
6528 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6529
6530         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6531         reports.
6532
6533         * gnus.el (gnus-bug-package): Use "gnus."
6534         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6535
6536 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6537
6538         * dgnushack.el: Make the timer warning go away on XEmacs.
6539
6540         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6541         animations going on at article exit time.
6542
6543         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6544         since removing it breaks people upgrading.
6545
6546         * shr.el (shr-put-image): Use the new interface for animating images.
6547         (shr-put-image): Animate for 60 seconds.
6548
6549         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6550         avoid compiler warnings.
6551
6552         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6553         error with `find-file-hooks' on Emacs 22.
6554         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6555         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6556         on all architectures.
6557
6558         * spam.el (spam-stat): Require in a normal fashion without binding
6559         `spam-stat-install-hooks' to avoid compilation warnings.
6560
6561         * spam-stat.el (spam-stat-install-hooks): Remove.
6562         (spam-stat-install-hooks): Don't run automatically.
6563
6564 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6565
6566         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6567         and keystroke.
6568
6569 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6570
6571         * auth-source.el (auth-source-netrc-cache): Move forward.
6572
6573 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6574
6575         * proto-stream.el (proto-stream-open-starttls): Use
6576         `gnutls-available-p' to see whether we have built-in support.
6577
6578         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6579         we already know.
6580         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6581         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6582
6583 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6584
6585         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6586         %S format, since that looks odd.
6587         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6588         file, especially when saving.
6589
6590 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6591
6592         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6593         article found.
6594
6595 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6596
6597         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6598         `auth-source-save-secrets' with a more sensitive alist that can be
6599         configured per file.  Experimental, so defaults to 'never.
6600         (auth-source-netrc-create): Use it.  Still experimental code.
6601         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6602         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6603
6604 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6605
6606         * auth-source.el (auth-source-save-secrets): New variable to control if
6607         secret tokens should be saved encrypted.
6608         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6609         to `auth-source-netrc-normalize'.
6610         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6611         on the EPA variables being defined.
6612         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6613         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6614         the lexical-let closure.
6615         (auth-source-netrc-create): Create "gpg:" tokens according to
6616         `auth-source-save-secrets'.
6617
6618 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * gnus-group.el (gnus-group-update-group): Add new argument
6621         `info-unchanged' that stops updating dribble buffer.
6622
6623         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6624         deletes lines matching to it in dribble buffer.
6625
6626         * gnus-agent.el (gnus-agent-fetch-group-1):
6627         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6628         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6629         * gnus-start.el (gnus-group-change-level):
6630         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6631
6632         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6633         if newsgroup info is not changed.
6634
6635         * gnus-group.el (gnus-group-get-new-news-this-group):
6636         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6637         Don't update dribble buffer.
6638
6639 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6640
6641         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6642         remove entries with groups we ignore.
6643
6644 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6645
6646         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6647         the underline comes at the bottom.
6648
6649 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6650
6651         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6652         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6653         (gnus-registry-article-marks-to-names): Rename from
6654         `gnus-registry-user-format-function-M2'.
6655
6656 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6659         ephemeral group.
6660
6661 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6662
6663         * shr.el (shr-browse-image): Copy the URL if called interactively.
6664
6665 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6666
6667         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6668         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6669         done, then unselected articles may be marked as read.
6670
6671         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6672         since not doing this seems to lead to a race condition in pop3-logon.
6673
6674         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6675         so that the call chain it correct when we call "upwards".
6676
6677         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6678         in read-only groups.
6679
6680         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6681
6682         * message.el (message-cite-reply-position): Doc string fix.
6683
6684         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6685         avoid regexp overflow.
6686         (nnimap-transform-split-mail): Ditto.
6687
6688         * pop3.el (pop3-retr): Error out if the server closes the connection.
6689
6690 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6691
6692         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6693         mm-with-unibyte-current-buffer.  The buffer should not contain any
6694         multibyte chars anyway at this stage.
6695
6696 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6697
6698         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6699         at the end of lines.
6700
6701 2011-05-29  Julien Danjou  <julien@danjou.info>
6702
6703         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6704
6705 2011-05-27  Glenn Morris  <rgm@gnu.org>
6706
6707         * gnus-group.el (gnus-bug-group-download-format-alist):
6708         Use the "maintainer" version of debian reports as well.
6709
6710 2011-05-26  Glenn Morris  <rgm@gnu.org>
6711
6712         * gnus-group.el (gnus-bug-group-download-format-alist):
6713         Use the "maintainer" version of debbugs.gnu.org reports.
6714
6715 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6718
6719 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6720
6721         * gnus-cus.el (gnus-agent-customize-category):
6722         * gnus-delay.el (gnus-delay-send-queue):
6723         * gnus.el (gnus-other-frame):
6724         Don't quote lambda expressions with `quote'.
6725
6726 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6727
6728         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6729         the thread moves us backwards and so we loop forever.
6730
6731 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6732
6733         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6734         whitespace in base64 data lines.
6735
6736 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6737
6738         * gnus-registry.el (gnus-registry-user-format-function-M):
6739         Use `mapconcat'.
6740         (gnus-registry-user-format-function-M2): Use to see the full text of
6741         the marks.  Make "," the mark text separator.
6742
6743         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6744         authentication with auth-source.
6745
6746 2011-05-17  Glenn Morris  <rgm@gnu.org>
6747
6748         * gnus-group.el (gnus-import-other-newsrc-file):
6749         Use insert-file-contents.
6750
6751 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6752
6753         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6754         1000 iterations.
6755
6756 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6757
6758         * nntp.el (nntp-open-connection): Check if process-type is available.
6759
6760 2011-05-16  Julien Danjou  <julien@danjou.info>
6761
6762         * shr.el (shr-tag-del): Add support for del tag.
6763
6764 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6765
6766         * gnus-html.el (gnus-html-put-image): Register a displayer.
6767
6768         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6769
6770 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6771
6772         * registry.el (prune-factor): New initialization parameter defaulting
6773         to 0.1.
6774         (registry-prune-hard): Use it.
6775
6776         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6777         0.1 expicitly.
6778
6779 2011-05-13  Glenn Morris  <rgm@gnu.org>
6780
6781         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6782         is bound, since this function requires sendmail.
6783
6784 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6785
6786         * registry.el (registry-usage-test): Disable pruning test.
6787
6788 2011-05-11  David Engster  <dengste@eml.cc>
6789
6790         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6791         Bind set-network-process-option for XEmacs.
6792
6793 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6794
6795         * registry.el (registry-prune-hard-candidates)
6796         (registry-prune-soft-candidates): Helper methods for registry pruning.
6797         (registry-prune): Use them.  Make the sort function optional.
6798
6799 2011-05-10  Jim Meyering  <meyering@redhat.com>
6800
6801         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6802
6803 2011-05-10  Julien Danjou  <julien@danjou.info>
6804
6805         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6806         symbol and not a list.
6807
6808 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6809
6810         * gnus-art.el (gnus-article-mode): Move binding of
6811         shr-put-image-function here from gnus-article-prepare-display.
6812
6813         * shr.el (shr-put-image-function): New variable.
6814         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6815         (shr-put-image): Return scaled image.
6816
6817         * gnus-art.el (gnus-shr-put-image): New function.
6818         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6819
6820         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6821         original ones, as deletable.
6822
6823 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6824
6825         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6826
6827 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6828
6829         * registry.el (registry-full): Add convenience method.  Fix logic.
6830         (registry-insert): Use it.  Fix logic here too.
6831
6832         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6833         `registry-prune' if `registry-full' returns t.
6834         (gnus-registry-handle-action)
6835         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6836         (gnus-registry-usage-test): Use it.
6837
6838 2011-05-07  Julien Danjou  <julien@danjou.info>
6839
6840         * shr.el (shr-link): Make shr-link inherit from link by default.
6841
6842 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6843
6844         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6845
6846 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6847
6848         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6849         error out because the face is not a list.
6850
6851 2011-05-05  Glenn Morris  <rgm@gnu.org>
6852
6853         * proto-stream.el (gnutls-negotiate): Fix declarations.
6854
6855         * gnus-start.el (gnus-propagate-marks): Declare.
6856
6857 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6858
6859         * registry.el (registry-reindex): Fix percentage message.
6860
6861         * proto-stream.el (network-stream-open-starttls): Adjust to call
6862         `gnutls-negotiate' with :process and :hostname arguments.
6863
6864 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6865
6866         * shr.el: Add shr-link face for links.
6867         (shr-urlify): Use it.
6868
6869         * registry.el (registry-insert): Make error message more helpful.
6870
6871 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6872
6873         * gnus-html.el (gnus-html-schedule-image-fetching):
6874         Use url-queue-retrieve, if it exists.
6875
6876         * shr.el (shr-tag-img): Ditto.
6877
6878         * gnus.el: Autoload more gnus-agent functions.
6879
6880         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6881         agent if we haven't already (bug#8502).
6882
6883         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6884         into the Agent, too.
6885
6886         * gnus-agent.el (gnus-agent-store-article): New function.
6887
6888         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6889         and moved from that file for reuse.
6890
6891         * pop3.el (pop3-open-server): Error messages are "-ERR".
6892
6893 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6894
6895         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6896         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6897
6898 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6899
6900         * gnus.el: No Gnus v0.17 is released.
6901
6902 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6903
6904         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6905         buffer has moved to a different frame.
6906
6907 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6908
6909         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6910         to get the conversion from unibyte to multibyte buffers to work on
6911         Emacs 22.
6912
6913         * nntp.el (nntp-request-article): Slight clean-up.
6914
6915 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6916
6917         * shr.el (shr-strike-through): New face.
6918         (shr-tag-s): Use it to provide <s> support.
6919         (shr-tag-s): Remove duplicate definition.
6920
6921 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6922
6923         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6924         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6925
6926 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6927
6928         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6929         `gnutls-negotiate'.
6930         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6931
6932 2011-04-23  Glenn Morris  <rgm@gnu.org>
6933
6934         * gnus-sum.el (gnus-extra-headers): Bump :version.
6935
6936 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6937
6938         * shr.el (shr-tag-sup): New function.
6939         (shr-tag-sub): Ditto.
6940
6941 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6942
6943         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6944         for the case where `gnus-registry-ignored-groups' is a list of lists,
6945         and don't call `gnus-parameter-registry-ignore' otherwise.
6946
6947 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6948
6949         * nnimap.el (nnimap-user): New backend variable.
6950         (nnimap-open-connection-1): Use it.
6951         (nnimap-credentials): Accept user parameter so it's explicit what user
6952         name is desired.
6953
6954         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6955         default.
6956
6957         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6958         not gnus-registry.el.
6959
6960         * gnus-registry.el: Mention in comments how to modify
6961         `gnus-extra-headers' for proper recipient tracking and that it may
6962         already have To and Cc recently, which it does as of this commit.
6963         (gnus-registry-ignored-groups): Remove defcustom.
6964         Explain why in comments.
6965         (gnus-registry-action): Fix data-header reference to use the extra
6966         headers.  Explain in package commentary how to add To and Cc headers to
6967         the gnus-extra-headers.
6968         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6969         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6970         parameter list or a string list in `gnus-registry-ignored-groups'.
6971         Fix logic error.
6972
6973 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6974
6975         * shr.el (shr-expand-url): Protect against null urls.
6976
6977 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6978
6979         * shr.el (shr-base): New binding.
6980         (shr-tag-base): Keep track of <base>.
6981         (shr-expand-url): New function used throughout.
6982
6983 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6984
6985         * gnus-registry.el
6986         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6987         (gnus-registry-ignored-groups): New variable.
6988         (gnus-registry-ignore-group-p): Use it.
6989         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6990         set the destination group to nil (same as delete) if it's ignored.
6991
6992 2011-04-20  David Engster  <dengste@eml.cc>
6993
6994         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6995
6996         * Makefile.in (test-nntp): New rule.
6997         (check): Add it.
6998         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6999
7000 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7001
7002         * gnus-registry.el (gnus-registry-action)
7003         (gnus-registry-fetch-header-fast):
7004         Don't use mail-header that looks an internal function of mailheader.el.
7005
7006 2011-04-19  Glenn Morris  <rgm@gnu.org>
7007
7008         * time-date.el (time-to-days): Remove unused local variables.
7009
7010 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7011
7012         * gnus-registry.el: Eliminate cl functions.
7013         (gnus-registry-sort-addresses): New function that replaces mapcan.
7014         (gnus-registry-action, gnus-registry-spool-action)
7015         (gnus-registry-split-fancy-with-parent)
7016         (gnus-registry-fetch-recipients-fast): Use it.
7017         (gnus-registry-import-eld): Replace delete* with dolist + delq.
7018
7019         * registry.el (initialize-instance, registry-lookup)
7020         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
7021         (registry-lookup-secondary-value, registry-search, registry-delete)
7022         (registry-insert, registry-reindex, registry-size, registry-prune):
7023         Use eval-and-compile.
7024
7025 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7026
7027         * registry.el (registry-reindex): New method to recreate the secondary
7028         registry indices.
7029
7030         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
7031         tracked field changes.
7032         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
7033         (gnus-registry-action, gnus-registry-spool-action)
7034         (gnus-registry-handle-action)
7035         (gnus-registry--split-fancy-with-parent-internal)
7036         (gnus-registry-split-fancy-with-parent)
7037         (gnus-registry-register-message-ids): Add recipient tracking on spool,
7038         move, and delete actions, and for fancy splitting with parent.
7039         (gnus-registry-extract-addresses)
7040         (gnus-registry-fetch-recipients-fast)
7041         (gnus-registry-fetch-header-fast): Convenience functions.
7042         (gnus-registry-misc-test): ERT test of
7043         `gnus-registry-extract-addresses'.
7044
7045 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
7046
7047         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7048         Track by subject first, then sender.
7049
7050 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7051
7052         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
7053
7054         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
7055         Lisp.
7056
7057         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
7058         (gnus-draft-send): Use it to avoid popping
7059         up frames from gnus-group-send-queue.
7060
7061 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
7062
7063         * gnus-registry.el: Updated gnus-registry docs.
7064
7065 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7066
7067         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7068         Fix logic bug.
7069         (gnus-registry-post-process-groups): Fix logging of no results and
7070         quote sender and subject.
7071
7072 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7073
7074         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
7075         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
7076         gnutls-cli are too slow to be done opportunistically.
7077
7078         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
7079         (gnus-read-active-for-groups): Don't try to finish getting stuff where
7080         we had no early-data returned.
7081         (gnus-get-unread-articles): Add a sanity check so that we don't issue
7082         two async commands to the same server at the same time.
7083
7084 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
7085
7086         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
7087
7088 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7089
7090         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
7091         "warning" level.
7092
7093         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
7094         (mm-url-insert-file-contents): Don't set the package names.
7095
7096 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
7097
7098         * gnus-registry.el (gnus-registry-action): Remove properties and
7099         simplify subject in `gnus-registry-handle-action'.
7100         (gnus-registry-spool-action): Get subject and sender from message if
7101         they are not passed in.
7102         (gnus-registry-handle-action): Remove properties and simplify subject
7103         consistently.
7104
7105 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7106
7107         * registry.el: Require CL before using defmacro*.
7108
7109 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * gnus-art.el (article-treat-date): Assume that
7112         gnus-article-date-headers may be a group parameter.
7113
7114 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
7115
7116         * gnus-registry.el (gnus-registry-handle-action): More debugging.
7117
7118         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
7119         interactively so the newsrc file can contain foreign groups too.
7120         Useful for debugging but not much for users.
7121
7122 2011-04-07  David Engster  <dengste@eml.cc>
7123
7124         * registry.el (registry-usage-test): Only do
7125         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
7126         lexical binding.
7127
7128 2011-04-07  David Engster  <dengste@eml.cc>
7129
7130         * Makefile.in (check, test-registry): New rules for test-suite.
7131
7132 2011-04-06  David Engster  <dengste@eml.cc>
7133
7134         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
7135         argument NOERROR for `require', since XEmacs 21.4 does not support it.
7136
7137 2011-04-06  David Engster  <dengste@eml.cc>
7138
7139         * registry.el (initialize-instance): Change :after to :AFTER to be
7140         compatible with old EIEIO version in XEmacs.
7141
7142 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7143
7144         * gnus-registry.el (gnus-registry-post-process-groups)
7145         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
7146         and provide better messaging.
7147
7148 2011-04-06  David Engster  <dengste@eml.cc>
7149
7150         * Makefile.in (fail-on-warning): New rule to compile with warnings as
7151         errors.
7152
7153         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
7154         dgnushack-compile with error-on-warn enabled, and to signal an error if
7155         clean compilation failed.
7156         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
7157         with `byte-compile-error-on-warn'.  Return nil if errors occured.
7158
7159 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7160
7161         * gnus-registry.el: Don't use ERT if it's not available.  Load it
7162         unconditionally anyway, discarding errors.
7163         (gnus-registry-delete-entries): New convenience function.
7164         (gnus-registry-import-eld): Import from old .eld registry.
7165
7166         * registry.el: Don't use ERT if it's not available.  Load it
7167         unconditionally anyway, discarding errors.
7168
7169         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
7170         version from the Claudio Bley GnuTLS patch (extra optional parameters
7171         and host name).
7172
7173 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
7174
7175         * gnus-registry.el (gnus-registry-fixup-registry): New function to
7176         fixup the parameters that can be customized by the user between
7177         save/read cycles.
7178         (gnus-registry-read): Use it.
7179         (gnus-registry-make-db): Use it.
7180         (gnus-registry-spool-action, gnus-registry-handle-action):
7181         Fix messaging.
7182         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
7183         Map references to actual group names with sender and subject tracking.
7184         (gnus-registry-post-process-groups): Use `cond' for better messaging.
7185         (gnus-registry-usage-test): Add subject lookup test.
7186
7187         * registry.el (registry-db, initialize-instance): Set up constructor
7188         instead of :initform arguments for the sake of older Emacsen.
7189         (registry-lookup-breaks-before-lexbind): New method to demonstrate
7190         pre-lexbind merge bug.
7191         (registry-usage-test): Use it.
7192         (initialize-instance, registry-db): Move the non-function initforms
7193         back to the class definition.
7194
7195 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
7196
7197         * registry.el: New library to manage gnus-registry-style data.
7198
7199         * gnus-registry.el: Use it (major rewrite).
7200
7201         * nnregistry.el: Use it.
7202
7203         * spam.el: Use it.
7204
7205 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7206
7207         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
7208         marks on non-selected articles.
7209
7210 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7211
7212         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
7213         parameter to open-protocol-stream.
7214
7215 2011-04-01  Julien Danjou  <julien@danjou.info>
7216
7217         * mm-view.el (mm-display-inline-fontify): Do not fontify with
7218         fundamental-mode.
7219
7220 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7221
7222         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
7223         servers.
7224
7225 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7226
7227         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
7228         made marks not propagate, again.
7229
7230 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
7231
7232         * proto-stream.el (open-protocol-stream): Bring back `network' type.
7233         Make this the default type.
7234         (proto-stream-open-plain): Rename from proto-stream-open-default.
7235         (open-protocol-stream, proto-stream-open-starttls)
7236         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
7237         with `plain'.
7238
7239         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
7240         value.
7241
7242         * nntp.el (nntp-open-connection-function): Document the fact that some
7243         values are not functions but are instead handled specially.
7244         Recognize nntp-open-plain-stream value.
7245         (nntp-open-connection): Recognize that value.
7246
7247 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7248
7249         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7250         where it seems to be needed.
7251
7252 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7253
7254         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7255         stuff.
7256
7257         * gnus-score.el (gnus-score-string): Fix calling convention of
7258         `gnus-simplify-buffer-fuzzy' after last patches.
7259
7260         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7261         server for articles we didn't get any headers for.  This is a sanity
7262         check.
7263
7264 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7265
7266         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7267         new CAPABILITY, use it.
7268
7269 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7270
7271         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7272         downloading anything.
7273
7274         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7275
7276 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7277
7278         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7279         colors.
7280         (gnus-splash-svg-color-symbols): New function.
7281
7282 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7283
7284         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7285         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7286         (gnus-simplify-subject-fuzzy): Use the local
7287         gnus-simplify-subject-fuzzy-regex instead of the global one.
7288         This makes using this variable in group parameters work.
7289
7290 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7291
7292         * gnus-registry.el (gnus-registry-unfollowed-groups):
7293         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7294         archive:sent-YYYY-MM-DD groups).
7295         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7296         tracking if there are more than `gnus-registry-max-track-groups'
7297         matches.
7298
7299 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7300
7301         * message.el (message--yank-original-internal): New function to do the
7302         insertion cleanly inside eval in `message-yank-original'.
7303         (message-yank-original): Use it.
7304
7305 2011-03-29  Julien Danjou  <julien@danjou.info>
7306
7307         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7308         local variables disabled rather than `normal-mode'.
7309
7310 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7311
7312         * imap.el (imap-shell-open, imap-process-connection-type):
7313         Use imap-process-connection-type for 'shell' streams as well as
7314         Kerberos, SSL, other subprocesses.
7315
7316 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7317
7318         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7319         with open-network-stream.
7320         (proto-stream-always-use-starttls): Option removed.
7321         (open-protocol-stream): Return a process object by default.  Provide a
7322         new parameter :return-list specifying a list-type return value, which
7323         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7324         :type `network' to `try-starttls', and `network-only' to `default'.
7325         Make `default' the default, for compatibility with open-network-stream.
7326         Handle the no-parameter case exactly as open-network-stream, with no
7327         additional stream processing.  Search plists using plist-get.
7328         Explicitly add :end-of-commend parameter if it is missing.
7329         (proto-stream-open-default): Rename from
7330         proto-stream-open-network-only.  Return 'default as the type.
7331         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7332         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7333         failed.  Always return a list with a (possibly dead) process as the
7334         first element, for compatibility with open-network-stream.
7335         (proto-stream-open-tls): Use plist-get.  Always return a list.
7336         (proto-stream-open-shell): Return `default' as connection type.
7337         (proto-stream-capability-open): Use plist-get.
7338         (proto-stream-eoc): Function deleted.
7339
7340         * nnimap.el (nnimap-stream, nnimap-open-connection)
7341         (nnimap-open-connection-1): Handle renaming of :type parameter for
7342         open-protocol-stream.
7343         (nnimap-open-connection-1): Pass a :return-list parameter
7344         open-protocol-stream to obtain a list return value.  Parse this list
7345         using plist-get.
7346
7347         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7348         for open-protocol-stream.  Accept open-protocol-stream return value
7349         that is a subprocess object instead of a list.  Handle the case of a
7350         dead returned process.
7351
7352 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7353
7354         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7355
7356         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7357
7358 2011-03-21  Julien Danjou  <julien@danjou.info>
7359
7360         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7361         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7362         query.
7363         (mm-inline-text): Render normal text with fontification whenever
7364         possible.
7365
7366         * gnus-sum.el (gnus-summary-save-parts-1):
7367         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7368         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7369         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7370         Use `mm-handle-filename'.
7371
7372         * mm-util.el (mm-handle-filename): New function, return the filename of
7373         an handle.
7374
7375 2011-03-18  Julien Danjou  <julien@danjou.info>
7376
7377         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7378         (gnus-buffer-live-p): Check that buffer is not nil.
7379
7380 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7381
7382         * gnus.el: No Gnus v0.15 is released.
7383
7384 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7385
7386         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7387         avoid warning on XEmacs.
7388
7389         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7390         on XEmacs.
7391
7392         * gnus-art.el: Require mouse, which the build bot seems to say is
7393         needed.
7394
7395         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7396
7397         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7398         XEmacs, since it doesn't have url-retrieve-synchronously.
7399
7400         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7401         since assoc-string doesn't exist in XEmacs.
7402
7403 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7404
7405         * gnus-group.el (gnus-group-list-ticked): New function.
7406         (gnus-group-make-menu-bar): Provide a menu entry for it.
7407         (gnus-group-list-map): Provide a binding for it.
7408
7409 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7410
7411         * shr.el (shr-visit-file): New command.
7412
7413         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7414
7415 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7416
7417         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7418         servers.
7419
7420 2011-03-16  Julien Danjou  <julien@danjou.info>
7421
7422         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7423         inline.
7424
7425         * gnus-art.el (article-hide-list-identifiers):
7426         Use gnus-group-get-list-identifiers.
7427
7428         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7429         (gnus-summary-remove-list-identifiers):
7430         Use gnus-group-get-list-identifiers to get regexp.
7431         (gnus-select-newsgroup, gnus-summary-insert-subject)
7432         (gnus-summary-insert-articles):
7433         Call gnus-summary-remove-list-identifiers unconditionally.
7434
7435 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7436
7437         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7438         we're selecting a group with unread articles.
7439
7440         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7441
7442         * gssapi.el: New file separated out from imap.el to provide a general
7443         Kerberos 5 connection facility for Emacs.
7444
7445         * message.el (message-elide-ellipsis): Document the format spec
7446         ellipsis.
7447
7448 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7449
7450         * message.el (message-elide-region): Allow the ellipsis to say how many
7451         lines were removed.
7452
7453 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7454
7455         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7456         window configurations containing buffers that are now dead.
7457
7458         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7459         parsing to avoid integer overflows.
7460         (nnimap-parse-flags): Simplify the last change.
7461         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7462         too large for 32-bit Emacsen.
7463
7464 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7465
7466         * auth-source.el (auth-source-netrc-create):
7467         * message.el (message-yank-original): Fix use of `case'.
7468
7469 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7470
7471         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7472         XEmacs, which was one character too wide.
7473
7474 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7475
7476         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7477         default number of articles to display.
7478         (gnus-articles-to-read): Use pretty names for prompt.
7479
7480 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7481
7482         * gnus-int.el (gnus-open-server): Ditto.
7483
7484         * gnus-start.el (gnus-activate-group): Give a backtrace if
7485         debug-on-quit is set and the user hits `C-g'.
7486         (gnus-read-active-file): Ditto.
7487
7488         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7489
7490 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7491
7492         * message.el (message-yank-original): Use cond instead of CL case.
7493
7494 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7495
7496         * auth-source.el (auth-source-netrc-create): Use usual format for the
7497         default in prompts.
7498
7499 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7500
7501         * lpath.el: Fbind read-char-choice for XEmacs.
7502
7503 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7504
7505         * auth-source.el (auth-source-netrc-create): Show the default in the
7506         prompt when prompting for token creation.
7507
7508 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7509
7510         * auth-source.el (auth-source-format-prompt): Always convert the value
7511         to a string to avoid evaluating non-string arguments.
7512         (auth-source-netrc-create): Offer default properly, not as initial
7513         content in `read-string'.
7514         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7515         of line to determine if we've been run before.  If so, don't run again,
7516         but print a trivial message to indicate the cache was hit instead.
7517
7518 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7519
7520         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7521         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7522         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7523         Gnus.
7524
7525 2011-03-11  Julien Danjou  <julien@danjou.info>
7526
7527         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7528         modified file".
7529
7530 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7531
7532         * auth-source.el (auth-source-read-char-choice): New function to read a
7533         character choice using `dropdown-list', `read-char-choice', or
7534         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7535         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7536         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7537         (auth-source-netrc-saver): Use it.
7538         (auth-source-pick-first-password): New convenience function.
7539
7540 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7541
7542         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7543         parameter in the credentials.
7544         (nnimap-open-connection-1): Use it after a successful login.
7545         (nnimap-credentials): Add IMAP-specific user and password prompt.
7546
7547         * auth-source.el (auth-source-search): Add :require parameter, taking a
7548         list.  Document it and the :save-function return token.  Pass :require
7549         down.  Change the CREATED message from a warning to a debug statement.
7550         (auth-source-search-backends): Pass :require down.
7551         (auth-source-netrc-search): Pass :require down.
7552         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7553         Change save prompt to indicate all modifications saved here are
7554         deletions.
7555         (auth-source-netrc-create): Take user login name as default in user
7556         prompt.  Move all the save functionality to a lexically bound function
7557         under the :save-function token in the returned list.  Set up clearer
7558         default prompts for user, host, port, and secret.
7559         (auth-source-netrc-saver): New function, intended to be wrapped for
7560         :save-function.
7561
7562 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7563
7564         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7565         lines to be spaces instead.
7566
7567 2011-03-07  Julien Danjou  <julien@danjou.info>
7568
7569         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7570         (sieve-sasl-auth): Check that auth-source-search did return something,
7571         or just return an empty string.
7572
7573 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7574
7575         * gnus.el (gnus-interactive): Use read-directory-name.
7576
7577         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7578         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7579         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7580         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7581         Likewise.
7582
7583         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7584
7585 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7586
7587         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7588         onto the list of killed groups, too.  This makes killed nnimap groups,
7589         for instance, more reliably not reappear.
7590
7591         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7592         the parent.
7593
7594         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7595
7596         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7597         really have server-side marks.
7598
7599         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7600         since most backends do not usefully have server-side marks.
7601         (gnus-update-read-articles): Propagate marks to all backends that
7602         really have server-side marks.
7603
7604 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7605
7606         * message.el (message-cite-reply-position, message-cite-style):
7607         New variables.
7608         (message-yank-original): Use the new citation styles.
7609
7610 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7611
7612         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7613         buffer-local issue); don't mark it buffer-local when running under
7614         XEmacs.
7615
7616 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7617
7618         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7619         numbers too big to be `read'.
7620
7621 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7622
7623         * password-cache.el (password-in-cache-p): Add autoload.
7624
7625         * message.el (message-options): Make buffer-local two ways to attempt
7626         to fix a XEmacs bug.
7627
7628 2011-03-02  Julien Danjou  <julien@danjou.info>
7629
7630         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7631
7632 2011-03-01  Julien Danjou  <julien@danjou.info>
7633
7634         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7635         group.
7636         (article-hide-list-identifiers): Use list-identifier group parameter.
7637
7638 2011-02-28  Julien Danjou  <julien@danjou.info>
7639
7640         * sieve.el (sieve-buffer-script-name): New local variable to store
7641         sieve script name.
7642         (sieve-edit-script): Store sieve script name.
7643         (sieve-upload): Use sieve script name when uploading.
7644         (sieve-upload): Use substitute-command-keys.
7645         (sieve-edit-script): Use substitute-command-keys.
7646         (sieve-refresh-scriptlist): Use substitute-command-keys.
7647         (sieve-manage-mode-map): Define keymap properly.
7648         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7649         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7650         Remove commented code about cvs.
7651         (sieve-manage-quit): New function.
7652         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7653
7654 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7655
7656         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7657
7658 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7659
7660         * auth-source.el (auth-source-search): Cache empty result sets.
7661
7662         * password-cache.el (password-in-cache-p): Convenience function to
7663         check if a key is in the cache, even if the value is nil.
7664
7665         * auth-source.el (auth-source-save-behavior): New variable to replace
7666         `auth-source-never-create'.
7667         (auth-source-netrc-create): Use it.
7668         (auth-source-never-save): Remove.
7669
7670 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7671
7672         * nnimap.el (nnimap-stream): Doc fix.
7673         (nnimap-open-connection-1): Reverse the order of the ports to that the
7674         prompted-for port is first.
7675
7676         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7677         retrieval by the no-group selection.
7678
7679         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7680         numerical parameters.
7681
7682 2011-02-25  Julien Danjou  <julien@danjou.info>
7683
7684         * gnus-gravatar.el: Use gnus-with-article-buffer.
7685
7686         * gnus-art.el (gnus-with-article-buffer): Check that the
7687         gnus-article-buffer is alive.
7688
7689 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7690
7691         * auth-source.el (auth-source-creation-prompts): New variable to manage
7692         creation-time prompts.
7693         (auth-source-search): Document it.
7694         (auth-source-format-prompt): Add utility function.
7695         (auth-source-netrc-create): Don't default the user name to
7696         user-login-name.  Use `auth-source-creation-prompts' and some default
7697         prompts for user, host, port, and password (the default generic prompt
7698         remains ugly).
7699         (auth-source-never-save): Add customizable option to never save info.
7700         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7701         mode excursion.
7702
7703 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7706         argument that XEmacs doesn't support.
7707
7708         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7709         compiled for Emacsen having no `libxml-parse-html-region' support.
7710
7711         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7712
7713         * lpath.el: Bind buffer-save-without-query for XEmacs.
7714
7715 2011-02-23  Julien Danjou  <julien@danjou.info>
7716
7717         * gnus-art.el (article-make-date-line): Ignore errors if time is
7718         invalid and not convertible.
7719         (article-make-date-line): Only add lapsed time if time is not nil.
7720
7721 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7722
7723         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7724         `read-char-choice' for backwards compatibility.
7725         (auth-source-netrc-element-or-first): New function to DTRT for
7726         parameter extraction.
7727         (auth-source-netrc-create): Use it and fix multiple parameter print
7728         bug.  Use the default passed from above (given-default) or the
7729         built-in (user-login-name for :user).
7730
7731 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7732
7733         * gnus-start.el (gnus-dribble-read-file):
7734         Set buffer-save-without-query, since we always want to save the dribble
7735         file, probably.
7736
7737         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7738         nnimap.
7739
7740         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7741         -summary- since it's a user-visible variable.
7742
7743         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7744         first time you use the new Gnus.
7745
7746 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7747
7748         * auth-source.el: Don't load netrc.el.
7749         (auth-sources): Search ~/.netrc as well by default.
7750         (auth-source-debug): Add 'trivia option for extra output.
7751         (auth-source-do-trivia): Use it.
7752         (auth-source-search): Simplify logic to use
7753         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7754         appropriate.  Don't keep a running count at this level.  Layer :create
7755         and :delete options appropriately on the first and second passes.
7756         Don't track the backend with the search results.
7757         (auth-source-search-backends): New function to search a list of
7758         backends for a processed spec.
7759         (auth-source-netrc-parse): Cache all netrc files, making
7760         auth-source-netrc-cache an alist keyed by the file name and using the
7761         file mtime as the caching criterion.  Keep the obfuscated data secret
7762         with a lexical bind.
7763         (auth-source-netrc-search): Don't calculate the length of the results
7764         unnecessarily.
7765         (auth-source-search-backends): Fix bug.
7766         (auth-source-netrc-create): Rework prompts.
7767
7768 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7769
7770         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7771         Lower case names of search constraints.
7772         (nnir-run-query): Cache and reuse search constraints for all imap
7773         servers.
7774
7775 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7776
7777         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7778         after exit.
7779         (gnus-setup-message): Define missing variable from last checkin.
7780
7781         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7782         value, show the raw article.
7783
7784 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7785
7786         * gnus.el: No Gnus v0.13 is released.
7787
7788 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7789
7790         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7791         auth-source now accepts numbers.
7792
7793         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7794         spec, too.
7795         (auth-source-ensure-strings): New function.
7796
7797         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7798         (gnus-article-setup-buffer): Always restart the date timer so that user
7799         changes to the frequency is respected.
7800
7801         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7802         port numbers, so make sure it gets that if nnimap-server-port is
7803         explicit.
7804
7805 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7806
7807         * nnimap.el (nnimap-inbox): Doc fix.
7808
7809 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7810
7811         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7812         Autoload.  Add optional arg FRAME, and pass it to color-values.
7813         (color-complement): Caller changed.  Doc fix.
7814         (color-gradient): Rewrite for better clarity and efficiency.
7815
7816 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7817
7818         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7819         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7820         color-lab-to-srgb.
7821
7822 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7823
7824         * color.el: First part of merge from hexrgb.el.
7825         (color-rgb-to-hex): Rename from color-rgb->hex.
7826         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7827         saturation to zero if the value is too small.
7828         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7829         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7830         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7831         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7832         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7833         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7834         (color-cie-de2000): Doc fix.
7835
7836 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7837
7838         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7839         given method as in the group name if we're using an extended method.
7840         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7841         command, if we're using that, instead of waiting for the beginning.
7842
7843         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7844         we're sure to get unique server names, and we don't output two async
7845         commands in the same buffer.  This fixes an NNTP hang for some users.
7846
7847 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7848
7849         * gnus.el: No Gnus v0.11 is released.
7850
7851 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7852
7853         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7854         summary buffer before reading going to the next buffer.  This avoids
7855         putting the point in the group buffer if you `C-g' the command.
7856
7857         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7858         cache (for now) to make ~/.authinfo.gpg files usable.
7859
7860         * nnfolder.el (copyright-update): Define for the compiler.
7861
7862         * auth-source.el (auth-source-search): Fix unbound variable.
7863
7864 2011-02-19  Glenn Morris  <rgm@gnu.org>
7865
7866         * gnus.el (gnus-meta): Doc fix.
7867
7868 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7869
7870         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7871         in case it's not yet loaded.
7872
7873 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7874
7875         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7876         line we're waiting for.
7877
7878 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7879
7880         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7881         face with line-width greater than zero will cause RET in gnus summary
7882         buffer to scroll down article page-wise because auto vscroll happens,
7883         it should be temporally disabled when doing a scroll-up.
7884
7885 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7886
7887         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7888         outputs from the server.
7889
7890 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7891
7892         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7893         later so that bbdb can hook in easier.
7894
7895 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7896
7897         * auth-source.el (auth-source-search): Don't try to create credentials
7898         if the caller doesn't want that.
7899         (auth-source-search): If we don't find a match, don't bug out on
7900         non-bound variables.
7901         (auth-source-search): Only ask a single backend to create the
7902         credentials.
7903
7904         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7905         logging.
7906         (nnimap-credentials): Protect against auth-source-search returning nil.
7907         (nnimap-request-list): Protect against not being able to open the
7908         server.
7909
7910 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7911
7912         * auth-source.el (auth-source-search): Do a two-phase search, one with
7913         no :create to get the responses from all backends.
7914
7915         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7916         when getting credentials.
7917
7918         * gnus-util.el (gnus-delete-duplicates): New function.
7919
7920 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7921
7922         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7923         a creation default, pass the whole port list down.  It will be
7924         completed.
7925
7926         * auth-source.el (auth-source-search): Updated docs to talk about
7927         multiple creation choices.
7928         (auth-source-netrc-create): Accept a list as a value (from the search
7929         parameters) and do completion on that list.  Keep a separate netrc line
7930         with the password obscured for showing the user.
7931
7932         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7933         first choice to `auth-source-search' so it will be used for entry
7934         creation instead of the server's Gnus-specific name.
7935         (nnimap-credentials): Rely on the auth-source library to select which
7936         port is actually wanted in the new netrc entry, so don't override
7937         `auth-source-creation-defaults'.
7938
7939         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7940         :protocol and accept a missing user, host, or port as a wildcard match.
7941         (auth-source-debug): Default to off.
7942
7943         (auth-source-netrc-search, auth-source-netrc-create)
7944         (auth-source-secrets-search, auth-source-secrets-create)
7945         (auth-source-user-or-password, auth-source-backend, auth-sources)
7946         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7947         instead of :protocol.
7948
7949         * nnimap.el (nnimap-credentials): Pass a port default to
7950         `auth-source-search' in case an entry needs to be created.
7951         (nnimap-open-connection-1): Use :port instead of :protocol.
7952
7953 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7954
7955         * auth-source.el: Bind load-path when loading EIEIO from
7956         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7957         21.4 doesn't support, to `require'.
7958         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7959         delete-dups that is not available in XEmacs 21.4.
7960
7961 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7962
7963         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7964         as EIEIO must also be loaded when auth-source.el is being
7965         byte-compiled.
7966
7967 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7968
7969         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7970
7971         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7972
7973         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7974
7975         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7976
7977         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7978
7979         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7980
7981         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7982
7983         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7984         necessary.
7985
7986 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7987
7988         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7989         nil means that nnimap doesn't get updated.
7990
7991 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7992
7993         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7994         result when the user doesn't want to write to the file.
7995         (auth-source-netrc-search): Expect a synthetic result and proceed
7996         accordingly.
7997         (auth-source-cache-expiry): New variable to override
7998         `password-cache-expiry'.
7999         (auth-source-remember): Use it.
8000
8001         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
8002         parameter.  Create entry if necessary by using :create t.
8003         (nnimap-open-connection-1): Don't pass `inhibit-create'.
8004
8005 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
8006
8007         * auth-source.el (auth-source-debug): Enable by default and don't
8008         mention the obsolete `auth-source-hide-passwords'.
8009         (auth-source-do-warn): New function to debug unconditionally.
8010         (auth-source-do-debug): Use it.
8011         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
8012         and for Secrets API entries when the secrets.el library is not
8013         available.
8014
8015 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8016
8017         * gnus-sum.el (gnus-propagate-marks): Default to nil.
8018         (gnus-summary-exit): Kill the correct article buffer on exit from a
8019         `C-d' group.
8020
8021         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
8022         gnus-propagate-marks.
8023
8024         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
8025         before killing the buffers so that a non-full window conf gets handled
8026         correctly.
8027         (gnus-summary-exit): Ditto.
8028         (gnus-summary-read-group-1): Ditto.
8029
8030         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
8031         async code again so that we can debug it properly.
8032
8033         * message.el (message-reply): Take an optional switch-buffer parameter
8034         so that Gnus window confs are respected better.
8035
8036 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8037
8038         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
8039         `plist-get' to accept non-list parameters (XEmacs issue).
8040         Fix docstring.
8041         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
8042         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
8043         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
8044         Login collection is "Login" and not "login".
8045
8046 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8047
8048         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
8049         multiple headers.
8050
8051         * nnimap.el (nnimap-inhibit-logging): New variable.
8052         (nnimap-log-command): Don't log login commands.
8053
8054         * auth-source.el (auth-source-netrc-search): The asserts seem to want
8055         to have more parameters.
8056
8057         * nnimap.el (nnimap-send-command): Mark the command time for each
8058         command, so that we don't get NOOPs stepping on our toes.
8059
8060         * gnus-art.el (article-date-ut): Get the date from the Date header on
8061         `t'.
8062
8063 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8064
8065         * auth-source.el (auth-source-search): Use copy-sequence instead of
8066         the cl.el copy-list.
8067
8068 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8069
8070         * imap.el: Bring it back (revert
8071         84d800cd31de3064f0ed39617d725709a2f8f42f).
8072
8073 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
8074
8075         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
8076         Improve prompt.
8077
8078 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
8079
8080         * gnus-art.el (gnus-article-mode-line-format): Remove the article
8081         washing status from the default format.  It isn't very informative.
8082
8083 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
8084
8085         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
8086         Fix Gcc processing on imap.
8087
8088 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8089
8090         * imap.el: Remove file.  All the functionality is in nnimap.el.
8091
8092 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8093
8094         * message.el (message-bury): Don't pop up a new window when selected
8095         window is dedicated.
8096
8097 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
8098
8099         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
8100
8101 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
8102
8103         * sieve-manage.el: Autoload `auth-source-search'.
8104         (sieve-sasl-auth): Use it.
8105
8106 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8107
8108         * nnimap.el: Autoload `auth-source-forget+'.
8109         (nnimap-open-connection-1): Use it if the connection fails.
8110
8111         * auth-source.el: Require `password-cache'.
8112         (auth-source-hide-passwords, auth-source-cache): Remove and mark
8113         obsolete.
8114         (auth-source-magic): Marker for `password-cache' keys.
8115         (auth-source-do-cache): Update docstring.
8116         (auth-source-search): Use and check cache.
8117         (auth-source-forget-all-cached, auth-source-remember)
8118         (auth-source-recall, auth-source-forget, auth-source-forget+)
8119         (auth-source-specmatchp): Caching support functions.
8120         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
8121         Remove and obsolete.
8122         (auth-source-user-or-password): Remove caching to further discourage
8123         using it.  Always hide passwords.
8124
8125         * password-cache.el (password-cache-remove): Accept secrets that are
8126         not strings.
8127
8128 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
8129
8130         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
8131         code for now, since it doesn't work for all users.
8132
8133 2011-02-09  Julien Danjou  <julien@danjou.info>
8134
8135         * message.el (message-options): Make message-options really buffer
8136         local.
8137
8138 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
8139
8140         * mail-source.el: Autoload `auth-source-search'.
8141         (mail-source-keyword-map): Note order matters.
8142         (mail-source-set-1): Get all the mail-source source values and
8143         defaults and search auth-source on those if needed.  This can all
8144         probably be simplified.
8145
8146         * nnimap.el: Autoload `auth-source-search'.
8147         (nnimap-credentials): Use it.
8148         (nnimap-open-connection-1): Ask for the virtual server and physical
8149         address in one shot.
8150
8151         * nntp.el: Autoload `auth-source-search'.
8152         (nntp-send-authinfo): Use it.  Note TODO.
8153
8154 2011-02-08  Julien Danjou  <julien@danjou.info>
8155
8156         * shr.el (shr-tag-body): Add support for text attribute in body
8157         markups.
8158
8159         * message.el (message-options): Make message-options a local variable.
8160
8161 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
8162
8163         * auth-source.el (auth-source-secrets-search)
8164         (auth-source-user-or-password): Use `append' instead of `nconc'.
8165         (auth-source-user-or-password): Build return list better and protect
8166         against nil :secret.
8167
8168 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
8169
8170         * nnimap.el (nnimap-update-info): Refactor slightly.
8171         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
8172         (nnimap-update-info): Clean up slightly.
8173         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
8174         characters.
8175         (nnimap-process-quirk): Rename function to avoid collision.
8176         (nnimap-update-info): Fix macrology bug-out.
8177         (nnimap-update-info): Simplify split history test.
8178
8179 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
8180
8181         * auth-source.el (top): Require 'eieio unconditionally.
8182         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
8183         (auth-source-secrets-search): Limit search when `max' is greater than
8184         number of results.
8185
8186 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
8187
8188         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
8189         part not returning any data.
8190
8191         * proto-stream.el (open-protocol-stream): Document the return value.
8192
8193 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8194
8195         * auth-source.el (auth-source-secrets-search): Add examples.
8196
8197 2011-02-06  Julien Danjou  <julien@danjou.info>
8198
8199         * message.el (message-setup-1): Handle message-generate-headers-first
8200         set to t.
8201
8202 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8203
8204         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
8205         API with a string "secrets:collection-name" and with 'default.
8206         (auth-source-backend-parse): Parse "secrets:collection-name" and
8207         'default.  Recurse on parses instead of repeating code.  Use the
8208         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
8209         message when ignoring a source.
8210         (auth-source-search): List ignored search keys at the top level.
8211         (auth-source-netrc-create): Use `case' instead of `cond'.
8212         (auth-source-secrets-search): Created with TODOs.
8213         (auth-source-secrets-create): Created with TODOs.
8214         (auth-source-retrieve, auth-source-create, auth-source-delete)
8215         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8216         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8217         (auth-source-user-or-password-sftp)
8218         (auth-source-user-or-password-smtp): Remove.
8219         (auth-source-user-or-password): Deprecated and modified to be a wrapper
8220         around `auth-source-search'.  Not tested thoroughly.
8221
8222 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
8223
8224         * auth-source.el: Bring in assoc and eioeio libraries.
8225         (secrets-enabled): New variable to track the status of the Secrets API.
8226         (auth-source-backend): New EIOEIO class to represent a backend.
8227         (auth-source-creation-defaults): New variable to set prompt defaults
8228         during token creation (see the `auth-source-search' docstring for
8229         details).
8230         (auth-sources): Simplify to allow a simple string as a netrc backend
8231         spec.
8232         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
8233         (auth-source-backend-parse-parameters): Fill in the backend parameters.
8234         (auth-source-search): Main auth-source API entry point.
8235         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
8236         (auth-source-search-collection): Helper function for searching.
8237         (auth-source-netrc-parse, auth-source-netrc-normalize)
8238         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
8239         Supports search, create, and delete.
8240         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
8241         backend stubs.
8242         (auth-source-user-or-password): Call `auth-source-search' but it's not
8243         ready yet.
8244
8245 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
8246
8247         * message.el (message-setup-1): Remove the read-only stuff, since it
8248         doesn't work under XEmacs, for some reason.
8249
8250         * gnus-sum.el (gnus-user-date): Rename back from
8251         gnus-summary-user-date since user code refers to it.
8252
8253         * shr.el (shr-render-td): Store the actual background color used.
8254
8255         * message.el (message-setup-1): Don't bind the constant
8256         -forbidden-properties.
8257         (message-setup-1): Revert previous change, since it needs to bind the
8258         props to insert them.
8259         (message-resend): Allow removing the read-only separator line.
8260
8261 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8262
8263         * nnimap.el (nnimap-request-accept-article): Give an error message if
8264         the APPEND wasn't successful.
8265
8266 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8267
8268         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8269         that have no groups.
8270
8271 2011-02-03  Julien Danjou  <julien@danjou.info>
8272
8273         * gnus-draft.el: Remove progn around gnus-draft-setup.
8274
8275 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8276
8277         * gnus-start.el (gnus-read-active-for-groups): This function is never
8278         called with a nil `infos', so clean that up.
8279         (gnus-get-unread-articles): Request active files from primary/secondary
8280         methods that have no groups (yet).
8281
8282 2011-02-03  Julien Danjou  <julien@danjou.info>
8283
8284         * message.el (message-setup-1): Always generate References first.
8285         (message-mail): Return the return value of message-setup, not always t.
8286         (message-setup-1): Insert mail-header-separator with read-only and
8287         intangible properties set.
8288
8289         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8290         user-date in docstring.
8291
8292         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8293
8294         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8295         docstring.
8296
8297         * gnus.el (gnus-user-date-format-alist): Change default value.
8298         Use defcustom, with type and group.  Move from gnus-util.el.
8299         Rename to gnus-summary-user-date-format-alist.
8300
8301 2011-02-03  Glenn Morris  <rgm@gnu.org>
8302
8303         * nnimap.el (gnus-fetch-headers): Declare.
8304
8305         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8306
8307 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8308
8309         * message.el (message-forward-make-body-digest-plain)
8310         (message-followup, message-reply): Clean up things noted by Stefan.
8311
8312         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8313         gnus-article-update-date-headers is nil.
8314         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8315         it didn't really work with defcustom.
8316         (article-update-date-lapsed): Make sure the window start doesn't move,
8317         either.
8318
8319 2011-02-01  Julien Danjou  <julien@danjou.info>
8320
8321         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8322         format.
8323
8324         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8325         standard in Emacs nowadays.
8326
8327         * color.el (color-gradient): Add a color-gradient function.
8328
8329 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8330
8331         * message.el (message-expand-name): Don't trust the return value of
8332         bbdb-complete-name.
8333         (message-check-news-header-syntax): Remove unused var `start'.
8334         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8335         (message-inhibit-body-encoding): Move to before first use.
8336         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8337         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8338         (Organization, Message-ID, Date, mh-previous-window-config):
8339         Defvar the vars using dynamic scoping.
8340
8341 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8342
8343         * shr.el (shr-render-td): Only do colors at the final rendering.
8344         Should be slightly faster.
8345         (shr-insert-table): Fix up TD background colors when doing the
8346         vertical padding.
8347
8348         * gnus-art.el (article-date-ut): Protect against articles with no Date
8349         header.
8350         (article-update-date-lapsed): Don't use current-column to find the
8351         horizontal position.  It's fragile in the presence of \003 characters.
8352
8353         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8354
8355 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8356
8357         * gnus-art.el (article-transform-date): Rewrite to still work when
8358         there are several rfc2822 parts.
8359         (article-transform-date): Fix infinite recursion.
8360         (article-date-ut): Replace infinitely many Date headers with a single
8361         one when called interactively.
8362
8363         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8364         secure manner.
8365
8366         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8367         move around by not using save-window-excursion.  It seems to work...
8368
8369 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8370
8371         * gnus-art.el (article-make-date-line): Work for user-defined format.
8372
8373 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8374
8375         * nntp.el (nntp-retrieve-group-data-early)
8376         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8377         fetching functions.
8378
8379         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8380         thoroughly for all backends that have no known groups.  This should
8381         allow new nnml methods to retrieve mail.
8382
8383         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8384         that Gnus doesn't know exists again.
8385
8386         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8387         (gnus-treat-date-ut): Ditto.
8388         (gnus-article-update-date-header): Rename.
8389         (gnus-treat-date-local): Remove.
8390         (gnus-treat-date-english): Remove.
8391         (gnus-treat-date-lapsed): Remove.
8392         (gnus-treat-date-combined-lapsed): Remove.
8393         (gnus-treat-date-original): Remove.
8394         (gnus-treat-date-iso8601): Remove.
8395         (gnus-treat-date-user-defined): Remove.
8396         (gnus-article-date-headers): New variable to control all the date
8397         header options.
8398         (article-date-ut): Rewrite to allow using the new way to format date
8399         headers(s).
8400
8401 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8402
8403         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8404         method.
8405         (nnmail-article-group): A better test for fanciness.
8406
8407         * nnimap.el (nnimap-request-head): Protect against not finding the
8408         article by Message-ID.
8409
8410 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8411
8412         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8413         keep point at the "same place".
8414
8415 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8416
8417         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8418         data if the group is inactive.
8419
8420 2011-01-28  Julien Danjou  <julien@danjou.info>
8421
8422         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8423         (gnus-all-windows-visible-p): Remove old compatibility code.
8424         (gnus-window-top-edge): Add docstring.
8425
8426         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8427
8428 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8429
8430         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8431         older request-update-info.
8432
8433         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8434
8435 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8436
8437         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8438         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8439
8440 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8441
8442         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8443         groups.  This makes the nndraft:queue group pop up if it's not already
8444         there.
8445
8446         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8447         messages" logic, which was reversed.
8448
8449         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8450         the "same place" even if point is on the line being replaced.
8451         (article-update-date-lapsed): Allow updating both the combined lapsed
8452         and the lapsed headers.
8453         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8454         (article-make-date-line): Limit the number of segments dynamically to
8455         avoid too-long lines.
8456
8457 2011-01-27  Julien Danjou  <julien@danjou.info>
8458
8459         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8460         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8461
8462 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8463
8464         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8465         Use plist-get instead of the cl function getf.
8466
8467 2011-01-27  Glenn Morris  <rgm@gnu.org>
8468
8469         * gnus-util.el (float-time): Get rid of compiler warning, again.
8470
8471 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8472
8473         * shr.el (shr-put-color): Special-case background colors: Do put them
8474         at the blank parts at the front of the lines.
8475
8476         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8477         exit hook to nix out all data on readedness on group exit.
8478
8479         * gnus-util.el (float-time): If float-time is bound, always use it on
8480         all Emacsen.  It's unclear why the subrp check was there.
8481         (time-date): Require to make some autoload issues on XEmacs go away.
8482
8483         * shr.el (shr-put-color): Don't do the box padding in tables, since
8484         they're already padded.
8485
8486 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8487
8488         * gnus-art.el (gnus-article-next-page): When the last line of the
8489         article is displayed, scroll down once more instead of going to the
8490         next article at once.
8491         (article-lapsed-string): Refactor out and allow specifying how many
8492         segments you want.
8493         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8494         (gnus-article-update-lapsed-header): New variable.
8495
8496         * shr.el: Revert change that made headings use different-sized faces.
8497         The Emacs display engine isn't advanced enough that, for instance,
8498         tables can comfortably use differently-sized faces.
8499
8500 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8501
8502         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8503         used.
8504         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8505         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8506         we're using an encrypted connection.
8507
8508         * proto-stream.el: Alter the interface functions to also return the
8509         actual stream type used: network or tls.
8510
8511 2011-01-25  Julien Danjou  <julien@danjou.info>
8512
8513         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8514         (mm-display-javascript-inline): New function.
8515
8516         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8517         viewing function.
8518
8519 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * shr.el (shr-expand-newlines): Fix variable name.
8522
8523 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8524
8525         * shr.el (shr-expand-newlines): Make nested boxes work.
8526
8527 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8528
8529         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8530         backgrounds.
8531         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8532         in a more sensible manner.
8533
8534 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8535
8536         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8537         if EPG is loaded.
8538
8539 2011-01-24  Julien Danjou  <julien@danjou.info>
8540
8541         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8542         tags.
8543
8544 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8545
8546         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8547         commands.
8548
8549         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8550         in the article buffer.
8551         (gnus-gravatar-insert): Use blank space from the current buffer to
8552         avoid breaking text properties.  This makes X-Sent updating work again.
8553
8554         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8555
8556 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8557
8558         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8559         fix the bug in url-http.el instead.
8560
8561         * shr.el (shr-image-fetched): Ditto.
8562
8563         * shr.el (shr-image-fetched): Avoid having point move in the article
8564         buffer.
8565
8566         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8567         buffer after being called.  It's apparently being killed by url.el, and
8568         killing it made point move to end-of-buffer in a random buffer.
8569
8570         * shr.el (shr-image-fetched): Ditto.
8571
8572 2011-01-23  Julien Danjou  <julien@danjou.info>
8573
8574         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8575
8576         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8577         text/x-org.
8578
8579 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8580
8581         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8582         (i.e., nnimap) returning nil as the article number.
8583
8584 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8585
8586         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8587         "DelSp" parameter in RFC3676.
8588
8589 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8590
8591         * message.el (message-check-recipients): Display the encoded version of
8592         the bogus address if they differ.
8593
8594         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8595         after sending.
8596
8597         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8598
8599         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8600
8601         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8602         group buffer after sending the queue.
8603
8604         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8605
8606 2011-01-22  Julien Danjou  <julien@danjou.info>
8607
8608         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8609
8610 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8611
8612         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8613         nested related parts.
8614
8615         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8616         unexpired articles.  This fixes the regression that led expiry marks to
8617         disappear from nnfolder groups.
8618
8619 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8620
8621         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8622         Don't confuse the "ret" of "retrograde" with RET.
8623
8624 2011-01-21  Julien Danjou  <julien@danjou.info>
8625
8626         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8627         than mm-insert-inline.
8628
8629 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8632         Widen article buffer.
8633
8634 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8635
8636         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8637         the temp buffer.
8638         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8639
8640 2011-01-20  Julien Danjou  <julien@danjou.info>
8641
8642         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8643
8644         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8645         than mm-insert-inline to insert inline part: this respect
8646         mm-inline-media-tests displayers.
8647
8648         * mm-view.el (mm-display-shell-script-inline): New function.
8649
8650         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8651
8652         * mm-uu.el (mm-uu-type-alist): Add org block.
8653         (mm-uu-org-src-code-block-extract): New function.
8654
8655         * mm-view.el (mm-display-org-inline): New function.
8656
8657         * mm-decode.el (mm-automatic-display): Add text/org.
8658
8659         * mailcap.el (mailcap-mime-extensions): Add .org.
8660
8661 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8664         gnus-article-add-buttons.
8665
8666 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8667
8668         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8669         From header with a date and "nobody" as the sender.
8670
8671 2011-01-19  Julien Danjou  <julien@danjou.info>
8672
8673         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8674         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8675         if you have the same regexp several times.
8676         (gnus-button-push): Fix matching when regexp is symbol.
8677
8678 2011-01-15  Glenn Morris  <rgm@gnu.org>
8679
8680         * message.el (message-mail): A compose-mail function should
8681         accept headers as strings.
8682
8683 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8684
8685         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8686         Add :vert-only tags.
8687         (message-mail): New arg RETURN-ACTION.
8688         (message-return-action): New var.
8689         (message-bury): Use it.
8690         (message-mode): Make it buffer-local.
8691         (message-send-and-exit): Always call message-bury.
8692
8693         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8694         message-mail.
8695
8696 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8697
8698         * nnimap.el (nnimap-convert-partial-article): Protect against
8699         zero-length body parts.
8700
8701         * mm-decode.el (mm-preferred-alternative-precedence):
8702         Discourage showing empty parts.
8703
8704         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8705         and stuff if the backend didn't return the article number.  This fixes
8706         an Exchange-related nnimap bug.
8707
8708         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8709         group window, because it does the wrong thing when a separate frame
8710         displays the group buffer.
8711
8712         * proto-stream.el (open-protocol-stream): Protect against the low-level
8713         transport functions returning nil.
8714
8715 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8716
8717         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8718         (mml2015-epg-find-usable-secret-key): New function.
8719         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8720         mml2015-epg-find-usable-key (Bug#7797).
8721         (mml2015-epg-encrypt): Ditto.
8722
8723 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8724
8725         * dgnushack.el (rot13-string): Fix the way to get the argument.
8726
8727 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8728
8729         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8730
8731 2011-01-03  Glenn Morris  <rgm@gnu.org>
8732
8733         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8734
8735         * sieve.el (sieve-open-server): Give a more explicit error if
8736         sieve-manage-open returns nil.  (Bug#7720)
8737
8738 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8739
8740         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8741
8742 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8743
8744         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8745         This avoids sending passwords in plain text over non-encrypted
8746         channels.
8747
8748         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8749
8750         * nnimap.el (nnimap-login): Refactored out into own function, and
8751         implement CRAM-MD5.
8752         (nnimap-wait-for-line): Refactored out.
8753
8754         * mm-view.el (mml-smime): Require.
8755
8756 2010-12-20  David Engster  <deng@eml.cc>
8757
8758         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8759         use EPG to decrypt S/MIME messages instead of openssl.
8760
8761 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8762
8763         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8764
8765         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8766         status is the group clearly is unreachable.
8767
8768         * auth-source.el (auth-source-create): Add the optional second
8769         parameter to `local-variable-p' to be compatible with XEmacs.
8770
8771 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8772
8773         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8774         work when using a compressed nnml folder.
8775
8776 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8777
8778         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8779         backends after sanitising on entry, because this never makes sense:
8780         If the articles have gone missing, then the data no longer exists on
8781         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8782         overwrite anything anyway.
8783
8784         * shr.el (shr-insert-document): Bind shr-width dynamically to
8785         window-width if it's nil.
8786
8787 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8788
8789         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8790         with the meaning of using the full emacs window width for rendering.
8791
8792 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8793
8794         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8795         case when sender is not given.
8796
8797 2010-12-23  Julien Danjou  <julien@danjou.info>
8798
8799         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8800         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8801         the addresses, otherwise we might misplaced the gravatar.
8802
8803 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8804
8805         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8806         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8807         obsolete in Emacs.
8808
8809 2010-12-20  Julien Danjou  <julien@danjou.info>
8810
8811         * gnus-util.el (gnus-rescale-image): Revert last change.
8812
8813 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8814
8815         * binhex.el: Improve commentary (Bug#7482).
8816
8817 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8818
8819         * gnus-group.el (gnus-group-delete-articles): New command.
8820
8821 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8822
8823         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8824
8825 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8826
8827         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8828         here, since it's up to the backends to do CRLF removal if their
8829         protocol has it.
8830
8831         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8832
8833 2010-12-17  Julien Danjou  <julien@danjou.info>
8834
8835         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8836         they are from file.  Can also scale up.
8837
8838 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8839
8840         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8841         Restore gnus-use-agent.
8842         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8843
8844         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8845
8846 2010-12-17  Julien Danjou  <julien@danjou.info>
8847
8848         * gravatar.el (gravatar-retrieve-synchronously): New function.
8849         (gravatar-get-data): Make more robust.
8850
8851 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8852
8853         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8854
8855 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8856
8857         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8858         to really consider the last line.
8859
8860 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8861
8862         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8863         list of recipient keys, or use symmetric encryption if not a list.
8864         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8865         EPA override, replacing the call to `netrc-store-data'.
8866
8867 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8868
8869         * gnus-srvr.el: Avoid passing nil regexp argument to
8870         delete-matching-lines.
8871
8872 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8873
8874         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8875         fetching stops when Gnus exits.
8876
8877         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8878         function.
8879         (nnfolder-request-expire-articles): Save all the buffers after doing
8880         expiry.
8881
8882         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8883         the last article", since that led to serious performance regressions
8884         when expiring nnml groups.
8885
8886 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8887
8888         * nnir.el: Improve customizations.
8889
8890 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8891
8892         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8893
8894         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8895         group has been killed.
8896         (gnus-group-yank-group): Ditto.
8897
8898         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8899
8900         * nnimap.el (nnimap-request-update-group-status): New function.
8901
8902         * gnus-int.el (gnus-request-update-group-status): New interface
8903         function.
8904
8905         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8906         copying read-ness to the backends.
8907
8908         * nnimap.el (nnimap-quirk): New function.
8909         (nnimap-retrieve-group-data-early): Use it.
8910         (nnimap-quirks): New alist.
8911
8912 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8915         don't delete it within indentation.
8916
8917 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8918
8919         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8920         previous line.
8921
8922 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8923
8924         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8925         QRESYNC command by deleting a superfluous space which broke Cyrus
8926         servers.  This change will break other servers that are buggy the other
8927         way around.
8928
8929 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8930
8931         * spam.el: Reindent and fix long lines.
8932         (spam-copy-or-move-routine): Exclude invalid move destinations.
8933
8934 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8935
8936         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8937         installed the registry.
8938
8939 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8942
8943 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8944
8945         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8946         groupname doesn't contain "gmane".
8947
8948 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8949
8950         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8951         and netrc-bound-and-true-p bindings.
8952         (netrc-parse): Cache the netrc contents.
8953
8954         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8955         (gnus-1): Don't create the nndrafts group twice.
8956         (gnus-setup-news): There's no need to read the active file here, since
8957         that's done again later on a per-backend basis.
8958         (gnus-start-draft-setup): Make sure that the new group is started out
8959         empty.
8960
8961         * gnus-agent.el (gnus-agentize): Don't create the queue group
8962         automatically on startup.  It'll be created later, if needed.
8963
8964         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8965         of automatically subscribed groups.
8966         (gnus-auto-subscribed-categories): New variable.
8967         (gnus-matches-options-n): Use it.
8968         (gnus-default-subscribed-newsgroups): Remove unused variable.
8969         (gnus-start-draft-setup): Message a bit less.
8970
8971 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8972
8973         * nnir.el (nnir-run-imap): Return article list in order of increasing
8974         UID.
8975
8976 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8977
8978         * gnus-sum.el (gnus-summary-enter-digest-group):
8979         Mention gnus-auto-select-on-ephemeral-exit.
8980
8981         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8982         convention of the network-only option.
8983
8984 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8985
8986         * proto-stream.el (proto-stream-open-network-only): New function to
8987         have a way to specify non-STARTTLS upgrade connections.
8988
8989 2010-12-10  Julien Danjou  <julien@danjou.info>
8990
8991         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8992         email address is nil.
8993
8994         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8995
8996 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8997
8998         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8999         deletion.
9000         (nnir-run-imap): Only need to parse list once.
9001
9002 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9003
9004         * shr.el (shr-tag-script): Ignore <script>.
9005         (shr-tag-label): Add <label> support.
9006
9007 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
9010
9011         * shr.el (shr-image-displayer): Work for images lined side by side.
9012
9013 2010-12-08  Robert Pluim  <rpluim@gmail.com>
9014
9015         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
9016         parameter, since XEmacs doesn't accept t as a parameter.
9017
9018 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
9019
9020         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
9021         ids.
9022         (nnir-run-gmane): Simplify groupspec formatting.
9023         (nnir-request-expire-articles): New function.
9024
9025 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9026
9027         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
9028         overflow, possibly.
9029
9030         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
9031         (shr-render-td): Handle td style="" better.
9032         (shr-tag-table): Use the color from the style sheet.
9033         (shr-render-td): Make sure we copy over all the overlays, too.
9034
9035 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
9036
9037         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
9038         (nnir-request-article): Improve article retrieval.
9039
9040 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * mm-util.el (mm-extra-numeric-entities): New variable.
9043
9044         * mm-url.el (mm-url-decode-entities):
9045         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
9046
9047         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
9048
9049 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9050
9051         * message.el: Use completion-at-point.
9052         (message-completion-function): New fun, extracted from message-tab.
9053         (message-mode): Use it for completion-at-point-functions.
9054         (message-tab): Use it and completion-at-point.
9055
9056 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
9059         character if a non-breakable character follows.
9060
9061 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9062
9063         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
9064         any stream.
9065
9066         * shr.el (shr-tag-font): Colorize the region.
9067         (shr-tag-body): Ditto.
9068         (shr-tag-font): Actually let the styles be inherited instead of
9069         overwriting them.
9070         (shr-tag-font): Get the background color right.
9071         (shr-tag-style): Ignore all <style> tags for the moment.
9072
9073         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
9074         a Message-ID to avoid having nnimap depend on gnus-sum.
9075
9076         * shr.el (shr-descend): Only colorize something if we have a node that
9077         sets colors.
9078
9079 2010-12-06  Julien Danjou  <julien@danjou.info>
9080
9081         * shr.el (shr-render-td): Render td content with shr-descend, so style
9082         will be applied to <td> too.
9083         (shr-colorize-region): Colorize region even if we only have a background.
9084         (shr-tag-body): Fix color and background color inheritance.
9085         Do not recolorize after shr-generic.
9086         (shr-tag-font): Let shr-generic colorize via inheritance.
9087
9088 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
9091
9092 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
9093
9094         * nnir.el (nnir-request-move-article): Remove obsolete code.
9095
9096 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
9099
9100 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9101
9102         * gnus-sum.el (gnus-summary-respool-article): The completion function
9103         expects a list instead of an alist.
9104
9105         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
9106         string as the parameter.
9107
9108         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
9109
9110         * shr.el (shr-stylesheet): New dynamic variable for cascading the
9111         styles.
9112         (shr-colorize-region): New function.
9113         (shr-insert-background-overlay): Remove.
9114         (shr-render-td): Background setting should be taken care of on a higher
9115         level.
9116         (shr-tag-body): Use post-hoc colorizations.
9117         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
9118         (shr-put-color-1): Don't overwrite old colors.
9119         (shr-colorize-region): When the background color isn't explicit, use
9120         a fixed background.
9121
9122         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
9123         nnmail variables.
9124
9125 2010-12-05  Bjørn Mork  <bjorn@mork.no>
9126
9127         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
9128         unless necessary.
9129
9130 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
9131
9132         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
9133         server.
9134
9135 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9136
9137         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
9138         so that TAB works.
9139
9140         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
9141         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
9142
9143         * shr.el (shr-urlify): Show the URL before the title to avoid
9144         misleading URLs.
9145
9146 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
9147
9148         * shr.el (shr-urlify): Display the title in <a> tags.
9149
9150 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
9151
9152         * nnir.el (nnir-categorize): Replace mapcar with mapc.
9153
9154 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
9155
9156         * nnir.el: Rearrange code to allow macros to be autoloaded by
9157         gnus-sum.el.
9158         (nnir-retrieve-headers-override-function): Make this variable
9159         customizable.
9160         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
9161
9162         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
9163         from nnir.el.
9164
9165 2010-12-03  Julien Danjou  <julien@danjou.info>
9166
9167         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
9168
9169 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
9172         allow optional argument `environment'.
9173
9174 2010-12-03  Glenn Morris  <rgm@gnu.org>
9175
9176         * mm-extern.el (message-goto-body): Update declaration.
9177
9178 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9179
9180         * gnus-util.el (gnus-macroexpand-all): New function.
9181
9182         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
9183         instead of macroexpand-all that is unavailable in XEmacs.
9184
9185 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
9186
9187         * nnir.el (nnir-summary-line-format): New variable.
9188         (nnir-mode): Use it.
9189         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
9190         (nnir-article-ids): Reimplement as defsubst.
9191         (nnir-retrieve-headers): Don't mangle the subject header.
9192         (nnir-run-imap): Use 100 as RSV score.
9193         (nnir-run-find-grep): Fix for full server searching.
9194         (nnir-run-gmane): Better restriction to gmane groups.
9195
9196         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
9197         summary buffers.
9198
9199 2010-12-02  Julien Danjou  <julien@danjou.info>
9200
9201         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
9202
9203         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
9204
9205         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
9206         support.
9207
9208 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9209
9210         * nnir.el: Update to handle the registry better.
9211         (autoload): Silence byte-compiler.
9212         (nnir-open-server): Add a hook for nnir groups.
9213         (nnir-request-move-article): Don't mangle the header.  Better to use
9214         formatting variables (which will be added in the future).
9215         (nnir-registry-action): Update the registry using the original article
9216         group name.
9217         (nnir-mode): Install nnir-specific hooks for updating the registry.
9218
9219         * gnus-sum.el
9220         (gnus-article-original-subject, gnus-newsgroup-original-name):
9221         Remove obsolete variables.
9222         (gnus-summary-move-article): Remove use of obsolete variables.
9223         (gnus-summary-local-variables): Make move and delete hooks local to
9224         summary buffers.
9225
9226 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9227
9228         * rtree.el: New file.
9229
9230 2010-12-01  Julien Danjou  <julien@danjou.info>
9231
9232         * message.el (message-user-organization): Do not use
9233         gnus-local-organization.
9234
9235         * gnus.el: Remove gnus-local-organization.
9236
9237         * gnus-msg.el: Remove nastygram thing.
9238
9239 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9240
9241         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
9242         funcall.
9243
9244 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9245
9246         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9247         names.
9248
9249         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9250         characters.
9251
9252         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9253         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9254         Suggested by Štěpán Němec <stepnem@gmail.com>.
9255         (gnus-gravatar-transform-address): Use mail-extract-address-components
9256         that supports non-ASCII names rather than mail-header-parse-addresses.
9257
9258 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9259
9260         * proto-stream.el (open-protocol-stream): All starttls connections are
9261         handled by the network handler.
9262
9263 2010-11-30  Julien Danjou  <julien@danjou.info>
9264
9265         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9266         (nnimap-open-connection-1): Fix PREAUTH.
9267
9268         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9269
9270 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9271
9272         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9273         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9274         (shr-insert): Use them.
9275         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9276
9277 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9278
9279         * nnir.el (nnir-request-move-article): Bail out if original group
9280         doesn't support article moves.
9281         (nnir-get-active): Improve active list retrieval.
9282
9283 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9284
9285         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9286
9287 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9288
9289         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9290         seem to accept strings-with-numbers as port numbers.
9291
9292 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9293
9294         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9295         change the registry.
9296
9297 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9298
9299         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9300         delete-dups that is not available in XEmacs 21.4.
9301
9302         * mm-util.el (mm-delete-duplicates): Add comment.
9303
9304 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9305
9306         * nnir.el (nnir-ignored-newsgroups): New variable.
9307         (nnir-get-active): Use it.
9308
9309 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9310
9311         * proto-stream.el (proto-stream-open-network): Add some comments.
9312
9313         * nntp.el (nntp-open-connection): Provide a :success condition.
9314
9315         * nnimap.el (nnimap-open-connection-1): Ditto.
9316
9317         * proto-stream.el (proto-stream-open-network): See what the response to
9318         the STARTTLS command is.
9319
9320         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9321         backwards compatibility).
9322         (nnimap-open-connection-1): Really respect nnimap-server-port.
9323
9324         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9325         TLS upgrades we don't really care about the identity of the peer.
9326         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9327         that what we've checked for.
9328         (proto-stream-always-use-starttls): Only default to t if
9329         open-gnutls-stream exists.
9330         (proto-stream-open-network): If STARTTLS failed, then just open a
9331         normal connection.
9332         (proto-stream-open-network): Wait until the greeting before doing
9333         STARTTLS.
9334
9335         * nntp.el (nntp-open-connection): Report what the connection error is.
9336
9337         * proto-stream.el (open-protocol-stream): Rename from
9338         open-proto-stream.
9339
9340 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9341
9342         * nnimap.el (nnimap-stream): Change default to `undecided'.
9343         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9344         first, and then network.
9345         (nnimap-open-connection-1): Respect nnimap-server-port.
9346         (nnimap-open-connection): Be more backwards-compatible.
9347
9348         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9349         (proto-stream-open-starttls): De-duplicate the starttls code.
9350         (proto-stream-open-starttls): Folded back into the main function.
9351         (proto-stream-open-network): Fix typo in the gnutls path.
9352         (proto-stream-command): Refactor out.
9353
9354         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9355
9356         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9357         starttls.el STARTTLS.
9358
9359         * color.el (color-lab->srgb): Fix function call name.
9360
9361         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9362         if we're using tls.el.
9363         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9364         built in, then don't try to establish a STARTTLS connection.
9365
9366         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9367         servers.
9368
9369         * proto-stream.el (open-proto-stream): Use network, not stream.
9370         (open-proto-stream): Add a way to specify what the end of a command is.
9371
9372         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9373         connections types.
9374         (nntp-open-network-stream): Remove.
9375         (nntp-open-ssl-stream): Remove.
9376         (nntp-open-tls-stream): Remove.
9377         (nntp-ssl-program): Remove.
9378
9379         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9380
9381 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9382
9383         * nnir.el: Fix typos.
9384         (nnir-retrieve-headers-override-function): Rename variable to reflect
9385         new semantics.
9386         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9387         macros.
9388         (nnir-request-article, nnir-request-move-article): Use them.
9389         (nnir-categorize): New function.
9390         (nnir-run-query): Use it.
9391         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9392         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9393         sorted.
9394         (nnir-group-full-name): Use gnus-group-full-name instead.
9395         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9396         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9397
9398 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9399
9400         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9401
9402         * proto-stream.el: New library to provide protocol-specific
9403         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9404         protocols.
9405         (open-proto-stream): Complete the documentation.
9406         (proto-stream-open-network): Fix some typos.
9407
9408         * nnimap.el (nnimap-open-connection): Use it.
9409
9410 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9411
9412         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9413         negotiation.
9414
9415 2010-11-26  Julien Danjou  <julien@danjou.info>
9416
9417         * color.el: Rename various rgb functions to srgb.
9418
9419 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9420
9421         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9422         names.
9423
9424 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9425
9426         * shr.el (shr-insert): Revert last change.
9427         (shr-find-fill-point): Never leave point being at bol;
9428         relax the kinsoku limitation when rendering tables.
9429
9430 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9431
9432         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9433         results from -accept-article.
9434
9435         * shr-color.el: Require cl when compiling.
9436
9437         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9438         checkin.
9439
9440         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9441
9442         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9443
9444         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9445         'add and 'delete to set backend marks.
9446
9447         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9448
9449         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9450
9451         * nntp.el (nntp-request-set-mark): Use it.
9452
9453         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9454
9455         * nnml.el (nnml-request-set-mark): Ditto.
9456
9457         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9458         introduces regressions in article selection.
9459         (nnimap-find-uid-response): New function.
9460         (nnimap-request-accept-article): Use the UID returned, if any.
9461         (nnimap-request-move-article): Use the UID returned, if any.
9462         (nnimap-get-groups): Reimplement to work with folded lines.
9463         (nnimap-find-uid-response): The UID is the last element in the list.
9464         (nnimap-request-set-mark): Extend syntax with 'set.
9465
9466         * nnml.el (nnml-request-set-mark): Ditto.
9467
9468         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9469
9470         * nntp.el (nntp-request-set-mark): Ditto.
9471
9472 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9473
9474         * message.el (message-called-interactively-p): A temporary macro.
9475         (message-goto-body): Use it temporarily.
9476
9477 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9478
9479         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9480         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9481         (nnimap-last-response-string): Fix last unfolding fix.
9482
9483 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * shr.el (shr-insert): Fix the way to fold lines.
9486
9487 2010-11-25  Julien Danjou  <julien@danjou.info>
9488
9489         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9490
9491         * color.el: Rename from color-lab.el
9492         (color-rgb->hex): Add.
9493         (color-complement): Add.
9494         (color-complement-hex): Add.
9495
9496         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9497
9498 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9499
9500         * shr-color.el (shr-color-visible): Don't bug out if the color names
9501         don't exist.
9502
9503 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9504
9505         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9506         assuming that article displaying or another mml-preview may be
9507         interrupted for an error or for the like.
9508
9509         * shr.el (shr-get-background): Fix argument name.
9510
9511 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9512
9513         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9514
9515         * gnus-sum.el (gnus-summary-include-articles): New function.
9516
9517         * message.el (message-goto-body): called-interactively-p needs a
9518         parameter, so use `any'.
9519
9520         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9521         clear marks before moving, since they're synced from the Gnus side
9522         first.
9523
9524         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9525         (gnus-summary-move-article): Copy over all marks before moving, so that
9526         IMAP doesn't think a new article has arrived.
9527
9528 2010-11-24  Julien Danjou  <julien@danjou.info>
9529
9530         * shr.el (shr-insert-background-overlay): Fix typo.
9531         (shr-render-td): Copy the background before rendering.
9532
9533         * shr-color.el (shr-color-visible): Fix docstring.
9534
9535         * shr.el (shr-tag-table): Add bgcolor support.
9536         (shr-render-td): Add bgcolor support.
9537         (shr-get-background): Add.
9538         (shr-insert-foreground-overlay): Use shr-get-background.
9539
9540         * message.el (message-goto-body): Use called-interactively-p.
9541         (message-in-body-p): message-goto-body returns point.
9542
9543 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9544
9545         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9546         Fixes something or other in Emacs 23, and is backwards compatible.
9547
9548         * message.el (message-goto-body): Remove the <#secure special-casing,
9549         which is too special.
9550
9551         * shr.el (shr-parse-style): Drop !important from styles.
9552
9553 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9554
9555         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9556         this function to return incorrect results when calling it with an
9557         explicit article argument different from
9558         (gnus-summary-article-number).
9559
9560 2010-11-24  Julien Danjou  <julien@danjou.info>
9561
9562         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9563         (shr-tag-body): Add background support.
9564         (shr-descend): Add background support.
9565         (shr-tag-title): Add.
9566
9567         * shr-color.el (shr-color-visible): Really return original background
9568         if fixed.
9569
9570 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9571
9572         * shr.el (shr-color-check): Protect against non-existent color names.
9573
9574 2010-11-24  Julien Danjou  <julien@danjou.info>
9575
9576         * color-lab.el: Require 'cl when compiling.
9577
9578         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9579
9580         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9581         matched part.
9582
9583         * color-lab.el: Fix all expt calls to use float type.
9584
9585 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9588         expression to shr-color-check as is.
9589
9590         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9591
9592         * color-lab.el: Add coding cookie.
9593         (float-pi): Use eval-and-compile.
9594
9595         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9596         compiled for Emacsen having no `libxml-parse-html-region' support.
9597
9598 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9599
9600         * shr.el (shr-insert-color-overlay): Split stuff like
9601         "#444444 !important" to find the real color.
9602         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9603         parse <font color="red"> entries.
9604
9605 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9606
9607         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9608         point when parsing headers.
9609
9610         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9611         is positioned properly when parsing headers.
9612
9613 2010-11-23  Julien Danjou  <julien@danjou.info>
9614
9615         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9616
9617         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9618
9619         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9620
9621         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9622         Use shr-color-hue-to-rgb.
9623         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9624
9625 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9626
9627         * shr.el (shr-color->hexadecimal): Autoload.
9628         (shr-descend): Add color to all tags.
9629
9630 2010-11-22  Julien Danjou  <julien@danjou.info>
9631
9632         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9633         shr-color->hexadecimal.
9634
9635         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9636         RGB() or HSL() color representation.
9637
9638         * shr.el (shr-tag-font): Add.
9639         (shr-tag-color-check): New function to get better colors.
9640         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9641         tag-span.
9642
9643         * shr-color.el: New file.
9644
9645         * color-lab.el: New file.
9646
9647         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9648
9649 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9650
9651         * nnir.el: Fix typo in comments.
9652         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9653         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9654
9655 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9656
9657         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9658
9659         * nnimap.el (nnimap-get-capabilities): Refactor out.
9660         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9661
9662 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9663
9664         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9665         appearing when `mm-uu-hide-markers' is nil.
9666
9667 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9668
9669         * nnimap.el (nnimap-unselect-group): Make into its own function.
9670         (nnimap-request-rename-group): Unselect group before renaming.
9671         This had gotten lost somewhere.
9672         (nnimap-request-accept-article): Keep track of examined groups, and
9673         unselect the group before APPENDing to read-only groups.
9674         (nnimap-request-move-article): Clear flags before moving so that they
9675         can be re-set later.
9676
9677 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9678
9679         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9680         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9681
9682 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9683
9684         * gnus-art.el (gnus-mime-display-single):
9685         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9686         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9687         parameter.
9688
9689 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9690
9691         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9692         (shr-table-vertical-line): New variable.
9693         (shr-insert-table): Use it.
9694
9695 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9696
9697         * gnus-html.el (gnus-html-wash-images): Don't display images if
9698         gnus-inhibit-images is non-nil; register displayer for cid images.
9699         (gnus-html-display-image): Work for cid image.
9700         (gnus-html-insert-image): Allow arguments.
9701         (gnus-html-put-image): Inhibit read-only.
9702         (gnus-html-prefetch-images): Don't prefetch images if
9703         gnus-inhibit-images is non-nil.
9704
9705 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9706
9707         * shr.el (shr-put-image): Break lines when inserting big pictures.
9708
9709 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9710
9711         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9712         sender, thanks Katsumi Yamaoka.
9713
9714 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9715
9716         * nnir.el (nnir-run-imap): Reverse the article list for each group
9717         rather than the whole list.
9718
9719 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9720
9721         * shr.el (shr-image-displayer): Protect function against non-existent
9722         image source.
9723
9724         * gnus-art.el (gnus-inhibit-images): New user option.
9725         (gnus-mime-display-single): Don't display image if it is non-nil.
9726
9727         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9728         gnus-inhibit-images.
9729
9730         * shr.el (shr-image-displayer): New function.
9731         (shr-tag-img): Use it.
9732
9733 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9734
9735         * mml2015.el (mml2015-epg-sign): Use From header.
9736
9737 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9738
9739         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9740
9741         * gnus-util.el (gnus-find-text-property-region): Return markers.
9742
9743         * shr.el (shr-tag-img): Put a displayer in the text property.
9744
9745         * gnus-util.el (gnus-find-text-property-region): New utility function.
9746
9747         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9748         (gnus-html-show-images): Remove.
9749
9750         * gnus-art.el (gnus-article-show-images): New, more general function.
9751
9752         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9753         image url text properties.
9754
9755         * shr.el: Ditto.
9756
9757         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9758         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9759
9760 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9761
9762         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9763         work for two or more articles.
9764
9765 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9766
9767         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9768         divide an image that's in an html article to two or more when washing
9769         non-ASCII characters in alt text of it.
9770
9771 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9772
9773         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9774         smime-decrypt-region using function argument.
9775         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9776
9777         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9778
9779         * smime.el (smime-decrypt-region): Catch it.
9780
9781 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9782
9783         * smime.el (smime-mode-map): Move initialization into declaration.
9784         (gnus-run-mode-hooks): Don't autoload.
9785         (smime-mode): Use define-derived-mode.
9786
9787 2010-11-11  Glenn Morris  <rgm@gnu.org>
9788
9789         * smime.el (from): Restrict declaration to XEmacs.
9790
9791         * nnir.el (gnus-group-topic-name): Autoload.
9792
9793 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * shr.el (shr-insert): Don't break long line if it is because of
9796         kinsoku-bol characters in the line end.
9797
9798 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9799
9800         * nnir.el (nnir-request-move-article): Fix to provide original group
9801         and subject.
9802         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9803         been retrieved.
9804
9805         * gnus-sum.el (gnus-summary-move-article): Use original group and
9806         subject for virtual articles such as those in an nnir summary buffer.
9807
9808 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9809
9810         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9811         least 21.5).
9812
9813         * smime.el (from): Declare it again for XEmacs.
9814
9815 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9816
9817         * message.el (message-resend): Don't disable encoding unless it's
9818         already encoded.
9819
9820         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9821         low-numbered articles.
9822
9823 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * rfc2047.el (rfc2047-syntax-table): Simplify.
9826
9827         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9828
9829         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9830         set-char-table-range for XEmacs.
9831
9832 2010-11-10  Glenn Morris  <rgm@gnu.org>
9833
9834         * time-date.el (time-to-seconds): Always an alias on Emacs,
9835         never a real function.
9836         (with-no-warnings): Remove compat stub, now unused.
9837         (time-less-p): Doc fix.
9838         (time-to-number-of-days): Simplify.
9839
9840         * smime.el (from): Remove unused declaration.
9841
9842         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9843         (gnus-float-time): On Emacs, always an alias.
9844
9845         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9846         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9847
9848 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9849
9850         * dgnushack.el: Don't use ignore-errors in the top level form since it
9851         is unavailable in XEmacs even if cl is loaded.
9852
9853         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9854
9855 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9856
9857         * shr.el (browse-url-mailto): Autoload.
9858
9859         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9860
9861         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9862         regexp doesn't need quoting.
9863
9864 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9865
9866         * message.el (message-subject-trailing-was-ask-regexp)
9867         (message-subject-trailing-was-regexp): Match was: in addition to was.
9868
9869 2010-11-09  Glenn Morris  <rgm@gnu.org>
9870
9871         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9872         (nnbabyl-check-mbox): Use point-at-bol.
9873
9874 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9875
9876         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9877
9878         * message.el (message-mailto): New function.
9879         (message-mailto): Should accept other parameters.
9880         (message-mailto): Remove since it duplicates browse-url-mailto
9881         functionality.
9882
9883 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9884
9885         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9886         methods.
9887         (gnus-read-active-file): Ditto.
9888
9889         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9890         ": " from the prompt.
9891         (gnus-group-make-group): Ditto.
9892
9893 2010-11-07  Glenn Morris  <rgm@gnu.org>
9894
9895         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9896         (gnus-bookmark-kill-line): Use point-at-eol.
9897
9898 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9901         asterisks in From header.
9902
9903 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9904
9905         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9906         string to avoid making the From headers syntactically invalid.
9907
9908         * message.el (message-send-mail): Don't insert courtesy messages if the
9909         message already has List-Post and List-ID messages.
9910
9911 2010-11-06  Glenn Morris  <rgm@gnu.org>
9912
9913         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9914         `condition', `type', `length' a prefix.
9915         (gnus-treat-predicate): Update for above name changes.
9916
9917 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9918
9919         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9920         binding.  Handled by `gnus-summary-refer-thread' instead.
9921         (nnir-warp-to-article): New backend function.
9922
9923         * nnimap.el (nnimap-request-thread): Force dependency updating.
9924
9925         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9926         (gnus-summary-refer-thread): Rework to improve thread-referral.
9927
9928         * gnus-int.el (gnus-warp-to-article): New function.
9929
9930         * gnus-sum.el (gnus-summary-article-map): Bind it.
9931
9932 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9933
9934         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9935         gnus-summary-refer-thread.
9936
9937         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9938         headers.
9939         (gnus-summary-limit-include-thread): Prevent articles in thread from
9940         being cut in gnus-cut-threads.
9941         (gnus-summary-refer-thread): Limit retrieved headers to those in
9942         thread.
9943
9944 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9945
9946         * message.el (message-send-mail): Use the value of
9947         message-courtesy-message from the message buffer.
9948
9949         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9950
9951         * shr.el (shr-browse-url): Implement mailto: URLs.
9952
9953         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9954         "raw".
9955
9956         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9957         if it's already selected.
9958
9959         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9960
9961 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9962
9963         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9964         to measure the length and truncate alt text.
9965
9966 2010-11-03  Glenn Morris  <rgm@gnu.org>
9967
9968         * nndiary.el (nndiary-generate-nov-databases-1)
9969         (nndiary-generate-active-info): Rename dynamic variable `files' to
9970         something less generic.
9971
9972 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9973
9974         * nnir.el (nnir-request-move-article): Call the underlying backend to
9975         move articles from nnir.
9976
9977 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9978
9979         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9980
9981 2010-11-02  Julien Danjou  <julien@danjou.info>
9982
9983         * nnir.el: Remove wais support.
9984
9985 2010-11-02  Glenn Morris  <rgm@gnu.org>
9986
9987         * gnus-html.el: Reorder requirements to quieten compiler.
9988
9989 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9990
9991         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9992         properly for XEmacs as well.
9993         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9994         (gnus-article-natural-long-line-p): Use window-width rather than
9995         frame-width.
9996
9997 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9998
9999         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
10000         (nnir-read-parms): Don't modify query.
10001         (nnir-run-query): Add ability to search topic on current line.
10002         (nnir-get-active): Clean up.
10003
10004 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10005
10006         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
10007         degenerate articles.
10008
10009         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
10010         (gnus-print-buffer): Just print the buffer as is, without any copying
10011         to a buffer and then re-highlighting.
10012
10013         * nnimap.el (nnimap-request-group): Store the new updated info.
10014         (nnimap-request-group): Select the group when we don't know whether it
10015         exists or not.
10016
10017         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
10018         groups.
10019
10020         * gnus-group.el (gnus-group-find-new-groups): Display all the new
10021         groups.
10022
10023         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
10024         groups.
10025
10026         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
10027         long-lines case by only filling the long lines.
10028
10029         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
10030         (bug#7311).
10031
10032 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10033
10034         * shr.el: No need to declare `declare-function' since shr.el is for
10035         only Emacsen that provide `libxml-parse-html-region'.
10036
10037         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
10038         effective only in a file it is referred to.
10039
10040 2010-11-01  Glenn Morris  <rgm@gnu.org>
10041
10042         * mm-util.el (gnus-completing-read): Autoload.
10043         (mm-read-coding-system): Simplify Emacs definition.
10044
10045         * nnmail.el (gnus-activate-group):
10046         * nnimap.el (gnutls-negotiate):
10047         * nntp.el (netrc-parse): Fix declarations.
10048
10049 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
10052         string-match-p in Emacs >=23.
10053
10054         * gnus-msg.el (gnus-configure-posting-styles):
10055         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
10056
10057 2010-11-01  Glenn Morris  <rgm@gnu.org>
10058
10059         * nnir.el (declare-function): Add compat stub.
10060         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
10061         (nnir-run-gmane): Require 'mm-url.
10062
10063         * mm-util.el (mm-string-to-multibyte): Simplify.
10064
10065         * shr.el (declare-function): Add compat stub.
10066         (url-cache-create-filename): Declare.
10067         (mm-disable-multibyte, widget-convert-button): Autoload.
10068
10069         * smime.el (ldap-search): Declare.
10070         (smime-cert-by-ldap-1): Require ldap on Emacs.
10071
10072         * nnimap.el: Require nnmail, and gnus-sum when compiling.
10073         (nnimap-keepalive): Use gnus-float-time.
10074
10075         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
10076         (mail-source-delete-crash-box): Use gnus-float-time.
10077
10078         * gnus-dired.el (gnus-completing-read): Autoload.
10079
10080         * mm-view.el (gnus-rescale-image): Autoload.
10081
10082         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
10083
10084         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
10085
10086         * sieve-manage.el: Require 'cl when compiling.
10087
10088         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
10089         (gnus-iswitchb-completing-read): Require iswitchb.
10090         (gnus-select-frame-set-input-focus): Silence compiler.
10091
10092 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10093
10094         * message.el (message-subject-trailing-was-query): Change default to t,
10095         since I think that's what most people want.
10096
10097         * nnimap.el (nnimap-request-accept-article): Erase buffer before
10098         appending for easier debugging.
10099         (nnimap-wait-for-connection): Take a regexp.
10100         (nnimap-request-accept-article): Wait for the continuation line before
10101         sending anything unless we're streaming.
10102
10103         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
10104         leave the header washing to take place.
10105
10106 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
10107
10108         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
10109         regular expression match and replace in posting styles.
10110
10111 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
10112
10113         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
10114         an entire server.
10115         (nnir-get-active): New function.
10116         (nnir-run-imap): Use it.
10117         (nnir-run-gmane): Who knew, gmane search returns an article score!
10118
10119         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
10120         server on the current line with nnir.
10121
10122 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10123
10124         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
10125         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
10126         left edge.
10127         (gnus-article-foldable-buffer): Skip past the prefix when determining
10128         raggedness.
10129
10130         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
10131         the raw article, and change `C-u g' to show the article without doing
10132         treatments.
10133
10134         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
10135         on to `gnus-treat-article'.
10136         (gnus-inhibit-article-treatments): New variable.
10137
10138         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
10139
10140         * gnus-art.el (gnus-treatment-function-alist): Have
10141         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
10142         (gnus-treat-fill-long-lines): Change default to fill all text/plain
10143         sections.
10144
10145         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
10146         parameter.
10147         (gnus-article-fill-cited-long-lines): New function.
10148         (gnus-article-fill-cited-article): Allow filling only long sections.
10149
10150         * shr.el (shr-find-fill-point): Don't break lines between punctuation
10151         and non-punctuation (like after the apostrophe in "'We").
10152
10153         * gnus-sum.el (gnus-summary-select-article): Make sure
10154         gnus-original-article-buffer is alive.
10155
10156         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
10157         reflect the order they're in in the digest.
10158
10159         * gnus.el (gnus-group-startup-message): Move point to the start of the
10160         buffer.
10161
10162         * nnimap.el (nnimap-capability): New function.
10163         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
10164         is set.
10165
10166 2010-10-31  David Engster  <dengste@eml.cc>
10167
10168         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
10169         conform with changes to gnus-completing-read.
10170
10171 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10172
10173         * shr.el (shr-tag-img): Output "*" instead of "[img]".
10174
10175 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10176
10177         * nnir.el: Move defvar, defcustom around to keep file organized
10178         and keep byte-compiler quiet.
10179         (nnir-read-parms): Accept search-engine as arg.
10180         (nnir-run-query): Pass search-engine as arg.
10181         (nnir-search-engine): Remove.
10182
10183 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10184
10185         * shr.el (shr-generic): The text nodes should be text, not :text.
10186
10187         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
10188         later in the file.
10189
10190 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10191
10192         * nnir.el: General clean up.  Allow searching with multiple engines.
10193         Allow separate extra-parameters for each engine.
10194         Batch queries when possible.
10195         (nnir-imap-default-search-key, nnir-method-default-engines):
10196         Add customize interface.
10197         (nnir-run-gmane): New engine.
10198         (nnir-engines): Use it.  Qualify all prompts with engine name.
10199         (nnir-search-engine): Remove global variable.
10200         (nnir-run-hyrex): Restore for now.
10201         (nnir-extra-parms, nnir-search-history): New variables.
10202         (gnus-group-make-nnir-group): Use them.
10203         (nnir-group-server): Remove in favor of gnus-group-server.
10204         (nnir-request-group): Avoid searching twice.
10205         (nnir-sort-groups-by-server): New function.
10206
10207 2010-10-30  Julien Danjou  <julien@danjou.info>
10208
10209         * gnus-group.el: Remove gnus-group-fetch-control.
10210
10211         * gnus-start.el (gnus-find-new-newsgroups):
10212         Remove gnus-check-first-time-used.
10213
10214         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
10215
10216 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10217
10218         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
10219         set on groups that don't have \* permanentflags.
10220
10221 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10222
10223         * shr.el (shr-tag-span): Drop colorization of regions since we don't
10224         control the background color.
10225         (shr-tag-img): Ignore very small web bug type images.
10226         (shr-put-image): Add help-echo alt texts to the images.
10227         (shr-tag-video): Show the video poster image.
10228
10229 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10230
10231         * shr.el (shr-table-depth): New variable.
10232         (shr-tag-table-1): Only insert the images after the top-level table.
10233
10234         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
10235
10236         * gnus-util.el (gnus-list-memq-of-list): New function.
10237
10238         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
10239         selected.
10240         (nnimap-unsplittable-articles): New slot.
10241         (nnimap-new-articles): Use it.
10242
10243 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
10244
10245         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
10246         move to the previous line on `M-g'.
10247
10248 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10249
10250         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10251         *-request-group, which seems unnecessary.
10252
10253         * nnimap.el (nnimap-quote-specials): Function copied over from
10254         imap.el.
10255         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10256         they support that.  Suggested by Tom Regner.
10257
10258 2010-10-29  Julien Danjou  <julien@danjou.info>
10259
10260         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10261         defalias.
10262         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10263
10264         * gnus.el: Remove `gnus-nntp-service' variable.
10265         (gnus-secondary-servers): Make obsolete.
10266         (gnus-nntp-server): Make obsolete.
10267
10268         * gnus-start.el (gnus-1): Remove x-splash calls.
10269
10270         * gnus-ems.el (gnus-x-splash): Remove.
10271
10272         * gnus.el (gnus-group-startup-message): Simplify/update code.
10273
10274         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10275         definition.
10276
10277         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10278         capability before doing anything.
10279         (gnus-group-insert-group-line): Remove useless
10280         gnus-group-remove-excess-properties.
10281
10282 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10283
10284         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10285
10286 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10287
10288         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10289         config after reselecting.
10290
10291 2010-10-28  Julien Danjou  <julien@danjou.info>
10292
10293         * shr.el (shr-put-image): Use point even if only inserting text.
10294         (shr-put-image): Save excursion when inserting alt text on non-graphic
10295         display, so the behavior is the same when we are on a graphic display.
10296
10297         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10298
10299 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10302         (gnus-mime-copy-part): Check coding system, not charset.
10303         (gnus-mime-view-part-externally): Never remove part.
10304         (gnus-mime-view-part-internally): Don't remove part here.
10305         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10306         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10307         multipart/alternative.
10308
10309         * mm-decode.el (mm-display-part): Take optional arg `force'.
10310
10311 2010-10-26  Julien Danjou  <julien@danjou.info>
10312
10313         * gnus-group.el (gnus-group-default-list-level): Add this function to
10314         compute the default list level.
10315         (gnus-group-default-list-level): Add possibility to use a function.
10316
10317 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10318
10319         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10320
10321         * gnus-group.el (gnus-group-completing-read)
10322         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10323         gnus-replace-in-string.
10324
10325 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * shr.el (shr-tag-div): Add.
10328
10329         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10330
10331 2010-10-25  Julien Danjou  <julien@danjou.info>
10332
10333         * gnus-util.el: Remove `gnus-with-local-quit'.
10334
10335         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10336
10337 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10338
10339         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10340         the original article buffer.
10341
10342 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10343
10344         * nnimap.el (nnimap-request-head): New function.
10345         (nnimap-request-move-article): Try to be slightly faster by not
10346         requesting the entire message when moving.
10347         (nnimap-transform-headers): Don't bug out on bodiless articles.
10348         (nnimap-send-command): Have no outstanding messages if the IMAP server
10349         doesn't support streaming.
10350         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10351
10352 2010-10-24  Julien Danjou  <julien@danjou.info>
10353
10354         * message.el (message-default-headers): Fix type.
10355
10356 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10357
10358         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10359         prefetching images.
10360
10361         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10362         backend for unknown groups.  This is mainly useful for nnimap groups.
10363
10364         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10365         group isn't covered by the agent.
10366
10367 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10368
10369         * nnir.el (nnir-method-default-engines): New variable.
10370         (nnir-run-query): Use it.
10371         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10372         (gnus-summary-nnir-goto-thread): Change group if needed.
10373
10374         * gnus-group.el (gnus-group-group-map): Add key binding for
10375         gnus-group-make-nnir-group.
10376
10377 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10378
10379         * shr.el (shr-tag-object): Add.
10380
10381         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10382         original article buffer live.
10383         (gnus-summary-select-article-buffer):
10384         Mention gnus-widen-article-buffer.
10385
10386 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10387
10388         * shr.el (shr-tag-strong): Add.
10389
10390 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10391
10392         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10393         group names.  They mess up the group buffer badly.
10394
10395         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10396
10397         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10398         instead of the summary one.
10399
10400 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * mml.el (mml-preview): Work properly when editing article.
10403
10404         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10405         gnus-have-read-active-file if it's already been in.
10406
10407 2010-10-22  Tom Tromey  <tromey@redhat.com>
10408
10409         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10410         gnus-group-completing-read.
10411
10412 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10413
10414         * message.el (message-mode-map): Don't bind M-; to comment region, to
10415         allow the global comment-dwim to work.
10416
10417 2010-10-21  Julien Danjou  <julien@danjou.info>
10418
10419         * message.el (message-setup-1): Allow message-default-headers to be a
10420         function.
10421
10422 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10423
10424         * shr.el (shr-tag-table): Simplify.
10425
10426 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10427
10428         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10429         to avoid trying to snarf invalid stuff.
10430
10431         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10432
10433         * gnus.el (gnus-message-archive-group): Quote value.
10434         (gnus-message-archive-group): Mark as changed.
10435
10436         * shr.el (shr-add-font): Don't put the font properties on the newline
10437         or the indentation.
10438
10439         * message.el (message-fix-before-sending): Change options when sending
10440         non-printable characters.
10441
10442         * gnus.el (gnus-message-archive-method): Change the default to
10443         monthly outgoing groups.
10444
10445         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10446         that have gotten new numbers.
10447
10448         * nnimap.el (nnimap-request-replace-article): New function.
10449
10450 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10451
10452         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10453         (nnrss-request-article): Don't use special html washing code.
10454
10455 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10456
10457         * shr.el (shr-tag-table): Remove useless nconc.
10458
10459 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10460
10461         * gnus-art.el (article-wash-html): Simplify and remove the charset
10462         stuff.  Use the normal html rendering code instead of the special html
10463         washing code.
10464
10465         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10466         `gnus-w3m' symbols.
10467         (mm-text-html-washer-alist): Remove.
10468
10469         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10470         (mm-inline-media-tests): Remove use.
10471         (mm-text-html-renderer): Change default to the `shr' symbol.
10472
10473         * mm-view.el (mm-inline-text-html): Remove use.
10474
10475         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10476         `gnus-blocked-images' to be a function.
10477         (gnus-article-wash-function): Remove.
10478
10479 2010-10-20  Julien Danjou  <julien@danjou.info>
10480
10481         * spam.el (spam-list-of-processors): Mark as obsolete.
10482
10483         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10484         (nnimap-insert-partial-structure): Fix boundary detection.
10485
10486 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10487
10488         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10489         run file-truename on remote files.  This can be expensive and even
10490         prevent one from editing drafts if some unrelated buffer has a stale
10491         connection.
10492
10493 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10494
10495         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10496         kinsoku-eol regardless of shr-kinsoku-shorten.
10497         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10498         (shr-tag-table): Support caption, thead, and tfoot.
10499
10500 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10501
10502         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10503         lines.
10504         (shr-save-contents): New command and keystroke.
10505
10506         * nndoc.el (nndoc-type-alist): Add git support.
10507         (nndoc-git-type-p): New function.
10508         (nndoc-transform-git-article): Ditto.
10509         (nndoc-transform-git-headers): Ditto.
10510         (nndoc-transform-git-headers): Generate Subject headers.
10511
10512         * shr.el (shr-parse-style): New function.
10513         (shr-tag-span): Ditto.
10514
10515         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10516         to `G G' to avoid collisions.
10517
10518 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * shr.el: Load kinsoku if necessary.
10521         (shr-kinsoku-shorten): New internal variable.
10522         (shr-find-fill-point): Make kinsoku shorten text line if
10523         shr-kinsoku-shorten is bound to non-nil.
10524         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10525         shr-indentation too when testing if table is wider than frame width.
10526         (shr-insert-table): Use `string-width' instead of `length' to measure
10527         text width.
10528         (shr-insert-table-ruler): Make sure indentation is done at bol.
10529
10530 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10531
10532         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10533         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10534         undecoded network data.
10535
10536 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10537
10538         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10539         name in the mode line spec so that the mode line menu works
10540         (bug#2431).
10541
10542         * message.el (message-get-reply-headers): If we're fed `to-address',
10543         then always use that.
10544
10545         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10546         aren't so wide as to need to switch off the edit menu.
10547
10548         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10549         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10550
10551         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10552         `M-g'.
10553         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10554         the permanent marks.
10555
10556 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10557
10558         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10559         Splitting according to references/in-reply-to obeys the ignore-groups
10560         variable, while splitting by sender and subject do not.
10561
10562 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10563
10564         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10565         alist, so that we can look for non-Unicode chars.
10566         (article-translate-strings): Allow both character and string maps.
10567
10568 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10569
10570         * shr.el (shr-insert): Don't insert space behind a wide character
10571         categorized as kinsoku-bol, or between characters both categorized as
10572         nospace.
10573
10574 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10575
10576         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10577         headers to gnus-newsgroup-headers.
10578
10579 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10580
10581         * shr.el (shr-tag-img): Don't align images -- since we're not
10582         rescaling, this often leads to ugly displays.
10583
10584 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10585
10586         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10587         duplicates.
10588
10589 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10590
10591         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10592         call.
10593
10594 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10595
10596         * gnus.el: Autoload gnus-html-show-images.
10597
10598         * nnimap.el: Use nnheader-message throughout.
10599
10600         * shr.el (shr-tag-img): Ignore images with no data.
10601
10602 2010-10-15  Julien Danjou  <julien@danjou.info>
10603
10604         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10605         a possibility to disable format=flow encoding when using hard newlines.
10606
10607 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10608
10609         * shr.el (shr-insert): Remove space inserted before or after a
10610         breakable character or at the beginning or the end of a line.
10611         (shr-find-fill-point): Do kinsoku; find the second best point or give
10612         it up if there's no breakable point.
10613
10614 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10615
10616         * nnimap.el (nnimap-open-connection): Message when opening connection
10617         for debugging purposes.
10618
10619         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10620         on every setup buffer call to allow this to change from article to
10621         article.
10622
10623         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10624         buffers where we have a wide table.
10625
10626 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10627
10628         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10629         uses *-request-thread.
10630
10631 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10632
10633         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10634         incantation, which is no longer valid.
10635
10636 2010-10-14  Julien Danjou  <julien@danjou.info>
10637
10638         * shr.el: Fix defcustom type (char -> character).
10639
10640 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10641
10642         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10643         programs.
10644
10645 2010-10-14  Julien Danjou  <julien@danjou.info>
10646
10647         * shr.el (shr-tag-a): Use url-link as widget type.
10648
10649         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10650         `gnus-group-get-icon'.
10651
10652 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10653
10654         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10655         This should make server editing work better.
10656
10657         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10658
10659         * tls.el (tls-program): Remove spurious %s from openssl.
10660
10661         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10662         (nnimap-parse-flags): Fix regexp.
10663
10664         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10665         probably work for CJVK text, too.
10666
10667         * nnimap.el (nnimap-extend-tls-programs): Remove.
10668         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10669
10670         * tls.el (tls-starttls-switches): Remove starttls hack.
10671         (open-tls-stream): Ditto.
10672         (tls-find-starttls-argument): Ditto.
10673
10674 2010-10-13  Julien Danjou  <julien@danjou.info>
10675
10676         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10677         responses.
10678
10679 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10680
10681         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10682
10683         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10684         anything in Emacs.
10685
10686         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10687
10688 2010-10-13  Julien Danjou  <julien@danjou.info>
10689
10690         * shr.el (shr-width): Make shr-width a defcustom with default to
10691         fill-column.
10692         (shr-tag-img): Use shr-width rather than fill-column.
10693
10694 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10695
10696         * dgnushack.el (byte-optimize-apply):
10697         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10698
10699         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10700         position when (X-)Faces exist.
10701         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10702         avatars when called interactively.
10703
10704 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10707         gnus-article-x-face-too-ugly is bound.
10708
10709 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10710
10711         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10712
10713         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10714         mailbox that doesn't exist.
10715
10716 2010-10-12  Julien Danjou  <julien@danjou.info>
10717
10718         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10719         (shr-get-image-data): Encode URL properly when fetching from cache.
10720         (shr-tag-img): Use aligned-to spaces to align correctly images.
10721
10722         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10723         before inserting the Gravatar.
10724
10725         * shr.el (shr-tag-img): Add align attribute support for <img>.
10726
10727 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10728
10729         * gnus-gravatar.el (gnus-art): Require.
10730
10731         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10732         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10733         Remove long obsoleted functions.
10734
10735 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10736
10737         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10738
10739         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10740
10741         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10742         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10743         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10744         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10745         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10746         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10747         * sieve-manage.el, smime.el, spam.el:
10748         Fix comment for declare-function.
10749
10750 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10751
10752         * nnimap.el (nnimap-request-rename-group): Select group read-only
10753         before renaming it.
10754
10755         * shr.el (shr-insert): Fix up the white space only regexp.
10756
10757         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10758         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10759
10760         * shr.el (shr-current-column): New function.
10761         (shr-find-fill-point): New function.
10762
10763 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10764
10765         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10766         numbers.
10767
10768 2010-10-11  Julien Danjou  <julien@danjou.info>
10769
10770         * shr.el (shr-hr-line): Add.
10771         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10772         display hr lines.
10773         (shr-max-columns): Do not change state to nil if we just inserting
10774         spaces.
10775
10776 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10777
10778         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10779         select the last group.
10780
10781 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10782
10783         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10784
10785 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10786
10787         * dig.el (dig-mode-map): Declare and define in one step.
10788
10789 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10790
10791         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10792         for Gnus.
10793         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10794         (nnimap-update-qresync-info): Mark \Seen articles as read.
10795
10796         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10797         non-variable, too.
10798
10799         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10800         available.
10801         (nnimap-update-info): Rely more on the current active than the param
10802         active to avoid marking articles as read too much.
10803
10804         * auth-source.el (auth-source-create): Use (user-login-name) for the
10805         user name default.
10806
10807         * nnimap.el (nnimap-update-info): If the server doesn't return any
10808         useful info, just use the previous info.
10809         (nnimap-update-info): Prefer old info over start-article.
10810         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10811
10812 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10813
10814         * nnir.el (autoload): Clean up autoloads.
10815         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10816         Use key rather than value.
10817         (nnir-imap-search-other): New variable.
10818         (nnir-read-parm): Use it.
10819         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10820         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10821
10822 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10823
10824         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10825         the process, too.
10826
10827 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10828
10829         * spam.el (gnus-summary-mode-map): Bind to "$".
10830         Suggested by Russ Allbery.
10831
10832         * shr.el: Rework the way things are indented by <li> slightly.
10833
10834         * gnus.el (gnus-group-set-parameter): Fix typo.
10835
10836         * nnimap.el: Start implementing QRESYNC support.
10837
10838 2010-10-09  Julien Danjou  <julien@danjou.info>
10839
10840         * nnir.el (nnir-engines): Fix too many arguments.
10841
10842 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10843
10844         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10845         group is the "last", so that the backends like nnfolder actually save
10846         their folders.
10847
10848         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10849         try to use that for the tls stream.
10850         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10851         UIDVALIDITY and find out which groups are read-only and not.
10852         (nnimap-get-flags): Use the same marks parsing code as the rest of
10853         nnimap.
10854
10855 2010-10-09  Julien Danjou  <julien@danjou.info>
10856
10857         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10858
10859         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10860         retrieving gravatars.
10861
10862         * shr.el (shr-table-corner): Add.
10863         (shr-table-line): Add.
10864         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10865
10866 2010-10-08  Julien Danjou  <julien@danjou.info>
10867
10868         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10869
10870 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10871
10872         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10873
10874         * gnus-sum.el (gnus-mark-article-as-unread)
10875         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10876         (gnus-summary-set-bookmark): Use it.
10877
10878         * gnus-msg.el (gnus-setup-message): Use it.
10879
10880         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10881
10882         * gnus.el (gnus-group-remove-parameter): Use it.
10883
10884         * gnus-group.el (gnus-group-make-web-group): Use it.
10885
10886         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10887
10888         * nnregistry.el: Update docs to mention manual.
10889
10890         * gnus-registry.el: Update docs to mention nnregistry.el.
10891         (gnus-registry-initialize): Don't install nnregistry refer method
10892         automatically.
10893         (gnus-registry-install-nnregistry): Remove it.
10894
10895 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10896
10897         * shr.el (shr-insert): Don't insert double spaces.
10898
10899 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * gnus-gravatar.el (gnus-treat-from-gravatar)
10902         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10903         called interactively.
10904
10905         * gnus-art.el (gnus-mime-view-part-externally)
10906         (gnus-mime-view-part-internally): Make predicate function passed to
10907         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10908         of a mime type.
10909
10910         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10911
10912 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10913
10914         * shr.el (require): Require cl when compiling.
10915         (shr-tag-hr): New function.
10916
10917         * nnimap.el (nnimap-update-info): Remove double setting of high.
10918         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10919         This makes nnimap work properly on Courier again.
10920
10921         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10922         the variable for backwards compatibility.
10923
10924         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10925         the file name before using to avoid setting mm-default-directory to
10926         nil.
10927
10928         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10929         bidning gnus-agent variables.
10930
10931         * shr.el (shr-render-td): Use a cache for the table rendering function
10932         to avoid getting an exponential rendering behavior in nested tables.
10933         (shr-insert): Rework the line-breaking algorithm.
10934         (shr-insert): Don't leave trailing spaces.
10935         (shr-insert-table): Also insert empty TDs.
10936         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10937
10938 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10939
10940         * gnus-sum.el (gnus-number): Rename from `number'.
10941         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10942         (gnus-summary-limit-children): Update uses correspondingly.
10943
10944 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10945
10946         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10947         (gnus-gravatar-transform-address): Don't show avatars of people of
10948         which mail addresses match gnus-gravatar-too-ugly.
10949
10950 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10951
10952         * shr.el (shr-table-widths): Expand TD elements to fill available
10953         space.
10954
10955 2010-10-07  Julien Danjou  <julien@danjou.info>
10956
10957         * nnimap.el (nnimap-request-rename-group): Add this method.
10958
10959 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10960
10961         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10962         name from XEmacs' function-arglist.
10963
10964         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10965         gravatar under XEmacs.
10966
10967 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10968
10969         * auth-source.el: Update docs with TODO items.
10970
10971         * gnus-sync.el: Update docs to explain state and plans.
10972
10973         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10974         Hooks for mark updates.
10975         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10976
10977         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10978         hooks with arguments, which is needed for mark update hooks.
10979
10980 2010-10-06  Julien Danjou  <julien@danjou.info>
10981
10982         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10983         was matched.
10984
10985         * sieve-manage.el: Update example in `Commentary'.
10986
10987         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10988
10989         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10990         not 2000.
10991         (sieve-manage-authenticate): Re-add function.
10992
10993 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10994
10995         * shr.el (shr-insert): Get 'space transition right.
10996         (shr-render-td): Only delete space at the end of the TD.
10997
10998         * nnimap.el (nnimap-open-connection): Prepare to support
10999         open-gnutls-stream.
11000
11001         * shr.el: Rearrange function order to be more logical.
11002
11003 2010-10-06  Julien Danjou  <julien@danjou.info>
11004
11005         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
11006         (nnrss-discover-feed): Remove 404 URL in docstring.
11007
11008         * nnir.el: Fix Swish-E URL.
11009         Fix Namazu URL.
11010
11011         * message.el (message-change-subject): Remove 404 URL in a comment.
11012
11013 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
11016         called interactively.
11017
11018         * gnus-util.el (gnus-remove-if): Allow hash table.
11019         (gnus-remove-if-not): New function.
11020
11021         * gnus-art.el (gnus-mime-view-part-as-type):
11022         * gnus-score.el (gnus-summary-score-effect):
11023         * gnus-sum.el (gnus-read-move-group-name):
11024         Replace remove-if-not with gnus-remove-if-not.
11025
11026         * gnus-group.el (gnus-group-completing-read):
11027         Regard collection as a hash table if it is not a list.
11028
11029 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11030
11031         * shr.el (shr-render-td): Allow blank/missing <TD>s.
11032
11033         * shr.el: Document the table-rendering algorithm.
11034
11035 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11036
11037         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
11038         for Emacsen having no `libxml-parse-html-region' support.
11039
11040 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11041
11042         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
11043         invalid URLs.
11044
11045         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
11046         line-broken.
11047         (shr-tag-img): Ignore image fetching errors.
11048         (shr-overlays-in-region): Compute overlay positions correctly.
11049
11050         * mm-decode.el (mm-shr): Require shr.
11051
11052         * gnus-art.el (gnus-blocked-images): Move variable here.
11053
11054         * shr.el (shr-insert-table): Bind free variable.
11055
11056         * mm-decode.el (mm-shr): Bind shr-content-function.
11057
11058         * shr.el (shr-content-function): New variable.
11059
11060         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
11061         added for symmetry.
11062
11063         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
11064
11065         * gnus-group.el (gnus-group-make-group): Doc fix.
11066
11067         * nnimap.el (nnimap-request-newgroups): Return success.
11068
11069         * shr.el (shr-find-elements): New function.
11070         (shr-tag-table): Put all the images after the table.
11071         (shr-tag-table): Really inhibit images inside the table.
11072         (shr-collect-overlays): Copy over overlays from the TD elements to the
11073         main document.
11074
11075         * mm-decode.el (mm-shr): Bind shr-blocked-images to
11076         gnus-blocked-images.
11077
11078 2010-10-05  Julien Danjou  <julien@danjou.info>
11079
11080         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
11081
11082         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
11083         (gnus-html-maximum-image-size): Add this function.
11084         (gnus-html-put-image): Use gnus-html-maximum-image-size.
11085
11086         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
11087         server-value of the capability is nil.
11088
11089 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11090
11091         * shr.el (shr-tag-em): Add <EM> tag.
11092
11093 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
11094
11095         * sieve-manage.el (sieve-manage-default-stream): Make default stream
11096         customizable.
11097
11098         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
11099         handing broken links to browse-url.
11100
11101 2010-10-05  Julien Danjou  <julien@danjou.info>
11102
11103         * gnus-util.el (gnus-emacs-completing-read)
11104         (gnus-iswitchb-completing-read): Use autoload rather than require.
11105
11106 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11107
11108         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
11109         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
11110         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
11111         iswitchb-temp-buflist for XEmacs.
11112
11113         * gnus-util.el (gnus-completing-read-function): Exclude
11114         gnus-icompleting-read and gnus-ido-completing-read from candidates for
11115         XEmacs since iswitchb.el is very old and ido.el is unavailable in
11116         XEmacs.
11117
11118         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
11119         not to use `delete-dups' that is unavailable in XEmacs 21.4.
11120
11121         * gnus-html.el: Don't require help-fns under XEmacs.
11122         (gnus-html-schedule-image-fetching): Work for XEmacs.
11123
11124         * mm-decode.el (mm-shr): Decode contents by charset.
11125
11126 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11127
11128         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
11129         unknown.
11130
11131         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
11132         (shr-get-image-data): Ensure against the cache file missing.
11133
11134         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
11135         for data.
11136
11137         * spam-report.el (spam-report-url-ping-plain): Don't query about
11138         killing the process.
11139
11140         * shr.el (shr-render-td): Protect against too-wide text.
11141
11142 2010-10-04  Julien Danjou  <julien@danjou.info>
11143
11144         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
11145         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
11146
11147         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
11148         retrieved.
11149
11150 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11151
11152         * shr.el (browse-url): Require.
11153         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
11154         lines.
11155         (shr-show-alt-text, shr-browse-image): New commands.
11156         (shr-browse-url, shr-copy-url): New commands.
11157
11158         * gnus-sum.el (gnus-widen-article-window): New variable.
11159         (gnus-summary-select-article-buffer): Use it.
11160
11161         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
11162         without @ signs.
11163
11164 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11165
11166         * nnir.el (nnir-run-imap): Remove spurious space in search string.
11167
11168 2010-10-04  Julien Danjou  <julien@danjou.info>
11169
11170         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
11171         for XEmacs.
11172
11173 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11174
11175         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
11176
11177         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
11178         (nnimap-close-server): Implement.
11179
11180         * dgnushack.el (iswitchb): Require to shut up the compiler.
11181
11182         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
11183         (shr-insert): Tweak line breaking.
11184         (shr-insert): Handle <pre> better.
11185         (shr-tag-li): Get <li> indentation right.
11186         (shr-tag-li): Get <li> indentation even righter.
11187         (shr-tag-blockquote): Ensure paragraph start.
11188         (shr-make-table): Tweak table generation.
11189         (shr-make-table): Fix typo.
11190
11191         * shr.el: Implement table rendering.
11192
11193 2010-10-04  Julien Danjou  <julien@danjou.info>
11194
11195         * gnus-html.el (gnus-html-put-image): Fix resize image code.
11196
11197 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11198
11199         * shr.el (shr-insert): Use string anchors instead of line anchors.
11200
11201 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11202
11203         * shr.el: Add headings.
11204         (shr-ensure-paragraph): Actually work.
11205         (shr-tag-li): Make <ul> prettier.
11206         (shr-insert): Get white space at the beginning/end of elements right.
11207         (shr-tag-p): Collapse subsequent <p>s.
11208         (shr-ensure-paragraph): Don't insert double line feeds after blank
11209         lines.
11210         (shr-insert): \t is also space.
11211         (shr-tag-s): Fix "s" tag name function.
11212         (shr-tag-s): Fix face prop name.
11213
11214 2010-10-03  Julien Danjou  <julien@danjou.info>
11215
11216         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
11217
11218         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
11219         gnus-window-inside-pixel-edges.
11220
11221         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
11222         gnus-ems.
11223
11224         * mm-view.el (mm-inline-image-emacs): Support image resizing.
11225
11226         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
11227         function.
11228
11229         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
11230         resize choice.
11231
11232 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11233
11234         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
11235         beginning of the buffer.
11236
11237         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
11238         article buffer again.
11239
11240         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
11241
11242         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
11243         when it's at the start of the buffer.
11244
11245         * shr.el (shr-tag-blockquote): Convert name.
11246         (shr-rescale-image): Use the right image-size variant.
11247
11248         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11249         buffer isn't shown, then select the current article first instead of
11250         bugging out.
11251         (gnus-summary-select-article-buffer): Show both the article and summary
11252         buffers again.
11253
11254         * shr.el (shr-fontize-cont): Protect against regions with no text.
11255         Rename tag functions to shr-tag-* for enhanced security.
11256         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11257
11258 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11259
11260         * shr.el (shr-insert):
11261         * pop3.el (pop3-movemail):
11262         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11263         loaded.
11264
11265 2010-10-03  Glenn Morris  <rgm@gnu.org>
11266
11267         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11268
11269         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11270
11271         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11272
11273         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11274
11275         * gnus-util.el (gnus-make-local-hook): Simplify.
11276
11277 2010-10-02  Julien Danjou  <julien@danjou.info>
11278
11279         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11280         (gnus-ido-completing-read): New function.
11281         (gnus-emacs-completing-read): New function.
11282         (gnus-completing-read): Use gnus-completing-read-function.
11283         Add gnus-completing-read-function.
11284
11285 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11286
11287         * shr.el (shr-insert-document): Autoload.
11288         (shr-img): Be silent.
11289         (shr-insert): Add a newline after every picture before text.
11290         (shr-add-font): Use overlays for combining faces.
11291         (shr-insert): Pass upwards the text start point.
11292
11293         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11294         possible.
11295         (mm-shr): New function.
11296
11297 2010-10-02  Julien Danjou  <julien@danjou.info>
11298
11299         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11300         should go backward.
11301
11302 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11303
11304         * shr.el (shr): Fix typo in provide call.
11305
11306 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11307
11308         * shr.el: New file.
11309
11310         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11311
11312         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11313         completing read.
11314
11315 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11316
11317         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11318         we're being queried about.  Suggested by Dan Jacobson.
11319
11320         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11321         Suggested by Jason Eisner.
11322
11323         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11324         table, too.  Suggested by Stefan Wiens.
11325         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11326         the table unnecessary.  Suggested by Stefan Wiens.
11327
11328         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11329         longer needed, and probably doesn't work either, as pointed out by
11330         Stefan Wiens.
11331         (gnus-summary-exit): Remove call to the clearing function.
11332         (gnus-summary-exit-no-update): Ditto.
11333
11334         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11335         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11336         Reported by Stefan Monnier.
11337         (gnus-summary-save-in-rmail): Ditto.
11338
11339         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11340         article buffer, instead of both the article buffer and the summary
11341         buffer.  Sort of suggested by Dan Jacobson.
11342
11343         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11344
11345         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11346         Suggested by Dan Jacobson.
11347
11348         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11349         documentation clearer.
11350
11351         * message.el (message-shorten-references): Comment on the number "21".
11352         Suggested by Stefan Monnier.
11353
11354         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11355         Suggested by Dan Jacobson.
11356
11357         * gnus.el (gnus-large-newsgroup):
11358         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11359
11360         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11361         externalize attachments.  Bug reported by Steve Wen.
11362
11363         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11364         really message anything to the user.
11365
11366         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11367         directly.
11368
11369         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11370         messages in empty groups.
11371
11372 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11373
11374         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11375         non-UIDNEXT group.
11376
11377 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11378
11379         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11380         not the value from the collection.
11381
11382         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11383         values.  This sometimes happens on some groups that have no info.
11384         (nnimap-request-newgroups): New function.
11385
11386 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11387
11388         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11389         check into `gnus-registry-initialize'.
11390         (gnus-registry-initialize): Ditto.
11391         Fix and extend header docs.
11392
11393 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11394
11395         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11396         regexp backtrace overflows.
11397
11398         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11399         for starttls that tls.el implements; i.e. openssl.
11400
11401         * tls.el (tls-starttls-switches): Give up on using starttls with
11402         gnutls-cli.
11403         (tls-program): Add --insecure to be consistent with the defaults from
11404         openssl s_client.  Now all three commands are insecure.
11405
11406 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11407
11408         * lpath.el: Bind completion-styles-alist for XEmacs.
11409
11410         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11411         (gravatar-create-image): New function that's an alias to
11412         gnus-xmas-create-image, gnus-create-image, or create-image.
11413         (gravatar-data->image): Use it.
11414
11415 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11416
11417         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11418         install the nnregistry refer method.
11419         (gnus-registry-install-hooks): Use it.
11420         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11421         unfollowed groups.
11422
11423 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11424
11425         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11426         expanding threads.
11427
11428 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11429
11430         * nnir.el: Use the server names without suffixes (bug#7009).
11431
11432         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11433         unencrypted to STARTTLS, if possible.
11434
11435 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11436
11437         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11438         headers before superseding.
11439
11440 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11441
11442         * nnrss.el (nnrss-use-local): Add documentation.
11443
11444         * nnimap.el (nnimap-extend-tls-programs): New function.
11445         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11446         (nnimap-wait-for-connection): Accept the greeting from the stupid
11447         output from openssl s_client -starttls, too.
11448
11449         * tls.el (tls-starttls-switches): New variable.
11450         (tls-find-starttls-argument): Use it.
11451         (open-tls-stream): Ditto.
11452
11453         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11454         (netrc-machine): Ditto.
11455
11456         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11457         article number.
11458         (nnimap-split-fancy): New variable.
11459         (nnimap-split-incoming-mail): Use it.
11460
11461         * nntp.el (nntp-server-list-active-group): Document.
11462
11463         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11464         SELECT to get the message-id.
11465
11466         * mail-source.el (mail-sources): Remove webmail support.
11467         (defvar): Ditto.
11468         (mail-source-fetcher-alist): Ditto.
11469         (mail-source-fetch-webmail): Remove.
11470
11471         * webmail.el: Remove -- doesn't seem relevant any more.
11472
11473         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11474
11475         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11476         the \r.
11477
11478 2010-09-30  Julien Danjou  <julien@danjou.info>
11479
11480         * gnus-agent.el (gnus-agent-add-group): Fix call to
11481         gnus-completing-read.
11482
11483 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11484
11485         * nndoc.el (nndoc-retrieve-groups): New function.
11486
11487         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11488         `default', use nnmail-split-methods.
11489         (nnimap-request-article): Downcase the NILs so that they are nil.
11490
11491         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11492         symbol.
11493
11494         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11495         code, since if the user has requested network, that's what they ought
11496         to get.
11497         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11498         (nnimap-split-rule): Mark as obsolete.
11499
11500         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11501         New variable.
11502
11503         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11504         correct slot, too.
11505
11506 2010-09-29  Julien Danjou  <julien@danjou.info>
11507
11508         * gnus.el (gnus-local-domain): Declare variable obsolete.
11509
11510         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11511         Fix history computing.
11512         (gnus-ido-completing-read): Require ido.
11513
11514 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11515
11516         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11517         build Gnus.
11518
11519         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11520         when interpreting the structures.
11521         (nnimap-request-accept-article): Add \r\n to the lines to make this
11522         work with Cyrus.
11523
11524         * nndraft.el (nndraft-request-expire-articles): Use the group name
11525         instead if "nndraft".  Fix found by Nils Ackermann.
11526
11527 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11528
11529         * nnregistry.el: Add.
11530
11531 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11532
11533         * nnmail.el (group, group-art-list, group-art):
11534         Remove unneeded directives.
11535
11536 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11537
11538         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11539         (mm-mime-charset):
11540         * rfc2047.el (rfc2047-syntax-table):
11541         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11542
11543         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11544         rather than `insert-file-contents' and `eval-region'.
11545
11546         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11547         construction.
11548
11549         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11550
11551         * time-date.el: No need to require cl for Emacs 21.
11552
11553 2010-09-29  Julien Danjou  <julien@danjou.info>
11554
11555         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11556         replacement of `gnus-gravatar-relief' to mimic
11557         `gnus-faces-properties-alist'.
11558         Add :version property.
11559
11560 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11561
11562         * mail-source.el (mail-source-report-new-mail):
11563         * message.el (message-default-mail-headers):
11564         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11565
11566         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11567
11568 2010-09-28  Julien Danjou  <julien@danjou.info>
11569
11570         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11571         mail-address contains the same string as real-name.
11572
11573         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11574         non-blank in header, otherwise it'll get stripped.
11575
11576         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11577         real-name, and then for mail address rather than doing : or , search.
11578
11579 2010-09-27  Julien Danjou  <julien@danjou.info>
11580
11581         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11582         right completing-read function.
11583         (gnus-use-ido): New variable
11584         (gnus-completing-read-with-default): Remove.
11585         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11586         (gnus-agent-add-group):
11587         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11588         * mm-view.el (mm-view-pkcs7-decrypt):
11589         * mm-util.el (mm-codepage-setup):
11590         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11591         * mml-smime.el (mml-smime-openssl-sign-query):
11592         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11593         (mml-insert-multipart):
11594         * gnus-msg.el (gnus-summary-yank-message):
11595         * gnus-int.el (gnus-start-news-server):
11596         * mm-decode.el (mm-interactively-view-part):
11597         * gnus-dired.el (gnus-dired-attach):
11598         * gnus.el (gnus-read-method):
11599         * gnus-bookmark.el (gnus-bookmark-jump):
11600         * gnus-art.el (gnus-mime-view-part-as-type)
11601         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11602         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11603         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11604         * nnmairix.el (nnmairix-create-server-and-default-group)
11605         (nnmairix-update-groups, nnmairix-get-server)
11606         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11607         (nnmairix-get-group-from-file-path):
11608         * nnrss.el (nnrss-find-rss-via-syndic8):
11609         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11610         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11611         (gnus-group-browse-foreign-server):
11612         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11613         (gnus-summary-execute-command, gnus-summary-respool-article)
11614         (gnus-read-move-group-name):
11615         * gnus-score.el (gnus-summary-increase-score)
11616         (gnus-summary-score-effect):
11617         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11618
11619 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11622         x-focus-frame.
11623
11624         * nnimap.el (auth-source-forget-user-or-password)
11625         (auth-source-user-or-password): Autoload.
11626
11627         * message.el (message-from-style, message-interactive)
11628         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11629         (message-yank-prefix, message-indentation-spaces, message-signature)
11630         (message-signature-file): Add comment.
11631
11632 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11633
11634         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11635         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11636         new articles.
11637
11638         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11639         parts.
11640         (nnimap-request-article): Work with the t setting, too.
11641
11642         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11643         that you don't get flashes of other buffers.
11644         (gnus-summary-show-complete-article): Intern before setting.
11645
11646 2010-09-27  David Engster  <dengste@eml.cc>
11647
11648         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11649         well as HEADERS.
11650         (nnmairix-retrieve-headers): Provide new argument for the above.
11651
11652 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11653
11654         * gnus-sum.el (gnus-summary-move-article): Don't alter
11655         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11656         group.
11657
11658         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11659
11660         * message.el (message-cite-prefix-regexp): Revert my last edit.
11661
11662         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11663         variable instead of the Gnus variable.
11664
11665         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11666
11667         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11668
11669         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11670         since some servers don't like it.
11671         (nnimap-open-connection): Forget credentials if the server says the
11672         password was wrong.
11673         (nnimap-parse-line): Protect against invalid data.
11674
11675         * gnus-sum.el (gnus-summary-move-article): Add comment.
11676         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11677         nothing alters it while scanning for new messages.
11678
11679         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11680         which may or may not help.
11681         (nnimap-open-connection): If we're doing a stream connection, and then
11682         discover we're on a STARTTLS-capable server, then open a STARTTLS
11683         connection instead.
11684
11685 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11686
11687         * nnimap.el (utf7): Require.
11688
11689         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11690         prefix.
11691
11692 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11693
11694         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11695
11696 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11697
11698         * nnimap.el (nnimap-request-accept-article): Message the error on
11699         error.
11700
11701 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11702
11703         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11704
11705 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11706
11707         * nndoc.el (nndoc-request-list): Return success always.
11708
11709         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11710         `fetch-old' -- we only want to fetch the articles we've requested.
11711         The rest are in the agent, probably.
11712         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11713         disappeared server" to something low.  It's not important.
11714
11715         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11716         arrived before the FETCH data.
11717
11718         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11719         target here, because we don't know the Gnus name of the group.
11720
11721         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11722         for the correct group.
11723
11724         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11725
11726         * gnus.el (gnus): Give a final warning after startup.
11727
11728         * gnus-util.el (gnus-action-message-log): New variable.
11729         (gnus-message): Use it.
11730         (gnus-final-warning): New function.
11731
11732         * nnimap.el (nnimap-open-connection): Record the greeting.
11733         (nnimap): Add greeting.
11734
11735 2010-09-26  Julien Danjou  <julien@danjou.info>
11736
11737         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11738         arguments.
11739         (gnus-html-wash-images): Fix spec computing to include start/end.
11740
11741         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11742
11743 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11744
11745         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11746         deletion.
11747         (nnimap-retrieve-headers): Don't select the group, because that's
11748         already done by nnimap-possibly-change-group.
11749
11750         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11751         (gnus-picon-transform-address): Use it.
11752
11753         * mail-source.el (mail-source-value): Revert previous patch.
11754
11755         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11756         on failure.
11757         (nnimap-open-connection): Look up both virtual and physical server name
11758         credentials.
11759
11760         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11761
11762 2009-02-07  Dave Love  <fx@gnu.org>
11763
11764         * tls.el (open-tls-stream): Don't query killing process.
11765
11766 2009-02-08  Dave Love  <fx@gnu.org>
11767
11768         * gnus-win.el (gnus-window-to-buffer-helper)
11769         (gnus-all-windows-visible-p): Function needn't be a symbol.
11770
11771         * mail-source.el (mail-source-value): Function needn't be a symbol.
11772
11773 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11774
11775         * message.el (message-cite-prefix-regexp): Remove } from the cite
11776         prefix.
11777
11778         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11779         highlight again, so that the highlight is correct.
11780
11781         * gnus-picon.el (gnus-picon): Remove again.
11782         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11783
11784         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11785         doing the header highlightling, so that the background color of the
11786         picon is correct.
11787
11788         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11789         (gnus-picon): Ditto.
11790         (gnus-picon): Reinstate.  The background color for picons is white.
11791         (gnus-picon-insert-glyph): Make the background white.
11792
11793         * nnml.el (nnml-open-nov): Don't return dead buffers.
11794
11795         * auth-source.el (auth-source-create): Query the user for whether to
11796         store the credentials.
11797
11798         * netrc.el (netrc-store-data): New function.
11799
11800         * auth-source.el (auth-source-user-or-password): Use the existing auth
11801         sources, if any, for creation.
11802
11803         * gnus.el (gnus-group-fast-parameter): Return the last matching
11804         parameter instead of the first matching parameter.
11805
11806 2010-09-26  Julien Danjou  <julien@danjou.info>
11807
11808         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11809
11810 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11811
11812         * mml2015.el (mml2015-use): Remove gpg support.
11813
11814         * mml1991.el (mml1991-function-alist): Remove gpg function.
11815         (mml1991-gpg-sign): Remove.
11816
11817 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11818
11819         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11820         (gnus-browse-unsubscribe-current-group): Document it.
11821         (gnus-browse-unsubscribe-group): Use it.
11822
11823 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11824
11825         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11826         address to the To list for easier response.
11827
11828         * gnus.el (gnus-play-startup-jingle): Remove.
11829         (gnus-splash): Don't play jingle.
11830         (gnus): Silence gnus-load message.
11831
11832         * gnus-art.el (gnus-treat-play-sounds): Remove.
11833
11834         * gnus.el (gnus-play-jingle): Remove audio support.
11835
11836         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11837
11838         * earcon.el: Remove -- no users.
11839
11840         * gnus-audio.el: Remove -- no users of this package.
11841
11842         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11843
11844         * gnus-start.el (gnus-setup-news): Remove nocem support.
11845
11846         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11847
11848         * gnus.el (gnus-use-nocem): Remove.
11849
11850         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11851         Remove.
11852
11853         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11854         uses NoCeM any more.
11855
11856         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11857         (gnus-button-ctan-handler): Ditto.
11858         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11859         (gnus-button-ctan-directory-regexp): Ditto.
11860         (gnus-button-handle-ctan): Ditto.
11861         (gnus-button-tex-level): Ditto.
11862         (gnus-button-alist): Remove CTAN stuff.
11863
11864 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11865
11866         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11867         nnimap-streaming test.
11868
11869         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11870         servers twice.
11871
11872         * nnimap.el (nnimap-open-connection): Add more error reporting when
11873         nnimap fails early.
11874
11875         * nnheader.el (nnheader-get-report-string): New function.
11876         (nnheader-get-report): Use it.
11877
11878         * gnus-int.el (gnus-check-server): Say what the error was when opening
11879         failed.
11880
11881         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11882         using streaming.
11883
11884 2010-09-25  Julien Danjou  <julien@danjou.info>
11885
11886         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11887         gnus-window-inside-pixel-edges.
11888
11889 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11890
11891         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11892
11893         * mm-decode.el (mm-save-part): Allow saving to other directories the
11894         normal Emacs way.
11895
11896         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11897         Suggested by Jay Berkenbilt.
11898
11899         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11900         there isn't a single byte.
11901
11902         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11903         just do it.  It doesn't really seem to matter what the user responds
11904         here, I think, so it's just a confusing question.
11905
11906         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11907         non-streaming case.
11908
11909         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11910         (gnus-article-encrypt-body): Use it.
11911
11912         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11913         keystroke.
11914
11915         * nnimap.el (nnimap-find-wanted-parts-1):
11916         Use gnus-fetch-partial-articles.
11917
11918         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11919
11920         * nnimap.el (nnimap-insert-partial-structure): New function.
11921         (nnimap-get-partial-article): New function.
11922         (nnimap-request-article): Use it.
11923         (nnimap-wait-for-response): Return whether the wait was successful.
11924         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11925         retrieval wasn't successful.
11926         (nnimap-retrieve-group-data-early): Allow throttling servers.
11927         (nnimap-streaming): New variable.
11928         (nnimap-fetch-partial-articles): Remove.
11929
11930         * mm-decode.el (mm-with-part): Protect against killed buffers.
11931
11932         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11933         for prettier summary display.
11934
11935 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11936
11937         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11938
11939 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11940
11941         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11942         apparently third-party libraries depend on it.
11943
11944         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11945         before starting negotiation.
11946
11947         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11948         privacy reasons.
11949         (gnus-treat-mail-gravatar): Ditto.
11950
11951         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11952         buffer when inserting images.  Inserting text into the headers, for
11953         instance, can make them invalid.
11954
11955 2010-09-25  Julien Danjou  <julien@danjou.info>
11956
11957         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11958         variables.
11959
11960         * nnheader.el: Remove useless variables news-reply-yank-from and
11961         news-reply-yank-message-id.
11962
11963         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11964         variables.
11965
11966         * mml1991.el: Remove useless mml1991-verbose.
11967
11968         * gnus.el: Remove useless variable gnus-use-generic-from.
11969         Remove obsolete variable gnus-topic-indentation.
11970
11971         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11972
11973         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11974
11975         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11976
11977         * gnus-group.el: Remove useless gnus-group-icon-cache.
11978         Remove useless gnus-ephemeral-group-server.
11979
11980         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11981
11982         * mml2015.el: Remove useless mml2015-verbose.
11983
11984         * mml-smime.el: Remove useless mml-smime-verbose.
11985
11986         * gnus.el: Remove useless gnus-local-domain.
11987
11988         * gnus-gravatar.el (gnus-gravatar-transform-address):
11989         Use gnus-gravatar-size.
11990
11991         * gnus-art.el: Remove useless gnus-treat-translate.
11992
11993 2010-09-24  Julien Danjou  <julien@danjou.info>
11994
11995         * gnus-sum.el: Add support for Gravatars.
11996
11997         * gnus-art.el: Add support for Gravatars.
11998
11999         * gnus-gravatar.el: Add this file.
12000
12001         * gravatar.el: Add this file.
12002
12003 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12004
12005         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
12006
12007         * gnus-group.el (gnus-group-fetch-faq): Remove.
12008
12009         * gnus.el (gnus-group-faq-directory): Remove.
12010
12011         * gnus-group.el (gnus-group-fetch-charter): Remove.
12012
12013         * gnus.el (gnus-group-charter-alist): Remove.
12014
12015         * gnus-group.el (gnus-group-archive-directory): Remove.
12016         (gnus-group-recent-archive-directory): Ditto.
12017         (gnus-group-make-archive-group): Remove.
12018
12019         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
12020
12021         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
12022         use the same article number for all the cached articles.
12023
12024         * nnimap.el (nnimap-command): Register the last command time so
12025         that we can use it for idling NOOPs.
12026         (nnimap-open-connection): Start the keeplive timer.
12027         (nnimap-make-process-buffer): Store all the process buffers.
12028         (nnimap-keepalive): New function.
12029
12030         * starttls.el (starttls-open-stream): Add autoload cookie.
12031
12032 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
12033
12034         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
12035         handling.
12036
12037 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12038
12039         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
12040         its data structures.
12041
12042         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
12043         instead of the cl.el copy-list.
12044         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
12045         equalp.
12046
12047 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
12050         and tool-bar-local-item-from-menu.
12051
12052         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
12053         mode-line-highlight face for Emacs.
12054
12055         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
12056         loading gnus-sum.elc; fix comment for canlock-verify.
12057         (gnus-article-jump-to-part): Use read-number.
12058         (gnus-insert-mime-button, gnus-insert-mime-security-button):
12059         Remove Emacs pre-21 compatible code for help-echo.
12060         (gnus-article-next-page-1): No need to adjust the number of lines.
12061         (gnus-article-describe-bindings): Always use help-buffer.
12062
12063         * gnus-audio.el (gnus-audio-inline-sound):
12064         * gnus-cus.el (gnus-custom-mode):
12065         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
12066
12067         * gnus-sum.el (gnus-remove-overlays): Doc fix.
12068
12069         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
12070         compatible code.
12071
12072 2010-09-24  Glenn Morris  <rgm@gnu.org>
12073
12074         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
12075         visiting the fcc file in rmail-mode.
12076
12077         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
12078
12079 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12080
12081         * nnir.el: Silence the byte compiler.
12082
12083         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
12084         alias to browse-url-url-encode-chars if any.
12085         (gnus-html-encode-url): Use it.
12086
12087 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12088
12089         * gnus-start.el (gnus-use-backend-marks): New variable.
12090         (gnus-get-unread-articles-in-group): Use it.
12091
12092         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
12093         makeover.
12094
12095 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12096
12097         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
12098
12099 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12100
12101         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
12102         Remove.
12103         (gnus-setup-news-hook):
12104         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
12105
12106         * gnus-int.el (gnus-request-update-info): Protect against backends not
12107         having the function.
12108
12109         * nnimap.el (nnimap-stream): Mention starttls.
12110         (nnimap-open-connection): Add starttls support.
12111
12112 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12113
12114         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
12115
12116 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12117
12118         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
12119         BODYSTRUCTUREs.
12120         (nnimap-transform-headers): Unfold quoted {42} headers.
12121
12122         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
12123         the info.
12124         (gnus-get-unread-articles): Only call updatep on backends that support
12125         it.
12126
12127         * nnweb.el (nnweb-request-update-info): NOOP.
12128
12129         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
12130
12131         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
12132         since it only deals with marks.
12133
12134         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
12135         gnus-request-marks, and make a new gnus-request-update-info.
12136
12137         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
12138         the active instead of the high number, which is usually too low.
12139
12140 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
12141
12142         * netrc.el (netrc-parse): Remove encrypt.el mentions.
12143         * encrypt.el: Remove.
12144
12145 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12146
12147         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
12148         server in symbolic form.
12149
12150         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
12151
12152 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12153
12154         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
12155         (nnimap-update-info): Fix up code slightly.
12156
12157         * gnus-int.el (gnus-open-server): Add tracing for performance
12158         debugging.
12159
12160         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
12161         (gnus-group-insert-group-line): Pass the real group name so that it
12162         gets the right data.
12163
12164         * gnus-start.el (gnus-get-unread-articles): Don't have
12165         `gnus-get-unread-articles-in-group' update info, since that can be
12166         really slow and doesn't seem to be needed?
12167
12168 2010-09-22  Dan Christensen  <jdc@uwo.ca>
12169
12170         * time-date.el (date-to-time): Try using parse-time-string first before
12171         using the slower timezone-make-date-arpa-standard.
12172
12173 2010-09-22  Julien Danjou  <julien@danjou.info>
12174
12175         * gnus-group.el (gnus-group-insert-group-line):
12176         Call gnus-group-highlight-line.
12177         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
12178         default hook list.
12179         (gnus-group-update-eval-form): Add new function.
12180         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
12181         (gnus-group-get-icon): Use gnus-group-update-eval-form.
12182
12183 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12184
12185         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
12186         immediate, then expire all articles.
12187         (nnimap-update-info): Fix off-by-one errors.
12188         (nnimap-flags-to-marks): Would return no marks lists for group with no
12189         flags.  Instead return the other data.
12190
12191 2010-09-22  Julien Danjou  <julien@danjou.info>
12192
12193         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
12194         Only return an icon.
12195         (gnus-group-insert-group-line): Compute icon to return.
12196
12197         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
12198         (gnus-html-image-fetched): Only cache if
12199         gnus-html-image-automatic-caching is set.
12200         (gnus-html-image-fetched): Check for errors.
12201
12202 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12203
12204         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
12205         once per method on `g'.  This ensures that backends like nnfolder don't
12206         open all their folders.
12207
12208         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
12209         (nnimap-request-list): Nix out group in the correct buffer.
12210         (nnimap-parse-flags): Implement by using `read' instead of
12211         hand-parsing.
12212         (nnimap-flags-to-marks): Pass on permanent-flags.
12213         (nnimap-make-process-buffer): Record the server name.
12214         (nnimap-parse-flags): Fix typo.
12215         (nnimap-request-scan): Run split on the server in general, not just a
12216         single group.
12217
12218         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
12219         parameter, and propagate this downwards.
12220
12221         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12222         since EXAMINE changes it on the server.
12223
12224         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
12225         this command might take a while.
12226
12227 2010-09-22  Julien Danjou  <julien@danjou.info>
12228
12229         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
12230         harmful if you have 2 images side-by-side, they can't be properly
12231         update on text deletion.  Using text-property is safer here.
12232         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
12233         data.
12234
12235 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12236
12237         * nnimap.el (nnimap-expunge-inbox): Remove.
12238         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
12239         (nnimap-expunge): Flip default to t.
12240
12241         * gnus.el (gnus-method-to-server): Don't push things to the cache
12242         unless it's unique.
12243         (gnus-server-to-method): Ditto.
12244
12245 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12246
12247         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12248
12249 2010-09-22  Julien Danjou  <julien@danjou.info>
12250
12251         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12252         get the start of data.
12253         (gnus-html-encode-url): Add this function to encode special chars in
12254         URL.
12255         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12256         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12257
12258         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12259         default.
12260         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12261
12262         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12263         images alt-text.
12264         (gnus-html-put-image): Put alt-text as help-echo.
12265
12266 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12267
12268         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12269         * mm-util.el (mm-decompress-buffer):
12270         * nnir.el (nnir-run-find-grep):
12271         * pop3.el (pop3-list): Use 3rd arg of split-string.
12272
12273         * time-date.el (format-seconds): Comment fix.
12274
12275         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12276         and byte-optimize-form-code-walker.
12277         (dgnushack-make-auto-load): Don't advise make-autoload.
12278
12279         * lpath.el: Remove Emacs 21 stuff.
12280
12281 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12282
12283         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12284         outside the active range.  Suggested by Dan Christensen.
12285
12286         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12287         slightly later to avoid double-getting it.
12288
12289         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12290         previous patch.
12291
12292         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12293
12294 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12295
12296         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12297
12298 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12299
12300         * gnus-int.el (gnus-open-server): Give a better error message in the
12301         "go offline" case.
12302
12303         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12304         marks for nnimap, which is seldom the right thing to do.
12305
12306         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12307         (gnus-same-method-different-name): New function.
12308
12309         * nnimap.el (parse-time): Require.
12310
12311         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12312         method in the presence of many similar methods.
12313
12314         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12315
12316         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12317         nnml-inhibit-expiry.
12318
12319         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12320         find out whether methods are equal.
12321
12322         * nnimap.el (nnimap-find-expired-articles): New function.
12323         (nnimap-process-expiry-targets): New function.
12324         (nnimap-request-move-article): Request the article before looking at
12325         what the Message-ID is.  Fix found by Andrew Cohen.
12326         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12327
12328         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12329         for oldness in addition to being a predicate.
12330
12331         * nnimap.el (nnimap-request-group): When we have zero articles, return
12332         the right data to Gnus.
12333         (nnimap-request-expire-articles): Only delete articles immediately if
12334         the target is 'delete.
12335
12336         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12337         method, this would bug out.
12338
12339         * gnus-group.el (gnus-group-expunge-group): Rename from
12340         gnus-group-nnimap-expunge, and implemented as a normal interface
12341         function.
12342
12343         * gnus-int.el (gnus-request-expunge-group): New function.
12344
12345         * nnimap.el (nnimap-request-create-group): Implement.
12346         (nnimap-request-expunge-group): New function.
12347
12348 2010-09-21  Julien Danjou  <julien@danjou.info>
12349
12350         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12351         (gnus-html-cache-expired): Add new function.
12352         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12353         wethever we should display image for fetch it.
12354         Compute alt-text earlier to pass it to the fetching function too.
12355         (gnus-html-schedule-image-fetching): Change function argument to only
12356         get one image at a time, not a list.
12357         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12358         cache.
12359         (gnus-html-get-image-data): New function to retrieve image data from
12360         cache.
12361         (gnus-html-put-image): Change buffer argument to use image data rather
12362         than file, and place image above region rather than inserting a new
12363         one.  Do not take alt-text as argument, since it's useless now: we place
12364         the image above alt-text.
12365         (gnus-html-prune-cache): Remove.
12366         (gnus-html-show-images): Start to fetch image when we find one, do not
12367         push into a temporary list.
12368         (gnus-html-prefetch-images): Only fetch image if they have expired.
12369         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12370         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12371
12372 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12373
12374         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12375
12376 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12377
12378         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12379         spec inser "*" if the group isn't active instead of 0.
12380
12381         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12382         opening the server.
12383         (nnimap-request-delete-group): Implement group deletion.
12384         (nnimap-transform-headers): Return the size of the entire message in
12385         the Bytes header, not just the size of the first part.
12386         (nnimap-request-move-article): When moving an article from nnimap,
12387         request the article first so the accepting form has an article to
12388         accept.  Reported by Dan Christensen.
12389         (nnimap-command): Make sure that the error message doesn't error out.
12390
12391 2010-09-20  David Edmondson  <dme@dme.org>
12392
12393         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12394         we haven't requested anything.
12395
12396 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12397
12398         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12399         "".  Fix found by Andrew Cohen.
12400
12401         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12402         instead of -encode-string.
12403
12404 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12405
12406         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12407
12408         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12409         by mm-subst-char-in-string.
12410
12411 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12412
12413         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12414         waiting for the connection string.
12415
12416         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12417         arriving.
12418
12419         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12420         bogus characters.  This allows selecting certain Gmail groups.
12421
12422         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12423         (nnimap-fetch-partial-articles): New variable.
12424         (nnimap-open-connection): When looking for credentials, also use the
12425         nnimap-server-port.
12426         (nnimap-request-article): Return the group/article number, so that Gnus
12427         `^' works as expected.
12428         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12429
12430         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12431         comments.
12432         (gnus-methods-sloppily-equal): New function.
12433         (gnus): When using the development version of Gnus, load the gnus-load
12434         file.
12435
12436         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12437         `gnus-open-server' on each method before trying to scan them etc.
12438         This ensures that all the backend parameters are set correctly.
12439
12440         * nnimap.el (nnimap-authenticator): New variable.
12441         (nnimap-open-connection): Allow anonymous login.
12442         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12443         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12444
12445         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12446         patch, found by Knut Anders Hatlen.
12447
12448 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12449
12450         * gnus-agent.el (gnus-agent-batch-confirmation)
12451         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12452         to gnus-message.
12453         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12454         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12455         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12456         * gnus-int.el (gnus-open-server): Likewise.
12457         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12458         (gnus-score-check-syntax): Likewise.
12459         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12460         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12461         Likewise.
12462         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12463
12464 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12465
12466         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12467         calling conventions so that prefetch doesn't bug out.
12468
12469 2010-09-19  Julien Danjou  <julien@danjou.info>
12470
12471         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12472         rather than `subst-char-in-region' in order to be able to replace ASCII
12473         char by UTF-8 ones.
12474
12475         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12476         than curl.
12477         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12478         the right URL and ALT text on images.
12479         (gnus-html-wash-tags): Fix tag case.
12480         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12481         (gnus-article-html): Add -o display_ins_del=2 option.
12482         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12483
12484 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12485
12486         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12487         the extra mail headers, which sometimes seem to happen for unknown
12488         reasons.
12489
12490         * mail-parse.el (mail-header-encode-parameter): Define as
12491         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12492         (or most, perhaps?) mail readers don't understand the latter, but do
12493         understand the former.
12494
12495         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12496         to nil, so that no methods are automatically agentized.  I think this
12497         is probably what most users want.
12498
12499         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12500         from url-retrieve, for instance about invalid URLs.
12501
12502         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12503         groups that have no articles.
12504         (nnimap-request-article): Check that we really got an article when we
12505         requested one.
12506
12507         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12508         doesn't exist.
12509
12510         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12511         nntp buffer so the agent can save it.
12512         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12513         that CRLF doesn't get translated to \n.
12514         (nnimap-open-connection): Don't make 'shell commands only send \n.
12515
12516 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12517
12518         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12519         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12520         Update var name.
12521         (nnml-generate-nov-file): Use dolist.
12522         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12523         Use with-current-buffer.
12524
12525 2010-09-18  Julien Danjou  <julien@danjou.info>
12526
12527         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12528         parallel.
12529
12530 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12531
12532         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12533         the range update right.
12534         (nnimap-request-group): Don't make `M-g' bug out on group with no
12535         marks.
12536         (nnoo): Require, so that other packages can require nnimap.
12537         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12538         command we're looking for.  This helps when the server sends more
12539         responses after we've gotten everything we expected.
12540         (nnimap): Add a `newlinep' field to keep track of end-of-line
12541         conventions.
12542         Don't send CRLF to things that don't want it.
12543         (nnimap-request-accept-article): Ditto.
12544
12545 2010-09-18  Julien Danjou  <julien@danjou.info>
12546
12547         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12548         than curl to retrieve images.
12549
12550 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12551
12552         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12553         the marks.
12554         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12555         (nnimap-wait-for-connection): New function.
12556         (nnimap-open-connection): If we have PREAUTH, don't query for login
12557         credentials.
12558         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12559         when doing a partial update.
12560
12561 2010-09-18  Julien Danjou  <julien@danjou.info>
12562
12563         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12564         tags.
12565
12566 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12567
12568         * nnimap.el (nnimap-credentials): New function.
12569         (nnimap-open-connection): Use the new function to look for credentials
12570         also on the numeric equivalents of "imap" and "imaps".
12571
12572         * gnus-start.el (gnus-activate-group): Send the info to
12573         gnus-request-group.
12574
12575         * nnimap.el (nnimap-request-group): Have the "check" version of the
12576         function parse flags and update the info, so that a `M-g' get a total
12577         resync of all flags from the group.
12578
12579         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12580         to allow backends to alter the info on group selection.  Also alter all
12581         the backend -request-group functions to take the parameter.
12582
12583         * nnimap.el (nnimap-store-info): New function.
12584         (nnimap-update-info): Store the info for later usage.
12585         (nnimap-request-group): Use the stored info for the dont-check case, so
12586         that we don't retrieve all marks when we enter a group.
12587
12588         * nnimap.el: Use deffoo instead of defun for interface functions.
12589
12590         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12591         update the group info.  This makes the nndraft groups, for instance, go
12592         back to their old behavior.
12593
12594         * gnus-sum.el (gnus-select-newsgroup): Indent.
12595
12596         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12597         in.
12598         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12599         nothing.
12600
12601         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12602         from methods that are denied.
12603
12604         * gnus-int.el (gnus-method-denied-p): New function.
12605
12606         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12607         store the password instead of netrc.
12608         (nnimap-open-connection): Don't error out when we can't make a
12609         connections.
12610
12611         * auth-source.el (auth-source-create): In the password prompt, say what
12612         we're querying for.  Also prompt for user name if that hasn't been
12613         given.
12614
12615         * nnimap.el (nnimap-with-process-buffer): Remove.
12616
12617 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12618
12619         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12620         method when we're reading from the agent.
12621
12622         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12623
12624         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12625         that's probably most useful for users.
12626
12627         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12628         "failed" all the time.
12629
12630         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12631         ...)) with (with-current-buffer ... ).
12632
12633         * nntp.el (nntp-open-server): Return whether the open was successful or
12634         not.
12635
12636         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12637         select an unread unseen article first.
12638
12639         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12640         /etc/services, supply some sensible port defaults.
12641
12642         * dgnushack.el: Define netrc-credentials.
12643
12644 2010-09-17  Julien Danjou  <julien@danjou.info>
12645
12646         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12647
12648 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12649
12650         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12651         doesn't have any parameters.
12652
12653 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12654
12655         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12656         only upcased checks.
12657
12658         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12659
12660         * nnimap.el (nnimap-open-shell-stream): New function.
12661         (nnimap-open-connection): Use it.
12662         (nnimap-transform-headers): Get the number of lines in each message.
12663         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12664         number of lines.
12665         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12666         problem.
12667
12668         * utf7.el (utf7-encode): Autoload.
12669
12670         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12671         to allow the mail splitting to not return a default group.  This is
12672         useful for nnimap, which will leave unmatched mail in the inbox.
12673
12674         * nnimap.el: Rewritten.
12675
12676         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12677         nnimap usage.
12678
12679         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12680         if the move is internal, so that nnimap can do fast internal moves.
12681
12682         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12683         data.
12684         (gnus-read-active-for-groups): Support finishing the early retrieval of
12685         data.
12686
12687         * gnus-range.el (gnus-range-nconcat): New function.
12688
12689         * gnus-int.el (gnus-finish-retrieve-group-infos)
12690         (gnus-retrieve-group-data-early): New functions.
12691
12692 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12693
12694         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12695         (nnrss-retrieve-groups):
12696         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12697         (pop3-quit): Use with-current-buffer.
12698
12699 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12702         instead of nnheader-accept-process-output.
12703
12704         * dgnushack.el (dgnushack-compile): Add comment.
12705
12706         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12707
12708         * gnus-html.el (gnus-html-schedule-image-fetching)
12709         (gnus-html-prefetch-images): Replace process-kill-without-query by
12710         gnus-set-process-query-on-exit-flag.
12711
12712 2010-09-16  Romain Francoise  <romain@orebokech.com>
12713
12714         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12715
12716 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12717
12718         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12719         parameter to unintern is mandatory-ish in Emacs 24.
12720
12721         * gnus-html.el (gnus-html-schedule-image-fetching)
12722         (gnus-html-prefetch-images): Check for curl before using it.
12723
12724         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12725         depend on curl, which isn't essential.
12726
12727         * imap.el: Revert back to version
12728         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12729         seem problematic.
12730
12731 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12732
12733         * gnus-registry.el (gnus-registry-install-shortcuts):
12734         Explicitly pass `obarray' to `unintern' to avoid a warning.
12735
12736 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12737
12738         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12739         change.
12740
12741         * nnrss.el (nnrss-request-list): Remove this function and related
12742         functions, including the moreover stuff.
12743
12744 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12745
12746         * nnrss.el (nnrss-retrieve-groups): New function.
12747
12748 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12749
12750         * .dir-locals.el: Add no-byte-compile cookie.
12751
12752 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12753
12754         * time-date.el (format-seconds): Comment fix.
12755
12756         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12757         for back end that doesn't support request-scan.
12758
12759 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12760
12761         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12762         then do request scans from the backends.
12763
12764         * netrc.el (netrc-credentials): New conveniency function.
12765
12766         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12767         avoid running a hook per line, since this takes a lot of time,
12768         profiling shows.
12769         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12770         directly if gnus-visual-p is true.
12771
12772 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12773
12774         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12775         groups; replace mapcar with dolist which is a bit faster; pass groups
12776         info to gnus-read-active-file-1.
12777         (gnus-read-active-file-1): Scan only specified groups if the new
12778         optional arg `infos' is given.
12779
12780 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12781
12782         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12783
12784         * pop3.el (pop3-movemail): Remove.
12785         (pop3-streaming-movemail): Rename to pop3-movemail.
12786
12787         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12788         don't restrict end-tag searches to the end of the line.
12789
12790 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12791
12792         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12793         articles of every unchecked group to t, which means unknown since the
12794         server has never been opened.
12795
12796 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12797
12798         * gnus-html.el (gnus-html-show-alt-text): New command.
12799         (gnus-html-browse-image): Ditto.
12800         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12801         to browse the image directly.
12802         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12803         better.
12804
12805         * gnus-async.el (gnus-async-article-callback):
12806         Call `gnus-html-prefetch-images' unconditionally.
12807
12808         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12809         before feeding URLs to curl.
12810
12811 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12814         internal images as deletable by `W D D'.
12815
12816         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12817         (gnus-async-article-callback): Fix typo.
12818
12819 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12820
12821         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12822         current line to work around bugs in the output from w3m.
12823
12824         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12825         for groups that want that.
12826
12827         * nntp.el (nntp-wait-for-string): Supply a timeout for
12828         accept-process-output to ensure progress.
12829
12830         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12831         level to get unread articles from, then use that for foreign groups,
12832         too.
12833
12834         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12835         confuses the rest of the function.
12836
12837         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12838         for the methods that support -retrieve-groups, too.
12839
12840         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12841
12842 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12845         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12846
12847         * pop3.el: Require cl when compiling.
12848         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12849
12850 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12851
12852         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12853         that aren't going to be activated.
12854         (gnus-get-unread-articles): Fix up the last commit.
12855
12856         * gnus-html.el (gnus-article-html): Allow calling without specifying
12857         the handle.  In that case, dissect the buffer first.
12858
12859         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12860
12861         * nnimap.el (nnimap-open-connection): Revert the change that would look
12862         into authinfo for imaps instead of imap.
12863
12864         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12865         say that you don't want to call gnus-request-group with don-check, but
12866         do check the reponse.  This is for virtual groups only.
12867         (gnus-get-unread-articles): Count the archive groups as secondary, so
12868         that they're activated the same way as before.
12869
12870         * imap.el (imap-message-map): Removed optional buffer parameter, since
12871         no callers use it.
12872         (imap-message-get): Ditto.
12873         (imap-message-put): Ditto.
12874         (imap-mailbox-map): Ditto.
12875         (imap-mailbox-put): Ditto.
12876         (imap-mailbox-get): Ditto.
12877         (imap-mailbox-get): Revert last change for this function.
12878
12879         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12880         case-insensitively.
12881         (nnimap-debug): Remove.
12882
12883         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12884         callers to use `imap-fetch' instead.  According to the comments, this
12885         should be safe, since all other IMAP clients use the 1:* syntax.
12886         (imap-enable-exchange-bug-workaround): Remove.
12887         (imap-debug): Remove -- doesn't seem very useful.
12888
12889         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12890         mail from a file, and the file doesn't exist.
12891
12892         * imap.el (imap-log): New convenience function used throughout instead
12893         of repeating the same code all over the place.
12894
12895         * pop3.el (pop3-streaming-movemail): Return t for success.
12896
12897         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12898         .authinfo if we're using ssl connection.
12899
12900         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12901         already have if we're in a main Gnus `g' run.
12902
12903         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12904
12905 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12906
12907         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12908
12909         * nnmh.el (nnmh-request-list-1): Bind `file'.
12910
12911         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12912         alias to set-process-query-on-exit-flag or process-kill-without-query.
12913         (pop3-open-server): Use it.
12914
12915 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12916
12917         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12918         box to the Incoming file.  Fixes mistake in previous checkin.
12919
12920         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12921         request loop (for debugging purposes) removed.
12922
12923         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12924         culprit is more visible.
12925         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12926         (nnml-add-incremental-nov): New functions to do "incremental" nov
12927         updates, where we just append to the end of the existing nov files
12928         without reading/writing them in full.
12929
12930         * mail-source.el (mail-source-delete-crash-box): Really only check the
12931         incoming files once in a while.
12932
12933         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12934
12935         * mail-source.el (mail-source-delete-crash-box): Only check the
12936         incoming files for deletion once per day to save a lot of file
12937         accesses.
12938
12939         * pop3.el (pop3-logon): Fix up unbound variable typo.
12940
12941         * mail-source.el (pop3-streaming-movemail): Autoload.
12942
12943         * pop3.el (pop3-streaming-movemail):
12944         Respect pop3-leave-mail-on-server.
12945
12946         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12947         retrieval.
12948
12949         * pop3.el (pop3-process-filter): Remove unused function.
12950         (pop3-streaming-movemail, pop3-send-streaming-command)
12951         (pop3-wait-for-messages, pop3-write-to-file)
12952         (pop3-number-of-responses): New functions for streaming pop3
12953         retrieval.
12954
12955         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12956         come from no known methods.
12957         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12958         list.
12959
12960         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12961         message sizes.
12962         (pop3-movemail): Use erase-buffer instead of looping and deleting
12963         regions, which seems rather odd.
12964
12965         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12966         file once per `g' run.
12967
12968         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12969         directories.  This makes the draft queue directory work.
12970
12971         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12972         data from the backends, so that we only request the list of groups from
12973         each method once.  This should speed things up considerably.
12974
12975         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12976         detect that it's not implemented.
12977
12978         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12979         we actually do recurse down into the tree, but don't stat all leaf
12980         nodes.
12981
12982         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12983         then say so instead of bugging out.
12984
12985         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12986         files exist before trying to read them.
12987
12988         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12989         around <pre_int>.
12990
12991         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12992
12993         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12994
12995 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12996
12997         * mm-util.el (mm-image-load-path): Just return the image directories,
12998         not all directories in the path in addition to the image directories.
12999         (mm-image-load-path): Maintain a cache of the image directories so that
13000         the `g' command in Gnus doesn't have to stat dozens of directories each
13001         time.
13002
13003         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
13004         (gnus-html-wash-tags): Add a new `i' command to insert images.
13005         (gnus-html-insert-image): New command and keystroke.
13006         (gnus-html-redisplay-with-images): New command and keystroke.
13007         (gnus-html-show-images): Rename command.
13008         (gnus-html-wash-tags): Remove more white space before <pre_int> image
13009         spacers.
13010         (gnus-html-wash-tags): Decode entities at the end, so that entities
13011         inside the tags don't mess up the rest of the "parsing".
13012
13013         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
13014         so that nnimap methods aren't agentized by default.  There's apparently
13015         many problems related to agent/imap behavior.
13016
13017         * gnus-art.el (gnus-article-copy-string): New command and key binding.
13018
13019         * gnus-html.el: Doc fix.
13020
13021 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13022
13023         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
13024         specifier-spec-list for Emacs 21.
13025
13026         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
13027         glyph-width and glyph-height instead of display-graphic-p and
13028         image-size; make avoidance of displaying small images work for XEmacs.
13029
13030         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
13031         for XEmacs.
13032
13033         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
13034         of symbol that holds plist data.
13035         (gnus-process-plist): Remove plist of process after getting it.
13036
13037 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13038
13039         * message.el (message-generate-hashcash): Change default to
13040         'opportunistic if hashcash is installed.
13041
13042         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
13043         (gnus-html-put-image): Only call image-size once, since it's somewhat
13044         time-consuming on remote X servers.
13045
13046 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
13049         type on data, not a file name.
13050
13051         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
13052         window-pixel-edges for Emacs 21.
13053
13054         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
13055         decoded contents.
13056         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
13057
13058 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13059
13060         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
13061         group line format, since it isn't very interesting.
13062
13063         * gnus-agent.el (gnus-agent-short-article),
13064         (gnus-agent-long-article): Increase values for these two variables,
13065         since most people are likely to have more network connection and
13066         storage than before.
13067
13068         * gnus.el (gnus-refer-article-method): Change default to 'current.
13069         When referring an article, the common behavior is to refer it from the
13070         current select method, not the native select method.  The chances of
13071         the native select method having the message in question is rather slim
13072         these days.
13073
13074         * gnus-sum.el (gnus-auto-select-subject): Change default to
13075         `unseen-or-unread'.  I think it's likely that most people want to
13076         select an unseen article over a previously seen, but unread one.
13077
13078         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
13079         means that in the article buffer none of the minor mode elements will
13080         be shown, usually, and this is not desirable in most cases.
13081
13082         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
13083         that commands like `d' (and the like) go to the next line in the
13084         buffer, instead of the next unread article.  I think this is the
13085         behavior that is most natural for most users.
13086         (gnus-single-article-buffer): Change default to nil, so that people can
13087         have as many article buffers open as they have summary buffer.  I think
13088         this is the most natural way for the groups to behave.
13089
13090         * message.el (message-generate-new-buffers): Change default to
13091         `unsent', so that all new message buffers start their names with the
13092         string "*unsent", and it's easier to find the buffers if you move from
13093         them.
13094
13095 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13096
13097         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
13098         small.  They're probably tracking images.
13099         (gnus-html-wash-tags): Remove all <pre_int> place holders.
13100         (gnus-html-rescale-image): Yet another try at getting the image sizing
13101         right.
13102
13103         * nntp.el (nntp-request-set-mark): Refuse to do marks if
13104         nntp-marks-file-name is nil.
13105
13106 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13107
13108         * gnus-html.el (gnus-html-wash-tags)
13109         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
13110         Better logging.
13111
13112 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13113
13114         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
13115
13116         * gnus-html.el (gnus-html-wash-tags): Check the value of
13117         gnus-blocked-images in the summary buffer.
13118
13119 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13120
13121         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
13122
13123 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13124
13125         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
13126         like "a", it seems like.
13127         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
13128         since it needs to be picked from the correct buffer.
13129
13130         * nnwfm.el: Remove.
13131
13132         * nnlistserv.el: Remove.
13133
13134 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13135
13136         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
13137         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
13138
13139 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13140
13141         * nnkiboze.el: Remove.
13142
13143         * nndb.el: Remove.
13144
13145         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
13146         alt text.
13147         (gnus-html-rescale-image): Try to get the rescaling logic right for
13148         images that are just wide and not tall.
13149
13150         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
13151         overshadow variable bindings.
13152
13153 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13154
13155         * gnus-html.el (gnus-html-wash-tags)
13156         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
13157         Add extra logging.
13158
13159 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13160
13161         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
13162         (gnus-max-image-proportion): New variable.
13163         (gnus-html-rescale-image): New function.
13164         (gnus-html-put-image): Rescale images.
13165
13166 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13167
13168         Fix up some byte-compiler warnings.
13169         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
13170         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
13171         (gnus-article-fill-cited-article, gnus-article-hide-citation)
13172         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
13173         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
13174         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
13175         (gnus-group-update-group): Use save-excursion and with-current-buffer.
13176
13177 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13178
13179         * gnus-html.el (gnus-article-html): Decode contents by charset.
13180
13181 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13182
13183         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
13184         (gnus-html-frame-width, gnus-blocked-images):
13185         * message.el (message-prune-recipient-rules): Add custom version.
13186         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
13187
13188         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
13189         functions.
13190
13191         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
13192         gnus-process-get.
13193
13194 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
13195
13196         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
13197         instead of lsub directly.
13198
13199 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13200
13201         * nnwarchive.el: Remove.
13202
13203         * gnus-soup.el: Remove.
13204
13205         * nnsoup.el: Remove.
13206
13207         * nnultimate.el: Remove.
13208
13209         * gnus-html.el (gnus-blocked-images): New variable.
13210
13211         * message.el (message-prune-recipients): New function.
13212         (message-prune-recipient-rules): New variable.
13213
13214         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
13215         guess whether a long line is natural text or not.
13216
13217         * gnus-html.el (gnus-html-schedule-image-fetching):
13218         Use gnus-process-plist and friends for compatibility.
13219
13220 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13221
13222         * gnus-html.el: Require packages that define macros used in this file.
13223         (gnus-article-mouse-face): Declare to silence byte-compiler.
13224         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
13225         process-get.
13226         (gnus-html-put-image): Use plist-get to avoid getf.
13227         (gnus-html-prefetch-images): Use with-current-buffer.
13228
13229 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13230
13231         * gnus-ems.el: Provide compatibility functions for
13232         gnus-set-process-plist.
13233
13234         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
13235         header-line-format for XEmacs 21.4.
13236
13237         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
13238         * gnus.el (gnus-valid-select-methods):
13239         * message.el (message-send-mail-partially-limit):
13240         * mm-decode.el (mm-text-html-renderer):
13241         * mml.el (mml-insert-mime-headers-always):
13242         * smiley.el (smiley-regexp-alist): Bump custom version.
13243
13244 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13245
13246         * gnus-html.el: Require mm-url.
13247         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13248         with the url to `url'.
13249         (gnus-html-wash-tags): Support cid: URLs/images.
13250
13251 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13252
13253         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13254         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13255         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13256
13257         * gnus-move.el: Remove file, since it doesn't really work.
13258
13259         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13260         UTF-8.  This seems to fix problems with some German web feeds.
13261
13262         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13263         at the top so that the proper colors are applied.
13264
13265         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13266         don't have dots in their names.
13267
13268         * gnus-art.el (gnus-article-view-part): Doc fix.
13269
13270         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13271         XEmacs-compatible.
13272         (gnus-html-put-image): Don't do images on non-graphic displays.
13273
13274         * nnslashdot.el: Remove this unused backend.
13275
13276         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13277         actions.
13278         (gnus-undo-register-1): Revert last change.
13279
13280         * gnus-group.el (gnus-group-completing-read): Protect against not
13281         having completion-styles bound.
13282
13283         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13284         make broken recipients happier.
13285
13286         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13287
13288         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13289         point parameter.
13290
13291         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13292
13293         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13294         completion-styles for group selection.
13295
13296 2009-02-04  Andreas Schwab  <schwab@suse.de>
13297
13298         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13299         headers and regexp-quote the match if necessary.
13300
13301 2009-03-24  Miles Bader  <miles@gnu.org>
13302
13303         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13304         the blinking smiley.
13305
13306 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13307
13308         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13309         blink smiley.
13310
13311 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13312
13313         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13314         where the dribbel file lives exists.
13315
13316         * message.el (message-send-mail-partially-limit): Change the default to
13317         nil, since most people don't want this.
13318
13319         * mm-url.el (mm-url-decode-entities): Also decode entities like
13320         &#x3212.
13321
13322 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13323
13324         * gnus-sum.el (gnus-summary-idna-message):
13325         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13326         Hyperlink urls in docstrings with URL `...'.
13327
13328 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13329
13330         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13331         functions.
13332
13333 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13334
13335         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13336         say what the mouseover text should be.
13337
13338         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13339         version of the mm-w3m-safe-url-regexp variable to only download images
13340         in the groups where we want that to happen.
13341
13342         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13343
13344         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13345         easier debugging.
13346         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13347         big pictures in the article buffer.
13348
13349         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13350         gnus-article-html.
13351         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13352         w3m.
13353
13354         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13355
13356 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13357
13358         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13359         which doesn't exist.
13360
13361         * message.el (message-inhibit-ecomplete): New variable to allow some
13362         function to inhibit ecomplete address storage.
13363         (message-resend): Disable ecomplete message storage when resending
13364         messages.
13365
13366         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13367
13368 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13369
13370         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13371         Save excursion while copying, moving, and deleting articles in order to
13372         prevent the cursor from jumping to unforeseen place.
13373
13374 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * lpath.el: No need to bind bookmark-current-buffer,
13377         bookmark-yank-point and bookmark-make-record-function.
13378
13379 2010-08-17  Glenn Morris  <rgm@gnu.org>
13380
13381         * gnus-sync.el: Require gnus components whose functions are used.
13382
13383         * gnus-art.el (bookmark-make-record-function):
13384         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13385         Declare for compiler.
13386
13387         * mm-url.el (mml-compute-boundary): Autoload.
13388
13389 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13390
13391         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13392
13393 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13394
13395         Typo fix "hoo4a" -> "hook".
13396
13397         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13398
13399 2010-08-14  Glenn Morris  <rgm@gnu.org>
13400
13401         * gnus-sync.el (gnus-sync): Fix defgroup version.
13402
13403 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13404
13405         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13406
13407         * gnus-sync.el: Fix docs.
13408         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13409         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13410
13411 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13412
13413         Optimizations for gnus-sync.el.
13414
13415         * gnus-sync.el: Add docs about gnus-sync-backend
13416         possibilities.
13417         (gnus-sync-save): Remove unnecessary message.
13418         (gnus-sync-read): Optimize and show what groups were skipped.
13419
13420 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13421
13422         Minor bug fixes for gnus-sync.el.
13423
13424         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13425         Don't read the sync on get-new-news.
13426
13427         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13428         quiet.
13429
13430         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13431         (fix typo).
13432
13433 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13434
13435         Make saving and restoring of hidden threads work with overlays.
13436         Patch applied by Ted Zlatanov.
13437
13438         * gnus-sum.el (gnus-hidden-threads-configuration)
13439         (gnus-restore-hidden-threads-configuration): Update to deal with text
13440         properties, rather than searching for a magic character.
13441
13442 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13443
13444         New gnus-sync.el library for synchronization of marks.
13445
13446         * gnus-sync.el: New library for synchronization of marks.
13447
13448         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13449         renamed from `gnus-registry-grep-in-list'.
13450
13451         * gnus-registry.el (gnus-registry-follow-group-p):
13452         Use `gnus-grep-in-list'.
13453
13454         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13455
13456 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13459         determining charset of text fails.
13460
13461 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13462
13463         * nnmail.el (nnmail-get-new-mail-1): Revert.
13464
13465         * nnml.el (nnml-active-number): Make sure names of newly created groups
13466         in nnml-group-alist are encoded.
13467
13468 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13471         containing non-ASCII characters in active file for nnml back end.
13472
13473 2010-07-24  David Engster  <dengste@eml.cc>
13474
13475         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13476         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13477
13478 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13479
13480         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13481         tag (Bug#6654).
13482
13483 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13486         the article buffer, not the summary buffer.
13487
13488 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13489
13490         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13491         Emacs 23 as well.
13492
13493 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13494
13495         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13496         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13497
13498 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13499
13500         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13501         Patch applied by Karl Fogel.
13502
13503         * gnus-sum.el (gnus-summary-bookmark-make-record):
13504         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13505
13506 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13507
13508         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13509         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13510         C-w still not working correctly from Article buffers; Thierry's
13511         patch to fix that will be applied after this.
13512
13513         * gnus-art.el (bookmark-make-record-function): New local variable.
13514
13515         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13516         article buffer.
13517         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13518
13519 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13520
13521         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13522         on changes in bookmark.el.
13523
13524 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13527         `no-log' instead of message not to log prompt string.
13528
13529 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13530
13531         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13532         the *other* type of HTML form submission.
13533
13534 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13535
13536         * auth-source.el (auth-source-pick): If choice does not contain a
13537         questioned keyword, set the check to t.
13538
13539 2010-06-12  Romain Francoise  <romain@orebokech.com>
13540
13541         * gnus-util.el (gnus-date-get-time): Move up before first use.
13542
13543 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13544
13545         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13546         (gnus-article-edit-part): Bind it to make last part that is substituted
13547         or deleted visible.
13548         (gnus-mime-display-single): Buttonize part of which id equals to
13549         gnus-mime-buttonized-part-id.
13550
13551 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13552
13553         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13554         (gnus-dd-mmm): Use gnus-date-get-time.
13555         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13556         simplify logic.
13557         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13558         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13559
13560 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13561
13562         * auth-source.el (top): Autoload `secrets-list-collections',
13563         `secrets-create-item', `secrets-delete-item'.
13564         (auth-sources): Fix tag string.
13565         (auth-get-source, auth-source-retrieve, auth-source-create)
13566         (auth-source-delete): New defuns.
13567         (auth-source-pick): Rewrite in order to avoid 2 passes.
13568         (auth-source-forget-user-or-password): New parameter USERNAME.
13569         (auth-source-user-or-password): New parameters CREATE-MISSING and
13570         DELETE-EXISTING.  Retrieve password interactively, if needed.
13571
13572 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13573
13574         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13575         deleting unused directories when gnus-expert-user is t.
13576
13577 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13578
13579         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13580         for each temp file when gnus-article-browse-delete-temp is ask.
13581
13582 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13583
13584         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13585         Replace Lisp calls to delete-backward-char by calls to delete-char.
13586
13587 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13588
13589         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13590
13591 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13592
13593         * password-cache.el (password-cache-remove): Fix docstring.
13594
13595 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13596
13597         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13598         article unless decoding article to be saved.
13599
13600 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13603         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13604         generated within the mm-with-unibyte-current-buffer macro.
13605
13606 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13609         to nil when we're in a mml-preview buffer and no group is selected.
13610
13611 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13612
13613         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13614         when catching the `C-g'.  Reported by "Leo".
13615
13616 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13617
13618         * message.el (message-forward-make-body-plain)
13619         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13620         multibyte-string-p.
13621
13622         * lpath.el: Revert.
13623
13624 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * message.el (message-forward-make-body-mml): Assume original message
13627         is multibyte string; error on unibyte.
13628         (message-forward-make-body-plain): Ditto; don't add excessive newline
13629         in body end.
13630
13631         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13632
13633 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13634
13635         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13636         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13637
13638 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13639
13640         * mm-extern.el (mm-extern-url): Don't use
13641         mm-with-unibyte-current-buffer.
13642         (mm-extern-cache-contents): Use with-current-buffer instead of
13643         save-excursion + set-buffer.
13644
13645 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13646
13647         * mm-util.el (mm-emacs-mule): Remove.
13648
13649 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13650
13651         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13652         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13653         change.
13654
13655 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13658         bind the default value of enable-multibyte-characters to nil.
13659
13660 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * message.el (message-forward-make-body-plain)
13663         (message-forward-make-body-mml):
13664         Don't use mm-with-unibyte-current-buffer.
13665
13666 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13667
13668         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13669
13670 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13671
13672         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13673         (Bug#5592).
13674
13675 2010-05-07  Julien Danjou  <julien@danjou.info>
13676
13677         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13678         it to mm-pipe-part.
13679
13680         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13681         it is given.
13682
13683 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13684
13685         * binhex.el (binhex-decode-region-internal):
13686         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13687         (dns-query):
13688         * nnweb.el (nnweb-gmane-search):
13689         * pgg-parse.el (pgg-parse-armor):
13690         * pgg.el (pgg-verify-region):
13691         * sha1.el (sha1-string-external):
13692         * uudecode.el (uudecode-decode-region-internal):
13693         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13694         XEmacs.
13695
13696         * gnus-art.el (gnus-article-browse-html-parts):
13697         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13698         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13699         make-temp-file.
13700
13701         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13702         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13703         compiling.
13704
13705         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13706         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13707         XEmacs when compiling.
13708
13709         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13710         gnus-pick-mode-off-hook for XEmacs when compiling.
13711         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13712         gnus-binary-mode-off-hook for XEmacs when compiling.
13713
13714         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13715         Return nil if char-charset is not available.
13716
13717         * imap.el (imap-disable-multibyte)
13718         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13719         macros.
13720
13721         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13722         instead of encode-coding-string.
13723
13724         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13725         'xemacs) instead of mm-emacs-mule to switch function definitions.
13726         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13727
13728         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13729         bind temporary-file-directory for XEmacs;
13730         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13731         timer-set-function for XEmacs 21.4 and SXEmacs;
13732         bind timer-list for XEmacs 21.4 and SXEmacs;
13733         fbind char-charset and find-charset-region for non-Mule XEmacs;
13734         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13735         encode-coding-region and encode-coding-string for XEmacs having no
13736         file-coding feature.
13737
13738 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13739
13740         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13741
13742 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13745         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13746
13747 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13748
13749         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13750         alias `jka-compr-delete-temp-file' no longer exists.
13751
13752 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13753
13754         Use define-minor-mode in Gnus where applicable.
13755         * mml.el (mml-mode): Use define-minor-mode.
13756         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13757         (gnus-undo-mode): Use define-minor-mode.
13758         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13759         (gnus-dead-summary-mode): Use define-minor-mode.
13760         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13761         Initialize in declaration.
13762         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13763         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13764         (gnus-mailing-list-mode): Use define-minor-mode.
13765         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13766         (gnus-draft-mode): Use define-minor-mode.
13767         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13768         (gnus-dired-mode): Use define-minor-mode.
13769
13770 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13771
13772         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13773         handles on recursive mml-to-mime translation and check them for
13774         boundary delimiter collisions.  Reported by Greg Troxel.
13775
13776 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13779
13780 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13781
13782         * mm-util.el (mm-find-buffer-file-coding-system):
13783         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13784
13785 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13786
13787         * message.el (message-generate-headers): Record insertion of optional
13788         headers as well.  Otherwise the check to prevent repeated insertion of
13789         optional headers is a no-op.
13790
13791 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13792
13793         * smime.el: Don't mention CVS.
13794
13795         * nnrss.el (nnrss-fetch): Don't mention CVS.
13796
13797         * nnir.el: Don't mention CVS.
13798
13799 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13800
13801         * gnus-sum.el (gnus-summary-bookmark-make-record):
13802         Add `location' field.
13803
13804 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * lpath.el: Fbind bookmark-default-handler,
13807         bookmark-get-bookmark-record, bookmark-make-record-default,
13808         bookmark-prop-get for Emacs <23 and XEmacs.
13809
13810 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13811
13812         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13813         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13814         Use with-current-buffer to silence the byte-compiler.
13815         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13816         bother to require `gnus'.
13817         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13818
13819 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13820
13821         * gnus-sum.el (gnus-summary-bookmark-make-record)
13822         (gnus-summary-bookmark-jump): New functions.
13823         (gnus-summary-mode): Setup bookmark support.
13824
13825 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13826
13827         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13828         if set.
13829
13830 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13831
13832         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13833         gnus-article-browse-html-save-cid-image; make it work recursively for
13834         forwarded messages as well.
13835         (gnus-article-browse-html-parts): Work when prefix arg is given.
13836         (gnus-article-browse-html-article): Doc fix.
13837
13838 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13839
13840         * message.el (message-default-mail-headers)
13841         (message-default-headers): Carry the value mail-default-headers over
13842         into message-default-mail-headers, rather than message-default-headers.
13843
13844 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13845
13846         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13847         charset.
13848
13849         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13850         charset into the <meta> tag when the article is encoded to utf-8.
13851
13852 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13853
13854         * gnus-art.el (gnus-article-browse-delete-temp-files):
13855         Delete directories as well.
13856         (gnus-article-browse-html-parts): Work for images that do not specify
13857         file names; delete temp directory when quitting; insert header at the
13858         right place; use file: scheme for image files.
13859
13860 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13861
13862         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13863         (gnus-article-browse-html-parts): Use it to make temporary cid image
13864         files in addition to html file so that browser may display them.
13865
13866 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13867
13868         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13869
13870 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13871
13872         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13873
13874 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13875
13876         * auth-source.el (auth-sources): Change default to be simpler.
13877         Explain about Secret Service API sources.  Improve Customize options.
13878         (auth-source-pick): Change to accept any number of search parameters.
13879         Implement fallbacks iteratively, not recursively.  Add scoring on the
13880         second pass and sort by score.  Call Secret Service API when needed.
13881         (auth-source-user-or-password): Use it.  Call Secret Service API
13882         directly when needed to get the user name and the password.
13883
13884 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13885
13886         * message.el (message-interactive): Doc fix.
13887         (message-qmail-inject-args): Reflow.
13888         (message-kill-to-signature): Fix typo in docstring.
13889
13890         * smiley.el (smiley-buffer): Fix typo in docstring.
13891
13892 2010-03-24  Glenn Morris  <rgm@gnu.org>
13893
13894         * mail-source.el (gnus-message): Declare.
13895         (mail-source-delete-old-incoming): Require gnus-util.
13896
13897 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13898
13899         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13900
13901         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13902
13903         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13904         password-cache's default if it is not bound.
13905         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13906         password-cache-expiry's default if it is not bound.
13907
13908         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13909         available in Emacs 21.
13910
13911         * lpath.el: Suppress compiler warnings for:
13912         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13913         XEmacs;
13914         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13915         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13916         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13917
13918 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13919
13920         * auth-source.el (auth-sources): Fix up definition so extra parameters
13921         are always inline.
13922
13923 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13924
13925         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13926         wasn't updated after mismatch.  Clear cached mailbox info correctly
13927         when uidvalidity changes.
13928         (nnimap-group-prefixed-name): New function to avoid some code
13929         duplication.
13930         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13931         (nnimap-request-group): Use it.
13932         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13933         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13934         with many imap folders.  This is done by caching the group status from
13935         the imap server persistently in a group parameter `imap-status'.  (This
13936         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13937         but not persistently, so every Gnus startup was still very slow.)
13938
13939 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13940
13941         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13942         delete the extra newline.  Otherwise editing of :string and :number
13943         types don't work.
13944
13945 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13946
13947         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13948         secrets.el dependency.
13949         (auth-sources): Add optional user name.  Add secrets.el configuration
13950         choice (unused right now).
13951
13952 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13953
13954         * gnus-sum.el (gnus-summary-make-menu-bar):
13955         Let `gnus-registry-install-shortcuts' fill in the functions.
13956
13957         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13958         warnings.
13959         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13960         (gnus-registry-install-shortcuts): Populate and use it in a
13961         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13962
13963 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13964
13965         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13966         In-place substitutions for the group name encoding/decoding.
13967         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13968         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13969         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13970         (nnimap-update-unseen, nnimap-request-list)
13971         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13972         (nnimap-request-set-mark, nnimap-split-to-groups)
13973         (nnimap-split-articles, nnimap-request-newgroups)
13974         (nnimap-request-create-group, nnimap-request-accept-article)
13975         (nnimap-request-delete-group, nnimap-request-rename-group)
13976         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13977         `encoded-mbx' for consistency.
13978         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13979         variable `imap-current-mailbox'.
13980
13981         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13982         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13983
13984 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13985
13986         * pop3.el (pop3-display-message-size-flag): Display message size byte
13987         counts during POP3 download.
13988         (pop3-movemail): Use it.
13989         (pop3-list): Implement listing of available messages.
13990
13991 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13992
13993         * nnir.el (nnir-get-article-nov-override-function): New function to
13994         override the normal NOV retrieval.
13995         (nnir-retrieve-headers): Use it.
13996
13997 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13998
13999         * auth-source.el (netrc-machine-user-or-password): Autoload.
14000
14001 2010-03-19  Glenn Morris  <rgm@gnu.org>
14002
14003         Stop message.el from loading about 40 libraries it doesn't always need.
14004         The general approach is to autoload rather than require, and to
14005         require in the specific functions rather than the file.  (Bug#5642)
14006
14007         * gmm-utils.el: Don't require wid-edit.
14008         (widget-create-child-value, widget-convert, widget-default-get):
14009         Autoload.
14010
14011         * gnus-util.el: Don't require time-date, netrc.
14012         (message-fetch-field, gnus-group-name-decode): Declare rather than
14013         autoloading.
14014         (gnus-fetch-field): Require message.
14015         (gnus-decode-newsgroups): Require gnus-group.
14016
14017         * ietf-drums.el: Don't require time-date.
14018
14019         * message.el: Don't require hashcash, canlock, ecomplete.
14020         Do require mail-utils.  Require nnheader only when compiling.
14021         (smtpmail-default-smtp-server): Remove declaration.
14022         (message-send-mail-function): Check smtpmail-default-smtp-server
14023         is bound rather than requiring smtpmail.
14024         (message-auto-save-directory, message-insert-signature):
14025         Use expand-file-name rather than nnheader-concat.
14026         (nnheader-insert-file-contents): Autoload.
14027         (hashcash-wait-async): Declare.
14028         (message-send-mail): Only call gnus-setup-posting-charset if
14029         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
14030         (message-send-mail-with-sendmail): Require sendmail.
14031         (canlock-password, canlock-password-for-verify): Declare.
14032         (message-canlock-password): Require canlock.
14033         (nnheader-get-report): Autoload.
14034         (gnus-setup-posting-charset): Declare.
14035         (message-send-news): Require gnus-msg.
14036         (message-make-references, message-make-in-reply-to): Use mail-header-id
14037         rather than the alias mail-header-message-id.
14038         (ecomplete-add-item, ecomplete-save): Declare.
14039         (message-put-addresses-in-ecomplete): Require ecomplete.
14040         (ecomplete-display-matches): Autoload.
14041
14042         * mm-decode.el: Don't require mailcap, gnus-util.
14043         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
14044         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
14045         Autoload.
14046         (mailcap-mime-extensions): Declare.
14047
14048         * mm-encode.el: Don't require mailcap.
14049         (mailcap-extension-to-mime): Autoload.
14050
14051         * mml-sec.el: Don't require password-cache.
14052
14053         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
14054         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
14055         (mml-minibuffer-read-type): Require mailcap.
14056         (mml-preview): Require gnus-msg.
14057
14058         * mml1991.el: Require password-cache.
14059         (password-cache-expiry): Remove declaration.
14060
14061         * mml2015.el: Require password-cache.
14062         (password-cache-expiry): Remove declaration.
14063
14064         * nneething.el (mailcap): Require mailcap.
14065
14066         * nnheader.el (declare-function): Add compatibility stub.
14067         (message-remove-header): Declare rather than autoload.
14068         (nnheader-replace-header): Require message.
14069
14070         * nnimap.el (declare-function): Add compatibility stub.
14071         (netrc-parse, netrc-machine-user-or-password): Declare.
14072         (nnimap-open-connection): Require netrc.
14073
14074         * nntp.el (declare-function): Add compatibility stub.
14075         (netrc-parse, netrc-machine, netrc-get): Declare.
14076         (nntp-send-authinfo): Require netrc.
14077
14078         * rfc2047.el: Don't require qp.
14079         (quoted-printable-encode-region, quoted-printable-decode-string):
14080         Autoload.
14081
14082         * sieve-mode.el: Don't require easymenu.
14083         (easy-menu-add-item): Autoload it.
14084
14085         * spam-stat.el (time-to-number-of-days): Autoload it.
14086
14087 2010-03-19  Glenn Morris  <rgm@gnu.org>
14088
14089         * password-cache.el (password-cache, password-cache-expiry): Autoload.
14090
14091 2010-03-18  Glenn Morris  <rgm@gnu.org>
14092
14093         * hashcash.el (declare-function): Remove duplicate definition.
14094
14095 2010-03-17  Kevin Ryde  <user42@zip.com.au>
14096
14097         * mml.el (mml-read-tag): Unquote values with `read' to reverse
14098         prin1 in mml-insert-tag (just stripping the quotes gave wrong
14099         value if any backslash escapes).
14100
14101 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14102
14103         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
14104         if it is available.  (bug#5647)
14105
14106         * lpath.el: Suppress compiler warning for coding-system-from-name for
14107         Emacs 21 and XEmacs.
14108
14109 2010-03-14  Juri Linkov  <juri@jurta.org>
14110
14111         * hmac-def.el:
14112         * hmac-md5.el:
14113         * netrc.el: Fix keywords.
14114
14115 2010-02-26  Glenn Morris  <rgm@gnu.org>
14116
14117         * message.el (message-send-mail-function): Change the default, so that
14118         it inherits from a customized send-mail-function.  (Bug#5643)
14119
14120 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14121
14122         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
14123         shell-command-to-string signals an error (bug#5299).
14124
14125 2010-02-24  Glenn Morris  <rgm@gnu.org>
14126
14127         * message.el (message-smtpmail-send-it)
14128         (message-send-mail-with-mailclient): Doc fixes.
14129
14130 2010-02-16  Glenn Morris  <rgm@gnu.org>
14131
14132         * message.el (message-default-mail-headers): Change the default value
14133         to ease the transition from mail-mode to message-mode.  (Bug#5555)
14134
14135 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14136
14137         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
14138         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
14139
14140 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
14141
14142         * time-date.el (date-to-time): Doc fix (Bug#5408).
14143
14144 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
14145
14146         * message.el (message-mail): Just pass yank-action on to message-setup.
14147         (message-setup): Handle (FUN . ARGS) form of yank-action.
14148         (message-with-reply-buffer, message-widen-reply)
14149         (message-yank-original): Handle non-buffer values of
14150         message-reply-buffer (Bug#4080).
14151         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
14152
14153 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
14154
14155         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
14156         Fix typo in docstring.
14157
14158 2010-01-08  Jason Rumney  <jasonr@gnu.org>
14159
14160         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
14161         response.
14162
14163 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
14166
14167         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14168
14169         * message.el (message-check-news-header-syntax): Protect against a
14170         string that `rfc822-addresses' returns when parsing fails.
14171
14172 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14173
14174         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
14175         (gnus-previous-char-property-change): New functions.
14176
14177         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
14178
14179 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
14180
14181         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
14182         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
14183
14184 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
14185
14186         * message.el (message-exchange-point-and-mark): Rework last change to
14187         avoid using optional arg of exchange-point-and-mark, for backward
14188         compatibility.
14189
14190 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
14191
14192         * message.el (message-exchange-point-and-mark):
14193         Call exchange-point-and-mark with an argument rather than setting
14194         mark-active by hand (Bug#5175).
14195
14196 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * nntp.el (nntp-service-to-port): Work for service expressed with
14199         numeric string; replace [:digit:] with [0-9] for XEmacs.
14200
14201 2009-12-17  Glenn Morris  <rgm@gnu.org>
14202
14203         * gnus-group.el (gnus-bug-group-download-format-alist):
14204         Change emacs entry to debbugs.gnu.org.  Bump :version.
14205
14206 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14207
14208         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
14209
14210 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14211
14212         * message.el (message-info): Explain why we use `Info-goto-node'.
14213
14214 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14215
14216         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
14217
14218 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14219
14220         * message.el (message-completion-in-region): New compatibility function.
14221         (message-expand-group): Use it.
14222
14223 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14224
14225         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
14226         with no unread article should be listed if the 2nd arg `predicate' is
14227         given.
14228
14229 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
14232
14233 2009-11-29  Juri Linkov  <juri@jurta.org>
14234
14235         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14236         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
14237         on `gnus-recenter'.  (Bug#4698, Bug#4981)
14238
14239 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14240
14241         * sha1.el (sha1-string-external): default-directory "/" in case
14242         otherwise non-existent.  process-connection-type pipe for touch of
14243         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14244
14245 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14246
14247         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14248         it's comms related and sgml-mode.el has "comm" on that basis too.
14249
14250 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14251
14252         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14253         containing tspecial characters if they have been already quoted.
14254
14255 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14256
14257         * dns-mode.el (auto-mode-alist): Purecopy string.
14258
14259 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14260
14261         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14262
14263 2009-10-24  Glenn Morris  <rgm@gnu.org>
14264
14265         * gnus-art.el (help-xref-stack-item): Define for compiler.
14266
14267 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14268
14269         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14270
14271 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14274
14275 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14276
14277         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14278         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14279
14280 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14281
14282         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14283         (gnus-overlays-in): New alias to overlays-in.
14284
14285         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14286         gnus-overlay-get, and gnus-delete-overlay.
14287         (gnus-summary-show-thread): Make it work as well for systems in which
14288         next-single-char-property-change is not available.
14289         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14290
14291         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14292         (gnus-overlay-get): New alias to extent-property.
14293         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14294
14295         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14296         SXEmacs.
14297
14298         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14299         SXEmacs.
14300
14301 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14302
14303         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14304
14305 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14306
14307         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14308         and XEmacs that don't have `remove-overlays'.
14309
14310 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14311
14312         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14313         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14314         selective display.  Use overlays instead.
14315
14316 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14317
14318         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14319
14320 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14321
14322         * spam-stat.el (spam-stat-load): Fix typo in message.
14323
14324 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14325
14326         * dig.el (dig-invoke): Fix typo in docstring.
14327         (query-dig): Reflow docstring.
14328
14329 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14330
14331         * gnus-art.el (gnus-article-encrypt-body):
14332         * message.el (message-check-recipients):
14333         * mm-util.el (mm-codepage-setup):
14334         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14335         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14336
14337 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14338
14339         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14340         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14341         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14342         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14343         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14344
14345 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14346
14347         * dig.el: Add "Keywords: comm", as per net-utils.el.
14348
14349 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14350
14351         * dig.el (dig-mode): Use define-derived-mode.
14352
14353 2009-09-19  Glenn Morris  <rgm@gnu.org>
14354
14355         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14356
14357 2009-09-18  Glenn Morris  <rgm@gnu.org>
14358
14359         * gnus-diary.el (gnus-diary-check-message):
14360         * message.el (message-insert-formatted-citation-line):
14361         * nnbabyl.el (top-level):
14362         * nndiary.el (nndiary-schedule):
14363         Fix typos in condition-case handlers.
14364
14365 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14368         configuration that provides the sole article window in a frame;
14369         position point correctly after deleting a part.
14370
14371 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14372
14373         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14374         (spam-resolve-registrations-routine): Use it to unregister articles
14375         that change status.
14376
14377 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14380         with XEmacs.
14381         (parse-time-string-chars): Use it.
14382
14383 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14384
14385         * imap.el (imap-interactive-login): Better messages.
14386         (imap-open): Fix bug with renamed buffer on reconnect.
14387         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14388         for easier debugging and cleaner code.  On successful (guessed based on
14389         server capabilities) secondary authentication, set imap-state
14390         correctly.
14391         (imap-last-authenticator): Define imap-last-authenticator as a variable
14392         to avoid warnings.
14393
14394 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14395
14396         * nnrss.el (nnrss-request-article): Remove binding of
14397         default-enable-multibyte-characters that has gotten needless by
14398         the 2007-07-13 change in rfc2047-encode-message-header.
14399
14400         * mml.el (mml-insert-multipart): Error on the message header.
14401         (mml-insert-part): Error on the message header; position point at
14402         the end of a MIME tag.
14403
14404 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14405
14406         * time-date.el (autoload): Expand define-obsolete-function-alias into
14407         defalias and make-obsolete for old Emacsen that Gnus supports.
14408         (with-no-warnings): Define it for old Emacsen.
14409         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14410         is available.
14411         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14412         float-time is available; suppress compile warning for time-to-seconds.
14413
14414         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14415         (gnus-float-time): Alias to float-time if it exists.
14416
14417         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14418         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14419         float-time is available; suppress compile warning for time-to-seconds.
14420
14421         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14422         XEmacs.
14423
14424 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14425
14426         * imap.el (imap-message-map): Docstring fix.
14427
14428 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14429
14430         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14431         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14432         Add the optional argument `encoding' that overrides the default.
14433
14434         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14435         mm-encode-buffer.
14436
14437 2009-09-04  Glenn Morris  <rgm@gnu.org>
14438
14439         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14440         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14441         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14442         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14443         * mm-util.el (mm-with-unibyte-current-buffer)
14444         (mm-find-buffer-file-coding-system):
14445         * yenc.el (yenc-decode-region): Use default-value rather than
14446         default-enable-multibyte-characters.
14447
14448 2009-09-03  Glenn Morris  <rgm@gnu.org>
14449
14450         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14451         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14452         than default-enable-multibyte-characters.
14453
14454 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14455
14456         * gnus-art.el (gnus-article-read-summary-keys):
14457         Fix gnus-buffer-configuration's value temporarily used.
14458
14459 2009-09-02  Glenn Morris  <rgm@gnu.org>
14460
14461         * gnus-util.el (gnus-float-time): New function.
14462         * gnus-delay.el (gnus-delay-article):
14463         * gnus-sum.el (gnus-thread-latest-date):
14464         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14465         * nnspool.el (nnspool-request-newgroups):
14466         Use gnus-float-time rather than time-to-seconds.
14467         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14468
14469         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14470         (gnus-header-subject-face, gnus-header-newsgroups-face)
14471         (gnus-header-name-face, gnus-header-content-face):
14472         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14473         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14474         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14475         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14476         (gnus-cite-face-11):
14477         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14478         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14479         (gnus-server-closed-face, gnus-server-denied-face)
14480         (gnus-server-offline-face):
14481         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14482         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14483         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14484         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14485         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14486         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14487         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14488         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14489         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14490         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14491         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14492         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14493         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14494         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14495         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14496         (gnus-summary-high-undownloaded-face)
14497         (gnus-summary-low-undownloaded-face)
14498         (gnus-summary-normal-undownloaded-face)
14499         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14500         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14501         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14502         (gnus-splash-face):
14503         * message.el (message-header-to-face, message-header-cc-face)
14504         (message-header-subject-face, message-header-newsgroups-face)
14505         (message-header-other-face, message-header-name-face)
14506         (message-header-xheader-face, message-separator-face)
14507         (message-cited-text-face, message-mml-face):
14508         * sieve-mode.el (sieve-control-commands-face)
14509         (sieve-action-commands-face, sieve-test-commands-face)
14510         (sieve-tagged-arguments-face):
14511         * spam.el (spam-face):
14512         Mark face aliases with "-face" in the name as obsolete.
14513
14514 2009-09-01  Glenn Morris  <rgm@gnu.org>
14515
14516         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14517         than goto-line.
14518
14519 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14520
14521         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14522         Don't move point if the command is invoked inside the message header.
14523
14524 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14525
14526         * imap.el (imap-send-command): Simplify.
14527         (imap-wait-for-tag): point-max -> buffer-size.
14528
14529 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14530
14531         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14532         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14533         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14534         * nnir.el (nnir-swish-e-index-file):
14535         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14536         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14537         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14538         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14539         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14540         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14541
14542 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14543
14544         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14545         Don't save excursion.
14546
14547 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14548
14549         * nnheader.el (nnheader-find-file-noselect):
14550         * mm-util.el (mm-insert-file-contents):
14551         Use (default-value 'major-mode) instead of default-major-mode.
14552
14553 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14554
14555         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14556
14557 2009-08-26  Glenn Morris  <rgm@gnu.org>
14558
14559         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14560         than placing in files.el.
14561
14562 2009-08-25  Glenn Morris  <rgm@gnu.org>
14563
14564         * nnir.el (top-level): Don't require cl at run-time.
14565         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14566         Replace cl-function substitute with gnus-replace-in-string.
14567         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14568         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14569         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14570         simplified expansions.
14571
14572 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14573
14574         * dig.el (dig): Add autoload cookie.
14575
14576 2009-08-22  Glenn Morris  <rgm@gnu.org>
14577
14578         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14579         goto-line.
14580
14581 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14582
14583         * parse-time.el (parse-time-string-chars): Save match data.
14584
14585 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14586
14587         * parse-time.el (parse-time-string-chars): Compute using character
14588         classes, to handle non-ascii characters (Bug#3190).
14589
14590 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14591
14592         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14593
14594         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14595         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14596         (gnus-mm-display-part, gnus-mime-display-single)
14597         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14598         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14599
14600         * gnus-sum.el
14601         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14602         (gnus-summary-move-article): Add expirable mark to articles copied or
14603         moved to group that has auto-expire turned on if the option is non-nil.
14604
14605 2009-07-24  Glenn Morris  <rgm@gnu.org>
14606
14607         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14608         Fix typo.  (Bug#3903)
14609
14610 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14613         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14614         that should not be used for draft articles.
14615         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14616         that has no concern in minor mode keys.
14617         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14618         Abolish.
14619
14620 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14621
14622         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14623         article without making inquiry to a user for unknown encoding.
14624
14625         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14626         (nnmaildir--scan): Assume i-node and device number that file-attributes
14627         returns might be cons-cell.
14628
14629         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14630
14631         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14632
14633 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14634
14635         * auth-source.el: Remove docs now in auth.texi.  Don't use
14636         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14637         `auth-source-hide-passwords' and use them.
14638
14639 2009-07-15  Glenn Morris  <rgm@gnu.org>
14640
14641         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14642
14643 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14644
14645         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14646         excessive whitespace from the default values of title and description.
14647
14648 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14651         mail-fetch-field to fetch Content-Description header in order to
14652         exclude newlines.
14653
14654 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14655
14656         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14657         format used by GnuPG 2.0.11.
14658
14659 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14660
14661         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14662         to deleted part.
14663
14664 2009-05-30  David Engster  <dengste@eml.cc>
14665
14666         * nnmairix.el: Remove old documentation in the commentary block.
14667         (nnmairix-request-group): Do not update active file for nnml back ends.
14668         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14669         end so that overview files are ignored.
14670         (nnmairix-update-groups): Make updating the groups more robust by using
14671         marks.
14672         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14673         with dollar characters in message-id.
14674
14675 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14676
14677         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14678         2008-12-25 in dns.el.
14679
14680 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14681
14682         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14683         could happen if the text is only composed of spaces and/or tabs.
14684
14685 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14686
14687         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14688         when sending a queued message to avoid extra mml tags.
14689
14690 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14693
14694 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14695
14696         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14697         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14698         rmail-toggle-header for XEmacs;
14699         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14700
14701 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14702
14703         * gnus-dired.el: Remove autoload for gnus-setup-message.
14704         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14705         displaying Gnus logo; always use compose-mail.
14706
14707 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14710
14711 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14712
14713         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14714         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14715         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14716         available.
14717         (gnus-nocem-epg-verify): New function.
14718
14719 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14720
14721         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14722
14723 2009-02-15  Glenn Morris  <rgm@gnu.org>
14724
14725         * gnus-util.el (rmail-insert-rmail-file-header)
14726         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14727         autoloads.
14728         (rmail-default-rmail-file): Remove unnecessary declaration.
14729         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14730
14731 2009-02-14  Glenn Morris  <rgm@gnu.org>
14732
14733         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14734         variable (only used in gnus-util, which declares it anyway).
14735         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14736         which was only needed by gnus-art (changed to not use it any more).
14737         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14738         only used in gnus-util, which autoloads it itself.
14739         (rmail-update-summary): Fix autoload.
14740
14741         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14742         rather than rmail-output-to-rmail-file.
14743
14744 2009-02-07  Glenn Morris  <rgm@gnu.org>
14745
14746         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14747         autoload of function that no longer exists.
14748         (rmail-toggle-header): Declare.
14749         (message-forward-rmail-make-body): Handle mbox Rmail.
14750
14751 2009-01-31  Glenn Morris  <rgm@gnu.org>
14752
14753         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14754         2009-01-09 change.
14755
14756 2009-01-31  Dave Love  <fx@gnu.org>
14757
14758         * imap.el (imap-fetch-safe): Bind debug-on-error.
14759         (imap-debug): Add imap-fetch-safe.
14760
14761 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14762
14763         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14764         (auth-source-forget-all-cached): New convenience function.
14765         (auth-source-user-or-password): Accept list of modes or a single mode.
14766
14767         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14768         auth-source modes.
14769
14770         * netrc.el (netrc-machine-user-or-password): Use list of
14771         auth-source modes.
14772
14773         * nnimap.el (nnimap-open-connection): Use list of
14774         auth-source modes.
14775
14776         * nntp.el (nntp-send-authinfo): Use list of
14777         auth-source modes.
14778
14779 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14780
14781         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14782         now.
14783
14784 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14785
14786         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14787         coding system in XEmacs; add a workaround for XEmacs.
14788
14789         * lpath.el: Fbind coding-system-aliasee.
14790
14791 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14792
14793         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14794         of current-language-environment.
14795
14796 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14797
14798         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14799         available at runtime.
14800
14801 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14802
14803         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14804
14805 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14806
14807         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14808         the greatest positive fixnum value doesn't work under an XEmacs with
14809         bignum support; use the most-positive-fixnum constant instead,
14810         available since Emacs 21.1 with cl and XEmacs 21.1.
14811
14812 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14813
14814         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14815         XEmacs gets not to work.
14816
14817 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14818
14819         * mm-util.el (mm-coding-system-priorities): Allow the value like
14820         "Japanese (UTF-8)" of current-language-environment.
14821
14822 2009-01-09  Glenn Morris  <rgm@gnu.org>
14823
14824         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14825         with last-command-event.
14826
14827 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14828
14829         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14830         in the doc string.
14831
14832         * message.el (message-fix-before-sending): Amend comment.
14833
14834 2009-01-08  Dave Love  <fx@gnu.org>
14835
14836         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14837
14838 2009-01-07  David Engster  <dengste@eml.cc>
14839
14840         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14841         simplified server definitions by converting it via
14842         gnus-server-to-method.
14843
14844 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14845
14846         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14847         parameter's operands.
14848
14849 2009-01-06  David Engster  <dengste@eml.cc>
14850
14851         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14852         primary select method (for gnus-group-mark-article-as-read).
14853
14854 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14855
14856         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14857         `(gnus)Face', not `(gnus)X-Face'.
14858
14859 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * mm-util.el (mm-ucs-to-char): New function.
14862
14863         * mm-url.el (mm-url-decode-entities): Use it.
14864
14865         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14866         unicode-to-char.
14867
14868 2009-01-05  Dave Love  <fx@gnu.org>
14869
14870         * time-date.el: Require cl for `declare'.
14871
14872 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14873
14874         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14875         Dave Love.
14876
14877 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14878
14879         * message.el (message-fix-before-sending): Add `eight-bit' to
14880         illegible-text check.
14881
14882 2009-01-03  Michael Olson  <mwolson@gnu.org>
14883
14884         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14885         `headers' is nil.  This can occur if the IMAP server does not have
14886         permissions to read messages from a folder, but can write new messages
14887         to the folder.
14888         (nnimap-request-article-part): Do not insert `data' if it is nil.
14889
14890         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14891         characters which will confuse `read', so skip past them.
14892
14893 2009-01-01  Dave Love  <fx@gnu.org>
14894
14895         * imap.el (imap-string-to-integer): Fix typo.
14896         (imap-fetch-safe): New function.
14897         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14898
14899         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14900
14901         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14902         (imap-parse-greeting): Fix doc strings.
14903         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14904         (imap-parse-flag-list): Make messages unique.
14905         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14906
14907         * nnimap.el: Fix author email.
14908         (nnimap-split-rule): Add FIXME comment.
14909         (nnimap-debug): Fix doc string.
14910
14911 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14912
14913         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14914
14915 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14916
14917         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14918         nslookup if resolv.conf isn't available.
14919         (dns-query): Rename from query-dns.
14920         (dns-query-cached): Rename from query-dns-cached.
14921
14922 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14923
14924         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14925         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14926         to check if those variables exist (first appeared in Emacs 18.50).
14927
14928 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14929
14930         * mm-util.el (mm-line-number-at-pos): New function.
14931
14932         * spam-report.el (spam-report-process-queue): Use it.
14933
14934 2008-12-24  David Engster  <dengste@eml.cc>
14935
14936         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14937         parameters that haven't existed as variables as buffer-local variables.
14938
14939 2008-12-23  Dave Love  <fx@gnu.org>
14940
14941         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14942         cadar.
14943
14944         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14945         imap-starttls-p.
14946         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14947
14948 2008-12-22  Dave Love  <fx@gnu.org>
14949
14950         * imap.el: Fix author email.  Doc fixes.
14951         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14952         reply.
14953
14954 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14955
14956         * spam-report.el (spam-report-gmane-max-requests): New constant.
14957         (spam-report-gmane-wait): New variable.
14958         (spam-report-gmane-ham, spam-report-gmane-spam)
14959         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14960         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14961         the server.
14962
14963         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14964         Add explanations.
14965
14966         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14967         nnheader-accept-process-output and nnheader-read-timeout if available.
14968         (pop3-movemail): Use it.
14969
14970         * message.el (message-check-news-body-syntax): Fix signature check if
14971         there's an attachment.
14972
14973 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14974
14975         * mm-util.el: Add comments to the mm- emulating functions.
14976
14977 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14978
14979         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14980         Reported by Stephen Berman <stephen.berman@gmx.net>.
14981
14982 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14983
14984         * mm-util.el (mm-substring-no-properties): New function.
14985         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14986         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14987         (mm-string-to-multibyte): Doc fix.
14988
14989         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14990
14991 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14992
14993         * mml.el (mml-attach-file): Strip text properties from file name.
14994         (Bug#1574)
14995
14996 2008-12-16  Glenn Morris  <rgm@gnu.org>
14997
14998         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14999
15000 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15001
15002         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
15003         knows since the charset specified might be a bogus alias that
15004         mm-charset-synonym-alist provides.
15005
15006 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15007
15008         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
15009         "ISO_8859-1".
15010
15011         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
15012
15013 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * mm-util.el (mm-charset-eval-alist):
15016         Define it before mm-charset-to-coding-system.
15017         (mm-charset-to-coding-system): Add optional argument `silent';
15018         define it before mm-charset-override-alist.
15019         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
15020         default value if it can be used in Emacs currently running;
15021         silence mm-charset-to-coding-system.
15022
15023 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15024
15025         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
15026         `allow-override' which says whether to use `mm-charset-override-alist'.
15027         (rfc2047-decode-encoded-words): Use it.
15028
15029         * mm-util.el (mm-charset-override-alist): Fix custom type;
15030         add `(gb2312 . gbk)' to choices.
15031
15032 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
15035         fast.
15036
15037         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15038
15039         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
15040
15041 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
15042
15043         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
15044         on links.
15045
15046         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15047
15048 2008-12-03  Lute Kamstra  <lute@gnu.org>
15049
15050         * sha1.el: Remove leading * from docstrings of defcustoms,
15051         deffaces, defconsts and defuns.
15052
15053 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15054
15055         * message.el (message-idna-to-ascii-rhs-1): Protect against local
15056         users' addresses that don't have domain parts.
15057         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
15058         rather than message-narrow-to-head since there will be the message
15059         header separator.
15060
15061 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15062
15063         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
15064         since the result is inserted in a unibyte buffer anyway.
15065         (nnimap-demule-use-string-to-multibyte): Remove.
15066         (nnimap-demule): Alias it to mm-string-to-multibyte.
15067
15068 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15069
15070         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
15071         variable for debugging bug#464 and bug#1174.
15072         (nnimap-demule): Use it.
15073
15074 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15075
15076         * gnus-score.el (gnus-score-find-trace): Handle default score in total
15077         score calculation correctly.
15078
15079 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15080
15081         * message.el (message-send-mail): Just set the buffer to unibyte
15082         rather than use mm-with-unibyte-current-buffer which does a lot more.
15083         (message-send-mail-partially): Don't bother with
15084         mm-with-unibyte-current-buffer since it's already been made unibyte by
15085         message-send-mail.
15086
15087 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
15088
15089         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
15090
15091 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
15092
15093         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
15094
15095 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15096
15097         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
15098         require itself and to remove `with-no-warnings'.
15099
15100 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
15101
15102         * starttls.el (starttls-any-program-available): Get the name of the
15103         available TLS layer program.
15104         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
15105         well as the host name in the "opening" message.
15106
15107         * auth-source.el (auth-source-cache, auth-source-do-cache)
15108         (auth-source-user-or-password): Cache passwords and logins by default,
15109         allow override with `auth-source-do-cache'.
15110         (auth-source-forget-user-or-password): Allow users to remove cache
15111         entries if needed.
15112
15113 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
15114
15115         * md4.el (md4-buffer): Fix typo in docstring.
15116         (md4, md4-64): Doc fixes.
15117         (md4-pack-int32): Reflow docstring.
15118
15119 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15120
15121         * ietf-drums.el (ietf-drums-remove-comments): Localize second
15122         condition-case to only the forward-sexp call.
15123
15124 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15125
15126         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
15127         quotes contained.  Make it more robust regardless by an extra
15128         condition-case wrapper.
15129
15130 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * lpath.el: No need to fbind codepage-setup for Emacs 23.
15133
15134 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15135
15136         * nnml.el (nnml-request-expire-articles): Check if the function set to
15137         `nnmail-expiry-target' returns the symbol `delete'.
15138
15139         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
15140
15141         * nnmail.el (nnmail-expiry-target): Fix custom type.
15142
15143 2008-10-02  Glenn Morris  <rgm@gnu.org>
15144
15145         * mm-util.el (mm-codepage-setup): Tweak codepage error.
15146         Silence compiler warning.
15147
15148 2008-10-01  Magnus Henoch  <mange@freemail.hu>
15149
15150         * tls.el (open-tls-stream): Show the actual command being
15151         executed, instead of the format string.
15152
15153 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15154
15155         * lpath.el: Fbind codepage-setup for Emacs 23.
15156
15157 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
15158
15159         * mml.el (mml-menu): Don't assume mml2015 is bound.
15160
15161 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15162
15163         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
15164         exists.
15165
15166 2008-09-27  Glenn Morris  <rgm@gnu.org>
15167
15168         * gnus-util.el (mail-header-remove-comments): Autoload it.
15169
15170 2008-09-27  Andreas Schwab  <schwab@suse.de>
15171
15172         * gnus-util.el (gnus-split-references): Strip comments.
15173         (gnus-parent-id): Likewise.
15174
15175 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
15176
15177         * message.el (message-confirm-send): Fix version.
15178
15179 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15180
15181         * message.el (message-idna-to-ascii-rhs-1): Use
15182         mail-extract-address-components rather than mail-header-parse-addresses
15183         that is an alias by default to ietf-drums-parse-addresses that does not
15184         support non-ASCII names in headers' contents.
15185
15186 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15187
15188         * message.el (message-confirm-send): Fix variable documentation to
15189         avoid the "y/n" wording.
15190
15191 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
15192
15193         * message.el (message-set-auto-save-file-name): Save to a different
15194         filename so multiple messages (especially drafts) can be recovered.
15195
15196 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
15197
15198         * message.el (message-confirm-send): Add appropriate version.
15199
15200 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
15201
15202         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
15203         defvar.
15204
15205 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
15206
15207         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
15208         (mm-pkcs7-enveloped-magic): Ditto.
15209
15210 2008-09-17  Simon Josefsson  <simon@josefsson.org>
15211
15212         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
15213         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
15214
15215 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
15216
15217         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
15218         default, it's better.
15219
15220 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
15221
15222         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
15223         summary line gnus-number property and ignore them (with a warning
15224         message).
15225
15226 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
15229         macro caddr in the interactive form since it won't be expanded.
15230
15231 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
15234         `charset'; fix name of function called recursively.
15235         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
15236
15237 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15238
15239         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15240         (gnus-mime-set-charset-parameters): New function.
15241         (gnus-mime-view-part-as-charset): Use it to correctly display part
15242         specifying wrong charset.
15243
15244 2008-09-08  David Engster  <dengste@eml.cc>
15245
15246         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
15247         in completing-read for back end server.
15248
15249 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15250
15251         * message.el (message-confirm-send): New variable to confirm sending a
15252         message.
15253         (message-send): Use it.
15254
15255 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15256
15257         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15258
15259 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15260
15261         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15262
15263 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15264
15265         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15266         prevent tracking too many groups.
15267         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15268         Use it.
15269
15270 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15271
15272         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15273         moving point to the bottom of the window in order to avoid recentering.
15274
15275 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15276
15277         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15278
15279         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15280         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15281         (gnus-article-beginning-of-window): Fix calculation.
15282
15283 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15284
15285         * gnus-msg.el (gnus-summary-supersede-article)
15286         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15287         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15288         message header.
15289
15290 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15291
15292         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15293         pending output coming after the status change.
15294
15295 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15296
15297         * message.el:
15298         * gnus-start.el:
15299         * gnus-registry.el: Remove VMS support.
15300
15301 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15302
15303         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15304         macro.
15305         (rfc2104-hash): Use it.
15306
15307 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15308
15309         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15310         (gnus-summary-sort-by-most-recent-date): New commands.
15311         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15312         and menu entries.
15313
15314 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15315
15316         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15317         don't redisplay article for raw contents; remove plural articles stuff.
15318
15319         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15320         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15321         on gnus-summary-save-article; display results properly.
15322
15323 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15324
15325         * lpath.el: No need to fbind ns-focus-frame.
15326
15327 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15328
15329         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15330
15331 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15332
15333         * gnus-art.el (gnus-summary-save-in-pipe):
15334         Consider gnus-save-all-headers.
15335
15336 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15337
15338         * gnus-util.el (ns-focus-frame): Remove declaration.
15339         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15340         like x.
15341
15342 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15343
15344         * rfc2104.el (rfc2104-zero): Delete defconst.
15345         (rfc2104-hex-alist): Likewise.
15346         (rfc2104-hex-to-int): Delete func.
15347         (rfc2104-hexstring-to-bitstring): Likewise.
15348         (rfc2104-nybbles): New defconst.
15349         (rfc2104-hash): Rewrite for speed.
15350
15351 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15352
15353         * tls.el (open-tls-stream): Make it work with the 2nd argument
15354         BUFFER that is a string but does not exist as a buffer object, as
15355         mentioned in the doc-string.
15356
15357 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15360         SXEmacs.
15361
15362 2008-07-16  Glenn Morris  <rgm@gnu.org>
15363
15364         * gnus-util.el (ns-focus-frame): Declare for compiler.
15365
15366 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15367
15368         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15369         set as a group parameter.
15370         (gnus-summary-save-in-pipe): Work when it is called independently.
15371         (gnus-summary-pipe-to-muttprint): Don't modify
15372         gnus-summary-pipe-output-default-command.
15373
15374 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15375
15376         * message.el (message-send-mail-with-sendmail):
15377         Display the error message.
15378
15379 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * gnus-art.el (gnus-default-article-saver):
15382         Add gnus-summary-save-in-pipe to choices.
15383         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15384         gnus-summary-pipe-output-default-command as the default command.
15385         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15386         instead of gnus-last-shell-command.
15387
15388         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15389         New user option.
15390         (gnus-summary-muttprint-program): Mention the value will be changed.
15391         (gnus-summary-save-article): Force showing of all headers.
15392         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15393
15394 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15395
15396         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15397
15398 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15399
15400         * nnimap.el (nnimap-id):
15401         * sieve-manage.el (sieve-manage-open): Doc fixes.
15402
15403 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15404
15405         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15406         if available.
15407
15408 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15409
15410         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15411
15412         * nnkiboze.el (nnkiboze-generate-group):
15413         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15414
15415         * nnmairix.el: Require CL.
15416
15417 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * dgnushack.el: Autoload get-display-table and put-display-table for
15420         XEmacs 21.5.
15421
15422         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15423         21.4 and SXEmacs.
15424
15425 2008-06-15  David Engster  <dengste@eml.cc>
15426
15427         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15428
15429 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15430
15431         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15432         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15433         runtime choice under XEmacs.
15434
15435         * gnus-sum.el (gnus-summary-set-display-table):
15436         Use `gnus-put-display-table', `gnus-get-display-table',
15437         `gnus-set-display-table' for the display table, instead of `aset'.
15438
15439         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15440         Use `gnus-put-display-table', `gnus-get-display-table',
15441         `gnus-set-display-table' for the display table.
15442
15443 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15444
15445         * nnmairix.el: Add autoloads.
15446
15447 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15448
15449         * nnmairix.el (nnmairix-delete-recreate-group)
15450         (nnmairix-update-and-clear-marks): Fix error messages.
15451
15452 2008-06-14  David Engster  <dengste@eml.cc>
15453
15454         * nnmairix.el: Upgrade to version 0.6.
15455         (nnmairix-group-toggle-propmarks-this-group)
15456         (nnmairix-group-toggle-readmarks-this-group)
15457         (nnmairix-group-delete-recreate-this-group)
15458         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15459         (nnmairix-remove-tick-mark-original-article): New commands.
15460         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15461         (nnmairix-propagate-marks-to-nnmairix-groups)
15462         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15463         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15464         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15465         functions needed for marks propagation and manipulation of read marks.
15466         (nnmairix-update-groups): New function.
15467         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15468         (nnmairix-determine-original-group-from-registry)
15469         (nnmairix-determine-original-group-from-path)
15470         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15471         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15472         New helper functions.
15473         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15474         keystrokes for new commands.
15475         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15476         (nnmairix-request-group): Check allow-fast group parameter.
15477         (nnmairix-request-create-group): Set allow-fast group parameter if
15478         nnmairix-allowfast-default is set.
15479         (nnmairix-close-group): Propagate marks upon closing if needed.
15480         (nnmairix-group-toggle-threads-this-group): Use new.
15481         nnmairix-group-toggle-parameter helper function.
15482         (nnmairix-search): Better check for empty search result.
15483         (nnmairix-goto-original-article): Use new helper functions for
15484         determining original article.
15485         (nnmairix-show-original-article): Make sure message-id is in brackets.
15486         (nnmairix-call-mairix-binary): Change variable name.
15487         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15488         helper function.
15489         (nnmairix-widget-toggle-activate): Fix doc string.
15490
15491 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * nnir.el: Require edmacro when compiling with XEmacs.
15494         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15495         available in Emacs 21.
15496
15497 2008-06-11  Glenn Morris  <rgm@gnu.org>
15498
15499         * gnus-util.el (x-focus-frame):
15500         * gnus.el (image-size):
15501         * mm-decode.el (image-size): Declare.
15502
15503         * gnus-picon.el (declare-function): Add compat definition.
15504         (image-size): Declare.
15505
15506         * gnus-group.el (tool-bar-map):
15507         * gnus-sum.el (tool-bar-map): Define for compiler.
15508
15509         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15510
15511         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15512
15513         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15514         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15515         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15516         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15517         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15518         * sieve-manage.el, spam-report.el, spam.el:
15519         Remove unnecessary eval-and-compile of autoloads.
15520
15521 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15522
15523         * auth-source.el: Precise Tramp doc.
15524
15525 2008-06-07  Glenn Morris  <rgm@gnu.org>
15526
15527         * nnmairix.el: Remove unnecessary eval-when-compile.
15528
15529 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15530
15531         * lpath.el: Fbind propertize for XEmacs 21.4.
15532
15533 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15534
15535         * nnir.el: Move here from ../contrib.
15536
15537 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15538
15539         * gnus-util.el (gnus-read-shell-command): New function.
15540         * mm-decode.el (mm-pipe-part):
15541         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15542
15543 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15544
15545         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15546
15547 2008-06-03  Glenn Morris  <rgm@gnu.org>
15548
15549         * pop3.el (nnheader-accept-process-output): Autoload it.
15550
15551 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15552
15553         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15554         are not 2-digit hexadecimal characters that follow `%'s.
15555
15556 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15557
15558         * message.el (message-bogus-recipient-p): Fix type in doc string.
15559         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15560         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15561         Improve custom options.
15562         (message-bogus-recipient-p): Adjust accordingly.
15563
15564 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15565
15566         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15567         long-form month and day names.
15568
15569 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15570
15571         * dgnushack.el: Autoload debug, eudc-expand-inline and
15572         pgg-snarf-keys-region for XEmacs.
15573
15574         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15575
15576         * nnmairix.el: Require edmacro when compiling with XEmacs.
15577
15578 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15579
15580         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15581         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15582
15583 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15584
15585         * auth-source.el: Add more docs.
15586
15587         * netrc.el (netrc-machine): Always match if the port is not given.
15588
15589 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15590
15591         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15592         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15593         retrieval faster in some cases, but might make CPU usage larger.
15594         If this has any bad side effects, we might revert this change.
15595
15596         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15597         seems to make mail retrieval much, much faster.
15598         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15599         unconditionally.
15600
15601         * gnus-draft.el (gnus-group-send-queue):
15602         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15603
15604 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15605
15606         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15607
15608         * message.el (message-bogus-address-regexp): Fix and improve custom
15609         type.
15610         (message-setup-hook): Add message-check-recipients as custom option.
15611
15612 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15613
15614         * message.el (message-cite-function): Remove bogus autoload which crept
15615         in during merge from v5-10.
15616
15617 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15618
15619         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15620
15621         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15622
15623         * auth-source.el: Preliminary Tramp docs.
15624         (auth-sources): Change the default auth-sources to use
15625         EPA .gpg files.
15626
15627 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15628
15629         * nntp.el: Autoload `auth-source-user-or-password'.
15630         (nntp-send-authinfo): Use it.
15631
15632         * nnimap.el: Autoload `auth-source-user-or-password'.
15633         (nnimap-open-connection): Use it.
15634
15635         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15636         for the gnus-message function.
15637         (auth-source-user-or-password): Use it.
15638
15639 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15640
15641         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15642         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15643         (rfc2104-hash): Use it.
15644
15645 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15646
15647         * gnus-art.el (gnus-article-toggle-truncate-lines):
15648         Don't use `iff' in docstring.
15649
15650 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15651
15652         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15653
15654         * gnus-util.el (gnus-extract-address-component-name)
15655         (gnus-extract-address-component-email): Convenience functions around
15656         `gnus-extract-address-components'.
15657
15658         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15659         Use `gnus-extract-address-component-email' to fix bug of comparing full
15660         sender name to `user-mail-address'.
15661
15662 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15663
15664         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15665         catch/throw to optimize.
15666         (gnus-registry-find-keywords): Just use member to find a keyword.
15667
15668 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15669
15670         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15671         is current before calling gnus-server-prepare.
15672         (gnus-server-setup-buffer, gnus-server-update-server)
15673         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15674
15675 2008-05-04  Juri Linkov  <juri@jurta.org>
15676
15677         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15678         (mailcap-file-default-commands): Use mailcap-replace-in-string
15679         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15680         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15681
15682 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15683
15684         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15685
15686 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15687
15688         * gnus.el: Bump version to 0.11.
15689
15690 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15691
15692         * gnus.el: No Gnus v0.10 is released.
15693
15694 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15695
15696         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15697         hooks.
15698         (gnus-update-read-articles): Speed up non-marks-using users.
15699         (gnus-use-marks): Define gnus-use-marks.
15700         (gnus-propagate-marks): Rename variable to something more sensible.
15701
15702 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15703
15704         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15705         (gmm-image-load-path-for-library): Fix typos in docstrings.
15706         (gmm-message): Reflow docstring.
15707
15708 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15709
15710         * mail-source.el (mail-source-set-1, mail-source-bind):
15711         Move auth-source code out of the macro to clean it up and fix bugs.
15712
15713 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15714
15715         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15716         by sender if it's equal to user-mail-address, it's likely to be
15717         useless.
15718
15719         * mail-source.el (mail-source-bind): Don't use user or password if they
15720         are not bound.  Unintern them if they are nil.  Don't use server unless
15721         it's bound, and default it to empty string otherwise.
15722
15723 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15724
15725         * mail-source.el: Load auth-source.el.
15726         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15727         get user name or password, if auth-sources is set up.
15728
15729         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15730         strategy of splitting with parent.
15731         (gnus-registry-split-fancy-with-parent)
15732         (gnus-registry-post-process-groups): Use it and fix prior
15733         bug (returning a list as the split result).
15734
15735         * auth-source.el (auth-sources): Remove server parameter.
15736         (auth-source-pick, auth-source-user-or-password)
15737         (auth-source-user-or-password-imap)
15738         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15739         (auth-source-user-or-password-sftp)
15740         (auth-source-user-or-password-smtp): Remove server parameter.
15741
15742 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15743
15744         * smime.el (smime-sign-region, smime-encrypt-region)
15745         (smime-decrypt-region):
15746         Remove redundant calls to `generate-new-buffer-name'.
15747
15748 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15749
15750         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15751         Don't use QP for message/rfc822.
15752         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15753
15754 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15755
15756         * sieve-manage.el (sieve-string-bytes): Remove.
15757         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15758         correct byte-length only if the process's coding-system is the same as
15759         the one used internally by Emacs to represent strings.
15760
15761 2008-04-22  Juri Linkov  <juri@jurta.org>
15762
15763         * mailcap.el (mailcap-file-default-commands): New function.
15764
15765 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15766
15767         * message.el (message-signature-separator, message-cite-function):
15768         Change custom version.
15769
15770 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15771
15772         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15773         commands.
15774         (tls-checktrust): Ditto.
15775
15776 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15777
15778         * mm-decode.el (mm-display-external): Make temp file read-only.
15779
15780 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15781
15782         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15783         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15784         `C-c C-f d'.
15785
15786 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15787
15788         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15789
15790 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15791
15792         * gnus.el: Bump version to 0.9.
15793
15794 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15795
15796         * gnus.el: No Gnus v0.8 is released.
15797
15798 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15799
15800         * mail-source.el (mail-source-value):
15801         Prefer fboundp to functionp so it works with macros as well.
15802
15803 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15804
15805         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15806         Fix last change in case the element is not even a symbol.
15807
15808 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15809
15810         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15811         Prefer fboundp to functionp so it works with macros as well.
15812
15813 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15814
15815         * auth-source.el: Add docs.
15816         (auth-sources): Modify format to support server.
15817         (auth-source-pick, auth-source-user-or-password)
15818         (auth-source-user-or-password-imap)
15819         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15820         (auth-source-user-or-password-sftp)
15821         (auth-source-user-or-password-smtp): Add server parameter.
15822
15823 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15824
15825         * gnus-registry.el: Initialize the registry when gnus-registry-install
15826         is t.
15827
15828 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15829
15830         * compface.el (uncompface): Make buffer unibyte.
15831
15832 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15833
15834         * mail-source.el (mail-source-value):
15835         Prefer fboundp to functionp so it works with macros as well.
15836
15837 2008-04-05  Glenn Morris  <rgm@gnu.org>
15838
15839         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15840
15841 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15842
15843         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15844         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15845
15846         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15847         multibyteness after rather than before erasing it.
15848
15849         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15850         mm-with-multibyte.
15851         (gnus-request-article-this-buffer): Make sure the proper decoding is
15852         used if gnus-original-article-buffer happens to be unibyte.
15853
15854         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15855         default-enable-multibyte-characters.
15856
15857         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15858         default-enable-multibyte-characters.
15859
15860         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15861
15862         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15863
15864 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15865
15866         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15867         Fix last change in case the element is not even a symbol.
15868
15869 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15870
15871         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15872         (imap-message-copyuid-1): Use it.
15873         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15874         J. Williams in
15875         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15876
15877         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15878         imap-enable-exchange-bug-workaround.
15879         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15880
15881 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15882
15883         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15884         a 100 byte status-checks into a 2-3MB transfer for each group.
15885         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15886         to enable bug workaround or not.
15887         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15888
15889 2008-03-31  Glenn Morris  <rgm@gnu.org>
15890
15891         * message.el (mml2015-use): Declare for compiler.
15892         (message-info): Require mml2015 when appropriate.
15893
15894 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15895
15896         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15897         whitespace.
15898
15899 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15900
15901         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15902         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15903         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15904         (nntp-service-to-port): New function.
15905         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15906         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15907         (nntp-open-netcat-stream): New function.
15908         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15909
15910 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15911
15912         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15913
15914 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15915
15916         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15917
15918 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15919
15920         * dns.el (dns-write): Use set-buffer-multibyte.
15921
15922 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15923
15924         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15925
15926 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15927
15928         * message.el (message-signature-separator): Change default.
15929         Improve custom type.
15930         (message-cite-function): Change default to
15931         message-cite-original-without-signature.
15932
15933         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15934         toggle.
15935
15936         * message.el (message-check-news-body-syntax): Fix signature check.
15937         (message-setup-1): Mark buffer as unmodified _after_ running
15938         message-setup-hook and handling message-alternative-emails.
15939         (message-shorten-references): Be more strict when building list of
15940         valid references to comply with GNKSA.
15941
15942         * gnus-group.el (gnus-read-ephemeral-bug-group)
15943         (gnus-read-ephemeral-debian-bug-group)
15944         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15945
15946         * message.el (message-info): Don't use booleanp which isn't supported
15947         in Emacs 21 and XEmacs.
15948
15949 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15950
15951         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15952         gnus-group-gmane-group-download-format.
15953         (gnus-group-read-ephemeral-gmane-group): Rename from
15954         gnus-group-read-ephemeral-gmane-group.
15955         (gnus-read-ephemeral-gmane-group-url): Rename from
15956         gnus-group-read-ephemeral-gmane-group-url.
15957         (gnus-bug-group-download-format-alist): New variable.
15958         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15959         (gnus-read-ephemeral-emacs-bug-group): New commands.
15960
15961 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15962
15963         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15964         (gnus-visible-headers): Improve custom type.
15965
15966 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15967
15968         * mml.el (mml-menu): Add workarounds for XEmacs.
15969
15970         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15971         X-Boundary header.
15972
15973         * message.el (message-simplify-recipients): Fix previous commit.
15974
15975 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15976
15977         * mm-util.el (mm-set-buffer-multibyte): New function.
15978         * mm-decode.el (mm-copy-to-buffer): Use it.
15979
15980         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15981         Prefer fboundp to functionp so it works with macros as well.
15982
15983 2008-03-19  Glenn Morris  <rgm@gnu.org>
15984
15985         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15986         Accidentally removed in the sync process with Emacs.
15987
15988 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15989
15990         * message.el (message-alter-recipients-discard-bogus-full-name):
15991         New function.
15992         (message-alter-recipients-function): New variable.
15993         (message-get-reply-headers): Use it.
15994         (message-replace-header): New helper function.
15995         (message-recipients-without-full-name): New variable.
15996         (message-simplify-recipients): New command.
15997
15998         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15999
16000         * message.el (message-info): Handle EasyPG manual.
16001
16002         * mml.el (mml-menu): Add entry for EasyPG.
16003
16004 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
16005
16006         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
16007         parameter.
16008
16009         * message.el (message-disassociate-draft): Specify drafts group name
16010         fully.
16011
16012 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
16013
16014         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16015         Eliminate unnecessary duplicates from the match list.
16016
16017 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
16020
16021         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
16022
16023         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
16024         args of `how-many' of which the XEmacs version doesn't take; declare
16025         Info-index-next as function.
16026
16027 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16028
16029         * gnus-score.el (gnus-score-headers): Fix handling of
16030         gnus-inhibit-slow-scoring.
16031
16032         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
16033         string.
16034         (gnus-button-url-regexp): Improve handling of parenthesis.
16035         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
16036         (gnus-button-handle-info-keystrokes): Handle index entries.
16037
16038 2008-03-15  Glenn Morris  <rgm@gnu.org>
16039
16040         * parse-time.el (parse-time-string): Simplify.
16041
16042 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16043
16044         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
16045         Incoming* files.
16046
16047 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
16048
16049         * auth-source.el (auth-sources): Rename from auth-source-choices.
16050         (auth-source-pick): Use it.
16051
16052 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16053
16054         * binhex.el (binhex-decode-region-internal):
16055         * uudecode.el (uudecode-decode-region-internal):
16056         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16057         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16058         setting default-enable-multibyte-characters.
16059
16060 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
16061
16062         * auth-source.el (auth-source-protocols)
16063         (auth-source-protocols-customize, auth-source-choices): Add and
16064         modified variable customizations and defaults.
16065         (auth-source-pick, auth-source-user-or-password)
16066         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
16067         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
16068         (auth-source-user-or-password-sftp)
16069         (auth-source-user-or-password-smtp): Use new variables and provide an
16070         interface to netrc.el.
16071
16072 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
16075         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
16076         Make sure the nntp port to specify is a string.
16077
16078 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16079
16080         * nntp.el: Use with-current-buffer.
16081         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
16082         dubious mm-with-unibyte-current-buffer.
16083         (nntp-with-open-group-function): New function extracted from
16084         nntp-with-open-group macro.
16085         (nntp-with-open-group): Use the function, so it's easier to debug.
16086         Add indentation and debugging info.
16087         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
16088         Recommend the use of the netcat alternatives.
16089
16090         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
16091         Avoid mm-string-as-multibyte as well.
16092
16093         * nnweb.el (nnweb-insert-html):
16094         Remove use of nnheader-string-as-multibyte.
16095
16096         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
16097         (nnheader-string-as-multibyte): Remove.
16098
16099         * mm-view.el: Use inhibit-read-only.
16100         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
16101         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
16102         or unibyte-string.
16103
16104         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
16105         (mm-uu-yenc-extract): Use with-current-buffer.
16106
16107         * gnus-soup.el (gnus-soup-send-packet): Don't use
16108         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
16109
16110         * nnmh.el: Use with-current-buffer.
16111         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
16112         mm-string-as-multibyte on the output of mm-encode-coding-string.
16113
16114         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
16115         (nnimap-request-move-article): Use with-current-buffer.
16116
16117         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
16118         inserting the handle-buffer's text, so the implicit multibyte->unibyte
16119         conversion uses string-make-unibyte rather than string-as-unibyte.
16120
16121         * gnus-msg.el: Use with-current-buffer.
16122
16123         * message.el (message-ignored-resent-headers): Add "Delivered-To".
16124
16125 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
16126
16127         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
16128         string for caching if it is 'PIN.
16129
16130 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16131
16132         * lpath.el: Consider the case without Emacs/W3.
16133
16134 2008-03-08  Glenn Morris  <rgm@gnu.org>
16135
16136         * time-date.el (date-to-time, time-subtract, time-add)
16137         (safe-date-to-time): Doc fixes.
16138
16139 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16140
16141         * mail-source.el (mail-source-delete-old-incoming-confirm):
16142         Change default to nil.
16143         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
16144
16145 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16146
16147         * lpath.el: Rearrange.
16148
16149         * gnus-art.el (gnus-narrow-to-page): Position point properly.
16150         (gnus-article-goto-prev-page): Work for articles having ^L's.
16151
16152         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
16153
16154         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
16155
16156 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
16157
16158         * gnus-bookmark.el: Adjust for renames in bookmark.el.
16159         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
16160         (gnus-bookmark-jump): Adjust some variable names.
16161
16162 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
16163
16164         * auth-source.el: New package.
16165         (auth-source-choices): Add customization entry point variable.
16166
16167         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
16168         bug.
16169
16170 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
16171
16172         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
16173         (gnus-registry-initialize, gnus-registry-install-p): Use it.
16174         (gnus-registry-install-shortcuts): Rename from
16175         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
16176         the `gnus-registry-mark-map' keymap dynamically from
16177         `gnus-registry-marks'.  The generated functions update the summary line
16178         when a registry mark is added or deleted, and will call
16179         `gnus-registry-install-p' (see the comments in the code).
16180         (gnus-registry-user-format-function-M): Use concat intelligently.
16181
16182         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
16183         the registry mark functions.
16184
16185 2008-03-05  Glenn Morris  <rgm@gnu.org>
16186
16187         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
16188         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
16189         gnus-art.
16190         (top-level): No need to load own source when compiling.
16191
16192 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16193
16194         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
16195         Suggested by <chris.anderton@zetnet.co.uk>.
16196
16197 2008-03-04  Glenn Morris  <rgm@gnu.org>
16198
16199         * gnus-sum.el (top-level): No need to require gnus when compiling,
16200         since unconditionally required near start of file.
16201         (gnus-summary-display-while-building): Move definition before use.
16202
16203 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16204
16205         * gnus-registry.el (gnus-registry-user-format-function-M):
16206         Add formatting function.
16207
16208 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16209
16210         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
16211         with plists.
16212         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
16213         Use new format.
16214
16215 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16216
16217         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
16218         `where-is-internal' that returns a range of key sequences.
16219
16220 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16221
16222         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
16223
16224         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
16225         (gnus-summary-jump-to-group): Consider windows on other displayed
16226         frames as well.  Similar changes might be needed elsewhere, but that's
16227         the one I've bumped into during my use.
16228
16229         * nndoc.el (nndoc-oe-dbx-type-p):
16230         * gnus-msg.el (gnus-debug):
16231         * gnus-group.el (gnus-update-group-mark-positions):
16232         Use mm-string-to-multibyte.
16233
16234 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16235
16236         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
16237         doesn't handle NotDashEscaped.
16238
16239         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
16240         (mml-dnd-attach-options): Fix typo in custom choice.
16241
16242         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
16243         Change nndoc-article-type to mbox.
16244         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
16245
16246         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
16247         to nil, instead of html2text.
16248
16249         * imap.el (imap-debug): Add `imap-ping-server'.
16250
16251         * gnus-bookmark.el: Add FIXMEs.
16252
16253         * message.el (message-form-letter-separator)
16254         (message-send-form-letter-delay): New variables.
16255         (message-send-form-letter): Use them.  New command to send form
16256         letters.  Requested by Uwe Siart.
16257         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16258
16259 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16260
16261         * Update copyright years.
16262
16263 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16264
16265         Sync from EMACS_22_BASE.
16266
16267         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16268
16269 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16270
16271         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16272         empty author.
16273
16274 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16275
16276         * gnus-registry.el (gnus-registry-marks): Add variable for
16277         customization of marks and their appearance.
16278         (gnus-registry-read-mark): Use it.
16279         (gnus-registry-do-marks): Add utility function to loop through
16280         `gnus-registry-marks'.
16281         (gnus-registry-install-shortcuts-and-menus): Add function to install
16282         shortcuts and menus.
16283         (gnus-registry-initialize): Use it.
16284         (gnus-registry-default-mark): Clarify documentation.
16285
16286 2008-02-29  Glenn Morris  <rgm@gnu.org>
16287
16288         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16289         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16290         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16291         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16292         Change defcustom :version from 23.0 to 23.1.
16293
16294 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16295
16296         * gnus-registry.el (gnus-registry-follow-group-p)
16297         (gnus-registry-post-process-groups): Add functions to aid registry
16298         splitting and improve logging.  Clarify behavior in function
16299         documentation.
16300         (gnus-registry-split-fancy-with-parent): Use them.
16301
16302 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16303
16304         * gnus-art.el: Use with-current-buffer.
16305
16306 2008-02-27  David Engster  <dengste@eml.cc>
16307
16308         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16309         Express real group name in the response.
16310
16311 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16312
16313         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16314         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16315         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16316         autoload gnus-registry-fetch-group when compiling.
16317         (nnmairix-request-group-with-article-number-correction):
16318         Remove unreferenced argument passed to nnmairix-call-backend.
16319
16320 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16321
16322         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16323         (mm-uu-extract): Improve face for low color ttys.
16324         Reported by Sascha Wilde.
16325
16326 2008-02-27  Glenn Morris  <rgm@gnu.org>
16327
16328         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16329         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16330         variables to defconsts.  Convert comments to doc-strings.
16331         (nnmairix-last-server, nnmairix-current-server): Convert from free
16332         variables to defvars.  Convert comments to doc-strings.
16333         (gnus-registry-fetch-group): Autoload.
16334         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16335         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16336         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16337         caddr.
16338         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16339         nnmairix-request-group-with-article-number-correction call.
16340         (nnmairix-fast, nnmairix-group): New, less general names, for free
16341         variables passed from nnmairix-request-group to
16342         nnmairix-request-group-with-article-number-correction.  Declare.
16343         (nnmairix-request-group-with-article-number-correction):
16344         Use nnmairix-fast, nnmairix-group rather than fast, group.
16345
16346 2008-02-26  David Engster  <dengste@eml.cc>
16347
16348         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16349         version 0.5.
16350
16351 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16352
16353         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16354         instead of making an extra function call.  Don't add the current group
16355         to articles only when they have the group.  Use
16356         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16357         Reported by David <de_bb@arcor.de>.
16358
16359 2008-02-24  Miles Bader  <miles@gnu.org>
16360
16361         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16362         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16363         (mm-find-mime-charset-region):
16364         * mm-bodies.el (mm-encode-body):
16365         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16366
16367 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16368
16369         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16370         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16371
16372 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16373
16374         * mail-source.el (mail-source-delete-incoming): Change default.
16375         Supplement doc string.
16376
16377         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16378
16379 2008-02-14  Glenn Morris  <rgm@gnu.org>
16380
16381         * time-date.el (format-seconds): New function.
16382
16383 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16384
16385         * nnmail.el (nnmail-message-id-cache-file): Derive from
16386         `gnus-home-directory'.
16387
16388 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16389
16390         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16391         Document negative prefix.
16392
16393         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16394
16395 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16396
16397         * message.el (message-unsent-separator): Add the Exim bounce
16398         separator.
16399
16400 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16401
16402         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16403         list.
16404         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16405         recipient/signer list.
16406
16407 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16408
16409         * Makefile.in (datarootdir): Define.
16410         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16411         name that might contain whitespace.
16412
16413 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16414
16415         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16416         fbound (Emacs 23 unicode), signal an error.
16417
16418 2008-02-08  Glenn Morris  <rgm@gnu.org>
16419
16420         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16421
16422 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16423
16424         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16425         ports to the calls to `netrc-machine-user-or-password' in addition to
16426         "imap" and "imaps".
16427
16428 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16429
16430         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16431
16432         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16433
16434 2008-02-01  Kenichi Handa  <handa@m17n.org>
16435
16436         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16437         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16438         (rfc2104-hash): Convert the result of concat to unibyte string.
16439
16440 2008-02-01  Dave Love  <fx@gnu.org>
16441
16442         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16443         coding-system-for-read.
16444         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16445
16446 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16447
16448         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16449         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16450         <hanche@math.ntnu.no>.
16451
16452 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16453
16454         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16455
16456         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16457
16458 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16459
16460         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16461         * message.el (message-beginning-of-line): Use featurep instead of bound
16462         tests in order to resolve conditionals at compile time.
16463
16464 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16465
16466         * mail-source.el (mail-sources): Add `group' choice.
16467
16468         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16469         parameter `in-group' to control into which group the articles go.
16470         Add treatment of `group' mail-source.
16471
16472 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16473
16474         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16475
16476         * mm-decode.el (mm-dissect-buffer): Decode description.
16477
16478         * mml.el (mml-to-mime): Encode message header first.
16479
16480 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16481
16482         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16483         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16484
16485         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16486         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16487
16488 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16489
16490         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16491
16492 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16495         prefix keys.
16496         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16497         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16498         gnus-xmas.el.
16499
16500         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16501         (gnus-xmas-article-describe-bindings): New function.
16502         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16503         gnus-xmas-article-describe-bindings.
16504
16505         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16506
16507 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16508
16509         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16510         Add new variables for article mark management.
16511         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16512         list of extra data entries which, when present, will indicate that the
16513         article ID should not be trimmed from the registry.
16514         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16515         functions.
16516         (gnus-registry-read-mark): New function to read a mark name from the
16517         user.
16518         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16519         (gnus-registry-set-article-mark-internal): New functions to add and
16520         remove marks.
16521         (gnus-registry-get-article-marks): New function to show the marks for
16522         an article, or retrieve them for further use.
16523
16524 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16525
16526         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16527         keys when no argument is given.
16528
16529 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16530
16531         * imap.el (imap-ping-server): New variable.
16532         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16533         (imap-ping-server): Minor doc string fixes.
16534
16535 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16536
16537         * imap.el (imap-ping-server): New function.
16538         (imap-opened): Call imap-ping-server.
16539
16540 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16541
16542         * gnus-sum.el (gnus-article-sort-by-random)
16543         (gnus-thread-sort-by-random): Fix doc strings.
16544         Reported by jidanni@jidanni.org.
16545
16546 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16547
16548         * gnus-art.el (gnus-article-describe-bindings): New function.
16549         (gnus-article-read-summary-keys): Use it.
16550         (gnus-article-mode-map): Bind `C-h b' to it.
16551
16552 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16553
16554         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16555         XEmacs.
16556         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16557         Protect against non-character events.
16558
16559         * lpath.el: Fbind map-keymap for Emacs 21.
16560
16561 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16562
16563         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16564         New command.
16565         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16566         instead of END.  Change name of the temp file.
16567         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16568         customizable.
16569
16570 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16571
16572         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16573         bind `S W' to gnus-article-wide-reply-with-original; set default
16574         binding to gnus-article-read-summary-send-keys.
16575         (gnus-article-read-summary-keys): Fix the order of keys; display
16576         continuation keys correctly in the echo area; describe bindings
16577         correctly when keys end with `C-h'.
16578         (gnus-article-read-summary-send-keys): New function.
16579         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16580         Work for gnus-article-read-summary-send-keys; display continuation keys
16581         correctly in the echo area.
16582         (gnus-article-reply-with-original): Ignore prefix argument.
16583         (gnus-article-wide-reply-with-original): New function.
16584
16585         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16586         Emacs 21.
16587
16588 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16589
16590         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16591         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16592
16593 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16594
16595         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16596         (gnus-group-read-ephemeral-gmane-group): New command.
16597
16598 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16599
16600         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16601
16602 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16603
16604         * message.el (message-send-mail-function): Increase custom version.
16605
16606         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16607         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16608
16609 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16610
16611         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16612         for the cases where imap-authenticate is called with a nil buffer
16613         parameter.
16614
16615 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16618         html parts correctly; support forwarded messages.
16619         (gnus-article-browse-html-article): Remove work buffers.
16620
16621         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16622         compiling.
16623         (netrc-bound-and-true-p): New macro.
16624         (netrc-parse): Use it instead of bound-and-true-p that is not available
16625         in XEmacs 21.4.
16626
16627 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16628
16629         * gnus-registry.el (gnus-registry-mark-article)
16630         (gnus-registry-article-marks): Add functionality to mark articles
16631         through the Gnus registry.
16632
16633         * encrypt.el: Clarify documentation for the new pgg method.
16634         (encrypt-file-alist): Add PGG option.
16635         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16636         functionality.  Abstract password key and messaging to external
16637         functions.
16638         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16639         (encrypt-message-method-and-cipher): Add new convenience external
16640         functions.
16641         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16642         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16643
16644         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16645         (netrc-parse): Use encrypt-file-alist to determine if
16646         encrypt-find-model or encrypt-insert-file-contents should be used.
16647
16648         * encrypt.el: Clarify documentation.  Load password-cache or
16649         password, whichever one is found first, instead of autoloading.
16650
16651 2007-12-19  Glenn Morris  <rgm@gnu.org>
16652
16653         * mml.el (message-options-set, message-narrow-to-head)
16654         (message-in-body-p, message-mail-p, message-encode-message-body):
16655         Autoload.
16656         (message-remove-header, message-narrow-to-headers-or-head)
16657         (message-subscribed-p, message-make-mail-followup-to)
16658         (message-position-on-field, message-news-p)
16659         (message-options-set-recipient, message-generate-headers)
16660         (message-sort-headers): Declare as functions.
16661
16662 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16663
16664         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16665         convention in doc string.
16666
16667 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16668
16669         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16670         title to html parts.
16671         (gnus-article-browse-html-article): Pass message header to it.
16672
16673         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16674
16675 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16676
16677         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16678         or password compatible with XEmacs.
16679
16680 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16681
16682         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16683         format document.
16684         (gnus-mime-delete-part): Don't write description line if empty.
16685         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16686
16687 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16688
16689         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16690         (gnus-summary-mark-read-and-unread-as-read)
16691         (gnus-summary-mark-current-read-and-unread-as-read)
16692         (gnus-summary-mark-unread-as-ticked): Doc fix.
16693         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16694
16695 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16696
16697         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16698         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16699
16700 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16701
16702         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16703         yes-or-no-p.
16704
16705 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16706
16707         * mm-decode.el (mm-add-meta-html-tag): New function.
16708         (mm-save-part-to-file, mm-pipe-part): Use it.
16709
16710         * gnus-art.el (gnus-article-browse-delete-temp-files):
16711         Use gnus-y-or-n-p instead of y-or-n-p.
16712         (gnus-article-browse-html-parts): Work with message/external-body; use
16713         mm-add-meta-html-tag.
16714
16715 2007-12-11  Glenn Morris  <rgm@gnu.org>
16716
16717         * gnus-cache.el: Require gnus-sum not just when compiling.
16718
16719         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16720
16721         * gnus-int.el (gnus-server-opened, gnus-status-message):
16722         Move definitions before use.
16723
16724         * mm-decode.el: Require gnus-util.
16725         (mm-remove-part): Only call delete-annotation on XEmacs.
16726
16727         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16728
16729         * nnmail.el: Require gnus-int.
16730
16731         * spam.el: Move `require's before `eval-when-compile's.
16732
16733         * gnus-ems.el (gnus-alive-p):
16734         * gnus-fun.el (message-goto-eoh):
16735         * gnus-util.el (gnus-group-name-decode):
16736         * mail-source.el (gnus-compress-sequence):
16737         * message.el (Info-goto-node, format-spec):
16738         * mm-bodies.el (message-options-get):
16739         * mm-decode.el (mm-view-pkcs7):
16740         * mm-util.el (gmm-write-region):
16741         * mml-smime.el (mml-compute-boundary)
16742         (gnus-completing-read-with-default):
16743         * mml.el (widget-button-press, gnus-make-hashtable):
16744         * mml1991.el (mm-decode-content-transfer-encoding)
16745         (mm-encode-content-transfer-encoding)
16746         (message-options-get, message-options-set):
16747         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16748         * nnfolder.el (gnus-request-group):
16749         * nnheader.el (ietf-drums-unfold-fws):
16750         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16751         * smime.el (gnus-run-mode-hooks):
16752         * spam-stat.el (gnus-message): Autoload.
16753
16754         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16755         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16756         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16757         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16758         Add declare-function compatibility definition.
16759
16760         * gnus-cache.el (nnvirtual-find-group-art):
16761         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16762         (gnus-add-image, gnus-add-wash-type):
16763         * gnus-group.el (nnkiboze-score-file):
16764         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16765         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16766         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16767         (message-tokenize-header, gnus-get-buffer-create)
16768         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16769         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16770         * gnus.el (gnus-group-decoded-name):
16771         * mail-source.el (imap-capability):
16772         * mm-bodies.el (message-options-set):
16773         * mm-decode.el (gnus-configure-windows):
16774         * mm-extern.el (message-goto-body):
16775         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16776         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16777         (epg-sub-key-validity, message-options-set):
16778         * mml.el (widget-event-point, gnus-configure-windows):
16779         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16780         * mml2015.el (epg-check-configuration, epg-configuration)
16781         (message-options-set):
16782         * nndb.el (nndb-request-article):
16783         * nnfolder.el (gnus-request-create-group):
16784         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16785         * nnmaildir.el (gnus-group-mark-article-read):
16786         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16787         * rfc1843.el (message-fetch-field):
16788         * spam.el (gnus-extract-address-components):
16789         Declare as functions.
16790
16791 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16792
16793         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16794
16795         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16796
16797         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16798         bind show-trailing-whitespace for XEmacs.
16799
16800 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16801
16802         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16803         new no-op macro for backward compatibility.
16804
16805         * imap.el (imap-string-to-integer): New function.
16806
16807 2007-12-09  Glenn Morris  <rgm@gnu.org>
16808
16809         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16810
16811         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16812         * message.el, mm-view.el, sieve-manage.el, smime.el:
16813         Add declare-function compatibility definition.
16814
16815         * gnus-art.el (w3-region, w3m-region, Info-menu):
16816         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16817         * gnus-sum.el (gnus-get-predicate):
16818         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16819         * message.el (mail-abbrev-in-expansion-header-p):
16820         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16821         (w3m-detect-meta-charset, w3m-region):
16822         * sieve-manage.el (password-read, password-cache-add)
16823         (password-cache-remove):
16824         * smime.el (password-read-and-add): Declare as functions.
16825
16826 2007-12-08  David Kastrup  <dak@gnu.org>
16827
16828         * gnus-sum.el (gnus-summary-simplify-subject-query):
16829         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16830         `message'.
16831
16832 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16833
16834         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16835         it to bind idna-program, installation-directory, defined-colors, and
16836         face-attribute for XEmacs of the version that compiles defcustom forms.
16837
16838 2007-12-07  Glenn Morris  <rgm@gnu.org>
16839
16840         * gnus-art.el (article-make-date-line): Revert previous change.
16841
16842 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16843
16844         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16845
16846 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16847
16848         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16849         Call gnus-add-to-range ranges only once with a prepared article-list.
16850
16851 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16852
16853         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16854         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16855         group names with backslashes.
16856         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16857
16858 2007-12-06  Deepak Goel  <deego3@gmail.com>
16859
16860         * gnus-art.el (article-make-date-line):
16861         * gnus-start.el (gnus-load):
16862         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16863
16864 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16865
16866         * gnus-art.el (gnus-use-idna):
16867         * gnus-start.el (gnus-site-init-file):
16868         * message.el (message-use-idna):
16869         * mm-uu.el (mm-uu-hide-markers):
16870         * smiley.el (smiley-style): Revert changes that suppress warnings.
16871
16872 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16873
16874         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16875         specify charset to html source.
16876         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16877
16878 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16879
16880         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16881         idna-program in order to suppress byte compile warning issued by XEmacs
16882         that came to byte compile the default value section of defcustom forms
16883         recently.
16884
16885         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16886         value of installation-directory.
16887
16888         * message.el (message-use-idna): Don't directly refer to the value of
16889         idna-program.
16890
16891         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16892
16893         * smiley.el (smiley-style): Don't directly call face-attribute.
16894
16895 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16896
16897         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16898
16899         * gnus-dired.el: Reduce Gnus dependencies.
16900         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16901         Don't require.  Use autoloads instead.
16902         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16903         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16904         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16905         (gnus-dired-mode): Adjust doc string.
16906         (gnus-dired-mail-mode): New variable.
16907         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16908         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16909         (gnus-dired-mail-buffers): New function.  Return mail or message
16910         composition buffers.
16911         (gnus-dired-attach): Use it.
16912         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16913         NO-DECODE.
16914         (gnus-dired-print): Use `gnus-print-buffer' depending on
16915         `gnus-dired-mail-mode'.
16916
16917 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16918
16919         * rfc2047.el (rfc2047-encoded-word-regexp)
16920         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16921         explaining what regexp patterns are for.
16922
16923 2007-12-04  Glenn Morris  <rgm@gnu.org>
16924
16925         * password.el: Move to password-cache.el.
16926
16927         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16928         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16929         * mml-smime.el (password-read, password-cache-add)
16930         (password-cache-remove):
16931         No need to autoload, since mml-sec requires password.
16932
16933         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16934         * message.el (gnus-extract-address-components):
16935         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16936
16937         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16938         password.
16939
16940 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16941
16942         * mailcap.el: Reduce dependencies.
16943         (mail-header-parse-content-type): Autoload.
16944         (mailcap-delete-duplicates): New alias.
16945         (mailcap-mime-info): Add optional argument NO-DECODE.
16946         (mailcap-mime-types): Use mailcap-delete-duplicates.
16947
16948         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16949
16950 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16951
16952         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16953         (imap-parse-status): Upcase status-att for servers that sends them
16954         lower-case (e.g., MS Exchange 2007).
16955
16956 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16957
16958         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16959         function.
16960
16961         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16962         (gnus-uu-yenc-article): New function.
16963
16964         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16965
16966         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16967
16968 2007-12-02  Glenn Morris  <rgm@gnu.org>
16969
16970         * binhex.el (binhex): New custom group.
16971         (binhex-decoder-program, binhex-decoder-switches)
16972         (binhex-use-external): Move to the binhex custom group.
16973
16974         * uudecode.el (uudecode): New custom group.
16975         (uudecode-decoder-program, uudecode-decoder-switches)
16976         (uudecode-use-external): Move to the uudecode custom group.
16977
16978         * netrc.el (top-level): Don't load `encrypt' features.
16979         (netrc-parse): Don't use encrypt.
16980         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16981
16982         * encrypt.el: Remove file.
16983
16984 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16985
16986         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16987         matches on patches.
16988
16989         * gnus-art.el (gnus-article-browse-html-article):
16990         Mention `mm-text-html-renderer' in the doc string.
16991
16992         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16993         string.  Add comments.
16994
16995         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16996         if rhs is ASCII.
16997
16998 2007-12-01  Glenn Morris  <rgm@gnu.org>
16999
17000         * mail-source.el (top-level): Require format-spec before
17001         eval-when-compile.
17002
17003 2007-11-30  Glenn Morris  <rgm@gnu.org>
17004
17005         * encrypt.el: Require password, rather than autoloading password-read.
17006
17007 2007-11-29  Glenn Morris  <rgm@gnu.org>
17008
17009         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
17010         (sasl-make-client, sasl-next-step, sasl-step-data)
17011         (sasl-step-set-data): Declare as functions.
17012
17013 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
17014
17015         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
17016
17017 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
17018
17019         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
17020         certs should be verified and what is to be done in the event of a
17021         verification failure.
17022
17023         * gnus.el (gnus-method-to-server): Add an optional parameter so the
17024         caller can indicate whether the cache should be disregarded for this
17025         call.  This way the result of the call is reproducible at all times and
17026         can be considered a canonical server name for the supplied method.
17027         (gnus-agent-method-p): Canonicalize server names by pushing their
17028         method through `gnus-method-to-server' using the no-cache argument.
17029
17030         * gnus-srvr.el (gnus-server-insert-server-line):
17031         Call `gnus-method-to-server' with `no-cache' argument.
17032
17033         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
17034         gnus-agent-possibly-synchronize-flags as this should be called when the
17035         server is actually being opened.
17036         (gnus-agent-possibly-synchronize-flags)
17037         (gnus-agent-possibly-synchronize-flags-server): Move check for the
17038         flags file of an agentized server to the latter function.
17039
17040         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
17041         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
17042         after a connection has been established successfully.
17043
17044 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17045
17046         * gnus-art.el (article-display-face): Force to display face if called
17047         interactively; check if gnus-article-x-face-too-ugly matches author.
17048         (article-display-x-face): Display face even if From header is missing
17049         as article-display-face does.
17050
17051 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
17052
17053         * hashcash.el (message-narrow-to-headers-or-head)
17054         (message-fetch-field, message-goto-eoh)
17055         (message-narrow-to-headers): Declare as functions.
17056
17057 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
17058
17059         * mail-source.el (mail-sources): Default to fetch from file for
17060         compatibility with default of nnmail-spool-file.
17061
17062 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17063
17064         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
17065         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
17066         to look for encoded word that should be encoded again.
17067         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
17068         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
17069         encoding pattern.
17070         (rfc2047-decode-region): Switch strict regexp and loose one according
17071         to rfc2047-allow-irregular-q-encoded-words.
17072
17073 2007-11-25  Romain Francoise  <romain@orebokech.com>
17074
17075         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
17076
17077 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17078
17079         * tls.el (tls-program): Provide more custom choices from
17080         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
17081         (tls-process-connection-type, tls-success): Remove "*" in doc string.
17082
17083 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17084
17085         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
17086         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
17087
17088         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
17089         `nnmail-spool-file'.
17090
17091         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
17092         `nnmail-spool-file'.
17093
17094         * gnus-move.el (gnus-change-server): Ditto.
17095
17096         * gnus-kill.el (gnus-batch-score): Ditto.
17097
17098         * gnus-cache.el (gnus-jog-cache): Ditto.
17099
17100         * gnus-msg.el (gnus-summary-reply):
17101         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
17102
17103 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17104
17105         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
17106         version.  Minor improvement to doc strings.
17107         (tls-program): Add comment.
17108
17109 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
17110
17111         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
17112         (tls-checktrust): New variable.  Check if GNU TLS complained about a
17113         mismatch between the hostname provided in the certificate and the name
17114         of the host connnecting to.
17115         (open-tls-stream): Use them.  Check certificates against trusted root
17116         certificates.
17117
17118 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17119
17120         * gnus-cache.el (gnus-cache-generate-nov-databases):
17121         Use nnml-generate-nov-databases-directory instead of
17122         nnml-generate-nov-databases-1.
17123
17124 2007-11-24  Glenn Morris  <rgm@gnu.org>
17125
17126         * message.el (message-tool-bar-retro): Update for rename
17127         mail_send.xpm->mail-send.xpm.
17128
17129 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
17130
17131         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
17132         `smime-ldap-search' for Emacs 22 and up.
17133
17134 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17135
17136         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
17137
17138         * message.el (message-send-mail-function): Fix error convention.
17139         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
17140         (message-widen-reply, message-send-mail, message-talkative-question)
17141         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
17142         (message-clone-locals, message-send-news): Use with-current-buffer.
17143         (message-insert-or-toggle-importance): Remove unused var `valid'.
17144         (message-make-references): Remove unused var `new-references'.
17145         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
17146
17147 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
17148
17149         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
17150         (spam-split-symbolic-return-positive): Reflow docstring.
17151         (spam-backends, spam-summary-exit-behavior)
17152         (spam-mark-ham-unread-before-move-from-spam-group)
17153         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
17154         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17155         (spam-clear-cache, spam-backend-check, spam-install-backend)
17156         (spam-install-statistical-backend, spam-list-of-processors)
17157         (spam-group-processor-p, spam-split, spam-bogofilter-score)
17158         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
17159         (spam-check-crm114, spam-initialize, spam-unload-hook):
17160         Fix typos in docstrings.
17161
17162 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17163
17164         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
17165         been checked if they have never been read and those group levels are
17166         higher than the one that a user specified.
17167
17168 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17169
17170         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
17171         foreign groups unless a group level is specified by a user.
17172         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
17173
17174 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
17175
17176         * message.el (message-send-mail-function): Require sendmail.
17177
17178 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
17179
17180         * message.el (message-send-mail-function): Check for smtpmail too.
17181
17182         * utf7.el (utf7-encode, utf7-decode): Use coding system
17183         `utf-7'/`utf-7-imap' from utf-7.el' if available.
17184
17185         * message.el (message-send-mail-function): New function.
17186         (message-send-mail-function): Set default using
17187         message-send-mail-function.  Adjust doc string.
17188         (message-send-mail-with-mailclient): New function.
17189
17190 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
17191
17192         * smime.el (from):
17193         * rfc2047.el (message-posting-charset):
17194         * qp.el (mm-use-ultra-safe-encoding):
17195         * pop3.el (parse-time-months):
17196         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
17197         * nnml.el (files):
17198         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
17199         (jka-compr-compression-info-list, ange-ftp-path-format)
17200         (efs-path-regexp):
17201         * nndiary.el (files):
17202         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
17203         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
17204         (epg-digest-algorithm-alist, inhibit-redisplay)
17205         (password-cache-expiry):
17206         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
17207         (pgg-output-buffer, password-cache-expiry):
17208         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
17209         (efs-path-regexp):
17210         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
17211         (inhibit-redisplay):
17212         * mm-uu.el (file-name, start-point, end-point, entry)
17213         (gnus-newsgroup-name, gnus-newsgroup-charset):
17214         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
17215         (latin-unity-ucs-list):
17216         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
17217         (mm-uu-binhex-decode-function):
17218         * message.el (gnus-message-group-art, gnus-list-identifiers)
17219         (rmail-enable-mime-composing, gnus-local-organization)
17220         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
17221         (gnus-read-active-file, facemenu-add-face-function)
17222         (facemenu-remove-face-function, gnus-article-decoded-p)
17223         (tool-bar-mode):
17224         * mail-source.el (display-time-mail-function):
17225         * gnus-util.el (nnmail-pathname-coding-system)
17226         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
17227         (gnus-original-article-buffer, gnus-user-agent)
17228         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
17229         (xemacs-codename, sxemacs-codename, emacs-program-version):
17230         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
17231         * gnus-start.el (gnus-agent-covered-methods)
17232         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
17233         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
17234         (gnus-newsgroup-headers, gnus-group-list-mode)
17235         (gnus-group-mark-positions, gnus-newsgroup-data)
17236         (gnus-newsgroup-unreads, nnoo-state-alist)
17237         (gnus-current-select-method, mail-sources)
17238         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
17239         (nnmail-spool-file, gnus-cache-active-hashtb):
17240         * gnus-mh.el (mh-lib-progs):
17241         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
17242         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
17243         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
17244         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
17245         (gnus-group-buffer):
17246         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
17247         (font-lock-set-defaults):
17248         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17249         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17250         (gnus-summary-post-menu, total-parts, type, condition, length):
17251         * gnus-agent.el (gnus-agent-read-agentview):
17252         * flow-fill.el (show-trailing-whitespace):
17253         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17254         eval-and-compile wrappers for byte compiler pacifiers.
17255
17256         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17257         (mm-display-inline-fontify): Check for featurep 'xemacs not
17258         extent-list.
17259
17260         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17261         itimer-list.
17262         (mm-create-image-xemacs): Only do something for XEmacs.
17263         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17264
17265         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17266
17267         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17268         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17269
17270 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17271
17272         * nnimap.el (nnimap-split-download-body):
17273         * gnus-demon.el (gnus-demon):
17274         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17275
17276 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17277
17278         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17279         New macros.
17280         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17281         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17282         copy data from unibyte buffer to multibyte current buffer.
17283         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17284         to copy data from unibyte current buffer to multibyte buffer.
17285         (nntp-make-process-buffer): Make process buffer unibyte.
17286
17287         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17288
17289 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17290
17291         * pop3.el (pop3-open-server): Accept and process data more robustly at
17292         connection start to avoid spurious "POP SSL connection failed" errors.
17293
17294 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17297         read group names.
17298
17299 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17300
17301         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17302
17303 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17304
17305         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17306         (nnmail-save-active): Use a unibyte buffer when saving active file,
17307         which may contain non-ASCII group names.
17308
17309         * nnml.el (nnml-request-group): Decode group names in messages.
17310
17311 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17312
17313         * message.el (message-citation-line-function)
17314         (message-insert-formatted-citation-line): Fix spelling of
17315         `message-insert-formated-citation-line'.
17316
17317 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17318
17319         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17320
17321 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17322
17323         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17324         nnmail-pathname-coding-system.
17325
17326         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17327         that a user enters; decode group names in messages.
17328
17329         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17330
17331 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17332
17333         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17334
17335         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17336
17337         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17338         risky local variable.
17339
17340         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17341
17342 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17343
17344         * encrypt.el: Improve documentation to fix function name typo.
17345         Reported by Daiki Ueno <ueno@unixuser.org>.
17346
17347 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17348
17349         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17350         even if the point is not in the last page of an article.
17351         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17352         back to the previous page.
17353
17354 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17355
17356         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17357
17358 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17359
17360         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17361
17362 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17363
17364         * message.el (message-check-news-body-syntax):
17365         Avoid mm-string-as-multibyte.
17366         (message-hide-headers): Don't assume (point-min)==1.
17367
17368 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17369
17370         * message.el (message-remove-blank-cited-lines): Fix if remove is
17371         given.
17372         (message-bogus-address-regexp): New variable.
17373         (message-bogus-recipient-p): New function.
17374         (message-check-recipients): New command.
17375         (message-syntax-checks): Add `bogus-recipient'.
17376         (message-fix-before-sending): Add `bogus-recipient'.
17377
17378         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17379         (gnus-treat-body-boundary): Don't test window-system.
17380
17381 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17382
17383         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17384
17385 2007-10-28  Miles Bader  <miles@gnu.org>
17386
17387         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17388         at compile-time too.
17389
17390 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17391
17392         * gnus-msg.el (gnus-message-setup-hook):
17393         Add `message-remove-blank-cited-lines' to options.
17394
17395 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17396
17397         * message.el (message-remove-blank-cited-lines): New function.
17398         Suggested by Karl Plästerer.
17399
17400 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17401
17402         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17403         mapc.
17404
17405         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17406         (top-level): Use mapc to set functions to be traced for debugging.
17407
17408         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17409         called for effect with while loop.
17410
17411         * message.el (message-talkative-question): Replace mapcar called for
17412         effect with mapc.
17413
17414         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17415         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17416         called for effect with dolist.
17417
17418         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17419
17420         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17421         gnus-extra-headers and nnmail-extra-headers.
17422
17423         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17424         called for effect with dolist.
17425         (top-level): Use mapc to set functions to be traced for debugging.
17426
17427         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17428         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17429         dolist.
17430
17431         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17432         Replace mapcar called for effect with mapc.
17433         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17434         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17435         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17436         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17437
17438         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17439         remove-if that's a cl function.
17440
17441         * webmail.el (webmail-debug): Replace mapcar called for effect with
17442         dolist.
17443
17444         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17445         with mapc.
17446
17447 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17448
17449         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17450         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17451         with while loop.
17452
17453         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17454         functions from article-* functions.
17455         (gnus-multi-decode-header): Replace mapcar called for effect with
17456         dolist.
17457
17458         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17459         (gnus-bookmark-show-details): Replace mapcar called for effect with
17460         while loop.
17461
17462         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17463         called for effect with while loop.
17464
17465         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17466         with dolist.
17467
17468         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17469         Replace mapcar called for effect with dolist.
17470
17471         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17472
17473         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17474         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17475         Replace mapcar called for effect with dolist.
17476         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17477         mapc.
17478
17479         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17480         Replace mapcar called for effect with dolist.
17481         (gnus-topic-list): Replace mapcar called for effect with mapc.
17482
17483         * gnus.el: Use mapc instead of mapcar to add autoloads.
17484
17485 2007-10-23  Richard Stallman  <rms@gnu.org>
17486
17487         * gnus-group.el (gnus-group-highlight): Mark as risky.
17488
17489 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17490
17491         * gnus.el (gnus-server-to-method): Return method found first in
17492         gnus-newsrc-alist.
17493
17494         * gnus-art.el (gnus-article-highlight-signature)
17495         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17496         button overlay without the front stickiness.
17497
17498 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17499
17500         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17501         overview buffer needed a catch to receive its throw.
17502         (gnus-agent-flush-cache): Declare as interactive to make this function
17503         easier to use.
17504
17505 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17506
17507         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17508         `next-line'.
17509
17510 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17511
17512         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17513         exclude address matching message-dont-reply-to-names.
17514
17515 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17516
17517         * gnus-util.el (gnus-string<): New function.
17518
17519         * gnus-sum.el (gnus-article-sort-by-author)
17520         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17521
17522 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17523
17524         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17525         the frame-focus tag is set in gnus-buffer-configuration.
17526
17527 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17528
17529         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17530         the front stickiness.
17531
17532 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17533
17534         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17535         url pattern; remove duplicate one.
17536         (gnus-article-extend-url-button): New function.
17537         (gnus-article-add-buttons): Use it.
17538         (gnus-button-push): Use concatenated url that it makes.
17539
17540 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17541
17542         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17543
17544 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17545
17546         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17547         Don't hardcode point-min==1.
17548
17549 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17550
17551         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17552         Fix comment about "iso8859-1".
17553
17554 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17555
17556         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17557         ones returned from the verify-function.
17558
17559         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17560         Call mml2015-extract-cleartext-signature if extraction failed.
17561
17562 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17563
17564         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17565         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17566         failed.
17567
17568 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17569
17570         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17571
17572 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17573
17574         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17575         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17576         recommends to use EasyPG instead of PGG.
17577
17578         * pgg.el: Revert to revision 6.23.2.16.
17579
17580         * pgg-def.el: Revert to revision 6.6.2.14.
17581
17582         * pgg-gpg.el: Revert to revision 6.23.2.34.
17583
17584 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17585
17586         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17587         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17588         thread for both the null and zero (kill/expire thread) universal prefix
17589         cases.
17590         (gnus-summary-expire-thread): Add new function to expire a thread,
17591         using gnus-summary-kill-thread.
17592         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17593         shortcuts for gnus-summary-expire-thread.
17594         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17595         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17596
17597 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17598
17599         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17600         extras value, so an extras entry can be deleted.
17601         (gnus-registry-delete-extra-entry): Use it.
17602         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17603         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17604         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17605         storage through the gnus-registry, and provide an appropriate API for
17606         it.
17607
17608 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17609
17610         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17611         Suggested by Leo <sdl.web@gmail.com>.
17612
17613         * gnus.el: Do.
17614
17615 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17616
17617         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17618         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17619
17620         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17621
17622         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17623         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17624
17625 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17626
17627         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17628         newline.
17629         (nnmbox-request-accept-article): Don't change article in source buffer;
17630         narrow to header to use message-fetch-field rather than
17631         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17632         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17633         as delimiters; make sure article ends with newline.
17634         (nnmbox-delete-mail): Correct last position of article to be deleted;
17635         ignore X-Gnus-Newsgroup header in article body.
17636         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17637         positions; make sure article ends with newline.
17638
17639         * message.el (message-display-abbrev): Don't infloop when a user
17640         inserts SPC in the beginning of header.
17641
17642         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17643         coding-system-for-read and coding-system-for-write for XEmacs having no
17644         file-coding feature.
17645
17646         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17647
17648 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17649
17650         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17651         list of groups not followed by default.  Fix type to be regexp.
17652         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17653
17654 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17655
17656         * hmac-def.el (define-hmac-function): Switch from old-style to
17657         new-style backquotes.
17658
17659         * md4.el (md4-make-step): Likewise.
17660
17661 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17662
17663         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17664         raw-text coding system when saving .newsrc file, which may contain
17665         non-ASCII group names.
17666
17667 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17668
17669         * gnus-cus.el (gnus-score-extra): New widget.
17670         (gnus-score-extra-convert): New function.
17671         (gnus-score-customize): Use it for Extra.
17672
17673 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17674
17675         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17676         (mml2015-mailcrypt-clear-verify): Use it.
17677         (mml2015-gpg-clear-verify): Use it.
17678         (mml2015-pgg-clear-verify): Use it.
17679         (mml2015-epg-clear-verify): Replace the current part with the output
17680         from GnuPG; don't extract the plaintext by itself.
17681
17682         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17683         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17684         mml2015-clear-verify-function; don't touch the armor headers or
17685         dash-escaped text here.
17686
17687 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17688
17689         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17690         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17691         parts, or application/octet-stream as a last resort.
17692         (gnus-mime-view-part-as-type): Don't toggle display.
17693         (gnus-mime-view-part-as-charset): Don't turn off display before
17694         querying charset.
17695
17696         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17697         stuff to undisplayer function in Emacs.
17698         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17699
17700         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17701         text/calendar parts.
17702
17703 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17704
17705         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17706         decoding text/calendar parts.
17707
17708         * message.el (message-forward-make-body-mime): Always mark body as
17709         having no illegible text; remove signed-or-encrypted argument.
17710         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17711
17712         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17713         (mml-generate-mime-1): Don't encode body if it is specified to be in
17714         raw form; don't make buffer be unibyte when inserting multibyte string.
17715
17716 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17717
17718         * sha1.el: Fix up comment style.
17719         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17720         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17721
17722         * hex-util.el: Fix up comment style.
17723         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17724
17725         * gnus-salt.el: Use with-current-buffer.
17726         (gnus-pick-setup-message): Fix long-standing typo.
17727
17728 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17729
17730         * imap.el (imap-logout-timeout): New variable.
17731         (imap-logout, imap-logout-wait): New functions.
17732         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17733
17734         * nnimap.el (nnimap-logout-timeout): New server variable.
17735         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17736         nnimap-logout-timeout.
17737
17738         * gnus-art.el (gnus-article-summary-command-nosave)
17739         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17740
17741 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17742
17743         * gnus.el (gnus-maximum-newsgroup): New variable.
17744
17745         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17746         according to gnus-maximum-newsgroup.
17747
17748         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17749         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17750         Limit the range of articles according to gnus-maximum-newsgroup.
17751
17752 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17753
17754         * gnus-art.el (gnus-sticky-article): Fix problems described in
17755         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17756         Don't perform gnus-configure-windows here; reuse existing sticky
17757         article buffer.
17758
17759         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17760         it doesn't exist in gnus-article-mode.
17761
17762 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17763
17764         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17765         (gnus-agent-decoded-group-name): New function.
17766         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17767         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17768
17769 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17770
17771         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17772         Add binding for gnus-sticky-article.
17773         (gnus-summary-exit): Don't kill sticky article buffers.
17774
17775         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17776         article buffer.
17777         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17778         (gnus-kill-sticky-article-buffers): New commands.
17779
17780 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17781
17782         * nntp.el (nntp-xref-number-is-evil): New server variable.
17783         (nntp-find-group-and-number): If it is non-nil, don't trust article
17784         numbers in the Xref header.
17785
17786 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17787
17788         * gnus-agent.el (gnus-agent-read-group): New function.
17789         (gnus-agent-flush-group, gnus-agent-expire-group)
17790         (gnus-agent-regenerate-group): Use it.
17791         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17792         nnmail-pathname-coding-system.
17793
17794 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17795
17796         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17797
17798         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17799         that are unread as unread, and also as selected so that information of
17800         marks having been changed by a user may be updated when exiting group.
17801
17802 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17803
17804         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17805
17806 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17807
17808         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17809         calculated ignoring signature parts to gnus-treat-article.
17810
17811 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17812
17813         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17814         a point here in order to keep the window start.
17815         (gnus-insert-mime-security-button): Make a button overlay without the
17816         front stickiness.
17817         (gnus-mime-display-security): Goto the end of a button.
17818
17819         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17820
17821 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17822
17823         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17824         group-name-at-point.
17825         (gnus-group-completing-read): New function that offers decoded
17826         non-ASCII group names for completion.
17827         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17828         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17829         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17830         (gnus-group-fetch-control): Use it.
17831         (gnus-fetch-group): Use group-name-at-point for the initial value
17832         rather than the default value; use gnus-alive-p.
17833
17834         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17835         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17836         (gnus-summary-post-news): Use gnus-group-completing-read.
17837
17838         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17839         (gnus-read-move-group-name): Decode group name for completion.
17840
17841 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17842
17843         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17844         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17845         Yamaoka slightly modified the code).
17846
17847 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17848
17849         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17850         (nnmail-split-incoming): Bind it.
17851
17852         * nnml.el (nnml-group-name-charset): New function.
17853         (nnml-decoded-group-name): Use it; don't decode group name if
17854         nnmail-group-names-not-encoded-p is non-nil.
17855         (nnml-encoded-group-name): New function.
17856         (nnml-group-pathname): Inline nnml-decoded-group-name.
17857         (nnml-request-expire-articles): Decode group name in message.
17858         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17859         nnmail-pathname-coding-system.
17860         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17861         not decoded ones according to nnmail-group-names-not-encoded-p.
17862         (nnml-generate-active-info): Use nnml-encoded-group-name.
17863
17864 2007-08-08  Glenn Morris  <rgm@gnu.org>
17865
17866         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17867         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17868         doc-strings and comments.
17869
17870 2007-07-25  Glenn Morris  <rgm@gnu.org>
17871
17872         * Relicense all FSF files to GPLv3 or later.
17873
17874 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17875
17876         * gnus-sum.el (gnus-summary-move-article):
17877         Make gnus-summary-respool-article work.
17878
17879 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17880
17881         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17882         string.
17883
17884 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17885
17886         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17887         that should be ignored when comparing distant RSS articles with local
17888         ones.
17889         (nnrss-make-hash-index): New function.  Create a hash index according
17890         to the ignored fields.
17891         (nnrss-check-group): Use it.
17892
17893 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17894
17895         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17896
17897         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17898
17899         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17900         the new optional argument ENCODED is non-nil.
17901         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17902         coding system for encoding group name.
17903         (gnus-group-make-rss-group): Pass un-encoded group name to
17904         gnus-group-make-group.
17905         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17906         encoded.
17907
17908         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17909         Encode group name to which articles are moved or copied.
17910         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17911         coding system for encoding Newsgroup, Followup-To and Xref headers.
17912
17913         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17914         marks; use nnheader-file-coding-system to write a file.
17915         (nnagent-retrieve-headers): Bind file-name-coding-system to
17916         nnmail-pathname-coding-system.
17917
17918         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17919
17920         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17921         (nnml-request-article, nnml-request-create-group)
17922         (nnml-request-rename-group, nnml-find-id)
17923         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17924         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17925         (nnml-save-marks): Use nnml-group-pathname instead of
17926         nnmail-group-pathname.
17927
17928         (nnml-request-create-group, nnml-request-expire-articles)
17929         (nnml-request-move-article, nnml-request-delete-group)
17930         (nnml-deletable-article-p, nnml-possibly-create-directory)
17931         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17932         (nnml-open-marks): Bind file-name-coding-system to
17933         nnmail-pathname-coding-system.
17934
17935         (nnml-request-article): Pass server argument to nnml-find-group-number.
17936         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17937         Pass server argument to nnml-possibly-create-directory.
17938         (nnml-request-accept-article): Pass server argument to
17939         nnml-active-number and nnml-save-mail.
17940         (nnml-find-group-number): Pass server argument to nnml-find-id.
17941         (nnml-request-update-info): Pass server argument to
17942         nnml-marks-changed-p.
17943
17944         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17945         (nnml-save-mail, nnml-active-number): Add server argument.
17946
17947         (nnml-request-delete-group): Warn if group is missing.
17948         (nnml-get-nov-buffer): Decode group name.
17949         (nnml-generate-active-info): Encode group name.
17950         (nnml-open-marks): Decode group name in messages.
17951
17952 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17953
17954         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17955         if it is not specified.
17956         (gnus-article-pipe-part, gnus-article-save-part)
17957         (gnus-article-interactively-view-part, gnus-article-copy-part)
17958         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17959         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17960         (gnus-article-replace-part, gnus-article-delete-part)
17961         (gnus-article-view-part-as-type): Pass raw prefix argument to
17962         gnus-article-part-wrapper.
17963
17964 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17965
17966         * gnus-agent.el (gnus-agent-save-active):
17967         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17968
17969         * gnus-cache.el (gnus-cache-save-buffers)
17970         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17971         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17972         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17973         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17974         (gnus-cache-generate-active, gnus-cache-rename-group)
17975         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17976         (gnus-cache-update-overview-total-fetched-for):
17977         Bind file-name-coding-system to nnmail-pathname-coding-system.
17978         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17979         New variables.
17980         (gnus-cache-decoded-group-name): New function.
17981         (gnus-cache-file-name): Use it.
17982         (gnus-cache-generate-active): Use non-decoded group name for active.
17983
17984         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17985         right place.
17986         (gnus-write-active-file): Don't break non-ASCII group names.
17987
17988         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17989         nnmail-pathname-coding-system.
17990
17991         * lpath.el: Bind default-file-name-coding-system,
17992         file-name-coding-system and language-info-alist for XEmacs.
17993
17994         * gnus-uu.el (gnus-uu-decode-save): Typo.
17995
17996 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17997
17998         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17999
18000 2007-07-14  David Kastrup  <dak@gnu.org>
18001
18002         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
18003         finishing actions if we did not edit the article.
18004
18005 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18006
18007         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
18008         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
18009         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
18010         (gnus-agent-flush-group, gnus-agent-flush-cache)
18011         (gnus-agent-fetch-headers, gnus-agent-load-alist)
18012         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
18013         (gnus-agent-retrieve-headers, gnus-agent-request-article)
18014         (gnus-agent-regenerate-group)
18015         (gnus-agent-update-files-total-fetched-for)
18016         (gnus-agent-update-view-total-fetched-for):
18017         Bind file-name-coding-system to nnmail-pathname-coding-system.
18018         (gnus-agent-group-pathname): Don't encode file names by
18019         nnmail-pathname-coding-system.
18020         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
18021         coding-system-for-write instead of buffer-file-coding-system to
18022         gnus-agent-file-coding-system.
18023
18024         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
18025         Decode group name.
18026
18027         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
18028
18029         * gnus-start.el (gnus-update-active-hashtb-from-killed)
18030         (gnus-read-newsrc-el-file): Make group names unibyte.
18031
18032         * nnmail.el (nnmail-group-pathname): Don't encode file names by
18033         nnmail-pathname-coding-system.
18034
18035         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
18036         (nnrss-request-delete-group): Bind file-name-coding-system to
18037         nnmail-pathname-coding-system.
18038         (nnrss-read-server-data, nnrss-read-group-data):
18039         Bind file-name-coding-system correctly.
18040         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
18041
18042         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
18043         (nntp-server-to-method-cache): New variable.
18044         (nntp-group-pathname): New function that decodes non-ASCII group names.
18045         (nntp-possibly-create-directory, nntp-marks-changed-p)
18046         (nntp-save-marks, nntp-open-marks): Use it.
18047         (nntp-possibly-create-directory, nntp-open-marks):
18048         Bind file-name-coding-system to nnmail-pathname-coding-system.
18049         (nntp-open-marks): Decode group names when bootstrapping marks.
18050
18051         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
18052         Newsgroups and Followup-To headers.
18053
18054 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18055
18056         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18057         (gnus-server-closed-face, gnus-server-denied-face)
18058         (gnus-server-offline-face): Remove variable.
18059         (gnus-server-font-lock-keywords): Use faces that are not aliases.
18060
18061         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
18062         of modifying message-stack directly for XEmacs.
18063
18064         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
18065         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
18066         if the coding-system argument is nil for XEmacs.
18067
18068         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
18069         mm-charset-override-alist.
18070
18071         * rfc2047.el: Don't require base64; require rfc2045 for the function
18072         rfc2045-encode-string.
18073         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
18074         to quote the parameter value.
18075
18076 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18077
18078         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
18079         form in gnus-group-name-charset-method-alist.
18080
18081         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
18082         overrides the default layout edit-form.
18083
18084         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
18085
18086         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
18087
18088 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18089
18090         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
18091         as unfetched articles.
18092
18093 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
18094
18095         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
18096
18097 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18098
18099         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
18100         original back end that keeps marks in the local system.
18101
18102 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18103
18104         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
18105         arg of pop-to-buffer for XEmacs.
18106         (gnus-article-read-summary-keys): Ditto; don't restore window
18107         configuration if summary command ends up with neither article buffer
18108         nor summary buffer; describe bindings if summary keys end with C-h.
18109
18110 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18111
18112         * message.el (message-fix-before-sending): Skip raw message part to be
18113         forwarded while checking illegible text.
18114         (message-forward-make-body-mime, message-forward-make-body):
18115         Mark signed or encrypted raw message as having no illegible text.
18116
18117 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18118
18119         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
18120         (gnus-message-with-timestamp-1): New macro.
18121         (gnus-message-with-timestamp): New function.
18122         (gnus-message): Use them.
18123
18124         * nnheader.el (nnheader-message): Use them.
18125
18126 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
18127
18128         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
18129         .newsrc.eld file.
18130
18131 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18132
18133         * gnus-agent.el (gnus-agent-fetch-headers)
18134         (gnus-agent-retrieve-headers):
18135         Bind gnus-decode-encoded-address-function to identity.
18136
18137         * nntp.el (nntp-send-xover-command): Recognize an xover command is
18138         available also when the server returns simply a dot.
18139
18140         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
18141
18142 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18143
18144         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
18145
18146 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18147
18148         * gnus-ems.el (gnus-x-splash): Make it work.
18149
18150         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
18151         from being used.
18152
18153         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
18154
18155 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18156
18157         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
18158         4th and the 5th arguments.
18159
18160         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
18161         the front stickiness.
18162         (gnus-article-summary-command-nosave): Correct the order of the
18163         arguments passed to pop-to-buffer.
18164         (gnus-article-read-summary-keys): Ditto; make it work properly when the
18165         summary command ends up with the article buffer.
18166
18167         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
18168         the same faces.
18169
18170 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18171
18172         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
18173
18174 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18175
18176         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
18177         * gnus-sum.el (gnus-summary-highlight):
18178         * pgg.el (pgg-sign-region, pgg-sign):
18179         * mail-source.el (mail-source-delete-old-incoming-confirm):
18180         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
18181
18182 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18183
18184         * gnus-art.el (gnus-mime-view-part-externally)
18185         (gnus-mime-view-part-internally): Fix predicate function passed to
18186         completing-read.
18187
18188         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
18189
18190         * gnus.el (gnus-update-message-archive-method): Add :version.
18191
18192 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18193
18194         * gnus.el (gnus-update-message-archive-method): New variable.
18195
18196         * gnus-start.el (gnus-setup-news): Update saved "archive" method
18197         according to gnus-message-archive-method if
18198         gnus-update-message-archive-method is non-nil.
18199
18200 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18201
18202         * gnus-sum.el (gnus-summary-limit-to-address): New function.
18203         Suggested by Loic Dachary <loic@dachary.org>.
18204         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18205
18206 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18207
18208         * message.el (message-pop-to-buffer): Add switch-function argument.
18209         (message-mail): Pass switch-function argument to it.
18210
18211 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
18212
18213         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
18214         Improve doc string.
18215
18216 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18217
18218         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
18219         (gnus-header-content):
18220         * gnus-cite.el (gnus-cite-10):
18221         * gnus-srvr.el (gnus-server-closed):
18222         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
18223         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
18224         (gnus-group-mail-3-empty, gnus-group-mail-low)
18225         (gnus-group-mail-low-empty, gnus-splash):
18226         * message.el (message-header-to, message-header-cc)
18227         (message-header-subject, message-header-other, message-header-name)
18228         (message-header-xheader, message-separator, message-cited-text)
18229         (message-mml): Lighten colors of faces used for dark background.
18230
18231 2007-05-24  Simon Josefsson  <simon@josefsson.org>
18232
18233         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
18234         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
18235
18236 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18237
18238         * message.el (message-narrow-to-headers-or-head):
18239         Ignore mail-header-separator in the body.
18240
18241 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18242
18243         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
18244         same as window size.
18245
18246 2007-05-22  Kevin Ryde  <user42@zip.com.au>
18247
18248         * message.el (message-font-lock-keywords): Use message-header-xheader
18249         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18250         ahead of the anything pattern, to get it recognized.
18251
18252 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18253
18254         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18255         spam.el loads uses it in the compiled defadvice form.
18256
18257 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18258
18259         * gnus-sum.el (gnus-articles-to-read)
18260         (gnus-summary-insert-old-articles): Don't truncate group name for
18261         `read-string'.
18262
18263         * gnus-util.el (gnus-limit-string): Delete this function.
18264
18265         * gnus-sum.el (gnus-simplify-subject-fully):
18266         Use `truncate-string-to-width' instead.
18267
18268 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18269
18270         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18271         Tell if, on summary exit, the next group has to be selected.
18272         (gnus-summary-exit): Use it.
18273
18274 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18275
18276         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18277         non-break space.
18278
18279 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18280
18281         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18282         Check if group is not a directory.
18283         (nnfolder-request-expire-articles): Don't delete articles if the target
18284         group is not available.
18285
18286         * nnml.el (nnml-request-create-group): Properly check if group is not a
18287         file.
18288         (nnml-request-expire-articles): Don't delete articles if the target
18289         group is not available.
18290
18291         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18292         Don't quote characters that are within parentheses.
18293
18294 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18295
18296         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18297         (gnus-handle-ephemeral-exit): Select article according to it.
18298
18299 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18300
18301         * message.el (message-insert-formated-citation-line): Remove newline.
18302         (message-citation-line-format): Add final \n here so that the user can
18303         avoid a blank line.
18304
18305 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18306
18307         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18308         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18309         Update lanl/arXiv support.
18310
18311 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18312
18313         * gnus.el: Bump version number.
18314
18315 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18316
18317         * gnus.el (gnus-version-number): Bump version.
18318
18319 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18320
18321         * gnus.el: No Gnus v0.6 is released.
18322
18323 2007-04-27  Didier Verna  <didier@xemacs.org>
18324
18325         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18326         * gmm-utils.el (gmm-regexp-concat): ... here.
18327         * message.el: Don't require 'gnus-util.
18328         (message-dont-reply-to-names): Handle name change above.
18329         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18330
18331 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18332
18333         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18334         since the initial value varies according to the system.
18335
18336 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18337
18338         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18339
18340 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18341
18342         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18343
18344 2007-04-24  Didier Verna  <didier@xemacs.org>
18345
18346         Improve the type of gnus-ignored-from-addresses.
18347         * gnus-util.el (gnus-orify-regexp): New function.
18348         * message.el (gnus-util): Require it.
18349         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18350         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18351         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18352
18353 2007-04-24  Didier Verna  <didier@xemacs.org>
18354
18355         * gnus-sum.el:
18356         * gnus-utils.el: Fix some trailing whitespaces.
18357
18358 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18359
18360         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18361         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18362         article's Message-ID; refer parent article in summary buffer.
18363
18364         * message.el (message-bounce): Call mime-to-mml.
18365
18366         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18367         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18368         optimize and/or forms properly.
18369
18370 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18371
18372         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18373         URL.
18374
18375 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18376
18377         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18378
18379 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18380
18381         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18382         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18383         displayed of multipart/alternative part if it is invoked from summary
18384         buffer.
18385
18386         * mm-view.el (mm-inline-text-html-render-with-w3m)
18387         (mm-inline-text-html-render-with-w3m-standalone)
18388         (mm-inline-render-with-function): Use mail-parse-charset by default.
18389
18390 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18391
18392         * parse-time.el (parse-time-string-chars): Check if CHAR
18393         is less than the length of parse-time-syntax.
18394
18395 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18396
18397         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18398         from gnus-newsgroup-processable.
18399
18400 2007-04-16  Didier Verna  <didier@xemacs.org>
18401
18402         * gnus-msg.el (gnus-configure-posting-styles):
18403         Handle message-signature-directory properly with :file syntax.
18404         Reported by "Leo".
18405
18406 2007-04-11  Didier Verna  <didier@xemacs.org>
18407
18408         New user option: message-signature-directory.
18409         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18410         * message.el (message-insert-signature): Ditto.
18411         * message.el (message-signature-file): Doc update.
18412         * message.el (message-signature-directory): New.
18413
18414 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18415
18416         * gnus-msg.el (gnus-inews-yank-articles):
18417         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18418
18419 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18420
18421         * message.el (message-yank-original): Make sure cited text ends with
18422         newline; don't exchange point and mark.
18423
18424 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18425
18426         * tls.el (open-tls-stream): Properly handle case where there
18427         is no associated buffer.
18428
18429 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18430
18431         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18432         message-yank-original, make sure (< mark TEXT point).
18433
18434 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18435
18436         * message.el (message-fill-column): New variable.
18437         (message-mode): Use it.  Add comment on a possible new hook.
18438
18439         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18440         (nnmail-get-new-mail): Reformat.
18441
18442         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18443
18444         * gmm-utils.el: Fix Commentary.
18445         (gmm-tool-bar-from-list): Fix typo in doc string.
18446
18447 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18448
18449         * message.el (message-yank-original): Don't switch point and mark
18450         unnecessarily to put point and mark as documented.
18451
18452 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18453
18454         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18455         from the message heads.
18456
18457 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18458
18459         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18460         article buffer does not have a window.  This may not be the best
18461         solution but is certainly better than setting the start of the null,
18462         that is the current, window.
18463
18464 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18465
18466         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18467         (gnus-draft-setup): Run it.
18468
18469         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18470         gnus-score-fast-scoring.  Allow regexp.
18471         (gnus-score-headers): Use it.
18472
18473         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18474         XEmacs.
18475
18476         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18477         string.
18478         (gnus-button-alist): Also catch `<f1> k ...'.
18479         (gnus-treat-display-x-face): Fix doc string.
18480
18481 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18482
18483         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18484         evaluation of gnus-extended-version to ensure correct generation of the
18485         User-Agent header when message-generate-headers-first is used.
18486
18487 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18488
18489         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18490         hashcash-path is nil.  Don't call callback with incorrect number of
18491         parameters if val is 0.
18492
18493 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18494
18495         * message.el (message-required-news-headers):
18496         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18497
18498 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18499
18500         * tls.el (open-tls-stream): In handshake-waiting loop,
18501         don't wait more if there is output available to process.
18502
18503 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18504
18505         * tls.el (tls-program): Doc fix.
18506
18507 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18508
18509         * message.el (message-generate-new-buffers): Change the meaning of the
18510         nil value; add `standard' to the choices; treat t as `unique'; improve
18511         doc string.
18512         (gnus-select-frame-set-input-focus): Autoload.
18513         (message-buffer-name): Search for the existing message buffer if
18514         message-generate-new-buffers is nil or `standard'; treat the value t of
18515         message-generate-new-buffers as `unique'.
18516         (message-pop-to-buffer): Raise the frame already displaying the message
18517         buffer; clear the echo area after querying.
18518         (message-setup): Pass the `continue' argument to compose-mail.
18519         (message-mail): Prefer `switch-function' if it is given; search for the
18520         existing message buffer if the `continue' argument is non-nil; pass
18521         continue and switch-function arguments to compose-mail by way of
18522         message-setup.
18523         (message-mail-other-window): Adjust argument of message-setup.
18524         (message-mail-other-frame): Ditto.
18525
18526 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18527
18528         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18529         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18530         to turn font-lock on when turning gnus-message-citation-mode on.
18531
18532 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18533
18534         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18535         (mml-smime-function-alist): New variable; add epg as the backend.
18536         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18537         mml-smime- functions instead.
18538         * mm-view.el: Require smime.
18539
18540 2007-03-05  Didier Verna  <didier@xemacs.org>
18541
18542         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18543         instead of just inheritance for posting styles.
18544         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18545
18546 2007-02-24  Chris Moore  <dooglus@gmail.com>
18547
18548         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18549         * pgg-pgp.el (pgg-pgp-encrypt-region):
18550         * pgg-gpg.el (pgg-gpg-encrypt-region):
18551         Check pgg-encrypt-for-me if no other recipients.
18552
18553 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18554
18555         * tls.el (tls-certtool-program): Fix custom type.
18556
18557 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18558
18559         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18560         and point-at-eol instead of line-(beginning|end)-position.
18561
18562         * assistant.el (assistant-parse-buffer): Ditto.
18563
18564         * netrc.el (netrc-parse-services): Ditto.
18565
18566 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18567
18568         * mml2015.el (mml2015-epg-find-usable-key): New function.
18569         (mml2015-epg-sign): Use it.
18570         (mml2015-epg-encrypt): Use it.
18571
18572 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18573
18574         * message.el (message-make-in-reply-to): Quote name containing
18575         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18576         if there are special characters.  Reported by NAKAJI Hiroyuki
18577         <nakaji@jp.freebsd.org>.
18578
18579 2007-02-27  Didier Verna  <didier@xemacs.org>
18580
18581         Include the group parameters as well as the topic ones in the
18582         inheritance filter process.
18583         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18584         argument GROUP-PARAMS-LIST.
18585         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18586
18587 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18588
18589         * nntp.el (nntp-never-echoes-commands)
18590         (nntp-open-connection-functions-never-echo-commands): New variables.
18591         (nntp-send-command): Use them.
18592
18593 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18594
18595         * mml2015.el (mml2015-epg-verify): Simplify.
18596
18597 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18598
18599         * mml.el (mml-content-disposition-alist): New user option.
18600         (mml-content-disposition): New function.
18601         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18602         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18603
18604 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18605
18606         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18607         verification.
18608
18609 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18610
18611         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18612         articles posted in the last 24 hours.
18613
18614 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18615
18616         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18617
18618 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18619
18620         * nntp.el (nntp-send-command): Don't wait for echoes when
18621         nntp-open-ssl-stream is used.
18622
18623 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18624
18625         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18626         (gnus-message-add-citation-keywords)
18627         (gnus-message-remove-citation-keywords): Remove.
18628         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18629         directly, make the variables in font-lock-defaults buffer-local, add
18630         gnus-message-citation-keywords to them and then update the value of
18631         font-lock-keywords.
18632
18633 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18634
18635         * message.el (message-cite-original-1): Don't call
18636         gnus-article-highlight-citation.
18637
18638         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18639         citations; fix line count.
18640
18641 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18642
18643         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18644         (gnus-message-add-citation-keywords)
18645         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18646         versions of font-lock-add-keywords and font-lock-remove-keywords to
18647         work with XEmacs correctly.
18648
18649 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18650
18651         * gnus-cite.el (gnus-cite-face-list): Set the values of
18652         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18653         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18654         (gnus-message-cite-prefix-regexp): New variable.
18655         (gnus-message-search-citation-line): Use it; protect against long
18656         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18657         the 0th match data for Emacs.
18658         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18659         (gnus-message-add-citation-keywords): Append keywords rather than
18660         prepending; emulate font-lock-add-keywords if it is not available.
18661         (gnus-message-remove-citation-keywords):
18662         Emulate font-lock-remove-keywords if it is not available.
18663
18664         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18665
18666         * message.el (message-cite-prefix-regexp): Set the value of
18667         gnus-message-cite-prefix-regexp.
18668
18669 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18670
18671         * nnweb.el (nnweb-google-parse-1): Update parser.
18672
18673 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18674
18675         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18676
18677 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18678
18679         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18680         regexp.
18681
18682 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18683
18684         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18685         string-to-multibyte.
18686         (uudecode-decode-region-internal): Use it.
18687
18688         * lpath.el: Fbind string-as-multibyte for XEmacs.
18689
18690 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18691
18692         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18693         Fix custom choice.
18694
18695         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18696
18697 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18698
18699         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18700
18701         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18702         `write-region' to respect `mm-inhibit-file-name-handlers'.
18703
18704 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18705
18706         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18707         Use gnus-home-directory instead of "~/" or "$HOME".
18708
18709 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18710
18711         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18712         to mention filename.
18713         Add comments at beginning regarding usage.
18714         (encrypt-write-file-contents): Change interactive so a string is
18715         acceptable.  If the file has no associated model, show an error instead
18716         of a nonsense prompt.
18717
18718 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18719
18720         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18721         Thanks to Yoshihiko Yamada for kind notification of this typo.
18722
18723 2007-01-12  Kenichi Handa  <handa@m17n.org>
18724
18725         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18726         multibyte buffer.
18727
18728 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18729
18730         * gnus-score.el (gnus-score-fast-scoring): New variable.
18731         (gnus-score-headers): Use it.
18732
18733         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18734
18735         * message.el (message-cite-original-1):
18736         Call gnus-article-highlight-citation if requested.
18737         (message-make-from): Allow name and address as optional arguments.
18738
18739         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18740
18741         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18742         bugs to doc string.
18743         (gnus-button-alist): Add mid\\|message-id.
18744         (gnus-button-fetch-group): Extend for use in
18745         `browse-url-browser-function'.
18746         (gnus-button-url-regexp): Try to catch paired parentheses like in
18747         Wikipedia URLs.
18748
18749         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18750         Suggested by Simon Krahnke <overlord@gmx.li>.
18751
18752 2007-01-13  Romain Francoise  <romain@orebokech.com>
18753
18754         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18755         Update copyright.
18756
18757 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18758
18759         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18760
18761 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18762
18763         * gnus-registry.el (gnus-registry-unfollowed-groups)
18764         (gnus-registry-split-fancy-with-parent): Fix documentation.
18765
18766 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18767
18768         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18769         from nnweb groups.
18770
18771 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18772
18773         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18774         Xref urls.  Erase buffer before requesting head.
18775
18776         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18777
18778 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18779
18780         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18781         customizable.
18782
18783 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18784
18785         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18786         no signing key is found.
18787         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18788         no encrypting and/or signing key is found.
18789
18790 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18791
18792         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18793
18794 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18795
18796         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18797         headers read from disk with the ones newly found in the current search.
18798         This should no longer cause problems, because the article numbers in
18799         Gmane's `nov.php' output are ignored since the previous change.
18800
18801 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18802
18803         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18804
18805 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18806
18807         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18808         replace-regexp-in-string; bind url-version; fbind display-images-p and
18809         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18810         find-face and set-itimer-function for Emacs; bind itimer-list for
18811         Emacs.
18812
18813         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18814
18815 2007-01-01  Romain Francoise  <romain@orebokech.com>
18816
18817         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18818
18819 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18820
18821         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18822         `define-minor-mode' macro definition expanded properly.
18823         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18824         exclude it there.
18825
18826         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18827         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18828         `fboundp' test.
18829         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18830         This is OK to autoload in (S)XEmacs now.
18831
18832 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18833
18834         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18835         keystroke.
18836         (gnus-summary-limit-to-singletons): Fix typo.
18837
18838         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18839         else fails.
18840
18841 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18842
18843         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18844         docstring.
18845
18846         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18847         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18848         (gnus-summary-insert-dormant-articles): Fix typo in message.
18849
18850 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18851
18852         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18853         nil for XEmacs.
18854         (gnus-message-citation-mode): Don't autoload in XEmacs.
18855
18856         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18857
18858 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18859
18860         * nnimap.el (nnimap-expunge-search-string):
18861         Mention nnimap-search-uids-not-since-is-evil in docstring.
18862
18863 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18864
18865         * spam.el: Revert to make-obsolete-variable because
18866         define-obsolete-variable-alias is not supported in Emacs 21.
18867
18868         * spam.el (spam-ifile-path, spam-ifile-database-path)
18869         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18870         make-obsolete-variable.
18871         (spam-bsfilter-path, spam-bsfilter-program)
18872         (spam-spamassassin-path, spam-spamassassin-program)
18873         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18874         Don't use "path" inappropriately.
18875         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18876         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18877         variable names.
18878
18879 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18880
18881         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18882         summary buffer.
18883
18884         * password.el (password-cache-remove): Use clear-string to burn
18885         password, if available.
18886
18887 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18888
18889         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18890
18891         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18892
18893         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18894         (gnus-message-highlight-citation): Move defcustom here from
18895         gnus-cite.el.
18896         (gnus-message-citation-mode): Autoload.
18897
18898         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18899         checks to make it compile with XEmacs.
18900         (gnus-message-citation-mode): New minor mode.
18901         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18902         (gnus-message-highlight-citation): New variables.
18903         (gnus-message-search-citation-line)
18904         (gnus-message-add-citation-keywords)
18905         (gnus-message-remove-citation-keywords)
18906         (turn-on-gnus-message-citation-mode)
18907         (turn-off-gnus-message-citation-mode): New functions.
18908
18909 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18910
18911         * gnus-cite.el: Enable highlighting of different citation levels in
18912         message-mode.
18913
18914 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18915
18916         * message.el (message-make-fqdn): Fix comment.
18917         (message-bogus-system-names): Add ".local".
18918
18919         * spam.el (spam-ifile-path, spam-ifile-program)
18920         (spam-ifile-database-path, spam-ifile-database)
18921         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18922         Don't use "path" inappropriately.
18923         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18924         strings.
18925         (spam-check-ifile, spam-ifile-register-with-ifile)
18926         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18927         Use new variable names.
18928
18929         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18930         (gnus-treat-display-smileys): Simplify using
18931         gnus-image-type-available-p.
18932
18933         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18934         available.
18935
18936         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18937         Use `display-images-p' if available.
18938
18939 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18940
18941         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18942         one after turning on the buffer's multibyteness instead of decoding
18943         them directly in the unibyte buffer that causes unexpected conversion
18944         in Emacs 23 (unicode).
18945
18946 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18947
18948         * message.el (message-generate-hashcash): Fix custom type.
18949
18950 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18951
18952         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18953
18954 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18955
18956         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18957         disconnect icons.  Add help text.
18958
18959 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18960
18961         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18962         negated to be consistent with the others we handle.
18963
18964 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18965
18966         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18967         version of gnus-summary-buffer to something, so that we can use two
18968         article buffers at the same time.
18969
18970 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18971
18972         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18973         trigger all the extra headers.
18974         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18975         sorting.
18976
18977 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18978
18979         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18980         solid groups.
18981
18982 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18983
18984         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18985
18986 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18987
18988         * legacy-gnus-agent.el: Add Copyright notice.
18989
18990 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18991
18992         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18993
18994 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18995
18996         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18997
18998         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18999         to make it work reliably in CVS Emacs.
19000         (gnus-summary-limit-strange-charsets-predicate)
19001         (gnus-summary-limit-to-predicate): New functions.
19002
19003 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
19004
19005         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
19006         specifying array size.
19007         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
19008         array if it is too small.
19009         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
19010         (gnus-sort-threads-loop): New function.
19011
19012 2006-12-06  Chris Moore  <dooglus@gmail.com>
19013
19014         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
19015         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
19016
19017 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
19018
19019         * mm-url.el (mm-url-predefined-programs): Call curl with correct
19020         options.
19021
19022 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19023
19024         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
19025         DOS-ing the recipient.
19026
19027         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
19028         the headers when creating the mapping to avoid mismappings.
19029         (nnweb-gmane-create-mapping): Always nix out old mapping.
19030
19031 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19032
19033         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
19034         and mm-verify-option to never.
19035
19036 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19037
19038         * message.el (message-signed-or-encrypted-p): New function.
19039         (message-forward-make-body): Use it.
19040
19041         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
19042         Replace encode-coding-string with mm-encode-coding-string.
19043
19044 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19045
19046         * nneething.el (nneething-decode-file-name):
19047         Replace decode-coding-string with mm-decode-coding-string.
19048
19049         * gnus-int.el (gnus-open-server): Say failed server's name.
19050
19051 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19052
19053         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
19054         strings to a single string.  Quote `errors-file-name'.
19055         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
19056         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
19057         Adjust calls.  Use `shell-quote-argument'.
19058
19059 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
19060
19061         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
19062         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
19063
19064         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
19065         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
19066         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
19067         (gnus-group-make-directory-group, gnus-group-transpose-groups):
19068         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
19069         (gnus-subscribe-newsgroup, gnus-1):
19070         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
19071         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
19072         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
19073         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
19074
19075 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19076
19077         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
19078         keystroke.
19079         (gnus-summary-limit-to-bodies): Implement headersp.
19080
19081 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19082
19083         * dns.el (query-dns): Protect against "Process dns deleted" strings.
19084
19085 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19086
19087         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
19088
19089 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19090
19091         * message.el (message-generate-hashcash): Expand range of values to
19092         include `opportunistic'.
19093         (message-send-mail): Use it.
19094
19095 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19096
19097         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
19098         and comment it.
19099
19100         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
19101
19102 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
19103
19104         * gnus-util.el (gnus-extract-address-components): Improve comment.
19105
19106 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19107
19108         * gnus-util.el (gnus-extract-address-components): Work with address in
19109         which the name portion contains @.
19110
19111         * lpath.el: Fbind custom-autoload.
19112
19113 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19114
19115         * gnus.el (gnus-start): Move custom group up.
19116         (gnus-select-method): Don't autoload, but make it available for
19117         `customize-variable'.
19118         (gnus-getenv-nntpserver): Don't autoload.
19119
19120 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
19121
19122         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
19123
19124 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19125
19126         * message.el (message-sendmail-extra-arguments): New variable.
19127         (message-send-mail-with-sendmail): Use it.
19128
19129 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19130
19131         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
19132         mm-with-unibyte-current-buffer to make string unibyte.
19133
19134         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
19135         mm-string-as-multibyte.
19136
19137 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
19138
19139         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
19140         Reported by Werner Koch <wk@gnupg.org>.
19141
19142 2006-11-14  Daiki Ueno  <ueno@p360>
19143
19144         * mml2015.el: Autoload epa-select-keys when compiling.
19145
19146 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19147
19148         * mml2015.el (mml2015-epg-sign): Save the signing keys in
19149         message-options.
19150         (mml2015-epg-encrypt): Save the recipient keys in message-options.
19151
19152 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19153
19154         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
19155         EasyPG (< 0.0.6).
19156         (mml2015-always-trust): New user option.
19157         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
19158         prompt.
19159
19160 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19161
19162         * nntp.el (nntp-authinfo-force): New variable.
19163         (nntp-send-authinfo): Use it.
19164
19165 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
19166
19167         * message.el (message-strip-subject-encoded-words): Allow _not_ to
19168         decode encoded words.  Improve prompt.  Add comment about forwarding.
19169         (message-replacement-char): Move up.
19170
19171 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19172
19173         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
19174         instead of gnus-intersection because arguments of gnus-sorted-nunion
19175         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
19176
19177 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
19178
19179         * message.el (message-strip-subject-encoded-words): Reformat prompt.
19180         (message-simplify-subject-functions):
19181         Enable message-strip-subject-encoded-words by default.
19182
19183 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
19184
19185         * message.el (message-strip-subject-encoded-words): New function.
19186         (message-simplify-subject-functions): New variable.
19187         (message-simplify-subject): Use it.  Fix typo in doc string.
19188         Support message-strip-subject-encoded-words.
19189
19190 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
19191
19192         * gnus-diary.el (gnus-diary-delay-format-function):
19193         * nndiary.el (nndiary-reminders):
19194         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
19195
19196 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19197
19198         * gnus-art.el (article-hide-boring-headers): Fetch date from
19199         gnus-original-article-buffer to avoid problems with localized date
19200         strings.
19201
19202 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19203
19204         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
19205
19206 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
19207
19208         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19209         New variables.
19210         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19211         (mm-charset-synonym-alist): Move some entries to
19212         mm-codepage-iso-8859-list.
19213         (mm-charset-synonym-alist, mm-charset-override-alist):
19214         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19215
19216 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19217
19218         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
19219
19220 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19221
19222         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
19223         with Emacs 21 and XEmacs.
19224
19225 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
19226
19227         * spam.el (spam-parse-address): New function for better parsing,
19228         catching errors, etc.
19229         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
19230
19231 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19232
19233         * mm-view.el: Add interactive arg to html2text autoload.
19234
19235 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19236
19237         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
19238
19239 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
19240
19241         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19242         New variables.
19243         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19244         (mm-charset-synonym-alist): Move some entries to
19245         mm-codepage-iso-8859-list.
19246
19247         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19248
19249 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19250
19251         * message.el (message-citation-line-format)
19252         (message-insert-formated-citation-line): Fix implementation of %E, %N
19253         and %n according to the doc string.
19254
19255 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19256
19257         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19258         Use car-safe to avoid bad parses.
19259
19260 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19261
19262         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19263         names.
19264
19265         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19266
19267 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19268
19269         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19270         header.
19271
19272         * message.el (message-draft-headers): Add Date.
19273         (message-headers-to-generate): Fix typo in docstring.
19274
19275         * nndraft.el (nndraft-required-headers): New variable.
19276         (nndraft-generate-headers): Use it.
19277
19278         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19279
19280 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19281
19282         * gnus-registry.el (gnus-registry-wash-for-keywords)
19283         (gnus-registry-find-keywords): New functions to allow easy searching of
19284         articles that are in the registry.
19285
19286 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19287
19288         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19289         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19290         Reported by Damien Elmes <damien@repose.cx>.
19291
19292 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19293
19294         * gnus.el (gnus-mime): Remove unused custom group.
19295
19296 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19297
19298         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19299         "blank line" when searching for end of armor headers.
19300
19301 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19302
19303         * gmm-utils.el (gmm-write-region): Fix variable name.
19304
19305 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19306
19307         * gmm-utils.el (gmm-write-region): New function based on compatibility
19308         code from `mm-make-temp-file'.
19309
19310         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19311
19312         * nnmaildir.el (nnmaildir--update-nov)
19313         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19314         Use `gmm-write-region'.
19315
19316 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19317
19318         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19319         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19320
19321         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19322
19323         * message.el (message-replacement-char): New variable.
19324         (message-fix-before-sending): Use it.
19325         (message-simplify-subject): New function to remove duplicate code.
19326         (message-reply, message-followup): Use it.
19327
19328         * gnus-sum.el (gnus-summary-make-menu-bar):
19329         Clarify gnus-summary-limit-to-articles.
19330
19331 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19332
19333         * gnus-util.el (gnus-with-local-quit): New macro.
19334
19335         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19336
19337 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19338
19339         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19340         ignore non-string data.
19341
19342 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19343
19344         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19345         non-string data (needs to be done in the registry too).
19346
19347 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19348
19349         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19350         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19351         (gnus-registry-split-fancy-with-parent)
19352         (gnus-registry-fetch-simplified-message-subject-fast)
19353         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19354         Remove text properties on ingress into the registry and when it's saved.
19355         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19356         registry from entries with no groups.
19357
19358 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19359
19360         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19361         function to remove string properties.
19362
19363 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19364
19365         * gmm-utils.el (gmm): Adjust custom version.
19366
19367         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19368         Adjust custom version.
19369
19370         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19371
19372 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19373
19374         * gnus-art.el (gnus-insert-prev-page-button)
19375         (gnus-insert-next-page-button): Simplify.  Reformat.
19376
19377 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19378
19379         * gnus-art.el (gnus-insert-prev-page-button)
19380         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19381
19382 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19383
19384         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19385
19386 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19387
19388         * gnus-art.el (gnus-insert-mime-button)
19389         (gnus-insert-mime-security-button):
19390         Apply gnus-article-button-face to MIME and security buttons.
19391
19392 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19393
19394         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19395         readable.
19396
19397 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19398
19399         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19400
19401 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19402
19403         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19404         `browse-url-of-file' instead of `browse-url'.
19405
19406 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19407
19408         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19409         regexp.  Articles containing quotation were cut prematurely.
19410
19411 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19412
19413         * message.el (message-cite-original-1): Use nobody by default for the
19414         value of From header.
19415         (message-reply): Ditto.
19416
19417 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19418
19419         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19420         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19421         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19422
19423 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19424
19425         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19426         mails in the doc string.  Add some URLs in comment.
19427         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19428
19429 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19430
19431         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19432         backslashes handling and the way to find boundaries of quoted strings.
19433
19434 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19435
19436         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19437         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19438         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19439         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19440
19441 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19442
19443         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19444         doc string.
19445         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19446
19447 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19448
19449         * lpath.el: Fbind epg-check-configuration.
19450
19451 2006-09-06  Simon Josefsson  <jas@extundo.com>
19452
19453         * mml2015.el (mml2015-use): Doc fix, mention epg.
19454
19455 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19456
19457         * mml2015.el (mml2015-use): Default to epg, if available.
19458
19459 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19460
19461         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19462         message-sender.
19463         (mml1991-epg-encrypt): Ditto.
19464         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19465         message-sender.
19466         (mml2015-epg-encrypt): Ditto.
19467
19468 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19469
19470         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19471         several common directories.
19472
19473 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19474
19475         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19476         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19477
19478 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19479
19480         * gnus-art.el (article-decode-encoded-words): Make it fast.
19481
19482 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19483
19484         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19485
19486         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19487         in quoted string into `\'.
19488
19489 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19490
19491         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19492         Use standard-syntax-table.
19493
19494 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19495
19496         * gnus-art.el (gnus-decode-address-function): New variable.
19497         (article-decode-encoded-words): Use it to decode headers which are
19498         assumed to contain addresses.
19499         (gnus-mime-delete-part): Remove useless `or'.
19500
19501         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19502         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19503         (gnus-nov-parse-line): Use it to decode From header.
19504         (gnus-get-newsgroup-headers): Ditto.
19505         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19506
19507         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19508         (mail-decode-encoded-address-string): New alias.
19509
19510         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19511         New function.
19512         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19513         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19514         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19515         (rfc2047-decode-string): Ditto.
19516         (rfc2047-decode-address-region): New function.
19517         (rfc2047-decode-address-string): New function.
19518
19519 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19520
19521         * message.el (message-caesar-buffer-body): Allow rotating headers.
19522
19523         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19524
19525         * message.el (message-insert-formated-citation-line): Fix %f.
19526         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19527
19528 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19529
19530         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19531         (gnus-bookmark-mouse-available-p): New macro.
19532         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19533         (gnus-bookmark-bmenu-show-infos): Use it.
19534         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19535         (gnus-bookmark-bmenu-hide-infos): Ditto.
19536         (gnus-bookmark-remove-properties): New function.
19537         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19538         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19539         (gnus-bookmark-write-file): Bind coding-system-for-write.
19540         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19541         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19542         group before selecting it.
19543         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19544         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19545         quit-window if it is not available; use gnus-mouse-2 and bind it to
19546         gnus-bookmark-bmenu-select-by-mouse.
19547         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19548         (gnus-bookmark-bmenu-select-by-mouse): New function.
19549
19550 2006-08-13  Romain Francoise  <romain@orebokech.com>
19551
19552         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19553         space.
19554
19555 2006-08-10  Romain Francoise  <romain@orebokech.com>
19556
19557         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19558         (dns-mode-soa-auto-increment-serial): New user option.
19559         (dns-mode-soa-maybe-increment-serial): New function.
19560         (dns-mode): Add the latter to `write-contents-functions'.
19561
19562 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19563
19564         * compface.el (uncompface): Use binary rather than raw-text-unix.
19565
19566 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19567
19568         * compface.el (uncompface): Make sure the eol conversion doesn't take
19569         place when communicating with the external programs.
19570         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19571
19572 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19573
19574         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19575
19576 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19577
19578         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19579         Make it more robust by parsing author and date independently.
19580
19581 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19582
19583         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19584
19585 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19586
19587         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19588         first matching secret key.
19589         (mml2015-epg-encrypt): Ditto.
19590
19591         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19592         first matching secret key.
19593         (mml1991-epg-encrypt): Ditto.
19594
19595         * mml2015.el (mml2015-encrypt-to-self): New user option.
19596         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19597         mml2015-epg-encrypt-to-self is set.
19598
19599         * mml1991.el (mml1991-encrypt-to-self): New variable.
19600         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19601         mml1991-epg-encrypt-to-self is set.
19602
19603         * mml2015.el (mml2015-signers): New user option.
19604         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19605         (mml2015-epg-encrypt): Allow to select signing keys.
19606
19607         * mml1991.el (mml1991-signers): New variable.
19608         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19609         (mml1991-epg-encrypt): Allow to select signing keys.
19610
19611 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19612
19613         * nnheader.el (nnheader-insert-head): Make it work even if the file
19614         uses CRLF for the line-break code.
19615
19616 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19617
19618         * mml2015.el: Require mml-sec instead of password.
19619         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19620         (mml2015-cache-passphrase): Inherit the default value from
19621         mml-secure-cache-passphrase.
19622         (mml2015-passphrase-cache-expiry): Inherit the default value from
19623         mml-secure-passphrase-cache-expiry.
19624
19625         * mml1991.el: Require mml-sec instead of password.
19626         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19627         (mml1991-cache-passphrase): Inherit the default value from
19628         mml-secure-cache-passphrase.
19629         (mml1991-passphrase-cache-expiry): Inherit the default value from
19630         mml-secure-passphrase-cache-expiry.
19631
19632         * mml-sec.el: Require password.
19633         (mml-secure-verbose): New user option.
19634         (mml-secure-cache-passphrase): New user option.
19635         (mml-secure-passphrase-cache-expiry): New user option.
19636
19637 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19638             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19639
19640         * pgg-def.el (pgg-truncate-key-identifier):
19641         Truncate the key ID to 8 letters from the end.
19642
19643 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19644
19645         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19646         workaround for the url package included with Emacs.
19647
19648         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19649
19650 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19651
19652         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19653         correctly.  This fixes a bug caused by the 2006-05-12 change.
19654
19655 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19656
19657         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19658         some information about the error when saying that the `bogus' mail
19659         group will be used.
19660
19661 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19662
19663         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19664         string.
19665
19666 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19667
19668         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19669
19670 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19671
19672         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19673
19674 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19675
19676         * mml1991.el (mml1991-function-alist): Add epg.
19677         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19678         (mml1991-epg-encrypt): New functions.
19679
19680 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19681
19682         * mml2015.el (mml2015-verbose): New variable.
19683         (mml2015-cache-passphrase): Ditto.
19684         (mml2015-passphrase-cache-expiry): Ditto.
19685         (mml2015-function-alist): Add epg.
19686         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19687         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19688         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19689         New functions.
19690
19691 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19692
19693         * message.el (message-cite-original-1): Preserve region when removing
19694         quoted text due to X-No-Archive in order to avoid bogus attribution
19695         when citing multiple messages.
19696
19697 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19698
19699         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19700         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19701
19702 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19703
19704         * gnus-diary.el (gnus-user-format-function-d)
19705         (gnus-user-format-function-D): Autoload.
19706
19707         * imap.el (Commentary): Fix typo.
19708
19709         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19710         2006-04-22 contribution.
19711
19712 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19713
19714         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19715         It didn't really fix the bogosity I'm seeing with solid web groups.
19716
19717 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19718
19719         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19720         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19721         created using server names.  If we use the feature without declaring
19722         it, Gnus does not properly manage server and group state.
19723
19724         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19725         bound.
19726
19727 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19728
19729         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19730         looking up the method using GROUP's prefix before inventing a new one.
19731         It is used on killed/unknown groups in various places where returning
19732         an all-new method isn't expected by the caller.
19733
19734         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19735         and match semantics of gnus-group-real-prefix.
19736
19737 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19738
19739         * nnmail.el (nnmail-broken-references-mailers): New variable.
19740         (nnmail-ignore-broken-references): New function generalizing
19741         nnmail-fix-eudora-headers.
19742         (nnmail-fix-eudora-headers): Now obsolete.
19743
19744         * gnus-art.el (gnus-button-handle-custom):
19745         Support `customize-apropos*'.
19746
19747 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19748
19749         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19750
19751         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19752         articles.
19753
19754 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19755
19756         * message.el (message-cite-reply-above): New variable.
19757         (message-yank-original): Use it.
19758
19759 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19760
19761         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19762
19763 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19764
19765         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19766         as read.
19767
19768         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19769
19770 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19771
19772         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19773         (gnus-bookmark-default-file): Use gnus-directory.
19774         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19775         Remove "*" in doc string.
19776         (gnus-bookmark-write-file): Simplify.
19777         (gnus-bookmark-maybe-sort-alist): Use `when'.
19778         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19779         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19780         Add FIXME about Emacs 21 and XEmacs compatibility.
19781         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19782         compatibility.
19783         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19784         compatibility.
19785         (gnus-bookmark-menu-heading): Fix version.
19786
19787 2006-06-19  Bastien Guerry  <bzg@altern.org>
19788
19789         * gnus-bookmark.el: New file.
19790
19791 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19792
19793         * message.el (message-syntax-checks): Doc fix.
19794
19795 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19796
19797         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19798         unsubscribed groups as if they were killed ones.  It causes duplicate
19799         entries in gnus-newsrc-alist.
19800
19801 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19802
19803         * message.el (message-syntax-checks): Doc fix.
19804         (message-send-mail): Add check for continuation headers.
19805         (message-check-news-header-syntax): Fix regexp used to check for
19806         continuation headers.
19807
19808 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19809
19810         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19811
19812 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19813
19814         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19815
19816 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19817
19818         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19819         default-truncate-lines.
19820
19821 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19822
19823         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19824         to fill the utf-8 entry.
19825
19826         * lpath.el: Fbind unicode-precedence-list.
19827
19828 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19829
19830         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19831
19832 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19833
19834         * gnus-agent.el (directory-files-and-attributes): Move all the way
19835         forward (the third and final move).
19836         (gnus-agent-read-agentview): Trap reconstruction errors due to
19837         nonexistent directory.  Handle by returning nil.
19838
19839 2006-05-30  Didier Verna  <didier@xemacs.org>
19840
19841         * message.el (message-dont-reply-to-names): Update the custom type.
19842         * message.el (message-dont-reply-to-names): New defsubst: potentially
19843         convert a list of regexps into a single one.
19844         * message.el (message-get-reply-headers): Use it.
19845         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19846
19847 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19848
19849         * gnus-agent.el (directory-files-and-attributes): Move forward.
19850
19851 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19852
19853         * gnus-ml.el (gnus-mailing-list-subscribe)
19854         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19855         (gnus-mailing-list-message): Fix doc strings.
19856
19857 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19858
19859         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19860         of doing it manually.
19861
19862 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19863
19864         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19865         comment.
19866
19867 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19868
19869         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19870         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19871         (gnus-agent-read-local): All symbols allocated in my-obarray.
19872         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19873         (gnus-agent-regenerate-group): Check numeric names to see if they are
19874         messages or groups.
19875         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19876         better way of do this...)
19877
19878         * gnus-cache.el (gnus-agent-total-fetched-for):
19879         Ignore 'dummy.group' (there should be a better way of do this...)
19880
19881 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19882
19883         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19884         (gnus-saved-headers): Ditto.
19885         (gnus-default-article-saver): Mention functions may have properties.
19886         (gnus-article-save): Override gnus-save-all-headers and
19887         gnus-saved-headers by :headers property which saver function may have.
19888         (gnus-summary-save-in-file): Add :headers property.
19889         (gnus-summary-write-to-file): Ditto.
19890
19891         * gnus-sum.el (gnus-summary-save-article): Bind
19892         gnus-prompt-before-saving to t when saving many articles in a file;
19893         always show all headers.
19894
19895         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19896
19897 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19898
19899         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19900         marks.
19901
19902         * message.el (message-indent-citation): Add optional arguments to allow
19903         using it outside of message buffers.
19904
19905         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19906         (gnus-article-treat-unfold-headers): Use it.
19907         (gnus-article-truncate-lines): New variable.
19908         (gnus-article-mode): Use it.
19909         (gnus-article-toggle-truncate-lines): New function.
19910
19911         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19912         Add gnus-article-toggle-truncate-lines.
19913
19914         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19915         coding system in XEmacs, use binary.
19916
19917 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19918
19919         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19920         after-load-alist.
19921
19922         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19923         this function should save decoded articles.
19924         (gnus-summary-write-to-file): Use property to specify this function
19925         should save decoded articles and specify gnus-summary-save-in-file
19926         should be used to save articles other than the first one when saving
19927         many articles.
19928         (gnus-summary-save-body-in-file): Use property to specify this
19929         function should save decoded articles.
19930         (gnus-summary-write-body-to-file): Use property to specify this
19931         function should save decoded articles and specify
19932         gnus-summary-save-body-in-file should be used to save articles other
19933         than the first one when saving many articles.
19934
19935         * gnus-sum.el (gnus-summary-save-article): Simplify.
19936
19937 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19938
19939         * gnus-art.el (gnus-default-article-saver):
19940         Add gnus-summary-write-body-to-file.
19941         (gnus-article-save-coding-system): Don't use coding system object
19942         in XEmacs.
19943         (gnus-read-save-file-name): Add optional `dir-var' argument which
19944         specifies directory in which files are saved; work even if optional
19945         `variable' argument is not specified.
19946         (gnus-summary-write-to-file): Read file name.
19947         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19948         (gnus-summary-write-body-to-file): New function.
19949
19950         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19951         (gnus-summary-local-variables): Add it.
19952         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19953         (gnus-summary-save-article): Remove optional `decode' argument;
19954         determine whether to decode articles by the value of
19955         gnus-default-article-saver; when saving many files using
19956         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19957         it first and use gnus-summary-save-in-file or
19958         gnus-summary-save-body-in-file thereafter unless
19959         gnus-prompt-before-saving is always; move point to article which
19960         will be saved.
19961         (gnus-summary-save-article-file): Revert.
19962         (gnus-summary-write-article-file): Revert.
19963         (gnus-summary-save-article-body-file): Revert.
19964         (gnus-summary-write-article-body-file): New function.
19965
19966 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19967
19968         * gnus-art.el (gnus-default-article-saver): Doc fix.
19969         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19970         from gnus-summary-save-article-coding-system, and default to a
19971         certain coding system.
19972         (gnus-output-to-file): Add coding cookie and encode text according
19973         to gnus-article-save-coding-system; don't use mm-append-to-file.
19974
19975         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19976         gnus-art.el and rename to gnus-article-save-coding-system.
19977         (gnus-summary-save-article): Require gnus-art; don't show all
19978         headers if it decodes articles; don't add coding cookie here;
19979         don't bind mm-text-coding-system-for-write.
19980         (gnus-summary-save-article-file): Save decoded articles.
19981         (gnus-summary-write-article-file): When saving many files, use
19982         gnus-summary-write-to-file first and gnus-summary-save-in-file
19983         thereafter unless gnus-prompt-before-saving is always.
19984         (gnus-summary-save-article-body-file): Save decoded articles.
19985
19986         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19987
19988 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19989
19990         * nnrss.el (nnrss-check-group): Bind hash-index.
19991
19992 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19993
19994         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19995         its hash index.  Store this hash in `nnrss-group-data'.
19996         (nnrss-read-group-data): Update accordingly.
19997
19998 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19999
20000         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
20001         entry.
20002
20003         * gnus-sum.el (gnus-summary-make-menu-bar):
20004         Add gnus-article-browse-html-article.
20005
20006 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
20007
20008         * gnus-sum.el (gnus-summary-mime-map):
20009         Add gnus-article-browse-html-article.
20010
20011         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
20012
20013 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
20014
20015         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
20016         suitable coding systems in customize.
20017
20018 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
20019
20020         * mail-source.el (mail-sources): Fix custom type.
20021
20022 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20023
20024         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
20025         (gnus-summary-expire-articles-now): Shorten prompt.
20026
20027         * gmm-utils.el (wid-edit): Require.
20028         (defun-gmm): Rename from `gmm-defun-compat'.
20029         (gmm-image-search-load-path): Use it.
20030         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
20031
20032 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20033
20034         * gnus-sum.el (gnus-summary-save-article-coding-system):
20035         New variable.
20036         (gnus-summary-save-article): Add optional `decode' argument.
20037         If it is set and gnus-summary-save-article-coding-system is non-nil,
20038         save decoded article.
20039         (gnus-summary-write-article-file): Save decoded article if
20040         gnus-summary-save-article-coding-system is non-nil.
20041
20042         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
20043         type.
20044
20045 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20046
20047         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
20048
20049 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20050
20051         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
20052         first to test gnus-single-article-buffer which may be buffer-local.
20053
20054         * gnus-sum.el (gnus-summary-setup-buffer):
20055         Make gnus-single-article-buffer buffer-local and nil in ephemeral
20056         group; make gnus-article-buffer, gnus-article-current, and
20057         gnus-original-article-buffer always buffer-local.
20058         (gnus-summary-exit): Kill article buffer belonging to ephemeral
20059         group.
20060         (gnus-handle-ephemeral-exit): Don't move to next summary line.
20061
20062 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
20063
20064         * nnml.el (nnml-request-compact-group): Compressed files might not
20065         have .gz extension.
20066
20067 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20068
20069         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
20070         (mm-copy-to-buffer): Use with-current-buffer.
20071         (mm-display-part): Simplify.
20072         (mm-inlinable-p): Add optional arg `type'.
20073
20074 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20075
20076         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
20077         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
20078         Try harder to show the attachment internally or externally using
20079         gnus-mime-view-part-as-type.
20080
20081 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
20082
20083         * message.el (message-from-style, message-signature-separator)
20084         (message-user-organization-file, message-send-mail-function)
20085         (message-citation-line-function, message-yank-prefix)
20086         (message-indent-citation-function, message-signature)
20087         (message-signature-file, message-signature-insert-empty-line):
20088         Remove autoloads.
20089
20090         * gnus-art.el (gnus-buttonized-mime-types):
20091         Remove "multipart/signed".  Revert 2006-04-26 change.
20092
20093 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20094
20095         * gnus.el (gnus-version-number): Bump version.
20096
20097 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20098
20099         * gnus.el: No Gnus v0.5 is released.
20100
20101 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20102
20103         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
20104         fetching articles by message-id.
20105
20106 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20107
20108         * message.el (hashcash): Require hashcash as normal.
20109
20110         * ecomplete.el (ecomplete-highlight-match-line):
20111         Use point-at-eol.
20112         (ecomplete-highlight-match-line): Use `highlight', because that
20113         face exists in both Emacs and XEmacs.
20114
20115         * message.el (message-display-abbrev): Use point-at-bol.
20116
20117         * mail-source.el: Don't require timer/timer-funcs.
20118
20119         * gnus-async.el: Ditto.
20120
20121         * password.el: Ditto.
20122
20123         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
20124
20125         * mm-url.el: Ditto.
20126
20127         * gnus-xmas.el: Don't require timer-funcs.
20128
20129         * mm-util.el: Require timer/timer-funcs.
20130
20131 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20132
20133         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
20134         Close.
20135
20136 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20137
20138         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
20139         unibyte after clear-decrypt function runs.
20140
20141         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
20142         returns as a unibyte string.
20143
20144 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20145
20146         * lpath.el: Revert.
20147
20148         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
20149         (pgg-gpg-process-sentinel): Revert.
20150
20151         * pgg-pgp.el (pgg-pgp-process-region): Revert.
20152         (pgg-pgp-lookup-key): Revert.
20153
20154         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
20155         (pgg-pgp5-lookup-key): Revert.
20156
20157         * pgg.el (pgg-fetch-key): Revert.
20158
20159 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20160
20161         * lpath.el: Fbind string-as-multibyte for XEmacs.
20162
20163         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
20164         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
20165         (mml1991-pgg-encrypt): Ditto.
20166
20167         * pgg-gpg.el (pgg-string-to-multibyte): New function.
20168         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
20169         a multibyte buffer.
20170
20171         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
20172         (pgg-pgp-lookup-key): Ditto.
20173
20174         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
20175         (pgg-pgp5-lookup-key): Ditto.
20176
20177         * pgg.el (pgg-fetch-key): Ditto.
20178
20179 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
20180
20181         * message.el (message-user-organization-file): Check several
20182         locations of the organization file.
20183
20184         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
20185         Add gnus-article-view-part-as-type.
20186
20187         * gnus-art.el (gnus-article-view-part-as-type): New function.
20188
20189         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
20190         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
20191
20192         * mml.el: Simplify autoload.
20193         (mml-mode): defvar dnd-protocol-alist instead of using
20194         symbol-value.
20195         (mml-default-directory): New variable.
20196         (mml-minibuffer-read-file): Use it.
20197         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
20198
20199         * message.el (message-citation-line-format): New variable.
20200         (message-insert-formated-citation-line): New function.
20201         (message-citation-line-function):
20202         Add `message-insert-formated-citation-line' to custom type.
20203
20204         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
20205         to doc string.
20206
20207         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
20208         depending on mm-verify-option.
20209
20210 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20211
20212         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
20213         binding pgg-* variables; reimplement the section which prevents
20214         MIME header from being signed.
20215         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
20216         pgg-text-mode; remove a blank line at the top of body.
20217
20218         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
20219         lines at the top of body; use gnus-newsgroup-charset if there's no
20220         Charset header.
20221
20222 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20223
20224         * message.el (message-self-insert-commands): Doc fix.
20225
20226         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
20227         (mm-uu-pgp-encrypted-test): Ditto.
20228         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
20229         between header and body; return application/pgp-encrypted handle
20230         if decryption failed; decode decrypted body by charset.
20231
20232         * mm-decode.el (mm-automatic-display): Don't make application/pgp
20233         element match to application/pgp-*.
20234
20235 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20236
20237         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
20238         HTML.
20239
20240 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20241
20242         * mail-source.el (mail-source-call-script): Message the error
20243         string.
20244
20245 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20246
20247         * gnus-util.el (gnus-byte-compile): Use it.
20248
20249 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20250
20251         * gnus-util.el (kill-empty-logs): New function.
20252
20253 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20254
20255         * message.el (message-mail-alias-type): Doc fix.
20256         (message-mail-alias-type-p): New function.
20257         (message-send): Use it.
20258         (message-mode): Ditto.
20259         (message-strip-forbidden-properties): Ditto.
20260
20261         * ecomplete.el (ecomplete-database-file-coding-system):
20262         New variable.
20263         (ecomplete-save): Use it.
20264         (ecomplete-setup): Use it.
20265
20266 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20267
20268         * message.el (message-self-insert-commands): New variable.
20269         (message-strip-forbidden-properties): Use it.
20270
20271 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20272
20273         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20274         that doesn't make XEmacs choke.
20275
20276 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20277
20278         * gnus-util.el (gnus-replace-in-string):
20279         Prefer replace-regexp-in-string over of replace-in-string.
20280
20281 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20282
20283         * gnus-util.el (gnus-select-frame-set-input-focus):
20284         Use select-frame-set-input-focus if it is available in XEmacs; use
20285         definition defined in Emacs 22 for old Emacsen.
20286
20287         * dgnushack.el: Autoload unmorse-region for XEmacs.
20288
20289         * lpath.el: Bind cursor-in-non-selected-windows and
20290         select-frame-set-input-focus for XEmacs.
20291
20292 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20293
20294         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20295
20296 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20297
20298         * gnus-registry.el (gnus-registry-cache-save): Remove text
20299         properties when saving via the temp buffer.
20300
20301 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20302
20303         * message.el (message-generate-hashcash): Honor custom type.
20304
20305 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20306
20307         * message.el (message-generate-hashcash): Default to non-nil when
20308         hashcash is found.
20309
20310         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20311         (gnus-refer-thread-limit): Increase default to 500.
20312
20313         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20314
20315         * flow-fill.el (fill-flowed): Allow delete-space.
20316
20317 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20318
20319         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20320         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20321         Remove autoloads.
20322
20323 2006-04-18  Simon Josefsson  <jas@extundo.com>
20324
20325         * message.el (message-generate-hashcash): Default to.
20326
20327 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20328
20329         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20330         concatenating segments rather than before concatenating them.
20331
20332 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20333
20334         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20335
20336 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20337
20338         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20339
20340         * message.el (message-forward-make-body-plain):
20341         Allow message-forward-ignored-headers to be a list.
20342         (message-remove-ignored-headers): Factor out into function.
20343         (message-forward-make-body-mml): Use it.
20344
20345         * imap.el (imap-quote-specials): New function.
20346         (imap-login-auth): Quote specials.
20347
20348         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20349         (rfc2231-parse-string): Allow concatanation of parameters that
20350         aren't contiguous.  The test case is
20351           (mail-header-parse-content-type "message/external-body;
20352             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20353             access-type=LOCAL-FILE;
20354             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20355
20356 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20357
20358         * nntp.el (nntp-accept-process-output): Return the value of
20359         `nnheader-accept-process-output'.
20360
20361 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20362
20363         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20364         (gnus-button-alist): Recognize more diff formats.
20365         (gnus-button-patch): Strip directory.
20366
20367 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20368
20369         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20370         Emacs 22 when setting focus.
20371
20372 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20373
20374         * gnus-art.el (gnus-article-treat-types): Do treatment of
20375         text/x-verbatim parts.
20376         (gnus-button-patch): New command.
20377
20378         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20379         addresses that contain invalid characters.
20380
20381 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20382
20383         * message.el (message-put-addresses-in-ecomplete):
20384         Use gnus-replace-in-string.
20385         (message-is-yours-p): Use the more correct
20386         mail-header-parse-address instead of
20387         mail-extract-address-components.
20388         (message-put-addresses-in-ecomplete): Fix typo.
20389
20390         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20391         keystroke.
20392
20393         * gnus-art.el (gnus-treatment-function-alist): Change order of
20394         newsgroups/generic header folding to avoid double-folding.
20395
20396         * message.el (message-hidden-headers): Add X-Draft-From.
20397
20398         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20399         New command.
20400         (gnus-summary-repeat-search-article-backward): New command.
20401
20402         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20403         groups in the parent topic.
20404
20405 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20406
20407         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20408         (spam-extra-header-to-number): Return the CRM114 number as a
20409         number instead of a string.
20410
20411 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20412
20413         * gnus-art.el (gnus-face-properties-alist): Move here from
20414         gnus-fun.
20415
20416         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20417
20418 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20419
20420         * message.el (message-strip-forbidden-properties): Only display on
20421         self-insert-command.
20422
20423         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20424         reindent.
20425         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20426
20427 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20428
20429         * smiley.el (smiley-style): Fix typo.
20430
20431 2006-03-23  Kenichi Handa  <handa@m17n.org>
20432
20433         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20434         instead of set-buffer-multibyte.
20435
20436 2006-03-23  Kenichi Handa  <handa@m17n.org>
20437
20438         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20439         buffer and then decode the buffer text if necessary.
20440         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20441         first, and after mm-encode-body, change the buffer to unibyte.
20442
20443 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20444
20445         * hashcash.el (hashcash-insert-payment-async-2):
20446         Use message-goto-eoh instead of doing it manually.
20447         (mail-add-payment): Use message-narrow-to-header instead of trying
20448         to do the same itself.
20449
20450         * message.el (message-hidden-headers): Add Face.
20451
20452         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20453         reparenting code.
20454         (gnus-summary-reparent-children): Refactored out code.
20455         (gnus-summary-thread-map): New keystroke.
20456         (gnus-summary-reparent-children): Make into command.
20457
20458         * smiley.el (smiley-style): Default to `medium' if using a large
20459         font.
20460
20461         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20462         does it itself.
20463
20464         * message.el (message-point-in-header-p): Simplify definition.
20465
20466 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20467
20468         * nnagent.el (nnagent-request-set-mark): Silence log file
20469         writing.
20470         (nnagent-request-set-mark): Use write-region instead of
20471         append-to-file.
20472
20473         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20474         strange select method.
20475
20476         * ecomplete.el (ecomplete-display-matches): Get highlightling
20477         right.
20478         (ecomplete-display-matches): Use literals.
20479         (ecomplete-display-matches): Disable message logging.
20480
20481         * message.el (message-display-abbrev): Small optimization.
20482
20483         * ecomplete.el (ecomplete-display-matches): Allow automatic
20484         display.
20485
20486         * message.el (message-strip-forbidden-properties):
20487         Display abbrevs.
20488         (message-display-abbrev): Get automatic display right.
20489
20490         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20491         keystrokes.
20492
20493 2006-04-13  Romain Francoise  <romain@orebokech.com>
20494
20495         TODO: Backport to v5-10!
20496
20497         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20498         Move here (and rename) from gnus-registry.el.
20499
20500         * gnus-registry.el: Require gnus-util.
20501         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20502
20503 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20504
20505         * gnus-group.el (gnus-group-catchup-current):
20506         Change if-then-else-if-then-else into cond.
20507         (gnus-group-catchup): Indent.
20508         (group-name-at-point): New function.
20509         (gnus-fetch-group): Provide default from thing at point.
20510
20511 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20512
20513         * message.el (message-display-abbrev): Fix regexp.
20514
20515         * ecomplete.el (ecomplete-highlight-match-line):
20516         Reimplement choosing.
20517         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20518         dead variables.
20519
20520         * message.el (message-newline-and-indent): Remove debugging.
20521         (message-display-abbrev): Use new implementation.
20522
20523 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20524
20525         * gnus-art.el (gnus-article-mode):
20526         Set cursor-in-non-selected-windows to nil.
20527
20528         * smiley.el: Revert previous change.
20529         (smiley-data-directory): defvar it before using it in the
20530         defcustom of `smiley-style'.
20531
20532 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20533
20534         * message.el (message-newline-and-indent): New function.
20535
20536         * ecomplete.el: Implement more bits.
20537
20538         * message.el (message-put-addresses-in-ecomplete): Clean up the
20539         string.
20540
20541         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20542
20543         * gnus-sum.el (gnus-summary-save-parts):
20544         Bind gnus-summary-save-parts-counter and use it to make unique file
20545         names.
20546
20547         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20548
20549         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20550         parameter to say whether to actually parse the individual
20551         addresses.
20552
20553         * message.el (message-put-addresses-in-ecomplete): New function.
20554         (ecomplete): Require.
20555         (message-mail-alias-type): Add ecomplete as an option.
20556
20557 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20558
20559         * flow-fill.el (fill-flowed): Remove trailing space from blank
20560         quoted lines.
20561
20562 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20563
20564         * smiley.el (smiley-style): Move definition later to avoid a
20565         compilation warning.
20566
20567 2006-04-12  Kenichi Handa  <handa@m17n.org>
20568
20569         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20570         buffer and then decode the buffer text if necessary.
20571         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20572         first, and after mm-encode-body, change the buffer to unibyte.
20573         Use mm-disable-multibyte instead of set-buffer-multibyte.
20574
20575 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20576
20577         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20578         Content-Type header instead of Content-Disposition header.
20579         (gnus-mime-inline-part): Ditto.
20580         (gnus-mime-view-part-as-charset): Ignore charset that the part
20581         specifies.
20582
20583         * mm-decode.el (mm-display-part): Work with external parts and
20584         usual parts similarly.
20585
20586         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20587         instead of gnus-display-mime.
20588
20589         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20590         instead of with-temp-buffer.
20591
20592         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20593         tag to summarized topics part in order to encode non-ASCII text.
20594
20595 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20596
20597         * smiley.el (smiley-style): New variable.
20598         (smiley-directory): New function.
20599         (smiley-data-directory): Derive from `smiley-style' using
20600         `smiley-directory'.
20601         (smiley-regexp-alist): Add new entries.
20602
20603         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20604         (gnus-article-browse-delete-temp): Add :version.
20605
20606 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20607
20608         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20609         the sieve region.
20610
20611 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20612
20613         * gnus.el (gnus-version-number): Bump version.
20614
20615 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20616
20617         * gnus.el: No Gnus v0.4 is released.
20618
20619 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20620
20621         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20622         layout.
20623
20624         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20625         unknown charset.
20626
20627         * message.el (message-header-synonyms): Add Original-To to the
20628         default.
20629
20630         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20631         optional parameter.
20632
20633 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20634
20635         * gnus-fun.el (gnus): Require it for gnus-directory.
20636
20637 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20638
20639         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20640
20641 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20642
20643         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20644
20645 2006-04-05  Simon Josefsson  <jas@extundo.com>
20646
20647         * password.el (password-reset): New function.
20648
20649 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20650
20651         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20652         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20653
20654 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20655
20656         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20657         Some whitespace was matched into the url, which broke browsing hits
20658         > 100 when mm-url-use-external was nil.
20659
20660 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20661
20662         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20663         Check gnus-extra-headers for 'Newsgroups.
20664
20665         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20666         bound.
20667
20668 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20669
20670         * pgg-gpg.el: Clean up process buffers every time gpg processes
20671         complete.
20672
20673 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20674
20675         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20676         doc string.
20677
20678 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20679
20680         * pgg-gpg.el (pgg-gpg-process-filter)
20681         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20682
20683         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20684         lines, temporary fix.
20685
20686 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20687
20688         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20689
20690 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20691
20692         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20693         default-enable-multibyte-characters.  This reverts the change from
20694         revision 6.17 which is no longer necessary because the passphrase
20695         is sent separately now.  GnuPG messages are unreadable under
20696         multibyte locales with default-enable-multibyte-characters set to
20697         nil.
20698
20699 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20700
20701         * message.el (message-tool-bar-gnome): Move "spell".
20702
20703 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20704
20705         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20706         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20707         instead.
20708
20709 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20710
20711         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20712         Improve newsgroups handling for NNTP overviews which don't include
20713         Newsgroups.
20714
20715 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20716
20717         * message.el (message-resend): Bind message-generate-hashcash to nil.
20718
20719 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20720
20721         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20722         when searching for already-paid recipients.
20723
20724 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20725
20726         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20727         passphrases when it is not needed.
20728         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20729         passphrase stuff from gpg, should only be necessary when you use
20730         gpg with a smartcard.
20731
20732 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20733
20734         * mml.el (mml-insert-mime): Ignore cached contents of
20735         message/external-body part.
20736
20737         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20738         (mm-insert-part): Ditto.
20739
20740 2006-03-23  Simon Josefsson  <jas@extundo.com>
20741
20742         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20743         Reiner.
20744         (pgg-gpg-use-agent-p): Use it again.
20745
20746 2006-03-23  Simon Josefsson  <jas@extundo.com>
20747
20748         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20749         older emacsen.
20750         (pgg-gpg-use-agent-p): Don't use it.
20751
20752 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20753
20754         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20755         if we can.
20756
20757 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20758
20759         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20760         (pgg-gpg-update-agent): New function.
20761         (pgg-gpg-use-agent-p): New function.
20762         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20763         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20764         (pgg-gpg-sign-region): Use it.
20765
20766 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20767
20768         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20769         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20770
20771 2006-03-21  Simon Josefsson  <jas@extundo.com>
20772
20773         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20774         <wilde@sha-bang.de>.
20775         (pgg-gpg-use-agent): New variable.
20776         (pgg-gpg-process-region): Use it.
20777         (pgg-gpg-encrypt-region): Likewise.
20778         (pgg-gpg-encrypt-symmetric-region): Likewise.
20779         (pgg-gpg-decrypt-region): Likewise.
20780         (pgg-gpg-sign-region): Likewise.
20781         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20782
20783 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20784
20785         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20786
20787         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20788         Add comment on version.
20789
20790 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20791
20792         * smiley.el: Add missing test smiley.
20793
20794 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20795
20796         * mm-decode.el (mm-with-part): New macro.
20797         (mm-get-part): Use it; work with message/external-body as well.
20798         (mm-save-part): Treat name and filename equally.
20799
20800         * mm-extern.el (mm-extern-cache-contents): New function.
20801         (mm-inline-external-body): Use it; force the part to be displayed;
20802         move undisplayer added to the cached handle to the parent.
20803
20804         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20805         (gnus-mime-view-part-as-type): Work with message/external-body.
20806
20807         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20808
20809 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20810
20811         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20812         images in image-load-path.  [Sync with image.el, revision 1.60, in
20813         Emacs.]
20814
20815 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20816
20817         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20818         path rather than symbol.  Always return list of directories.
20819         Guarantee that image directory comes first.  [Sync with image.el,
20820         revision 1.59, in Emacs.]
20821
20822         * message.el (message-make-tool-bar): Adjust to new API of
20823         `gmm-image-load-path-for-library'.
20824
20825         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20826
20827         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20828
20829 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20830
20831         * gnus-art.el (gnus-article-only-boring-p):
20832         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20833         intangible text.
20834         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20835
20836 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20837
20838         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20839         Use `defun' instead of `gmm-defun-compat'.
20840
20841 2006-03-14  Simon Josefsson  <jas@extundo.com>
20842
20843         * message.el (message-unique-id): Don't use message-number-base36
20844         if (user-uid) is a float.
20845         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20846
20847 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20848
20849         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20850
20851         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20852         empty line between a part and a message part.
20853
20854 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20855
20856         * smiley.el: Add more test smileys.
20857         (smiley-data-directory, smiley-regexp-alist)
20858         (gnus-smiley-file-types): Fix doc strings.
20859         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20860         adding new elements.
20861         (smiley-mouse-map): Unused code.  Make it a comment.
20862
20863 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20864
20865         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20866         scan latest NoCeM messages instead of old ones.
20867         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20868         delimiters that are recently used.
20869         (gnus-nocem-load-cache): Add autoload cookie.
20870
20871         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20872
20873         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20874         level which is larger than gnus-use-nocem is specified.
20875
20876         * gnus-group.el (gnus-group-get-new-news): Ditto.
20877
20878 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20879
20880         * gnus-util.el (gnus-tool-bar-update): New function.
20881
20882         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20883         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20884
20885         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20886
20887         * gnus-group.el (gnus-group-redraw-when-idle)
20888         (gnus-group-redraw-check): Remove.
20889         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20890
20891 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20892
20893         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20894         if optional last element is specified in splits (FIELD VALUE...).
20895
20896 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20897
20898         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20899         to gmm-image-load-path-for-library.  Call with no-error argument.
20900         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20901
20902         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20903
20904         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20905
20906         * gmm-utils.el (gmm-image-load-path): Remove alias.
20907
20908 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20909
20910         * gmm-utils.el (gmm-image-load-path): Add alias.
20911
20912         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20913         nnml-generate-nov-databases-1.
20914         (nnml-generate-nov-databases): Use it.
20915         (nnml-generate-nov-databases-directory): Document no-active
20916         argument.
20917
20918         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20919         directory if path is t.  Add no-error.
20920
20921         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20922         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20923
20924         * gnus-art.el (gnus-article-browse-delete-temp-files):
20925         Simplify resetting gnus-article-browse-html-temp-list.
20926
20927         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20928         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20929         Add example to docstring.  Rename local variables.  Move error
20930         checks to default case in cond and simplify.
20931
20932 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20933
20934         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20935         handle is multipart when calling it recursively.
20936         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20937
20938 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20939
20940         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20941         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20942
20943 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20944
20945         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20946         is loaded.
20947
20948         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20949         loaded.
20950
20951 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20952
20953         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20954         to "Emacs 23 (unicode)" in doc string.
20955
20956         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20957         "Emacs 23 (unicode)" in comment.
20958
20959 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20960
20961         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20962
20963         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20964         characters 160 through 255 in Emacs 23.
20965
20966 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20967
20968         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20969         gnus-article-browse-html-temp.
20970         (gnus-article-browse-delete-temp): Make it customizable.
20971         Add `file'.  Adjust doc string.
20972         (gnus-article-browse-delete-temp-files): Add argument.
20973         Allow query for each file.  Adjust doc string.
20974         (gnus-article-browse-html-parts):
20975         Add `gnus-article-browse-delete-temp-files' to
20976         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20977
20978 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20979
20980         * gnus-art.el (gnus-article-browse-html-temp)
20981         (gnus-article-browse-delete-temp): New variables.
20982         (gnus-article-browse-delete-temp-files): New function.
20983         (gnus-article-browse-html-parts): Use it.
20984
20985 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20986
20987         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20988
20989         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20990         string.
20991
20992         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20993         gnus-summary-insert-new-articles when unplugged.
20994         Remove gnus-summary-search-article-forward.
20995
20996         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20997         display-visual-class instead of display-color-cells.
20998
20999 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21000
21001         * dgnushack.el: Autoload customize-group for XEmacs.
21002
21003         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
21004         message/* containing non-ASCII text properly.
21005
21006 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
21007
21008         * message.el: Require gmm-utils, remove autoloads.
21009         (message-tool-bar): Set default based on
21010         gmm-tool-bar-style.
21011         (message-tool-bar-gnome): Add gmm-customize-mode.
21012
21013         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
21014         gmm-tool-bar-style.
21015         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
21016
21017         * gnus-group.el (gnus-group-tool-bar): Set default based on
21018         gmm-tool-bar-style.
21019         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
21020
21021         * gmm-utils.el (gmm-image-directory): Rename variable from
21022         gmm-image-load-path.
21023         (gmm-image-load-path): Use gmm-image-directory.
21024         (gmm-customize-mode): New function.
21025         (gmm-tool-bar-style): New variable.
21026
21027         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
21028         gnus-group-redraw-line-number.
21029         (gnus-group-redraw-check): Simplify.
21030         (gnus-group-tool-bar-update): Remove redraw check.
21031         (gnus-group-make-tool-bar): Add redraw check.
21032
21033 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
21034
21035         * gnus-art.el (gnus-button): Add missing parentheses.
21036
21037 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21038
21039         * lpath.el: Fbind line-number-at-pos.
21040
21041 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21042
21043         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
21044
21045 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21046
21047         * gnus-art.el (gnus-button): New face.
21048         (gnus-article-button-face): Use it.
21049
21050         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21051         Add gnus-summary-next-page.  Re-order.
21052
21053         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
21054         next-node are now included.
21055         (gnus-group-redraw-line-number): New internal variable.
21056         (gnus-group-redraw-check): Helper function for updating the tool
21057         bar.
21058         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
21059
21060         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
21061
21062         * spam.el (spam-spamassassin-score-regexp): New internal variable.
21063         (spam-extra-header-to-number, spam-check-spamassassin-headers):
21064         Use it to match format of Spamassassin 3.0 and later.
21065         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
21066         (spam-check-bogofilter)
21067         (spam-bogofilter-register-with-bogofilter): Fix args of
21068         `gnus-error' calls.
21069
21070 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21071
21072         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
21073         unnecessary interaction when sending queued mails.
21074         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
21075
21076 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
21077
21078         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
21079         first or last are nil.
21080
21081 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
21082
21083         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
21084
21085 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21086
21087         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
21088
21089 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21090
21091         * dns.el (query-dns): Protect more against buggy tcp output.
21092
21093 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21094
21095         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
21096         nov.php.
21097
21098 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21099
21100         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
21101         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
21102         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
21103         output on the server side.
21104         (nnweb-google-create-mapping): Update regexps and add some
21105         progress indication.
21106
21107 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
21108
21109         * gnus-group.el (gnus-group-tool-bar-gnome):
21110         Fix gnus-agent-toggle-plugged.  Re-order icons.
21111         (gnus-group-tool-bar-gnome):
21112         Add gnus-group-{prev,next}-unread-group.
21113         (gnus-group-tool-bar-gnome): Re-order icons.
21114
21115         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21116         Move gnus-summary-insert-new-articles.
21117
21118         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
21119         Fix comments.
21120
21121         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
21122         also available in Emacs 21.3.
21123
21124         * message.el (message-fix-before-sending): Change "Emacs 22" to
21125         "Emacs 23 (unicode)" in comment.
21126
21127         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
21128         "Emacs 23 (unicode)" in comment.
21129
21130         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
21131         comment.
21132         (mm-coding-system-p): Add comment about no-MULE XEmacs.
21133
21134         * mm-view.el (mm-fill-flowed): Add :version.
21135
21136 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21137
21138         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
21139         and load-path.
21140
21141 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
21142
21143         * message.el: Autoload gmm-image-load-path.
21144         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
21145         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
21146         consitency.
21147
21148         * gmm-utils.el (gmm-image-load-path): Also search in
21149         "../etc/images".  Don't set gmm-image-load-path if we don't find
21150         the image.
21151
21152 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21153
21154         * gmm-utils.el (gmm-image-load-path): Don't make
21155         `gmm-image-load-path' include subdirectories which the second arg
21156         `image' might specify.
21157
21158         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
21159         subdirectory to icon file names.
21160
21161         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
21162
21163 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21164
21165         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
21166         gmm-image-load-path calls.
21167
21168         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21169
21170         * message.el (message-make-tool-bar): Ditto.
21171
21172         * mml.el (mml-preview): Add comment concerning tool bar icons.
21173
21174         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
21175         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
21176
21177         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
21178         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
21179
21180         * message.el (message-tool-bar-gnome): Use new icon names.
21181         (message-make-tool-bar): Use `gmm-image-load-path'.
21182
21183         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
21184         New functions from MH-E.
21185         (gmm-image-load-path): New variable from MH-E.
21186         (gmm-image-load-path): New function from MH-E.  Add arguments
21187         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
21188         *-image-load-path-called-flag.
21189
21190 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
21191
21192         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
21193
21194 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
21195
21196         * nnimap.el (nnimap-request-move-article): Change folder back to
21197         source group before deleting.
21198
21199 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
21200
21201         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
21202
21203         * gnus-art.el (mm-url-insert-file-contents-external):
21204         Autoload mm-url.
21205
21206         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
21207
21208 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21209
21210         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
21211         coding system which mm-charset-to-coding-system returns for a
21212         given charset is valid.
21213
21214 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
21215
21216         * html2text.el (html2text-remove-tag-list):
21217         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
21218
21219 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
21220
21221         * gnus-cus.el: Revert 2005-10-17 change.
21222
21223 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21224
21225         * gnus-art.el (article-strip-banner):
21226         Call article-really-strip-banner only when the regexp match is made.
21227
21228 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21229
21230         * gnus-art.el (article-strip-banner):
21231         Use gnus-extract-address-components instead of
21232         mail-header-parse-addresses to make it work with non-ASCII text;
21233         remove mail-encode-encoded-word-string.
21234
21235         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
21236         values which are surrounded with \"...\"; make it never cause a
21237         Lisp error; give up parsing of parameters if it failed in
21238         extracting type.
21239
21240 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
21241
21242         * smime.el (smime-cert-by-ldap-1): Fix bug where
21243         `smime-ldap-search' returns results without userCertificates.
21244
21245 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21246
21247         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21248
21249 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21250
21251         * spam.el (spam-check-spamassassin-headers): Adapt format for
21252         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21253         <ari@mbf.ocn.ne.jp>.
21254         (spam-list-of-processors): Add spam-use-gmane.
21255
21256 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21257
21258         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21259         make-temp-file; make it work with XEmacs as well.
21260
21261         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21262         mm-make-temp-file.
21263
21264         * mm-decode.el (mm-display-external): Use the 3rd arg of
21265         mm-make-temp-file.
21266         (mm-create-image-xemacs): Ditto.
21267
21268 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21269
21270         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21271         with message-narrow-to-headers.
21272         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21273         (gnus-draft-check-draft-articles): New function.
21274         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21275
21276 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21277
21278         * gnus-art.el (gnus-article-browse-html-parts):
21279         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21280         Don't use suffix argument for mm-make-temp-file for Emacs 21
21281         compatibility.  Remove useless `format'.
21282
21283 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21284
21285         * nnweb.el (nnweb-google-wash-article): Update regexps.
21286         (nnweb-group-alist): Use defvoo instead of defvar.
21287
21288 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21289
21290         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21291         re-loading nn* modules.
21292
21293 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21294
21295         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21296         for `tool-bar-mode' and don't check it's default-value.
21297
21298         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21299
21300         * message.el (message-make-tool-bar): Ditto.
21301
21302         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21303         `substring'.  Shorten tmp-file name.
21304
21305         * gnus.el: Remove bogus comment.
21306
21307 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21308
21309         * gnus-art.el (gnus-article-browse-html-parts): New function.
21310         (gnus-article-browse-html-article): New function for viewing html
21311         articles with a browser.
21312
21313 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21314
21315         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21316         in elisp.
21317         (pgg-gpg-encrypt-symmetric-region): Ditto.
21318         (pgg-gpg-sign-region): Ditto.
21319
21320         * pgg-def.el (pgg-text-mode): New variable.
21321
21322         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21323         (mml2015-pgg-encrypt): Ditto.
21324
21325         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21326         (mml1991-pgg-encrypt): Ditto.
21327
21328 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21329
21330         * nnfolder.el (nnfolder-insert-newsgroup-line):
21331         Use message-make-date instead of current-time-string.
21332
21333         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21334         to gnus-decoded which mm-uu might set.
21335
21336 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21337
21338         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21339         don't decode quoted parameters; remove misimported Emacs code.
21340         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21341         (rfc2231-decode-encoded-string): Don't use split-string which
21342         behaves differently according to Emacs version; use
21343         mm-decode-coding-region to convert charset to coding-system.
21344         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21345         (rfc2231-encode-string): Remove misimported Emacs code.
21346
21347 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21348
21349         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21350         when calling mail-header-parse-content-type.
21351         (article-de-quoted-unreadable): Ditto.
21352         (article-de-base64-unreadable): Ditto.
21353         (article-wash-html): Ditto.
21354
21355         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21356         calling mail-header-parse-content-type and
21357         mail-header-parse-content-disposition.
21358         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21359         mail-header-parse-content-type.
21360
21361         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21362         insert charset and format parameters; encode description after
21363         inserting it to buffer.
21364         (mml-insert-parameter): Fold lines properly even if a parameter is
21365         segmented into two or more lines; change the max column to 76.
21366
21367         * rfc1843.el (rfc1843-decode-article-body): Don't use
21368         ignore-errors when calling mail-header-parse-content-type.
21369
21370         * rfc2231.el (rfc2231-parse-string): Return at least type if
21371         possible; don't cause an error even if it fails in parsing of
21372         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21373         (rfc2231-encode-string): Don't break lines at the beginning, leave
21374         it to mml-insert-parameter.
21375
21376         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21377         calling mail-header-parse-content-type.
21378
21379 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21380
21381         * spam-report.el (spam-report-gmane-use-article-number):
21382         Improve doc string.
21383         (spam-report-gmane-internal): Check if a suitable header was found
21384         in the article.
21385
21386 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21387
21388         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21389         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21390
21391 2006-02-05  Romain Francoise  <romain@orebokech.com>
21392
21393         Update copyright notices of all files in the gnus directory.
21394
21395 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21396
21397         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21398
21399 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21400
21401         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21402         segmented lines of parameter value to cope with Thunderbird 1.5
21403         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21404         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21405         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21406
21407 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21408
21409         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21410         parts.
21411
21412 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21413
21414         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21415         there's only one active file for all servers.
21416         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21417         solid groups.  Gnus might have used a FAST request to select the group.
21418         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21419         and nnweb-search redundantly in the active file.
21420         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21421         (nnweb-request-create-group): Don't use ARGS.
21422         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21423         initializations.  Let nnoo do the work.
21424
21425 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21426
21427         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21428         Say the part has been decoded.
21429
21430         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21431
21432 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21433
21434         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21435         mailcap-viewer-test-cache when there's no 'test clause, since that
21436         will invert the meaning of a "nil" test previously determined by
21437         mailcap-mailcap-entry-passes-test.
21438
21439 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21440
21441         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21442         compiling.
21443
21444         * gnus-sum.el: Ditto.
21445
21446         * message.el: Don't bind tool-bar-map when compiling.
21447
21448 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21449
21450         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21451
21452 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21453
21454         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21455         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21456         current Google Groups.
21457
21458 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21459
21460         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21461         and tool-bar-mode.
21462
21463         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21464         and tool-bar-mode.
21465
21466         * message.el (message-tool-bar-update): Simplify.
21467         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21468
21469         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21470         gnus-summary-buffer.
21471         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21472         gnus-summary-reply.
21473
21474         * gmm-utils.el (gmm): Add :version.
21475
21476 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21477
21478         * Makefile.in (clean): New rule.
21479         (distclean): Use it.
21480
21481 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21482
21483         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21484         Don't autoload.
21485
21486 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21487
21488         * gmm-utils.el (gmm-verbose): Add :group.
21489
21490 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21491
21492         * message.el: Change some comments WRT tool-bars.
21493
21494         * gnus-sum.el (gnus-summary-tool-bar)
21495         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21496         (gnus-summary-tool-bar-zap-list): New variables.
21497         (gnus-summary-make-tool-bar): Complete rewrite using
21498         `gmm-tool-bar-from-list'.
21499
21500         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21501         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21502         New variables.
21503         (gnus-group-make-tool-bar): Complete rewrite using
21504         `gmm-tool-bar-from-list'.
21505         (gnus-group-tool-bar-update): New function.
21506
21507         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21508
21509 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21510
21511         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21512         is dissected into a single part of which the type is the same as
21513         the given one; decode charset.
21514
21515 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21516
21517         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21518         into alists as symbol not string, since that's what
21519         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21520         look for.
21521
21522 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21523
21524         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21525         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21526
21527         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21528
21529 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21530
21531         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21532         (gnus-xmas-mime-security-button-menu): New function.
21533
21534         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21535         (gnus-mime-security-button-menu): New definition.
21536         (gnus-mime-security-button-map): Use them.
21537         (gnus-mime-security-button-menu): New function.
21538         (gnus-insert-mime-security-button): Addition to help echo.
21539         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21540         (gnus-mime-security-pipe-part): New functions.
21541
21542         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21543         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21544
21545         * mm-decode.el (mm-handle-set-disposition): Remove.
21546         (mm-handle-set-description): Remove.
21547
21548 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21549
21550         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21551         (mm-w3m-standalone-supports-m17n-p): New function.
21552         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21553         w3m usage.
21554
21555         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21556         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21557
21558 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21559
21560         * message.el (message-tool-bar-zap-list):
21561         Use gmm-tool-bar-zap-list as custom type.
21562         (message-tool-bar-update): New function.
21563         (message-tool-bar, message-tool-bar-gnome)
21564         (message-tool-bar-retro): Add message-tool-bar-update.
21565         (message-tool-bar-gnome): Add flyspell-buffer.
21566
21567         * gnus-util.el (gnus-error): Describe `args'.
21568
21569         * gmm-utils.el (gmm-error): Describe `args'.
21570         (gmm-tool-bar-zap-list): New widget.
21571         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21572
21573 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21574
21575         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21576         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21577         the number of recursive calls.
21578
21579         * mm-decode.el (mm-handle-set-disposition): New macro.
21580         (mm-handle-set-description): New macro.
21581
21582 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21583
21584         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21585         encoding.
21586
21587 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21588
21589         * message.el (message-tool-bar-zap-list, message-tool-bar)
21590         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21591         (message-tool-bar-local-item-from-menu): Remove.
21592         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21593         (message-make-tool-bar): New function.
21594         (message-mode): Use `message-make-tool-bar'.
21595
21596         * gmm-utils.el: New file.
21597         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21598         (gmm-lazy): New widget copied from `nnmail.el'.
21599         (gmm-tool-bar-from-list): New function for creating customizable
21600         tool bars.
21601         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21602         output.
21603         (gmm): Add :prefix to defgroup.
21604
21605 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21606
21607         * gmm-utils.el (gmm-widget-p): New function.
21608
21609 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21610
21611         * mml.el (mml-attach-file): Describe `description' in doc string.
21612         (mml-menu): Add Emacs MIME manual and PGG manual.
21613
21614 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21615
21616         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21617
21618 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21619
21620         * nntp.el (nntp-end-of-line): Doc fix.
21621
21622 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21623
21624         * imap.el (imap-open): Handle case where buffer is a buffer
21625         object.
21626
21627 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21628
21629         * gnus-delay.el (gnus-delay): Don't autoload.
21630         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21631         to be re-loaded when customizing the `gnus-delay' group.
21632
21633 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21634
21635         * message.el (message-insert-citation-line): Use newlines.
21636
21637 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21638
21639         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21640         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21641         these routines, so the passphrase can be managed externally and
21642         passed in to the system.
21643         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21644         pgg-add-passphrase-to-cache function.
21645
21646         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21647         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21648         these routines, so the passphrase can be managed externally and
21649         passed in to the system.
21650         (pgg-pgp5-sign-region): Use new name of
21651         pgg-add-passphrase-to-cache function.
21652
21653 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21654
21655         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21656         part of the decoded armor to find the key-identifier.
21657         (pgg-gpg-lookup-key-owner): New function to return the
21658         human-readable identifier of a key owner.
21659         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21660         itself.
21661         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21662         the key value) if we have a key and can match it against a secret
21663         key.  Also, added a note pointing out fact that the prompt only
21664         indicates the first matching key.
21665
21666         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21667         pgg-decrypt-region.
21668         (pgg-add-passphrase-to-cache): Rename from
21669         `pgg-add-passphrase-cache' to reduce confusion (all callers
21670         changed).
21671         (pgg-remove-passphrase-from-cache): Rename from
21672         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21673         changed).
21674         (pgg-read-passphrase, pgg-add-passphrase-cache)
21675         (pgg-remove-passphrase-cache): Add informative docstrings.
21676         (pgg-decrypt): Convey provided passphrase in subordinate call to
21677         pgg-decrypt-region.
21678
21679 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21680
21681         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21682         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21683         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21684         'passphrase' argument, so the passphrase can be managed externally
21685         and then passed in to the system.
21686
21687         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21688         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21689         so the passphrase cache can be used reliably with identifiers
21690         besides a pgp packet's key id.
21691
21692         * pgg-gpg.el (pgg-gpg-encrypt-region)
21693         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21694         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21695         these routines, so the passphrase can be managed externally and
21696         passed in to the system.
21697
21698         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21699         'notruncate' argument, so the passphrase cache can be used
21700         reliably with identifiers besides a pgp packet's key id.
21701
21702 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21703
21704         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21705         symmetric encryption.
21706         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21707         encrypted session key.
21708         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21709         message ask for the passphrase in a proper way.
21710
21711         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21712         New user commands for symmetric encryption.
21713
21714 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21715
21716         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21717
21718         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21719
21720 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21721
21722         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21723
21724 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21725
21726         * mm-decode.el (mm-inlined-types): Add application/pgp.
21727         (mm-automatic-display): Ditto.
21728
21729         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21730         part as text.
21731
21732 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21733
21734         * nnrss.el: Update copyright.
21735         (nnrss-opml-import): Query whether to subscribe to each entry.
21736
21737         * gnus-art.el:
21738         * gnus-sum.el:
21739         * gnus-xmas.el:
21740         * messagexmas.el:
21741         * mm-uu.el:
21742         * mm-view.el: Update copyright.
21743
21744 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21745
21746         * message.el (message-info): New function.
21747         (message-mode-menu): Add it.
21748         Update copyright.
21749
21750         * ChangeLog: Fix and update copyright.
21751
21752 2006-01-13  Romain Francoise  <romain@orebokech.com>
21753
21754         * message.el (message-forward-subject-name-subject): Prefer the
21755         address to 'nowhere' if the sender has no name.
21756         Fix typo.  Update copyright year.
21757
21758 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21759
21760         * gnus-art.el (article-wash-html):
21761         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21762         (gnus-article-wash-html-with-w3m-standalone): New function.
21763
21764         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21765         mm-inline-text-html-render-with-w3m-standalone.
21766         (mm-text-html-washer-alist): Map w3m-standalone to
21767         gnus-article-wash-html-with-w3m-standalone.
21768         (mm-inline-text-html-render-with-w3m-standalone): New function.
21769
21770 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21771
21772         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21773         Improve LaTeX.
21774
21775 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21776
21777         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21778         (nnrss-request-article): Render text/plain parts as HTML.
21779
21780         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21781         the buffer.
21782
21783 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21784
21785         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21786         custom definition of `gnus-posting-styles'.
21787
21788         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21789         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21790
21791 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21792
21793         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21794         Use nntp for bug archive.
21795
21796 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21797
21798         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21799         parts.
21800         (nnrss-normalize-date): New function converts ISO 8601 date into
21801         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21802         (nnrss-check-group): Use it.
21803
21804 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21805
21806         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21807
21808         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21809         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21810         (nnrss-insert-w3): Ditto.
21811
21812 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21813
21814         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21815         the articles to be forwarded including the case where neither a
21816         number of articles nor a region is specified.
21817
21818 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21819
21820         * nnrss.el (nnrss-request-article): Fix last change; fill
21821         text/plain parts.
21822
21823 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21824
21825         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21826         in text/plain part.
21827         (nnrss-check-group): Don't add excessive newline to dc:subject.
21828
21829 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21830
21831         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21832         article.
21833
21834 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21835
21836         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21837         (nnml-use-compressed-files, nnml-save-mail): Support other
21838         comression programs such as bzip2.
21839
21840 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21841
21842         * dns.el (query-dns): Make sure we check the buffer size before
21843         removing tcp headers.
21844
21845 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21846
21847         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21848         remove MIME buttons associated with multipart/alternative parts.
21849         (gnus-mime-display-alternative): Tag buttons using `article-type'
21850         text property.
21851
21852         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21853         associated with multipart/alternative parts.
21854
21855         * gnus-art.el (gnus-signature-separator): Fix custom type.
21856
21857         * mm-decode.el (mm-inlined-types): Fix custom type.
21858         (mm-keep-viewer-alive-types): Ditto.
21859         (mm-automatic-display): Ditto.
21860         (mm-attachment-override-types): Ditto.
21861         (mm-inline-override-types): Ditto.
21862         (mm-automatic-external-display): Ditto.
21863
21864 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21865
21866         * spam-report.el (spam-report-user-mail-address)
21867         (spam-report-user-agent): New variables.
21868         (spam-report-url-ping-plain): Use spam-report-user-agent.
21869
21870 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21871
21872         * gnus-art.el (gnus-button-handle-custom): Do not just use
21873         `customize-apropos' for any "M-x customize-*" button but the
21874         function called for.  Accept both the function name and its
21875         argument in order to achieve this.
21876         (gnus-button-alist): Remove support for "custom:" URL's.
21877         Pass function name to `gnus-button-handle-custom' in case of "M-x
21878         customize-*" buttons.
21879
21880 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21881
21882         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21883         multipart/alternative and add xref to mm-discouraged-alternatives
21884         in doc string.
21885
21886         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21887         gnus-buttonized-mime-types in doc string.
21888
21889 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21890
21891         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21892         Suggest image/.* in the doc string.
21893
21894 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21895
21896         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21897         message-marks (Debian bug#342521).
21898
21899 2005-12-12  Simon Josefsson  <jas@extundo.com>
21900
21901         * password.el (password-read-from-cache): Add.
21902         (password-read): Use it.
21903
21904 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21905
21906         * rfc2047.el (rfc2047-charset-to-coding-system):
21907         Recognize us-ascii as a MIME charset.
21908
21909         * mm-bodies.el (mm-decode-content-transfer-encoding):
21910         Protect against the case where the 2nd arg TYPE is nil.
21911
21912 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21913
21914         * pop3.el (pop3-stream-type): Fix custom version.
21915
21916         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21917
21918 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21919
21920         * mm-decode.el (mm-display-external): Add missing cdr.
21921
21922 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21923
21924         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21925         RFC1524) if it is in mailcap or add a suffix according to
21926         mailcap-mime-extensions when generating a temp filename; postpone
21927         deleting a temp file for 2 seconds for some wrappers, shell
21928         scripts, and so on, which might exit right after having started a
21929         viewer command as a background job.
21930
21931 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21932
21933         * nntp.el (nntp-marks-directory): Fix custom group.
21934
21935         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21936         steps when < 10.
21937
21938         * gnus-start.el (gnus-no-server-1):
21939         Mention `gnus-level-default-subscribed' in doc string.
21940
21941 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21942
21943         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21944         parens.
21945
21946 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21947
21948         * gnus-xmas.el (gnus-use-toolbar): Revert.
21949         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21950         gnus-use-toolbar is default.
21951
21952         * messagexmas.el (message-use-toolbar): Revert.
21953         (message-setup-toolbar): Use global default-toolbar if
21954         message-use-toolbar is default.
21955
21956 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21957
21958         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21959         according to default-toolbar-visible-p.
21960
21961         * messagexmas.el (message-use-toolbar): Ditto.
21962
21963 2005-11-26  Dave Love  <fx@gnu.org>
21964
21965         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21966         (tls-program, tls-success): Provide openssl alternative.
21967
21968         * starttls.el: Doc fixes.
21969         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21970         SERVICE to PORT.
21971
21972         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21973         port null or service name.
21974         (starttls-negotiate): Autoload.
21975
21976 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21977
21978         * message.el (message-kill-to-signature): Fix interactive spec.
21979
21980 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21981
21982         * pop3.el (pop3-open-server): Recognize a string as a service name.
21983
21984 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21985
21986         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21987
21988 2005-11-23  Dave Love  <fx@gnu.org>
21989
21990         Add pop3s, pop3/starttls.
21991
21992         * pop3.el (pop3-authentication-scheme): Clarify doc.
21993         (open-tls-stream, starttls-open-stream): Autoload.
21994         (pop3-stream-type): New.
21995         (pop3-open-server): Use it.
21996
21997         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21998         for POP.
21999         (mail-source-keyword-map): Add :stream for POP.
22000         (mail-source-fetch-pop): Use pop3-stream-type.
22001
22002 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22003
22004         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
22005         of current-time-string.
22006
22007 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
22008
22009         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
22010         date header.
22011
22012 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22013
22014         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
22015         it can seriously impact performance as it bypasses the agent's
22016         local caches.
22017
22018 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
22019
22020         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
22021         must be explicitly online rather than "not explicitly offline" for
22022         its flags to be synchronized.
22023
22024         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
22025         that gnus-uu-unmark-thread will function correctly.
22026
22027         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
22028         1024K is instead displayed as 1M.
22029
22030 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22031
22032         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
22033
22034 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
22035
22036         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
22037
22038 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
22039
22040         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
22041         error message to display actual error condition.
22042         (gnus-agent-save-local): Avoid saving symbols that are bound to
22043         nil as they simply result in a warning message in
22044         gnus-agent-read-local.
22045
22046 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22047
22048         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
22049         rather than make-variable-buffer-local for file-precious-flag.
22050
22051 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22052
22053         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
22054         for duplicates which are removed.  The invalid sort check then
22055         triggers a rescan after the sort as sorting may have moved
22056         duplicate entries such that they can be cheaply detected.
22057
22058 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22059
22060         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
22061
22062 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22063
22064         * gnus-agent.el (gnus-agent-article-alist-save-format):
22065         Change internal variable to a custom variable.  Change default value
22066         from compressed(2) to uncompressed(1).
22067         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
22068         support for uncompressed agentview files.  Taken together, reading
22069         the agentview file should now be 6-7 times faster.
22070
22071 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
22072
22073         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
22074         as a buffer-local variable.  This avoids creating truncated
22075         dribble files as a result of a hang up, eg.
22076
22077 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
22078
22079         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
22080         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
22081         XEmacs.
22082
22083 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
22084
22085         * gnus-start.el (gnus-start-draft-setup):
22086         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
22087
22088         * gnus.el (gnus-splash): Change custom group.
22089         (gnus-group-get-parameter, gnus-group-parameter-value):
22090         Describe allow-list argument.
22091
22092         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
22093         string.
22094
22095 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
22096
22097         * gnus-art.el (gnus-default-article-saver): Add user-defined
22098         `function' to custom type.
22099
22100 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22101
22102         * imap.el (imap-open): Handle case where buffer is a buffer
22103         object.
22104
22105 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
22106
22107         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
22108         long lines.
22109         (gnus-cache-delete-group): Wrap doc strings.
22110
22111         * gnus-agent.el (gnus-agent-rename-group)
22112         (gnus-agent-delete-group): Wrap doc strings.
22113
22114 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22115
22116         * messagexmas.el (message-use-toolbar): Change the valid values
22117         into default, top, bottom, left, and right.
22118         (message-toolbar-thickness): New variable.
22119         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
22120         well.
22121         (message-setup-toolbar): Make it work.
22122
22123         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
22124         (gnus-use-toolbar): Change the valid values into default, top,
22125         bottom, left, and right.
22126         (gnus-toolbar-thickness): New variable.
22127         (gnus-xmas-setup-toolbar): New function.
22128         (gnus-xmas-setup-group-toolbar): Use it.
22129         (gnus-xmas-setup-summary-toolbar): Use it.
22130
22131 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22132
22133         * gnus-start.el (gnus-1): Add "native" to
22134         gnus-predefined-server-alist.
22135
22136         * gnus.el (gnus-method-to-server): Don't add "native" to the
22137         lists here, because that leads to problems when
22138         gnus-select-method is bound.
22139
22140 2005-11-09  Simon Josefsson  <jas@extundo.com>
22141
22142         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
22143         use (not sort-by-date) instead.
22144
22145 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22146
22147         * gnus-delay.el (gnus-delay-group): Don't autoload.
22148         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
22149         to be re-loaded when customizing the `gnus-delay' group.
22150
22151 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
22152
22153         * message.el: Revert last changes.
22154         (message-insert-citation-line): Use newlines.
22155
22156 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22157
22158         * message.el (message-courtesy-message)
22159         (message-mark-insert-begin, message-mark-insert-end)
22160         (message-elide-ellipsis, message-cancel-message)
22161         (message-add-header, message-change-subject)
22162         (message-cross-post-followup-to-header)
22163         (message-cross-post-insert-note, message-reduce-to-to-cc)
22164         (message-widen-reply, message-delete-not-region)
22165         (message-kill-to-signature, message-insert-signature)
22166         (message-insert-importance-high, message-insert-importance-low)
22167         (message-insert-or-toggle-importance)
22168         (message-insert-disposition-notification-to)
22169         (message-indent-citation, message-yank-original)
22170         (message-cite-original-without-signature, message-cite-original)
22171         (message-insert-citation-line, message-position-on-field)
22172         (message-fix-before-sending, message-send-mail-partially)
22173         (message-send-mail, message-send-mail-with-sendmail)
22174         (message-send-mail-with-qmail, message-send-news)
22175         (message-check-news-header-syntax, message-generate-headers)
22176         (message-insert-courtesy-copy, message-fill-address)
22177         (message-fill-header, message-shorten-references)
22178         (message-setup-1, message-cancel-news)
22179         (message-forward-make-body-plain, message-forward-make-body-mime)
22180         (message-forward-make-body-mml, message-encode-message-body)
22181         (message-forward-make-body-digest-plain)
22182         (message-forward-make-body-digest-mime)
22183         (message-use-alternative-email-as-from): Insert `hard-newline'
22184         instead of ordinary newlines.
22185
22186 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22187
22188         * message.el (message-generate-headers): Downcase the argument
22189         given to message-check-element.
22190
22191 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
22192
22193         * nntp.el (nntp-authinfo-rejected): New error condition.
22194         (nntp-wait-for): Use new error condition to signal authentication
22195         error.
22196         (nntp-retrieve-data): Rethrow new error condition to break out of
22197         recursive call to nntp-send-authinfo.
22198
22199 2005-11-08  Romain Francoise  <romain@orebokech.com>
22200
22201         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
22202         (gnus-summary-exit-map): Bind to `Z p'.
22203         (gnus-summary-make-menu-bar): Add menu item.
22204
22205 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
22206
22207         * gnus-art.el (gnus-article-treat-custom): Add `first'.
22208         (gnus-treat-*): Add `first' in all doc strings.
22209
22210         * gnus-group.el (gnus-group-compact-group): Fix typo.
22211
22212 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22213
22214         * gnus.el (gnus-parameters-case-fold-search): New variable.
22215         (gnus-parameters-get-parameter): Use it.
22216
22217         * gnus-score.el (gnus-home-score-file): Doc fix.
22218
22219 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
22220
22221         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
22222
22223 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22224
22225         * mm-util.el (mm-special-display-p): New function.
22226
22227         * mml.el (mml-preview): Use it; doc fix.
22228
22229 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22230
22231         * imap.el (imap-open): Handle case where buffer is a buffer object.
22232
22233 2005-10-29  Romain Francoise  <romain@orebokech.com>
22234
22235         * message.el (message-fix-before-sending): Fix comment.
22236
22237 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22238
22239         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
22240
22241 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22242
22243         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
22244         Used in gnus-score.el.
22245
22246 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
22247
22248         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22249
22250 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22251
22252         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22253         whitespace removed in revision 7.8.  Use concatenated string to
22254         protect trailing whitespace.
22255
22256 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22257
22258         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22259         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22260         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22261         Courier IMAP ("some version from 2004").  Mostly based on similar
22262         code in the same function.
22263
22264 2005-10-26  Didier Verna  <didier@xemacs.org>
22265
22266         * gnus-group.el (gnus-group-compact-group): Invalidate original
22267         article buffer.
22268         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22269         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22270         NOV database and in article itself.
22271         Invalidate article backlog.
22272
22273 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22274
22275         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22276
22277 2005-10-26  Simon Josefsson  <jas@extundo.com>
22278
22279         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22280         part of 2004-07-25 change.
22281
22282 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22283
22284         * message.el (message-display-completion-list): New function.
22285         (message-expand-group): Use it; make sure the Completions buffer
22286         is modifiable.
22287 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22288
22289         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22290         user-mail-name is an empty string.
22291
22292 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22293
22294         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22295         depending on gnus-score-decay-constant.
22296
22297         * encrypt.el (encrypt-insert-file-contents)
22298         (encrypt-write-file-contents): Don't use `gnus-message'.
22299
22300         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22301         arguments.
22302         (mm-uu-type-alist): Add message-marks and insert-marks.
22303         Pass arguments to mm-uu-verbatim-marks-extract.
22304         (mm-uu-hide-markers): New variable.
22305         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22306
22307         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22308         (gnus-convert-image-to-face-command): Use "convert" by default to
22309         allow other input image formats.
22310         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22311         accordingly.
22312
22313 2005-10-23  Simon Josefsson  <jas@extundo.com>
22314
22315         * imap.el (imap-gssapi-program): Align command line parameters
22316         with latest GNU SASL.
22317         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22318
22319 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22320
22321         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22322         HTML.
22323         (nnslashdot-request-article): Ditto.
22324
22325         * lpath.el (featurep): Add nobreak-char-display.
22326
22327 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22328
22329         * mail-source.el (mail-source-fetch-pop): Require pop3.
22330         (mail-source-check-pop): Ditto.
22331
22332 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22333
22334         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22335         errors.
22336
22337 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22338
22339         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22340         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22341
22342         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22343
22344         * mm-bodies.el (mm-decode-string):
22345         Call `mm-charset-to-coding-system' with allow-override argument.
22346
22347 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22348
22349         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22350         (rfc2047-charset-to-coding-system): New function.
22351         (rfc2047-decode-encoded-words): New function.
22352         (rfc2047-decode-region): Use them.
22353         (rfc2047-decode-cte): Remove.
22354         (rfc2047-parse-and-decode): Remove.
22355         (rfc2047-decode): Remove.
22356
22357 2005-10-15  Kenichi Handa  <handa@m17n.org>
22358
22359         * rfc2047.el (rfc2047-decode-cte): New function.
22360         (rfc2047-decode-region): Change the way to decode successive
22361         encoded-words: decode B- or Q-encoding in each encoded-word,
22362         concatenate them, and decode it as charset.
22363
22364 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22365
22366         * lpath.el: Fbind codepage-setup for XEmacs.
22367
22368 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22369
22370         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22371         widget-move-and-invoke.
22372         (gnus-custom-mode): Use gnus-custom-map.
22373
22374 2005-10-15  Bill Wohler  <wohler@newt.com>
22375
22376         * message.el (message-tool-bar-map): Rename image file from
22377         mail_send to mail/send.
22378
22379 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22380
22381         * message.el (message-expand-group): Pass the common
22382         prefix substring of completion to `display-completion-list'.
22383
22384 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22385
22386         * mml-sec.el (mml-secure-method): New internal variable.
22387         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22388         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22389         New functions using mml-secure-method.
22390
22391         * mml.el (mml-mode-map): Add key bindings for those functions.
22392         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22393         Harder <harder@myrealbox.com>.
22394         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22395         Goto end of message if point is the headers of the message.
22396
22397         * message.el (message-in-body-p): New function.
22398
22399         * assistant.el: Autoload gnus-util and netrc.
22400
22401         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22402         Use `mm-charset-override-alist' only when decoding.
22403
22404         * mm-bodies.el (mm-decode-body):
22405         Call `mm-charset-to-coding-system' with allow-override argument.
22406
22407         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22408         `filename' from Content-Disposition if Content-Type doesn't
22409         provide `name'.
22410         (gnus-mime-view-part-as-type): Set default instead of
22411         initial-input.
22412
22413 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22414
22415         * format-spec.el (format-spec): Propagate text properties of % spec.
22416
22417 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22418
22419         * gnus-art.el (gnus-treat-predicate): Add `first'.
22420
22421 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22422
22423         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22424         (mm-charset-override-alist): New variable.
22425         (mm-charset-to-coding-system): Use it.
22426         (mm-codepage-setup): New helper function.
22427         (mm-charset-eval-alist): New variable.
22428         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22429         Warn about unknown charsets.
22430
22431         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22432
22433 2005-10-04  David Hansen  <david.hansen@gmx.net>
22434
22435         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22436         (nnrss-check-group): Ditto.
22437
22438 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22439
22440         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22441         Rename x-gnus-verbatim to x-verbatim.
22442         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22443
22444         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22445         x-verbatim.
22446
22447         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22448
22449         * gnus-util.el (gnus-remove-duplicates): Remove.
22450
22451         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22452         instead of gnus-remove-duplicates.
22453
22454         * message.el (message-remove-duplicates): Remove.
22455         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22456         message-remove-duplicates.
22457
22458         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22459         available, else use implementation from `delete-dups'.
22460
22461         * message.el (message-insert-expires): New function.
22462         (message-mode-map): Add key binding.
22463         (message-mode-field-menu): Add menu entry.
22464         (message-mode): Document it.
22465         (message-make-expires-date): Use `message-make-date'.
22466
22467 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22468
22469         * message.el (message-make-expires-date): New function.
22470
22471 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22472
22473         * Makefile.in (list-installed-shadows): New entry.
22474         (install): Use it.
22475         (remove-installed-shadows): New entry.
22476
22477         * dgnushack.el (dgnushack-default-load-path): New variable.
22478         (dgnushack-find-lisp-shadows): New function.
22479         (dgnushack-remove-lisp-shadows): New function.
22480
22481 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22482
22483         * Makefile.in (install-el-elc): New entry.
22484         (install): Use it so that .el files are necessarily installed.
22485
22486 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22487
22488         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22489
22490 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22491
22492         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22493         function rather than the diff-mode.el package.
22494         (mm-display-external): Use with-current-buffer.
22495         (mm-viewer-completion-map, mm-viewer-completion-map):
22496         Move initialization inside declaration.
22497
22498 2005-09-29  Simon Josefsson  <jas@extundo.com>
22499
22500         * spam.el: Load hashcash when compiling, to avoid warnings.
22501         Don't autoload mail-check-payment.
22502         (spam-check-hashcash): Define unconditionally, since hashcash.el
22503         is part of Gnus now.  Ignore errors from payment checking.
22504
22505 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22506
22507         * message.el (message-bold-region, message-unbold-region):
22508         Rename from `bold-region' and `unbold-region'.
22509
22510         * message.el: Remove useless autoloads.
22511
22512 2005-09-28  Simon Josefsson  <jas@extundo.com>
22513
22514         * message.el (message-use-idna): Default to t.
22515         (message-use-idna): Test whether encoding works too.  Doc fix.
22516
22517 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22518
22519         * nntp.el (nntp-warn-about-losing-connection): Remove.
22520
22521 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22522
22523         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22524         customizable.  Change default value.
22525         (mm-uu-diff-groups-regexp): Change default value.
22526         (mm-uu-type-alist): Add doc string.
22527         (mm-uu-configure): Add doc string.  Make it interactive.
22528         (mm-uu-tex-groups-regexp): New variable.
22529         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22530         (mm-uu-type-alist): Add LaTeX documents.
22531         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22532         of "text/verbatim".
22533         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22534
22535         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22536         instead of "text/verbatim".
22537
22538         * message.el (message-mark-inserted-region)
22539         (message-mark-insert-file): Use slrn style marks when called with
22540         prefix argument.
22541
22542 2005-09-27  Simon Josefsson  <jas@extundo.com>
22543
22544         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22545
22546 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22547
22548         * message.el (message-remove-duplicates): New function.
22549         Implementation borrowed from `gnus-remove-duplicates'.
22550         (message-idna-to-ascii-rhs): Also encode idna addresses in
22551         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22552         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22553         only ask about the same idna domain once per header and also tell
22554         in what header to replace the idna domain.
22555
22556         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22557         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22558         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22559         a header is decoded and not just the last one.
22560
22561 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22562
22563         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22564         has been decoded.
22565
22566         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22567         (mm-insert-part): Don't modify text if it has been decoded.
22568
22569         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22570         decoded.
22571
22572         * mm-view.el (mm-inline-text): Don't strip text props unless
22573         decoding enriched or richtext parts.
22574
22575 2005-09-25  Romain Francoise  <romain@orebokech.com>
22576
22577         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22578         * gnus-start.el (gnus-subscribe-interactively):
22579         * gnus-uu.el (gnus-uu-grab-articles):
22580         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22581         space.
22582
22583 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22584
22585         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22586         * mm-view.el (mm-view-pkcs7-decrypt):
22587         * gnus-sum.el (gnus-summary-limit-to-extra)
22588         (gnus-summary-respool-article, gnus-read-move-group-name):
22589         * gnus-score.el (gnus-summary-increase-score):
22590         * gnus-util.el (gnus-completing-read-with-default):
22591         * gnus-art.el (gnus-read-save-file-name)
22592         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22593         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22594         * message.el (message-check-news-header-syntax):
22595         Follow convention for reading with the minibuffer.
22596
22597 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22598
22599         * spam-report.el (spam-report-url-ping-plain):
22600         Use gnus-extended-version as User-Agent.
22601
22602         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22603         default value is nil.
22604
22605         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22606         (mm-uu-verbatim-marks-extract): New function.
22607         (mm-uu-extract): New face.
22608         (mm-uu-copy-to-buffer): Use it.
22609
22610         * spam-report.el (spam-report-gmane-ham): Rename from
22611         `spam-report-gmane-unspam'.
22612         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22613         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22614
22615         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22616         Autoload.
22617         (spam-report-gmane-unregister-routine):
22618         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22619
22620 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22621
22622         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22623         (spam-report-gmane-unregister-routine): Add support for gmane
22624         unregistration.
22625
22626         * spam-report.el (spam-report-gmane-unspam)
22627         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22628         (spam-report-gmane): Change to take a single article and do unspam
22629         registration.
22630
22631 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22632
22633         * mm-url.el (mm-url-decode-entities): Fix regexp.
22634
22635 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22636
22637         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22638         default to nil, to be able to use Gnus at all.  If the default
22639         switches to something else, then the function should be fixed not
22640         be exceedingly slow.
22641
22642 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22643
22644         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22645         fail hard.
22646
22647         * spam-report.el: Add better Keywords line.
22648
22649         * spam.el: Add Maintainer and better Keywords line.
22650
22651 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22652
22653         * gnus-art.el (gnus-article-replace-part)
22654         (gnus-mime-replace-part): New functions.
22655         (gnus-mime-action-alist, gnus-mime-button-commands)
22656         (gnus-mime-save-part-and-strip): Add file argument.
22657         (gnus-article-part-wrapper): Add interactive argument.
22658
22659         * gnus-sum.el (gnus-summary-mime-map):
22660         Add `gnus-article-replace-part'.
22661
22662 2005-09-19  Didier Verna  <didier@xemacs.org>
22663
22664         The nnml compaction feature:
22665         * nnml.el (nnml-request-compact-group): New function.
22666         * nnml.el (nnml-request-compact): New function.
22667         * gnus-int.el (gnus-request-compact-group): New function.
22668         * gnus-int.el (gnus-request-compact): New function.
22669         * gnus-group.el (gnus-group-compact-group): New function.
22670         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22671         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22672         * gnus-srvr.el (gnus-server-compact-server): New function.
22673         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22674         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22675
22676 2005-09-18  Deepak Goel  <deego@gnufans.org>
22677
22678         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22679         format spec.
22680
22681 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22682
22683         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22684
22685 2005-09-15  Romain Francoise  <romain@orebokech.com>
22686
22687         * message.el (message-fill-paragraph): Clarify docstring.
22688
22689 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22690
22691         * gnus-art.el (gnus-mime-display-part): Protect against broken
22692         MIME messages.
22693
22694 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22695
22696         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22697         before parsing header.
22698
22699 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22700
22701         * html2text.el (html2text-replace-list): Add new entities.
22702
22703 2005-09-11  Romain Francoise  <romain@orebokech.com>
22704
22705         * message.el (message-alternative-emails): Improve docstring.
22706         (message-setup-1): Call `message-use-alternative-email-as-from'
22707         after `message-setup-hook' to give it precedence over posting
22708         styles, etc.
22709         (message-use-alternative-email-as-from): Add docstring.
22710         Remove the original From header if present.
22711
22712         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22713         (nnml-save-mail): Use it.
22714
22715         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22716         articles.  Add new argument `silent'.
22717         (gnus-uu-mark-all): Report the total number of marked articles.
22718
22719 2005-09-10  Romain Francoise  <romain@orebokech.com>
22720
22721         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22722         (gnus-uu-mark-series): Likewise.
22723
22724 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22725
22726         * spam-report.el (spam-report-gmane): Fix generation of spam
22727         report URL.
22728
22729 2005-09-10  Simon Josefsson  <jas@extundo.com>
22730
22731         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22732         t, based on discussion on the ding list with Robert Epprecht
22733         <epprecht@solnet.ch>.
22734
22735 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22736
22737         * spam-report.el (spam-report-gmane): Make it work without
22738         X-Report-Spam header.  Gmane now only provides Archived-At.
22739         This is only used if `spam-report-gmane-use-article-number' is nil.
22740         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22741
22742         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22743         make `gnus-summary-sort-by-recipient' work with threading.
22744
22745         * nnweb.el (nnweb-google-wash-article): Print a message if article
22746         is not available.
22747
22748 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22749
22750         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22751         change.  Decode text/* parts content before displaying.
22752
22753 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22754
22755         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22756
22757 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22758
22759         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22760
22761         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22762         url-package-name, url-package-version,
22763         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22764         w3m-display-inline-images, and w3m-minor-mode-map.
22765
22766 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22767
22768         * message.el (message-tab-body-function): Fix mismatched custom type.
22769
22770         * gnus.el (gnus-group-change-level-function): Ditto.
22771
22772         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22773
22774         * gnus-art.el (gnus-signature-limit)
22775         (gnus-article-mime-part-function): Ditto.
22776
22777 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22778
22779         * mml.el (mml-mode): Silence the byte compiler.
22780
22781         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22782         using `(sit-for 0)' before moving the point to the specified part;
22783         skip unbuttonized parts.
22784         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22785         return to the summary window if gnus-auto-select-part is non-nil.
22786
22787 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22788
22789         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22790         New variables.
22791         (mml-dnd-attach-file, mml-mode): Use them.
22792
22793         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22794         Make fetching article by MID work again for Google Groups.
22795         Add FIXME concerning gnus-group-make-web-group.
22796
22797         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22798         Don't depend on Gnus by using mail-extract-address-components if
22799         gnus-extract-address-components is not bound.
22800
22801 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22802
22803         * gnus-art.el (gnus-mime-display-security): Don't display the
22804         signature, but only the signed part.
22805
22806 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22807
22808         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22809
22810         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22811         list, not listp.
22812
22813 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22814
22815         * mm-encode.el (mm-encode-content-transfer-encoding):
22816         Likewise when encoding.
22817
22818         * mm-bodies.el (mm-decode-content-transfer-encoding):
22819         De-canonicalize CRLF for all text content types, not just
22820         text/plain.
22821
22822 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22823
22824         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22825         valid article; point arrow and cursor at the MIME button.
22826
22827 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22828
22829         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22830         Suggested by Dan Christensen <jdc@uwo.ca>.
22831
22832         * mm-decode.el (mm-save-part): Enable change of prompt.
22833
22834 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22835
22836         * gnus-msg.el (gnus-inews-add-send-actions):
22837         Make `message-post-method' lambda parameter ARG `&optional'.
22838
22839 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22840
22841         * gnus-sum.el (gnus-summary-mime-map):
22842         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22843         gnus-article-jump-to-part.
22844
22845         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22846         (gnus-article-edit-part): Use it.
22847         (gnus-article-part-wrapper): Add no-handle argument.
22848         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22849         New functions.
22850
22851 2005-08-29  Romain Francoise  <romain@orebokech.com>
22852
22853         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22854         docstring.
22855         (gnus-face-from-file): Likewise.
22856
22857 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22858
22859         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22860         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22861         non-nil.
22862         (gnus-auto-select-part): New variable.
22863         (gnus-article-jump-to-part): New function.
22864         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22865         (gnus-mime-delete-part): Allow selecting specified part after
22866         deleting or stripping parts.
22867         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22868         part if argument is bogus.
22869
22870 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22871
22872         * gnus-art.el (w3m-minor-mode-map):
22873         * gnus-spec.el (gnus-newsrc-file-version):
22874         * gnus-util.el (nnmail-active-file-coding-system)
22875         (gnus-original-article-buffer, gnus-user-agent):
22876         * gnus.el (gnus-ham-process-destinations)
22877         (gnus-parameter-ham-marks-alist)
22878         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22879         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22880         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22881         * mm-decode.el (gnus-current-window-configuration):
22882         * mm-extern.el (gnus-article-mime-handles):
22883         * mm-url.el (url-current-object, url-package-name)
22884         (url-package-version):
22885         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22886         (smime-keys, w3m-cid-retrieve-function-alist)
22887         (w3m-current-buffer, w3m-display-inline-images)
22888         (w3m-minor-mode-map):
22889         * mml-smime.el (gnus-extract-address-components):
22890         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22891         (gnus-newsrc-hashtb, message-default-charset)
22892         (message-deletable-headers, message-options)
22893         (message-posting-charset, message-required-mail-headers)
22894         (message-required-news-headers):
22895         * mml1991.el (mc-pgp-always-sign):
22896         * mml2015.el (mc-pgp-always-sign):
22897         * nnheader.el (nnmail-extra-headers):
22898         * rfc1843.el (gnus-decode-encoded-word-function)
22899         (gnus-decode-header-function, gnus-newsgroup-name):
22900         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22901
22902 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22903
22904         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22905         the end of the date treatments.
22906
22907 2005-08-15  Simon Josefsson  <jas@extundo.com>
22908
22909         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22910         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22911         Capello and Romain Francoise.
22912         (pgg-fetch-key-function): Remove, not used?
22913         (pgg-insert-url-with-w3): Require url, to get
22914         url-insert-file-contents regardless of where it is defined.
22915
22916 2005-08-13  Romain Francoise  <romain@orebokech.com>
22917
22918         * message.el (message-cite-original-1): New function.
22919         (message-cite-original): Use it.
22920         (message-cite-original-without-signature): Ditto.
22921
22922 2005-08-08  Romain Francoise  <romain@orebokech.com>
22923
22924         * message.el (message-yank-empty-prefix): New variable.
22925         (message-indent-citation): Use it.
22926         (message-cite-original-without-signature): Respect X-No-Archive.
22927
22928 2005-08-08  Simon Josefsson  <jas@extundo.com>
22929
22930         * pgg.el: Autoload url-insert-file-contents instead of loading
22931         w3/url.
22932         (pgg-insert-url-with-w3): Don't load url here.
22933
22934 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22935
22936         * message.el (message-kill-to-signature): Don't insert newline at
22937         bol.
22938         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22939
22940 2005-08-06  Romain Francoise  <romain@orebokech.com>
22941
22942         * message.el (message-user-fqdn): Fix typo in docstring.
22943
22944 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22945
22946         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22947
22948         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22949
22950 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22951
22952         * mm-bodies.el (mm-encode-body): Use coding system rather than
22953         charset to encode text.
22954
22955         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22956         number of charsets if utf-8 is available (XEmacs).
22957
22958 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22959
22960         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22961         taken from `gnus-button-mid-or-mail-regexp'.
22962         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22963         (gnus-button-alist): Improve regexp for domain part of the MIDs
22964         for news:localpart@domain buttons.
22965         (gnus-button-ctan-directory-regexp): Update.
22966
22967 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22968
22969         * sieve-manage.el (sieve-manage-interactive-login):
22970         Use make-local-variable rather than make-variable-buffer-local.
22971         (sieve-manage-open): Ditto.
22972         (sieve-manage-authenticate): Ditto.
22973
22974         * mml.el (mml-generate-mime-1): Make the content type default to
22975         text/plain if the filename is not specified.
22976
22977 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22978
22979         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22980         instead of insert-buffer.
22981
22982         * message.el (message-yank-original): Ditto; set the mark at the
22983         end of the yanked message.
22984
22985 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22986
22987         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22988         lines to scroll rather than to stop it.
22989
22990         * mml.el (mml-generate-default-type): Add doc string.
22991         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22992         default to application/octet-stream when determining the content
22993         type if it is not specified for the part or the mml contents; add
22994         a comment about mml-generate-default-type.
22995
22996 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22997
22998         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22999         make it default to application/octet-stream when determining the
23000         content type if it is not specified for the external contents.
23001
23002 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23003
23004         * rfc2231.el (rfc2231-parse-string): Take care that not only a
23005         segmented parameter but also other parameters might be there.
23006
23007 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23008
23009         * mm-decode.el (mm-display-external): Delete temp file, directory
23010         and buffer immediately if the external process is exited.
23011
23012 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23013
23014         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
23015         fewer lines than that of scroll-margin.
23016         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
23017
23018 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23019
23020         * gnus-art.el (gnus-article-next-page): Revert.
23021         (gnus-article-beginning-of-window): New macro.
23022         (gnus-article-next-page-1): Use it.
23023         (gnus-article-prev-page): Ditto.
23024         (gnus-article-edit-part): Use insert-buffer-substring instead of
23025         insert-buffer.
23026         (gnus-article-edit-exit): Ditto.
23027
23028         * gnus-util.el (gnus-beginning-of-window): Remove.
23029         (gnus-end-of-window): Remove.
23030
23031         * lpath.el: Don't bind header-line-format and scroll-margin.
23032
23033 2005-07-25  Simon Josefsson  <jas@extundo.com>
23034
23035         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
23036         to have the url package without w3.  Reported by Daiki Ueno
23037         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
23038
23039 2005-07-20  Didier Verna  <didier@xemacs.org>
23040
23041         * gnus-diary.el: Remove the description comment (nndiary is now
23042         properly documented in the Gnus manual).
23043         Fix the spelling of "Back End".
23044         * nndiary.el: Ditto.
23045         Fix the copyright notice.
23046
23047 2005-07-18  Romain Francoise  <romain@orebokech.com>
23048
23049         * gnus-sum.el (gnus-summary-to-prefix)
23050         (gnus-summary-newsgroup-prefix): New variables.
23051         (gnus-summary-from-or-to-or-newsgroups): Use them.
23052
23053 2005-07-17  Romain Francoise  <romain@orebokech.com>
23054
23055         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
23056         space as it's generally not especially interesting to the user.
23057
23058 2005-07-16  Romain Francoise  <romain@orebokech.com>
23059
23060         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
23061         nil to avoid prompting and file modification if one of the
23062         messages at the top of the nnfolder file contains a copyright
23063         notice.
23064         Update copyright notice.
23065
23066         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
23067         instead of `current-time-string' as the latter creates a time
23068         string that is not RFC 2822 compliant (it lacks the zone).
23069         Update copyright notice.
23070
23071 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23072
23073         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
23074         for text/rtf.  Display default in prompt.  Pass default for M-n.
23075
23076         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
23077
23078 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23079
23080         * gnus-msg.el (gnus-button-mailto):
23081         Remove save-selected-window-window hackery because it relies on
23082         save-selected-window internals.
23083
23084 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23085
23086         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
23087         (gnus-article-next-page-1): Use gnus-beginning-of-window.
23088         (gnus-article-prev-page): Ditto.
23089
23090         * gnus-util.el (gnus-beginning-of-window): New function.
23091         (gnus-end-of-window): New function.
23092
23093         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
23094
23095 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
23096
23097         * gnus-score.el (gnus-score-edit-all-score):
23098         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
23099         gnus-message.
23100
23101 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23102
23103         * gnus-msg.el (gnus-button-mailto):
23104         Remove save-selected-window-window hackery because it relies on
23105         save-selected-window internals.
23106
23107 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23108
23109         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
23110         add-minor-mode.
23111         (gnus-binary-mode): Ditto.
23112
23113         * gnus-topic.el (gnus-topic-mode): Ditto.
23114
23115 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
23116
23117         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
23118         (gnus-article-prev-page): Take scroll-margin into consideration.
23119
23120 2005-07-04  Lute Kamstra  <lute@gnu.org>
23121
23122         Update FSF's address in GPL notices.
23123
23124 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23125
23126         * gnus.el (gnus-exit):
23127         * gnus-group.el (gnus-group-icons):
23128         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
23129
23130         * gnus-nocem.el (gnus-nocem):
23131         * message.el (message-various, message-buffers, message-sending)
23132         (message-interface, message-forwarding, message-insertion)
23133         (message-headers, message-news, message-mail):
23134         * pgg-gpg.el (pgg-gpg):
23135         * pgg-parse.el (pgg-parse):
23136         * pgg-pgp.el (pgg-pgp):
23137         * pgg-pgp5.el (pgg-pgp5):
23138         * pop3.el (pop3): Finish `defgroup' description with period.
23139
23140 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23141
23142         * gnus-art.el (article-display-face): Improve the efficiency.
23143         (article-display-x-face): Ditto; remove gray x-face stuff.
23144
23145 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23146
23147         * gnus-art.el (article-display-face): Correct the position in
23148         which Faces are inserted.
23149
23150 2005-06-29  Didier Verna  <didier@xemacs.org>
23151
23152         * gnus-art.el (article-display-face): Display faces in correct
23153         order.
23154
23155 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23156
23157         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
23158         (gnus-fill-real-hashtb): Use hash table instead of obarray.
23159         (gnus-nocem-check-article): Fetch the Type header.
23160         (gnus-nocem-message-wanted-p): Fix the way to examine types.
23161         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
23162         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
23163         make sure gnus-nocem-hashtb is initialized.
23164         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
23165         (gnus-nocem-unwanted-article-p): Ditto.
23166
23167         * pgg.el (pgg-verify): Return the verification result.
23168
23169 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23170
23171         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
23172         is ascii.
23173
23174 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23175
23176         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
23177         `show-nonbreak-escape'.
23178
23179 2005-06-23  Lute Kamstra  <lute@gnu.org>
23180
23181         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
23182
23183         * dig.el (dig-mode):
23184         * smime.el (smime-mode): Use gnus-run-mode-hooks.
23185
23186 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23187
23188         * nnimap.el (nnimap-split-download-body): Fix spellings.
23189
23190 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23191
23192         * gnus-art.el (gnus-article-encrypt-body):
23193         * gnus-cus.el (gnus-score-customize):
23194         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
23195         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
23196
23197 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
23198
23199         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
23200         header by looking for magic "MII" at the beginning.
23201
23202 2005-06-16  Miles Bader  <miles@gnu.org>
23203
23204         * gnus-xmas.el (gnus-xmas-group-startup-message):
23205         Use renamed gnus-splash face.
23206
23207         * assistant.el (assistant-field): Remove "-face" suffix from face name.
23208         (assistant-field-face): New backward-compatibility alias for renamed
23209         face.
23210         (assistant-render-text): Use renamed assistant-field face.
23211
23212         * spam.el (spam): Remove "-face" suffix from face name.
23213         (spam-face): New backward-compatibility alias for renamed face.
23214         (spam-face, spam-initialize): Use renamed spam face.
23215
23216         * message.el (message-header-to, message-header-cc)
23217         (message-header-subject, message-header-newsgroups)
23218         (message-header-other, message-header-name)
23219         (message-header-xheader, message-separator, message-cited-text)
23220         (message-mml): Remove "-face" suffix from face names.
23221         (message-header-to-face, message-header-cc-face)
23222         (message-header-subject-face, message-header-newsgroups-face)
23223         (message-header-other-face, message-header-name-face)
23224         (message-header-xheader-face, message-separator-face)
23225         (message-cited-text-face, message-mml-face):
23226         New backward-compatibility aliases for renamed faces.
23227         (message-font-lock-keywords): Use renamed message faces.
23228
23229         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
23230         (sieve-test-commands, sieve-tagged-arguments):
23231         Remove "-face" suffix from face names.
23232         (sieve-control-commands-face, sieve-action-commands-face)
23233         (sieve-test-commands-face, sieve-tagged-arguments-face):
23234         New backward-compatibility aliases for renamed faces.
23235         (sieve-control-commands-face, sieve-action-commands-face)
23236         (sieve-test-commands-face, sieve-tagged-arguments-face):
23237         Use renamed sieve faces.
23238
23239         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
23240         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
23241         (gnus-group-news-3-empty, gnus-group-news-4)
23242         (gnus-group-news-4-empty, gnus-group-news-5)
23243         (gnus-group-news-5-empty, gnus-group-news-6)
23244         (gnus-group-news-6-empty, gnus-group-news-low)
23245         (gnus-group-news-low-empty, gnus-group-mail-1)
23246         (gnus-group-mail-1-empty, gnus-group-mail-2)
23247         (gnus-group-mail-2-empty, gnus-group-mail-3)
23248         (gnus-group-mail-3-empty, gnus-group-mail-low)
23249         (gnus-group-mail-low-empty, gnus-summary-selected)
23250         (gnus-summary-cancelled, gnus-summary-high-ticked)
23251         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23252         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23253         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23254         (gnus-summary-low-undownloaded)
23255         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23256         (gnus-summary-low-unread, gnus-summary-normal-unread)
23257         (gnus-summary-high-read, gnus-summary-low-read)
23258         (gnus-summary-normal-read, gnus-splash):
23259         Remove "-face" suffix from face names.
23260         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23261         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23262         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23263         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23264         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23265         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23266         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23267         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23268         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23269         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23270         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23271         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23272         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23273         (gnus-summary-normal-ticked-face)
23274         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23275         (gnus-summary-normal-ancient-face)
23276         (gnus-summary-high-undownloaded-face)
23277         (gnus-summary-low-undownloaded-face)
23278         (gnus-summary-normal-undownloaded-face)
23279         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23280         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23281         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23282         (gnus-splash-face):
23283         New backward-compatibility aliases for renamed faces.
23284         (gnus-group-startup-message): Use renamed gnus faces.
23285
23286         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23287         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23288         (gnus-server-agent): Remove "-face" suffix from face names.
23289         (gnus-server-agent-face, gnus-server-opened-face)
23290         (gnus-server-closed-face, gnus-server-denied-face)
23291         (gnus-server-offline-face):
23292         New backward-compatibility aliases for renamed faces.
23293         (gnus-server-agent-face, gnus-server-opened-face)
23294         (gnus-server-closed-face, gnus-server-denied-face)
23295         (gnus-server-offline-face): Use renamed gnus faces.
23296
23297         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23298         Remove "-face" suffix from face names.
23299         (gnus-picon-xbm-face, gnus-picon-face):
23300         New backward-compatibility aliases for renamed faces.
23301
23302         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23303         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23304         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23305         (gnus-cite-11): Remove "-face" suffix from face names.
23306         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23307         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23308         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23309         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23310         New backward-compatibility aliases for renamed faces.
23311         (gnus-cite-attribution-face, gnus-cite-face-list)
23312         (gnus-article-boring-faces): Use renamed gnus faces.
23313
23314         * gnus-art.el (gnus-signature, gnus-header-from)
23315         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23316         (gnus-header-content): Remove "-face" suffix from face names.
23317         (gnus-signature-face, gnus-header-from-face)
23318         (gnus-header-subject-face, gnus-header-newsgroups-face)
23319         (gnus-header-name-face, gnus-header-content-face):
23320         New backward-compatibility aliases for renamed faces.
23321         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23322
23323         * gnus-sum.el (gnus-summary-selected-face)
23324         (gnus-summary-highlight): Use renamed gnus faces.
23325         * gnus-group.el (gnus-group-highlight): Likewise.
23326
23327 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23328
23329         * gnus-sieve.el (gnus-sieve-article-add-rule):
23330         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23331         * spam-stat.el (spam-stat-buffer-change-to-spam)
23332         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23333
23334         * message.el (message-is-yours-p):
23335         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23336
23337 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23338
23339         * mm-view.el (mm-inline-text): Withdraw the last change.
23340
23341 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23342
23343         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23344         executing enriched-decode.
23345
23346 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23347
23348         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23349         charset of tar files.
23350
23351 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23352
23353         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23354
23355 2005-06-04  Lute Kamstra  <lute@gnu.org>
23356
23357         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23358         information is never recorded.
23359
23360 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23361
23362         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23363
23364 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23365
23366         * pop3.el (pop3-apop): Run md5 in the binary mode.
23367
23368         * starttls.el (starttls-set-process-query-on-exit-flag):
23369         Use eval-and-compile.
23370
23371 2005-05-31  Simon Josefsson  <jas@extundo.com>
23372
23373         * smime.el (smime-replace-in-string): Define.
23374         (smime-cert-by-ldap-1): Use it.
23375
23376 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23377
23378         * gnus-art.el (article-display-x-face): Replace
23379         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23380
23381         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23382         set-process-query-on-exit-flag or process-kill-without-query.
23383
23384         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23385         loop instead of replace-regexp.
23386
23387         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23388         instead of process-kill-without-query if it is available.
23389
23390         * lpath.el: Fbind ldap-search-entries.
23391
23392         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23393         instead of find-file-hooks if it is available.
23394
23395         * mml1991.el: Bind pgg-default-user-id when compiling.
23396
23397         * mml2015.el: Bind pgg-default-user-id when compiling.
23398
23399         * nndraft.el (nndraft-request-associate-buffer):
23400         Use write-contents-functions instead of write-contents-hooks if it is
23401         available.
23402
23403         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23404         instead of find-file-hooks if it is available.
23405
23406         * nntp.el (nntp-open-connection): Replace
23407         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23408         (nntp-open-ssl-stream): Ditto.
23409         (nntp-open-tls-stream): Ditto.
23410
23411         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23412         set-process-query-on-exit-flag or process-kill-without-query.
23413         (starttls-open-stream-gnutls): Use it instead of
23414         process-kill-without-query.
23415         (starttls-open-stream): Ditto.
23416
23417 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23418
23419         * smime.el (smime-cert-by-ldap-1): Don't use
23420         replace-regexp-in-string.
23421
23422 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23423
23424         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23425
23426         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23427         in PEM format.  Adjust to the XEmacs compatibility.
23428
23429 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23430
23431         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23432         by `string-to-number'.
23433         * gnus-agent.el (gnus-agent-regenerate-group)
23434         (gnus-agent-fetch-articles): Ditto.
23435         * gnus-art.el (gnus-button-fetch-group): Ditto.
23436         * gnus-cache.el (gnus-cache-generate-active)
23437         (gnus-cache-articles-in-group): Ditto.
23438         * gnus-group.el (gnus-group-set-current-level)
23439         (gnus-group-insert-group-line): Ditto.
23440         * gnus-score.el (gnus-score-set-expunge-below)
23441         (gnus-score-set-mark-below, gnus-summary-score-effect)
23442         (gnus-summary-score-entry): Ditto.
23443         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23444         (gnus-soup-pack): Ditto.
23445         * gnus-spec.el (gnus-xmas-format): Ditto.
23446         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23447         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23448         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23449         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23450         * nndb.el (nndb-get-remote-expire-response): Ditto.
23451         * nndiary.el (nndiary-parse-schedule-value)
23452         (nndiary-string-to-number, nndiary-request-replace-article)
23453         (nndiary-request-article): Ditto.
23454         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23455         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23456         * nneething.el (nneething-make-head): Ditto.
23457         * nnfolder.el (nnfolder-request-article)
23458         (nnfolder-retrieve-headers): Ditto.
23459         * nnheader.el (nnheader-file-to-number): Ditto.
23460         * nnkiboze.el (nnkiboze-request-article): Ditto.
23461         * nnmail.el (nnmail-process-unix-mail-format)
23462         (nnmail-process-babyl-mail-format): Ditto.
23463         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23464         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23465         (nnmh-request-create-group, nnmh-request-list-1)
23466         (nnmh-request-group, nnmh-request-article): Ditto.
23467         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23468         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23469         * nnsoup.el (nnsoup-make-active): Ditto.
23470         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23471         * nntp.el (nntp-find-group-and-number)
23472         (nntp-retrieve-headers-with-xover): Ditto.
23473         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23474         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23475         (pgg-format-key-identifier): Ditto.
23476         * pop3.el (pop3-last, pop3-stat): Ditto.
23477         * qp.el (quoted-printable-decode-region): Ditto.
23478
23479         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23480         of concat.
23481
23482 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23483
23484         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23485
23486         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23487
23488         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23489
23490         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23491
23492         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23493
23494         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23495
23496         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23497         (gnus-carpal-mode): Ditto.
23498
23499         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23500         (gnus-browse-mode): Ditto.
23501
23502         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23503
23504         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23505
23506 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23507
23508         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23509
23510 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23511
23512         * gnus-util.el (gnus-run-mode-hooks): New function.
23513
23514         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23515
23516         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23517         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23518
23519 2005-05-27  Lute Kamstra  <lute@gnu.org>
23520
23521         * dns-mode.el (dns-mode): Specify customization group.
23522
23523 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23524
23525         * gnus-agent.el (gnus-agent-make-mode-line-string):
23526         Use mode-line-highlight as mouse-face.
23527
23528 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23529
23530         * canlock.el (canlock): Change the parent group to news.
23531
23532         * deuglify.el (gnus-outlook-deuglify): Add :group.
23533
23534         * dig.el (dig): Add :group.
23535
23536         * dns-mode.el (dns-mode): Add :group.
23537
23538         * encrypt.el (encrypt): Add :group.
23539
23540         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23541         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23542         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23543         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23544         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23545
23546         * gnus-diary.el (gnus-diary): Add :group.
23547
23548         * gnus.el (gnus-group-news-1-face): Add :group.
23549         (gnus-group-news-1-empty-face): Ditto.
23550         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23551         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23552         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23553         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23554         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23555         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23556         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23557         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23558         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23559         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23560         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23561         (gnus-summary-high-ticked-face): Ditto.
23562         (gnus-summary-low-ticked-face): Ditto.
23563         (gnus-summary-normal-ticked-face): Ditto.
23564         (gnus-summary-high-ancient-face): Ditto.
23565         (gnus-summary-low-ancient-face): Ditto.
23566         (gnus-summary-normal-ancient-face): Ditto.
23567         (gnus-summary-high-undownloaded-face): Ditto.
23568         (gnus-summary-low-undownloaded-face): Ditto.
23569         (gnus-summary-normal-undownloaded-face): Ditto.
23570         (gnus-summary-high-unread-face): Ditto.
23571         (gnus-summary-low-unread-face): Ditto.
23572         (gnus-summary-normal-unread-face): Ditto.
23573         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23574         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23575
23576         * hashcash.el (hashcash): New custom group.
23577         (hashcash-default-payment): Add :group.
23578         (hashcash-payment-alist): Ditto.
23579         (hashcash-default-accept-payment): Ditto.
23580         (hashcash-accept-resources): Ditto.
23581         (hashcash-path): Ditto.
23582         (hashcash-extra-generate-parameters): Ditto.
23583         (hashcash-double-spend-database): Ditto.
23584         (hashcash-in-news): Ditto.
23585
23586         * message.el (message-minibuffer-local-map): Add :group.
23587
23588         * netrc.el (netrc): Add :group.
23589
23590         * sieve-manage.el (sieve-manage-log): Add :group.
23591         (sieve-manage-default-user): Diito.
23592         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23593         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23594         (sieve-manage-authenticators): Ditto.
23595         (sieve-manage-authenticator-alist): Ditto.
23596         (sieve-manage-default-port): Ditto.
23597
23598         * sieve-mode.el (sieve-control-commands-face): Add :group.
23599         (sieve-action-commands-face): Ditto.
23600         (sieve-test-commands-face): Ditto.
23601         (sieve-tagged-arguments-face): Ditto.
23602
23603         * smime.el (smime): Add :group.
23604
23605         * spam-report.el (spam-report): Add :group.
23606
23607         * spam.el (spam, spam-face): Add :group.
23608
23609 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23610
23611         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23612         return \n.\n.\n at the end of articles.  Protect against that.
23613         (nntp-with-open-group): Allow debugging.
23614
23615         * nnheader.el (mail-header-set-extra): Make into a function
23616         because I just could't understand how to quote the list properly.
23617
23618         * dns.el (query-dns-cached): New function.
23619
23620 2005-05-26  Lute Kamstra  <lute@gnu.org>
23621
23622         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23623
23624 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23625
23626         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23627
23628         * gnus-art.el: Don't autoload mail-extract-address-components.
23629
23630         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23631         eval-and-compile to evaluate it.
23632
23633         * hashcash.el: Don't autoload executable-find.
23634
23635         * nndb.el: Don't declare the nndb back end two or more times; don't
23636         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23637
23638         * nntp.el: Autoload format-spec instead of format; use
23639         eval-and-compile to evaluate autoload forms.
23640
23641 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23642
23643         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23644
23645 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23646
23647         * gnus.el (gnus-version-number): Bump version.
23648
23649 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23650
23651         * gnus.el: No Gnus v0.3 is released.
23652
23653 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23654
23655         * lpath.el (featurep): Bind show-nonbreak-escape.
23656
23657 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23658
23659         * gnus-art.el (gnus-article-edit-part): Disable undo.
23660
23661 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23662
23663         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23664         gnus-article-date-lapsed-new-header is t if date timer is active;
23665         skip headers in which the original date value is empty.
23666         (gnus-article-save-original-date): Redefine it as a macro.
23667         (gnus-display-mime): Use it.
23668
23669 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23670
23671         * gnus-art.el (article-date-ut): Support converting date in
23672         forwarded parts as well.
23673         (gnus-article-save-original-date): New function.
23674         (gnus-display-mime): Use it.
23675
23676 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23677
23678         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23679         enclosure element of <item>.
23680
23681 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23682
23683         * message.el (message-kill-buffer-query): Rename from
23684         `message-kill-buffer-query-if-modified'.  Add :version.
23685
23686 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23687
23688         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23689         window layout.
23690
23691 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23692
23693         * mml.el: Autoload dnd when compiling.
23694
23695 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23696
23697         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23698         x-dnd-*.
23699
23700 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23701
23702         * qp.el (quoted-printable-encode-region): Save excursion.
23703
23704 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23705
23706         * message.el (message-kill-buffer-query-if-modified): Add new variable
23707         so the user can kill a modified message buffer quickly.
23708         (message-kill-buffer): Use it.
23709
23710 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23711
23712         * lpath.el: Fbind display-time-event-handler; don't fbind
23713         string-to-multibyte.
23714
23715         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23716
23717 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23718
23719         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23720         contained in text because xml.el decodes entities) with LFs.
23721
23722 2005-04-11  Lute Kamstra  <lute@gnu.org>
23723
23724         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23725         differently.
23726
23727 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23728
23729         * mm-util.el (mm-detect-coding-region): Typo.
23730
23731 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23732
23733         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23734
23735 2005-04-06  Deepak Goel  <deego@gnufans.org>
23736
23737         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23738         user-function allow user modifications of the scores.
23739         (spam-stat-score-buffer-user): New function, to allow
23740         user-computed modifications to the score.
23741         (spam-stat-score-buffer-user-functions): List of additional
23742         scoring functions.
23743         (spam-stat-error-holder): Global temporary error holder.
23744         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23745         variable.
23746
23747 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23748
23749         * gnus-registry.el (gnus-registry-clean-empty-function)
23750         (gnus-registry-trim, gnus-registry-fetch-groups)
23751         (gnus-registry-delete-group): Groups that match
23752         `gnus-registry-ignored-groups' are removed from the registry
23753         entries, not just ignored for splitting.  This helps clean up the
23754         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23755         to get all the groups a message ID is in.
23756
23757         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23758         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23759         (spam-stat-score-buffer-user-functions): Add :number custom type.
23760
23761 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23762
23763         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23764         argument in XEmacs.
23765
23766         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23767         (nnrss-request-group): Decode group name first.
23768         (nnrss-request-article): Make a text/plain article if mml-to-mime
23769         failed.
23770         (nnrss-get-encoding): Return a compatible encoding according to
23771         nnrss-compatible-encoding-alist.
23772         (nnrss-find-el): Use consp instead of listp.
23773         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23774
23775 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23776
23777         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23778         which Emacs 20 doesn't support.
23779         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23780
23781 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23782
23783         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23784         silence the byte compiler inside the defun.
23785
23786         * gnus-demon.el (parse-time-string): Add autoload.
23787
23788         * gnus-delay.el (parse-time-string): Add autoload.
23789
23790         * gnus-art.el (parse-time-string): Add autoload.
23791
23792         * nnultimate.el (parse-time): Require for `parse-time-string'.
23793
23794 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23795
23796         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23797
23798         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23799
23800         * smime.el (smime-ldap-host-list): Add :version.
23801
23802 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23803
23804         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23805         pass it to `gnus-browse-read-group'.
23806         (gnus-browse-read-group): Add NUMBER argument and pass it to
23807         `gnus-group-read-ephemeral-group'.
23808
23809         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23810         argument and pass it to `gnus-group-read-group'.
23811
23812 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23813
23814         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23815         mm-xemacs-find-mime-charset-1 if we have the mule feature
23816         available at runtime.
23817
23818 2005-03-25  Werner Lemberg  <wl@gnu.org>
23819
23820         * nnmaildir.el: Replace `illegal' with `invalid'.
23821
23822 2005-03-23  Lute Kamstra  <lute@gnu.org>
23823
23824         * time-date.el: Add comment on time value formats.
23825         Don't require parse-time.
23826         (with-decoded-time-value): New macro.
23827         (encode-time-value): New function.
23828         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23829         (days-to-time): Return a valid time value when arg is huge.
23830         (time-since): Use time-subtract.
23831         (time-to-number-of-days): Use time-to-seconds.
23832
23833 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23834
23835         * gnus-start.el (gnus-display-time-event-handler):
23836         Check display-time-timer at runtime rather than only at load time
23837         in case display-time-mode is turned off in the mean time.
23838
23839 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23840
23841         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23842         used.
23843
23844         * nneething.el (nneething-map-file-directory): Derive from
23845         `gnus-directory'.
23846
23847         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23848         the To/Cc button.
23849
23850 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23851
23852         * nnmaildir.el (nnmaildir-request-accept-article):
23853         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23854
23855 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23856
23857         * gnus-async.el: Require timer-funcs at compile time when in
23858         XEmacs for `run-with-idle-timer'.
23859
23860 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23861
23862         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23863         autoloaded function.
23864
23865 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23866
23867         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23868
23869 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23870
23871         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23872
23873 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23874
23875         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23876         Add gnus-expert-user to default.
23877
23878 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23879
23880         * nnimap.el (nnimap-open-server): Ditto.
23881
23882         * imap.el (imap-authenticate): Fix typo.
23883
23884 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23885
23886         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23887         buffer (since IMAP server might return FETCH response out of
23888         order, and the nntp buffer must be sorted).
23889
23890 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23891
23892         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23893         comparison on string.
23894
23895         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23896         (gnus-agent-score): Rename category keywords to match gnus-cus.
23897         (gnus-agent-summary-fetch-series): Modify to protect against
23898         gnus-agent-summary-fetch-group clearing processable flags.
23899         (gnus-agent-synchronize-group-flags): Update live group buffer as
23900         synchronization may occur due to the user toggle the plugged
23901         status.
23902         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23903         successfully downloaded.
23904         (gnus-agent-expire-group-1): Avoid using markers when the overview
23905         is in ascending order; greatly improves performance.
23906         (gnus-agent-regenerate-group):
23907         Use gnus-agent-synchronize-group-flags to reset read status in both
23908         gnus and server.
23909         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23910
23911 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23912
23913         * message.el: Don't autoload former message-utils variables.
23914         (message-strip-subject-trailing-was): Change doc string.
23915
23916         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23917         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23918         (nnweb-google-search): Add "hl=en" here.
23919         (nnweb-google-parse-1, nnweb-google-create-mapping):
23920         Don't hardcode URL.
23921
23922 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23923
23924         * message.el (message-get-reply-headers, message-followup):
23925         Mention related variables `message-use-followup-to' and
23926         `message-use-mail-followup-to', in the information buffer.
23927
23928         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23929         of broken groups(-beta).google.com.
23930
23931 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23932
23933         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23934         parameter to invoked gnus-request-move-article; remove the
23935         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23936         all at once instead of once per article.
23937         (gnus-summary-remove-process-mark): Accept a list of articles as
23938         well as a single article for processing.
23939
23940         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23941         parameter.
23942
23943         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23944
23945         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23946
23947         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23948         parameter.
23949
23950         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23951         parameter.
23952
23953         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23954         parameter and remove the gnus-sum-hint-move-is-internal variable.
23955
23956         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23957         parameter.
23958
23959         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23960         parameter.
23961
23962         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23963         parameter.
23964
23965         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23966
23967         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23968         parameter.
23969
23970         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23971         parameter.
23972
23973 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23974
23975         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23976         a more conservative way.
23977
23978 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23979
23980         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23981         buffer, so it moves the window's cursor.
23982
23983 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23984
23985         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23986         `mm-dissect-multipart' and receive the from field as an (optional)
23987         argument from `mm-dissect-multipart'.
23988         (mm-dissect-multipart): Receive the from field as an argument and
23989         pass it on when we call `mm-dissect-buffer' on MIME parts.
23990         Fixes verification/decryption of signed/encrypted MIME parts.
23991
23992 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23993
23994         * gnus-sum.el (gnus-summary-move-article):
23995         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23996         whatever it calls (right now, only nnimap-request-move article
23997         respects it).
23998
23999         * nnimap.el (nnimap-request-move-article):
24000         When gnus-sum-hint-move-is-internal is set, don't do the extra
24001         nnimap-request-article.
24002
24003 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24004
24005         * nnheader.el (nnheader-find-file-noselect): Add doc string.
24006
24007         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
24008         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
24009
24010         * gnus-sum.el (gnus-summary-caesar-message):
24011         Apply `gnus-treat-article' after rotation.
24012
24013         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
24014         doc string.
24015
24016 2005-02-22  Simon Josefsson  <jas@extundo.com>
24017
24018         * encrypt.el (encrypt-password-cache-expiry): Remove (use
24019         `password-cache-expiry' instead).  Reported by Arne Jørgensen
24020         <arne@arnested.dk>.
24021         (encrypt): Add password-cache and password-cache-expiry as group
24022         members.
24023
24024 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
24025
24026         * smime.el (smime-ldap-host-list): Doc fix.
24027         (smime-ask-passphrase): Use `password-read-and-add' to read (and
24028         cache) password.
24029         (smime-sign-region): Use it.
24030         (smime-decrypt-region): Use it.
24031         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
24032         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
24033         fails.
24034         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
24035         certificate from DER to PEM format rather than calling openssl.
24036
24037         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
24038
24039         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
24040         for signing/encryption.
24041
24042         * mml.el (mml-parse-1): Use them.
24043
24044 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
24045
24046         * nnrss.el (nnrss-verbose): Remove.
24047         (nnrss-request-group): Use `nnheader-message' instead.
24048
24049 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
24050
24051         * nnrss.el (nnrss-verbose): New variable.
24052         (nnrss-request-group): Make it say nnrss is requesting a group.
24053
24054 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
24055
24056         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
24057         Handle news URL with given port correctly.
24058
24059 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24060
24061         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
24062         containing special characters.
24063
24064         * gnus-sum.el (gnus-summary-edit-article): Ditto.
24065
24066         * mml.el (mime-to-mml): Ditto.
24067
24068         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
24069         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
24070         (rfc2047-decode-region): Quote decoded words containing special
24071         characters when rfc2047-quote-decoded-words-containing-tspecials
24072         is non-nil.
24073
24074 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
24075
24076         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
24077
24078         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
24079
24080 2005-02-15  Simon Josefsson  <jas@extundo.com>
24081
24082         * nnimap.el (nnimap-debug): Doc fix.
24083
24084         * imap.el (imap-debug): Doc fix.
24085
24086 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24087
24088         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
24089
24090 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
24091
24092         * gnus.el (spam-contents): Improve docs for spam-contents
24093         parameter in its variable incarnation.
24094
24095 2005-02-14  Simon Josefsson  <jas@extundo.com>
24096
24097         * smime-ldap.el: Use require instead of load-library for ldap.
24098         (smime-ldap-search): Indent.
24099         (smime-ldap-search-internal): Shorten line.
24100
24101         * smime.el (smime-cert-by-dns): Add doc-string.
24102         (smime-cert-by-ldap-1): Indent.
24103
24104         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
24105         mml-smime-get-dns-ldap.
24106         (mml-smime-encrypt-query): Use new function.  Default to ldap.
24107
24108 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
24109
24110         * smime.el: Require smime-ldap.
24111         (smime-ldap-host-list): New variable.
24112         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
24113
24114         * mml-smime.el (mml-smime-encrypt-query): New function.
24115         (mml-smime-encrypt-query): Use it.
24116
24117         * smime-ldap.el: New file.
24118
24119 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24120
24121         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
24122
24123 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
24124
24125         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
24126         argument in doc string.  Make query for type more clear.
24127
24128 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
24129
24130         * gnus.el (gnus-group-startup-message): Search for gnus images in
24131         etc/images/gnus.
24132         * mm-util.el (mm-image-load-path): Likewise.
24133         * smiley.el (smiley-data-directory): Search for smilies in
24134         etc/images/smilies.
24135
24136 2005-02-09  Kim F. Storm  <storm@cua.dk>
24137
24138         Change Emacs release version from 21.4 to 22.1 throughout.
24139         Change Emacs development version from 21.3.50 to 22.0.50.
24140
24141 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24142
24143         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
24144
24145         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
24146         non-Mule XEmacs as well.
24147         (mm-decompress-buffer): Signal an error intentionally if it does
24148         not decompress compressed data because auto-compression-mode is
24149         disabled.
24150
24151 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
24152
24153         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
24154         an ID in the registry even if it has no groups.
24155
24156 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24157
24158         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
24159         merge it into mm-decompress-buffer.
24160         (gnus-mime-copy-part): Use the MIME part charset, the value which
24161         a user specified or gnus-newsgroup-charset for decoding, like
24162         gnus-mime-inline-part does; set buffer-file-coding-system to tell
24163         save-buffer what was used.  Suggested by Kevin Ryde
24164         <user42@zip.com.au>.
24165         (gnus-mime-inline-part): Allow the name parameter as well as the
24166         filename parameter; force decompressing of compressed data; always
24167         display contents being not decoded as unibyte.
24168
24169         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
24170         as well as the filename parameter.
24171
24172         * mm-util.el (mm-decompress-buffer):
24173         Merge gnus-mime-jka-compr-maybe-uncompress.
24174         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
24175         of compressed data.
24176
24177 2005-02-08  Simon Josefsson  <jas@extundo.com>
24178
24179         * imap.el (imap-log): Doc fix.
24180
24181 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24182
24183         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
24184         the coding cookies; decompress compressed parts.
24185
24186         * mml.el (mml-generate-mime-1): Add the charset parameter according
24187         to the value which a user specified manually or the coding cookie.
24188
24189         * mm-util.el (mm-string-to-multibyte): New function.
24190         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
24191         (mm-coding-system-to-mime-charset): New function.
24192         (mm-decompress-buffer): New function.
24193         (mm-find-buffer-file-coding-system): New function.
24194
24195         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
24196         (mm-display-inline-fontify): Rewrite for decoding and decompressing
24197         parts.
24198
24199 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24200
24201         * mm-view.el (mm-display-inline-fontify): Decode a part according
24202         to the charset parameter.
24203
24204 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24205
24206         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
24207         prefix arg is neither nil nor a number, as info specifies.
24208
24209 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24210
24211         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
24212         timestamps.
24213
24214 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
24215
24216         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
24217         groups error checking and notify user.
24218
24219 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
24220
24221         * message.el (message-send-mail-function): Check existence of
24222         sendmail-program first before using default value
24223         `message-send-mail-with-sendmail'.  Otherwise use more generic
24224         `smtpmail-send-it'.
24225
24226 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24227
24228         * nntp.el (nntp-request-update-info): Always return nil.
24229
24230 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24231
24232         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
24233
24234 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24235
24236         * message.el (message-beginning-of-line): Change the behavior when
24237         invoked between BOL and : so that it first moves backward.
24238
24239 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24240
24241         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
24242         article buffer when editing of the article is discarded.
24243         (gnus-article-prepare): Revert.
24244
24245 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24246
24247         * gnus-art.el (gnus-article-prepare):
24248         Remove message-strip-forbidden-properties from the local hook.
24249
24250 2005-01-27  Simon Josefsson  <jas@extundo.com>
24251
24252         * password.el (password-cache-add): Only start one timer per key.
24253         Reported by Derek Atkins <warlord@MIT.EDU>.
24254
24255 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24256
24257         * run-at-time.el: Remove.  It is no longer needed as
24258         timer-funcs.el in the xemacs-base package has a working version of
24259         `run-at-time'.
24260
24261         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24262
24263         * password.el: Require timer-funcs instead of run-at-time in
24264         XEmacs.
24265         Remove `password-run-at-time' macro.
24266         (password-cache-add): Use `run-at-time' instead of
24267         `password-run-at-time'.
24268
24269         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24270         Remove `nnheader-cancel-function-timers' alias,
24271         `cancel-function-timers' exists in XEmacs in timer-funcs.
24272
24273         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24274         for `run-with-idle-timer'.
24275
24276         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24277         for `run-at-time'.
24278
24279         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24280         for `with-timeout'.
24281
24282         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24283         the same as for XEmacs 21.4.
24284         No need to ignore `run-with-idle-timer', this function exists in
24285         XEmacs now in timer-funcs.el in the xemacs-base package.
24286         (dgnushack-compile): No need to delete
24287         run-at-time.el from the list of files to compile because it
24288         doesn't exist anymore.
24289
24290 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24291
24292         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24293         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24294
24295 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24296
24297         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24298         sensitively.
24299
24300 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24301
24302         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24303
24304 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24305
24306         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24307         which will be inserted according to the multibyteness of a buffer
24308         rather than the type of contents.  Suggested by ARISAWA Akihiro
24309         <ari@mbf.ocn.ne.jp>.
24310
24311         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24312         of string which old xml.el may return rather than a string.
24313
24314 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24315
24316         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24317
24318 2005-01-16  Simon Josefsson  <jas@extundo.com>
24319
24320         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24321         idn/idna.el isn't available.
24322         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24323         <michael@waxrat.com>.
24324
24325         * hashcash.el: Remove non-FSF copyright header.
24326
24327         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24328         (hashcash-generate-payment): Use it.
24329         (hashcash-generate-payment-async): Use it.
24330
24331 2005-01-15  Simon Josefsson  <jas@extundo.com>
24332
24333         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24334         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24335
24336         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24337         gnus-summary-idna-message.
24338         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24339         (gnus-summary-idna-message): New function.
24340
24341 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24342
24343         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24344         gnus-novice-user.
24345
24346 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24347
24348         * nnrss.el (nnrss-request-delete-group): Delete entries in
24349         nnrss-group-alist as well.
24350         (nnrss-save-server-data): Insert newline.
24351
24352 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24353
24354         * gnus.el (gnus-user-agent): Use list of symbols instead of
24355         symbols.  Display full version number for (S)XEmacs.
24356         Optionally display (S)XEmacs codename.
24357
24358         * gnus-util.el (gnus-emacs-version): Update for new
24359         `gnus-user-agent'.
24360
24361         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24362         Gnus version.
24363
24364 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24365
24366         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24367         which is unreadable in some setups.
24368
24369 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24370
24371         * gnus-spec.el (gnus-update-format-specifications): Flush the
24372         group format spec cache if it doesn't support decoded group names.
24373
24374 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24375
24376         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24377         Allow to apply decay on score files matching a regexp.
24378
24379 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24380
24381         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24382         compatibility in %g and %c.
24383
24384 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24385
24386         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24387         name for only %g and %c.
24388         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24389         of gnus-tmp-group to decoded group name.
24390         (gnus-group-make-rss-group): Exclude `/'s from group names.
24391
24392 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24393
24394         * nnrss.el (nnrss-get-encoding): Fix regexp.
24395
24396 2004-12-27  Simon Josefsson  <jas@extundo.com>
24397
24398         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24399         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24400         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24401
24402 2004-12-17  Kim F. Storm  <storm@cua.dk>
24403
24404         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24405
24406         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24407
24408 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24409
24410         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24411
24412 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24413
24414         * nnrss.el: Require rfc2047 and mml.
24415         (nnrss-file-coding-system): New variable.
24416         (nnrss-format-string): Redefine it as an inline function.
24417         (nnrss-decode-group-name): New function.
24418         (nnrss-string-as-multibyte): Remove.
24419         (nnrss-retrieve-headers): Decode group name; don't use
24420         nnrss-format-string.
24421         (nnrss-request-group): Decode group name.
24422         (nnrss-request-article): Decode group name; allow a Message-ID as
24423         well as an article number; don't use nnrss-format-string; encode a
24424         Message-ID string which may contain non-ASCII characters; use
24425         mml-to-mime to compose a MIME article.
24426         (nnrss-request-expire-articles): Decode group name.
24427         (nnrss-request-delete-group): Decode group name.
24428         (nnrss-fetch): Clarify error message.
24429         (nnrss-read-server-data): Use insert-file-contents instead of load;
24430         bind file-name-coding-system; use multibyte buffer.
24431         (nnrss-save-server-data): Bind coding-system-for-write to the
24432         value of nnrss-file-coding-system; bind file-name-coding-system;
24433         add coding cookie.
24434         (nnrss-read-group-data): Use insert-file-contents instead of load;
24435         bind file-name-coding-system; use multibyte buffer.
24436         (nnrss-save-group-data): Bind coding-system-for-write to the
24437         value of nnrss-file-coding-system; bind file-name-coding-system.
24438         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24439         make it work with non-ASCII text.
24440         (nnrss-find-el): Make it work with old xml.el as well.
24441
24442 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24443
24444         * nnrss.el (nnrss-get-encoding): New function.
24445         (nnrss-fetch): Use unibyte buffer initially; bind
24446         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24447         decode contents according to the encoding attribute.
24448         (nnrss-save-group-data): Add coding cookie.
24449         (nnrss-mime-encode-string): New function.
24450         (nnrss-check-group): Use it to encode subject and author.
24451
24452 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24453
24454         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24455         imaginary variable.
24456
24457 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24458
24459         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24460         correctly even if there are wide characters.
24461
24462 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24463
24464         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24465         downcased symbol names; make a new cache instead of reusing
24466         bbdb-hashtable.
24467
24468 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24469
24470         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24471         concatenating segments rather than before concatenating them.
24472         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24473
24474         * message.el (message-get-reply-headers): Bind `extra'.
24475
24476 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24477
24478         * message.el (message-extra-wide-headers): New variable.
24479         (message-get-reply-headers): Use it.
24480
24481 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24482
24483         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24484         (gnus-agent-group-pathname): Ditto.
24485
24486         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24487
24488         * gnus-group.el (gnus-group-make-group): Decode group name.
24489         (gnus-group-make-rss-group): Register the group data after opening
24490         the nnrss group.
24491
24492 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24493
24494         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24495         by expiry now get marked as read.
24496
24497 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24498
24499         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24500
24501 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24502
24503         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24504         unify Latin characters in XEmacs.
24505         (mm-find-mime-charset-region): Use it.
24506
24507 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24508
24509         * gnus-util.el (gnus-delete-directory): New function.
24510
24511         * gnus-agent.el (gnus-agent-delete-group): Use it.
24512
24513         * gnus-cache.el (gnus-cache-delete-group): Use it.
24514
24515 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24516
24517         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24518         names.
24519
24520 2004-12-16  Simon Josefsson  <jas@extundo.com>
24521
24522         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24523
24524 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24525
24526         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24527
24528         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24529         (gnus-group-set-current-level): Decode group name.
24530
24531 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24532
24533         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24534         failed.
24535
24536 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24537
24538         * gnus-group.el (gnus-group-delete-group): Decode group name.
24539         (gnus-group-make-rss-group): Encode group name.
24540         (gnus-group-catchup-current): Decode group name.
24541         (gnus-group-kill-group): Decode group name.
24542
24543 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24544
24545         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24546
24547 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24548
24549         * gnus-group.el (gnus-group-make-rss-group):
24550         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24551
24552         * gnus-start.el (gnus-setup-news): Honor user's setting to
24553         gnus-message-archive-method.  Suggested by Lute Kamstra
24554         <lute@gnu.org>.
24555
24556 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24557
24558         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24559         global counterparts of the buffer-local variables.
24560
24561 2004-11-16  Romain Francoise  <romain@orebokech.com>
24562
24563         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24564         counterparts of the buffer-local variables.
24565
24566 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24567
24568         * message.el (message-forbidden-properties): Fix typo in doc
24569         string.
24570
24571 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24572
24573         * gnus-util.el (gnus-replace-in-string): Add doc string.
24574
24575         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24576         to avoid problems when splitting mails with many recipients.
24577
24578 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24579
24580         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24581         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24582
24583 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24584
24585         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24586         if there is no hashtable in memory or file modification time is
24587         newer than cached timestamp.
24588
24589 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24590
24591         * gnus-sum.el (gnus-summary-limit-to-recipient):
24592         Implement not-matching option.
24593
24594 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24595
24596         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24597         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24598         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24599         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24600         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24601         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24602
24603 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24604
24605         * message.el (message-forward-make-body-mml): Remove headers
24606         according to message-forward-ignored-headers if a message is decoded.
24607
24608 2004-12-02  Romain Francoise  <romain@orebokech.com>
24609
24610         * message.el (message-forward-make-body-plain): Always remove
24611         headers according to message-forward-ignored-headers.
24612
24613 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24614
24615         * spam.el (spam-summary-prepare-exit): Remove the
24616         gnus-summary-limit pop for now, it has problems with ham marks for
24617         me.
24618
24619 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24620
24621         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24622         correctly.
24623
24624 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24625
24626         * format-spec.el (format-spec): Message the char.
24627
24628 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24629
24630         * gnus-art.el (gnus-split-methods): Reformat comments.
24631
24632         * spam.el (spam-summary-prepare-exit): Remove article limits
24633         before exiting the summary buffer.
24634
24635 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24636
24637         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24638         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24639
24640         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24641         order to silence the byte compiler.
24642
24643         * spam.el: Fix the way to silence the byte compiler, which
24644         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24645         bbdb-search-simple, spam-BBDB-register-routine,
24646         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24647         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24648         spam-stat-buffer-is-spam, spam-stat-load,
24649         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24650         spam-stat-save and spam-stat-split-fancy.
24651
24652 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24653
24654         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24655         which may confuse users.
24656         (canlock-password-for-verify): Ditto.
24657
24658         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24659
24660         * gnus-art.el (gnus-emphasis-alist): Ditto.
24661
24662         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24663
24664         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24665
24666         * gnus-start.el (gnus-save-killed-list): Ditto.
24667
24668         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24669         (gnus-sum-thread-tree-root): Ditto.
24670         (gnus-sum-thread-tree-false-root): Ditto.
24671         (gnus-sum-thread-tree-single-indent): Ditto.
24672
24673         * message.el (message-courtesy-message): Ditto.
24674         (message-archive-note): Ditto.
24675         (message-subscribed-address-file): Ditto.
24676         (message-user-fqdn): Ditto.
24677
24678         * spam-report.el (spam-report-gmane-regex): Ditto.
24679
24680         * spam.el (spam-blackhole-good-server-regex): Ditto.
24681
24682 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24683
24684         * mml.el (mml-preview): Widen the message buffer before copying
24685         the contents to the preview buffer; sort headers before previewing.
24686
24687         * message.el (message-hidden-headers): Fix the way to avoid a bug
24688         in the `repeat' widget in Emacs 21.3 or earlier.
24689
24690 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24691
24692         * message.el (message-hidden-headers): Default to "^References:".
24693         Improve customization type.  Suggested by Reiner Steib
24694         <Reiner.Steib@gmx.de>.
24695
24696 2004-11-25  Romain Francoise  <romain@orebokech.com>
24697
24698         * message.el (message-strip-forbidden-properties): Remove check for
24699         obsolete `message-hidden' text property, hidden headers are not
24700         accessible in the buffer anymore.
24701
24702 2004-11-22  Romain Francoise  <romain@orebokech.com>
24703
24704         * message.el (message-header-format-alist): Add `From' in list
24705         so that it can be sorted.
24706         (message-fix-before-sending): Widen and sort headers before
24707         sending.
24708         (message-hide-headers): Use narrowing to hide headers by moving
24709         them to the top of the buffer and narrowing to the region
24710         underneath.
24711
24712 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24713
24714         * message.el (message-strip-forbidden-properties):
24715         Bind buffer-read-only (etc) to nil.
24716
24717 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24718
24719         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24720         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24721
24722 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24723
24724         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24725
24726 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24727
24728         * dns.el (query-dns): Use sit-for to time instead of
24729         accept-process-output, since that doesn't seem to work on udp
24730         sockets.
24731
24732 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24733
24734         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24735
24736 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24737
24738         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24739         doc string.  Improve doc string.
24740
24741 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24742
24743         * nntp.el (nntp-request-update-info): Return nil if
24744         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24745         may not call gnus-activate-group which uselessly issues the GROUP
24746         commands for all nntp groups and wastes time.  Reported by Romain
24747         Francoise <romain@orebokech.com>.
24748
24749         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24750
24751 2004-11-15  Simon Josefsson  <jas@extundo.com>
24752
24753         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24754         headers separately.
24755         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24756         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24757
24758 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24759
24760         * gnus-start.el (gnus-convert-old-newsrc):
24761         Assign legacy-gnus-agent to 5.10.7.
24762
24763 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24764
24765         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24766         start of the lines.
24767
24768 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24769
24770         * hashcash.el (hashcash-default-payment): Change default to 20.
24771         (hashcash-default-accept-payment): Change default to 20.
24772         (hashcash-process-alist): New variable.
24773         (hashcash-generate-payment-async): Add.
24774         (hashcash-already-paid-p): Add.
24775         (hashcash-insert-payment): Don't generate payments twice.
24776         (hashcash-insert-payment-async): Add.
24777         (hashcash-insert-payment-async-2): Add.
24778         (hashcash-cancel-async): Add.
24779         (hashcash-wait-async): Add.
24780         (hashcash-processes-running-p): Add.
24781         (hashcash-wait-or-cancel): Add.
24782         (mail-add-payment): New optional argument.  Conditionally start
24783         asynchronous calculation.
24784         (mail-add-payment-async): Add.
24785
24786         * message.el (message-send-mail): Wait for asynchronous hashcash
24787         results.  Don't clobber existing X-Hashcash headers.
24788         (message-setup-1): Call mail-add-payment-async when
24789         message-generate-hashcash is non-nil.
24790
24791 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24792
24793         * message.el (message-use-alternative-email-as-from): Examine the
24794         From header as well; use message-make-from in order to include a
24795         user's full name.
24796
24797 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24798
24799         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24800         default; improve customization type.
24801         (gnus-emphasis-custom-with-format): New macro.
24802         (gnus-emphasis-custom-value-to-external): New function.
24803         (gnus-emphasis-custom-value-to-internal): New function.
24804
24805 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24806
24807         * dns.el (query-dns): Resolve reverse addresses.
24808
24809 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24810
24811         * gnus-group.el (gnus-group-get-new-news): Use it.
24812
24813         * gnus-start.el (gnus-check-reasonable-setup): New function.
24814
24815 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24816
24817         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24818         "Args out of range" error.  Reported by Arnaud Giersch
24819         <arnaud.giersch@free.fr>.
24820
24821 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24822
24823         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24824
24825 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24826
24827         * spam.el (spam group): Add :version.
24828
24829         * pgg-def.el (pgg group): Add :version.
24830
24831 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24832
24833         * gnus-art.el (gnus-article-edit-article): Don't associate the
24834         article buffer with a draft file.  This is a temporary measure
24835         against the 2004-08-22 change to gnus-article-edit-mode.
24836
24837 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24838
24839         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24840         (html2text-format-tags): Remove unused variable `attr'.
24841
24842 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24843
24844         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24845
24846         * tls.el (tls-process-connection-type, tls-success)
24847         (tls-certtool-program): Add :version.
24848
24849         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24850         (starttls-extra-arguments, starttls-process-connection-type)
24851         (starttls-connect, starttls-failure, starttls-success): Add :version.
24852
24853         * spam-stat.el (spam-stat): Add :version.
24854
24855         * sieve.el (sieve): Add :version.
24856
24857         * sha1.el (sha1): Add :version.
24858         (sha1-use-external): Remove redundant version.
24859
24860         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24861         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24862         (nnmail-split-fancy-match-partial-words)
24863         (nnmail-split-lowercase-expanded): Add :version.
24864
24865         * nndiary.el (nndiary): Add :version.
24866
24867         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24868
24869         * mml-sec.el (mml-default-sign-method)
24870         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24871         Add :version.
24872
24873         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24874
24875         * mm-url.el (mm-url-use-external, mm-url-program)
24876         (mm-url-arguments): Add :version.
24877
24878         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24879         (mm-attachment-file-modes, mm-decrypt-option)
24880         (mm-w3m-safe-url-regexp): Add :version.
24881
24882         * message.el (message-cite-prefix-regexp)
24883         (message-sendmail-envelope-from, message-minibuffer-local-map)
24884         (message-user-fqdn, message-completion-alist): Add :version.
24885
24886         * gnus-win.el (gnus-configure-windows-hook)
24887         (gnus-use-frames-on-any-display): Add :version.
24888
24889         * gnus-art.el (gnus-article-address-banner-alist)
24890         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24891         (gnus-treat-from-picon, gnus-treat-mail-picon)
24892         (gnus-treat-x-pgp-sig): Add :version.
24893
24894         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24895         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24896         (gnus-summary-article-delete-hook)
24897         (gnus-summary-display-while-building): Add :version.
24898
24899         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24900         (gnus-get-top-new-news-hook): Add :version.
24901
24902         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24903         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24904
24905         * gnus-registry.el (gnus-registry): Add :version.
24906
24907         * gnus-spec.el (gnus-use-correct-string-widths)
24908         (gnus-make-format-preserve-properties): Add :version.
24909
24910         * gnus.el (gnus-group-charter-alist)
24911         (gnus-group-fetch-control-use-browse-url)
24912         (gnus-install-group-spam-parameters): Add :version.
24913
24914         * gnus-diary.el (gnus-diary): Add :version.
24915
24916         * gnus-delay.el (gnus-delay): Add :version.
24917
24918         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24919         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24920         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24921         Add :version.
24922
24923         * gnus-agent.el (gnus-agent-max-fetch-size)
24924         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24925         (gnus-agent-prompt-send-queue): Add :version.
24926
24927         * deuglify.el (gnus-outlook-deuglify): Add :version.
24928
24929         * html2text.el: Beautify code.  Improve doc strings.
24930         Some checkdoc cleanup.
24931         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24932
24933 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24934
24935         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24936
24937 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24938
24939         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24940         when package is loaded.
24941
24942         * spam.el (spam-summary-score-preferred-header): Add global preference
24943         for people who want to override the default SpamAssassin over
24944         Bogofilter preference (when both are set).
24945         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24946         (spam-user-format-function-S):
24947         Check spam-summary-score-preferred-header.
24948         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24949         (spam-user-format-function-S): Format the score correctly.
24950
24951 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24952
24953         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24954         signature file.  Suggested by Manoj Srivastava
24955         <srivasta@golden-gryphon.com>.
24956
24957         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24958         iso-2022-jp even in the Japanese language environment.
24959         Suggested by Jason Rumney <jasonr@gnu.org>.
24960
24961 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24962
24963         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24964         use the same characters as the dummy marks; make it free from
24965         getting affected by the language environment.
24966         (gnus-summary-read-group-1): Update mark positions only when the
24967         format spec is updated.
24968
24969         * gnus-spec.el (gnus-update-format-specifications): Return a list
24970         of updated types.
24971
24972 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24973
24974         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24975         of boundp to check if display-warning is available.
24976
24977 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24978
24979         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24980
24981 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24982
24983         * nnspool.el (nnspool-spool-directory): Use news-path if the
24984         news-directory variable is not bound.
24985
24986         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24987         function instead of display-warning if it is not available.
24988
24989 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24990
24991         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24992         v5-10: Use `point-at-bol'.
24993
24994 2004-10-26  Simon Josefsson  <jas@extundo.com>
24995
24996         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24997         <chenggao@gmail.com>.
24998
24999 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
25000
25001         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
25002         instead.
25003
25004 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
25005
25006         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
25007         to remove a server from the nnimap-server-buffer-alist.
25008         (nnimap-open-connection, nnimap-close-server): Use it.
25009
25010         * gnus-encrypt.el: Remove file in favor of encrypt.el.
25011
25012 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25013
25014         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
25015         running the major-mode function.
25016
25017 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25018
25019         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
25020         dummy marks in the right way.
25021
25022 2004-10-18  David Edmondson  <dme@dme.org>
25023
25024         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
25025         excessively.
25026
25027 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
25028
25029         * gnus-util.el (gnus-split-references): Accept a nil references
25030         string and go on blissfully.
25031
25032         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
25033         cases where the references string is non-nil but has no references.
25034
25035         * encrypt.el: Add autoload tags.
25036
25037         * spam.el (spam-resolve-registrations-routine): Remove article
25038         from unregistration list too.  Reported by David Hanak
25039         <dhanak@isis.vanderbilt.edu>
25040
25041 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
25042
25043         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
25044         nil.  Change custom type.
25045
25046 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
25047
25048         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
25049
25050         * gnus-sum.el (gnus-summary-move-article): Use it.
25051
25052 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
25053
25054         * encrypt.el: Add autoload cookies.
25055
25056         * spam.el (spam-backend-article-list-property)
25057         (spam-backend-get-article-todo-list)
25058         (spam-backend-put-article-todo-list)
25059         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
25060         Resolve registrations separately.
25061         (spam-register-routine): Format comments.
25062         (spam-unregister-routine, spam-register-routine): Always call with
25063         specific-articles, no default list.
25064         (spam-summary-prepare-exit): Use the spam-classifications function.
25065
25066         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
25067         gnus-encrypt.el.
25068
25069         * encrypt.el: Copied from gnus-encrypt.el.
25070
25071         * gnus-encrypt.el: Commented that it's obsolete.
25072
25073 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25074
25075         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
25076         (gnus-score-save): Use it.
25077
25078         * message.el (message-bury): Use `window-dedicated-p'.
25079
25080 2004-10-15  Simon Josefsson  <jas@extundo.com>
25081
25082         * pop3.el (top-level): Don't require nnheader.
25083         (pop3-read-timeout): Add.
25084         (pop3-accept-process-output): Add.
25085         (pop3-read-response, pop3-retr): Use it.
25086
25087 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
25088
25089         * spam.el (spam-register-routine): Move comment.
25090         (spam-verify-bogofilter): Use 'unknown for the initial
25091         spam-bogofilter-valid state, not 'never.
25092
25093         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
25094         for netrc-machine.
25095
25096         * nnimap.el (nnimap-open-connection):
25097         Use netrc-machine-user-or-password.
25098
25099 2004-10-17  Richard M. Stallman  <rms@gnu.org>
25100
25101         * gnus-registry.el (gnus-registry-unload-hook):
25102         Set as a variable with add-hook.
25103
25104         * nnspool.el (nnspool-spool-directory): Use news-directory instead
25105         of news-path.
25106
25107         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
25108
25109         * spam.el: Delete duplicate `provide'.
25110         (spam-unload-hook): Set as a variable with add-hook.
25111
25112 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25113
25114         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
25115         in the doc string.
25116
25117         * message.el (message-ignored-news-headers)
25118         (message-ignored-supersedes-headers)
25119         (message-ignored-resent-headers)
25120         (message-forward-ignored-headers): Improve custom type.
25121
25122 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25123
25124         * message.el (message-tokenize-header): Fix 2004-09-06 change
25125         which used point-min in the wrong place.
25126
25127 2004-10-12  Simon Josefsson  <jas@extundo.com>
25128
25129         * tls.el (tls-certtool-program): New variable.
25130         (tls-certificate-information): New function, based on
25131         ssl-certificate-information.
25132
25133 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25134
25135         * compface.el: Move the version of ELisp-based uncompface program
25136         to the contrib directory because of the copyright problem.
25137
25138 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
25139
25140         * message.el (message-kill-buffer): Raise the current frame.
25141
25142 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
25143
25144         * gnus-sum.el: Mention that multibyte characters don't work as marks.
25145
25146         * gnus.el (message-y-or-n-p): Autoload.
25147
25148         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
25149         (pop3-password-required, pop3-authentication-scheme)
25150         (pop3-leave-mail-on-server): Make customizable.
25151         (pop3): New custom group.
25152         (pop3-retr): Remove `sleep-for' statements.
25153         Suggested by Dave Love <fx@gnu.org>.
25154
25155         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
25156         Windows/DOS.
25157
25158         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25159         (imap-parse-body): Fix incorrect use of `assert'.
25160         Suggested by Dave Love <fx@gnu.org>.
25161
25162         * mml.el (mml-minibuffer-read-disposition): Require match.
25163         Suggested by Dave Love <fx@gnu.org>.
25164
25165 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
25166
25167         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
25168         doc string.
25169
25170 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25171
25172         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
25173
25174 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25175
25176         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
25177         instead of calling `mm-insert-inline', to decode text/* parts
25178         before displaying them.
25179
25180 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25181
25182         * mm-uu.el (mm-uu-text-plain-type): New variable.
25183         (mm-uu-pgp-signed-extract-1): Use it.
25184         (mm-uu-pgp-encrypted-extract-1): Use it.
25185         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
25186         bind mm-uu-text-plain-type with that value.
25187         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
25188         mm-uu-dissect.
25189
25190 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25191
25192         * gnus-group.el (gnus-update-group-mark-positions):
25193         * gnus-sum.el (gnus-update-summary-mark-positions):
25194         * message.el (message-check-news-body-syntax):
25195         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
25196         of string-as-multibyte.
25197
25198 2004-10-05  Juri Linkov  <juri@jurta.org>
25199
25200         * gnus-group.el (gnus-update-group-mark-positions):
25201         * gnus-sum.el (gnus-update-summary-mark-positions):
25202         * message.el (message-check-news-body-syntax):
25203         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
25204         8-bit unibyte values to a multibyte string for search functions.
25205
25206 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25207
25208         * mm-uu.el (mm-uu-dissect): Allow optional arg.
25209         (mm-uu-dissect-text-parts): New function.
25210
25211         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
25212         dissect text parts.
25213
25214         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
25215         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
25216
25217         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
25218
25219         * gnus-topic.el (gnus-topic-hierarchical-parameters):
25220         Use gnus-current-topics instead of gnus-current-topic.
25221
25222 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
25223
25224         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
25225
25226 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
25227
25228         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
25229         where appropriate.
25230
25231         * nnml.el (nnml-generate-active-info): do.
25232
25233         * nndiary.el (nndiary-generate-active-info): do.
25234
25235         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
25236         (gnus-topic-move): do.
25237
25238         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
25239         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
25240
25241         * gnus-srvr.el (gnus-server-prepare)
25242         (gnus-server-open-all-servers): do.
25243
25244         * gnus-msg.el (gnus-summary-cancel-article)
25245         (gnus-summary-resend-message)
25246         (gnus-summary-mail-crosspost-complaint): do.
25247
25248         * gnus-move.el (gnus-change-server): do.
25249
25250         * gnus-group.el (gnus-group-unmark-all-groups)
25251         (gnus-group-set-current-level): do.
25252
25253 2004-10-04  Simon Josefsson  <jas@extundo.com>
25254
25255         * message.el (message-generate-hashcash): Doc fix.
25256
25257 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25258
25259         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25260         avoid infinite recursion via gnus-get-function.
25261
25262 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25263
25264         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25265
25266         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25267
25268         * nnmail.el (nnmail-split-history): do.
25269
25270         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25271         (nnml-request-delete-group): do.
25272
25273         * nnslashdot.el (nnslashdot-read-groups): do.
25274
25275         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25276         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25277
25278         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25279         (nnspool-sift-nov-with-sed): Use last.
25280         (nnspool-retrieve-headers-with-nov): Use mapc.
25281         (nnspool-request-newgroups): Use dolist.
25282         (nnspool-request-group): Use last.
25283
25284         * nntp.el (nntp-read-server-type): Use dolist.
25285
25286         * nnvirtual.el (nnvirtual-create-mapping)
25287         (nnvirtual-update-read-and-marked): Use dolist.
25288         (nnvirtual-convert-headers): Simplify.
25289
25290 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25291
25292         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25293         Add support for sync'ing tick marks.
25294
25295 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25296
25297         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25298         there's no visible header.
25299
25300 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25301
25302         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25303         When necessary, pass full group name to gnus-request-set-marks.
25304
25305 2004-10-01  Simon Josefsson  <jas@extundo.com>
25306
25307         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25308         acroread.
25309
25310 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25311
25312         * spam-report.el (spam-report-gmane): Fix interactive.
25313
25314         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25315
25316         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25317         when writing file.
25318         (gnus-agent-synchronize-flags): Don't default to being
25319         interactive.
25320
25321 2004-09-30  Simon Josefsson  <jas@extundo.com>
25322
25323         * message.el (message-generate-hashcash): Add.
25324         (message-send-mail): Use it, call mail-add-payment.
25325
25326 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25327
25328         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25329
25330 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25331
25332         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25333         gnus-requst-update-info with explicit code to sync the in-memory
25334         info read flags with the marks being sync'd to the backend.
25335
25336         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25337
25338 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25339
25340         * spam.el (spam-verify-bogofilter): Add new function.
25341         (spam-check-bogofilter)
25342         (spam-bogofilter-register-with-bogofilter): Use it.
25343         (spam-verify-bogofilter): Add small fixes.
25344
25345 2004-09-28  Simon Josefsson  <jas@extundo.com>
25346
25347         * hashcash.el (hashcash-generate-payment): Revert.
25348
25349 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25350
25351         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25352         Use gnus-extract-references instead of gnus-split-references.
25353
25354         * gnus-util.el (gnus-extract-references): Add new function, analogous
25355         to gnus-split-references but extracts only the message-ID without
25356         anything extra.
25357
25358         * hashcash.el (hashcash-generate-payment)
25359         (hashcash-check-payment): Do the right thing if hashcash-path is
25360         nil (because the hashcash program could not be found).
25361
25362         * spam.el (spam-use-hashcash): Remove comment.
25363
25364 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25365
25366         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25367         (gnus-cache-enter-article, gnus-cache-remove-article)
25368         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25369
25370         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25371
25372         * gnus-art.el (article-hide-boring-headers)
25373         (article-translate-strings, article-display-face)
25374         (gnus-article-mime-match-handle-first)
25375         (gnus-article-highlight-headers)
25376         (gnus-article-add-buttons-to-head): do.
25377
25378 2004-09-27  Simon Josefsson  <jas@extundo.com>
25379
25380         * hashcash.el: New version, from
25381         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25382         ../contrib/.
25383
25384 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25385
25386         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25387
25388 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25389
25390         * gnus-dup.el (gnus-dup-open): Use mapc.
25391         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25392
25393         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25394         Reported by Stefan Wiens <s.wi@gmx.net>.
25395
25396         * gnus.el (gnus-shutdown): Use dolist.
25397
25398         * gnus-undo.el (gnus-undo): Use mapc.
25399
25400         * nnrss.el (nnrss-generate-active): do.
25401
25402         * message.el (message-cite-original-without-signature)
25403         (message-cite-original): Use mapc.
25404         (message-do-actions, message-make-forward-subject): Use dolist.
25405
25406 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25407
25408         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25409         deletion to remove entire duplicate line.  Fixes merged article
25410         number bug.
25411
25412 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25413
25414         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25415         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25416         first ask if you want to open a server and then, even when you
25417         responded with no, asking if you want to synchronize the server's
25418         flags.
25419         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25420         multi-line expressions.
25421         (gnus-agent-synchronize-group-flags): New internal function.
25422         Updates marks in memory (in the info structure) AND in the
25423         backend.
25424
25425         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25426
25427         * nnagent.el (nnagent-request-set-mark):
25428         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25429         method, to ensure that synchronization updates marks in the
25430         backend and in the info (in memory) structure.
25431
25432 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25433
25434         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25435         convention fully; don't miss the root article of a thread; make
25436         the X-Draft-From header with correct article numbers.
25437
25438 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25439
25440         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25441         unless plugged.  Disable the agent so that an open failure causes
25442         an error.
25443
25444         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25445         Revert 2004-09-21 change.  The backend must be opened while
25446         synchronizing flags even when the backend stores the flags
25447         locally.
25448
25449 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25450
25451         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25452         in `header' match.  Reported by Svend Tollak Munkejord.
25453
25454         * message.el (message-cite-original): Fix use of
25455         `message-cite-articles-with-x-no-archive'.
25456
25457 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25458
25459         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25460         (gnus-window-to-buffer): Ditto.
25461
25462         * mml.el (mml-preview-buffer): New variable.
25463         (mml-preview): Manage window layout with gnus-buffer-configuration.
25464
25465         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25466         X-Draft-From header even if those articles aren't quoted.
25467
25468 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25469
25470         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25471         (gnus-request-set-mark, gnus-request-update-mark): Use new
25472         g-s-t-u-l-m to decide to use backend even when unplugged.
25473
25474 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25475
25476         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25477         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25478
25479 2004-09-20  Simon Josefsson  <jas@extundo.com>
25480
25481         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25482         "utf-16-le".
25483
25484 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25485
25486         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25487
25488 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25489
25490         * uudecode.el (uudecode-use-external): Add :version.
25491
25492         * smime.el (smime-CA-file, smime-encrypt-cipher)
25493         (smime-dns-server): Add :version.
25494
25495         * smiley.el (gnus-smiley-file-types): Add :version.
25496
25497         * sha1.el (sha1-use-external): Add :version.
25498
25499         * pgg-def.el (pgg-query-keyserver): Add :version.
25500
25501         * nnmail.el (nnmail-fancy-expiry-targets)
25502         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25503         Add :version.
25504
25505         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25506         (nnimap-retrieve-groups-asynchronous): Add :version.
25507         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25508
25509         * mml.el (mml-content-disposition-parameters)
25510         (mml-insert-mime-headers-always): Add :version.
25511
25512         * mm-util.el (mm-coding-system-priorities): Add :version.
25513
25514         * mm-decode.el (mm-inline-text-html-with-images)
25515         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25516         (mm-verify-option): Add :version.
25517         (mm-text-html-renderer): Change :version.
25518
25519         * message.el (message-fcc-externalize-attachments)
25520         (message-required-headers, message-draft-headers)
25521         (message-subject-trailing-was-query)
25522         (message-subject-trailing-was-ask-regexp)
25523         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25524         (message-mark-insert-end, message-archive-header)
25525         (message-archive-note, message-cross-post-default)
25526         (message-cross-post-note, message-followup-to-note)
25527         (message-cross-post-note-function, message-use-mail-followup-to)
25528         (message-subscribed-address-functions)
25529         (message-subscribed-address-file, message-subscribed-addresses)
25530         (message-subscribed-regexps, message-allow-no-recipients)
25531         (message-yank-cited-prefix, message-signature-insert-empty-line)
25532         (message-hidden-headers, message-hierarchical-addresses)
25533         (message-mail-user-agent, message-use-idna)
25534         (message-valid-fqdn-regexp)
25535         (message-strip-special-text-properties, message-header-synonyms)
25536         (message-beginning-of-line, message-tab-body-function): Add :version.
25537         (message-insert-canlock, message-wide-reply-confirm-recipients):
25538         Change :version.
25539
25540         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25541         and :version.
25542         (mail-source-delete-old-incoming-confirm)
25543         (mail-source-movemail-program): Add :version.
25544
25545         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25546         (gnus-agent-cache, gnus-agent): Change :version.
25547
25548         * gnus-util.el (gnus-use-byte-compile): Change :version.
25549
25550         * gnus-sum.el (gnus-summary-make-false-root-always)
25551         (gnus-summary-default-high-score)
25552         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25553         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25554         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25555         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25556         (gnus-sum-thread-tree-single-indent)
25557         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25558         (gnus-sum-thread-tree-leaf-with-other)
25559         (gnus-sum-thread-tree-single-leaf): Add :version.
25560         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25561         (gnus-article-loose-mime): Change :version.
25562
25563         * gnus-start.el (gnus-backup-startup-file)
25564         (gnus-save-startup-file-via-temp-buffer): Add :version.
25565
25566         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25567         (gnus-server-offline-face): Add :version.
25568
25569         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25570
25571         * gnus-msg.el (gnus-gcc-externalize-attachments)
25572         (gnus-debug-files, gnus-debug-exclude-variables)
25573         (gnus-discouraged-post-methods): Change :version.
25574         (gnus-confirm-mail-reply-to-news)
25575         (gnus-confirm-treat-mail-like-news): Add :version.
25576
25577         * gnus-int.el (gnus-server-unopen-status): Add :version.
25578
25579         * gnus-group.el (gnus-group-jump-to-group-prompt)
25580         (gnus-large-ephemeral-newsgroup)
25581         (gnus-fetch-old-ephemeral-headers): Add :version.
25582
25583         * gnus-fun.el (gnus-x-face-directory)
25584         (gnus-convert-pbm-to-x-face-command)
25585         (gnus-convert-image-to-x-face-command)
25586         (gnus-convert-image-to-face-command): Add :version.
25587
25588         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25589
25590         * gnus-cite.el (gnus-cite-blank-line-after-header)
25591         (gnus-article-boring-faces): Add :version.
25592
25593         * gnus-art.el (gnus-buttonized-mime-types)
25594         (gnus-inhibit-mime-unbuttonizing)
25595         (gnus-treat-display-face)
25596         (gnus-treat-body-boundary): Change :version.
25597         (gnus-body-boundary-delimiter, gnus-picon-databases)
25598         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25599         (gnus-treat-date-english, gnus-treat-fold-headers)
25600         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25601         (gnus-treat-mail-picon, gnus-treat-wash-html)
25602         (gnus-article-encrypt-protocol)
25603         (gnus-use-idna, gnus-article-over-scroll)
25604         (gnus-mime-display-multipart-alternative-as-mixed)
25605         (gnus-mime-display-multipart-related-as-mixed)
25606         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25607         (gnus-ctan-url, gnus-button-ctan-handler)
25608         (gnus-button-handle-ctan-bogus-regexp)
25609         (gnus-button-ctan-directory-regexp)
25610         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25611         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25612         (gnus-button-man-level, gnus-button-emacs-level)
25613         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25614
25615         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25616         (gnus-agent-go-online): Change :version.
25617         (gnus-agent-expire-unagentized-dirs)
25618         (gnus-agent-auto-agentize-methods): Add :version.
25619
25620         * flow-fill.el (fill-flowed-display-column)
25621         (fill-flowed-encode-column): Add :version.
25622
25623         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25624         (gnus-outlook-deuglify-unwrap-max)
25625         (gnus-outlook-deuglify-cite-marks)
25626         (gnus-outlook-deuglify-unwrap-stop-chars)
25627         (gnus-outlook-deuglify-no-wrap-chars)
25628         (gnus-outlook-deuglify-attrib-cut-regexp)
25629         (gnus-outlook-deuglify-attrib-verb-regexp)
25630         (gnus-outlook-deuglify-attrib-end-regexp)
25631         (gnus-outlook-display-hook): Add :version.
25632
25633         * binhex.el (binhex-use-external): Add :version.
25634
25635 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25636
25637         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25638         and `invisible'.
25639
25640 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25641
25642         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25643         in gnus-registry-trim.
25644
25645 2004-09-13  Simon Josefsson  <jas@extundo.com>
25646
25647         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25648
25649         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25650
25651         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25652         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25653         <yamaoka@jpl.org>.
25654         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25655         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25656         <yamaoka@jpl.org>.
25657
25658         * sieve.el (sieve-manage-mode): Ditto.
25659
25660 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25661
25662         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25663
25664 2004-09-11  Simon Josefsson  <jas@extundo.com>
25665
25666         * dns-mode.el: Add.
25667
25668         * mm-view.el (mm-display-dns-inline): Add.
25669
25670         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25671         (mm-automatic-display): Ditto.
25672
25673         * mailcap.el (mailcap-mime-data): Add text/dns.
25674         (mailcap-mime-extensions): Map .soa to text/dns.
25675
25676 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25677
25678         * gnus-art.el (article-decode-mime-words, article-babel)
25679         (gnus-article-highlight-signature, gnus-article-add-buttons)
25680         (gnus-signature-toggle): Remove unnecessary bindings of
25681         `inhibit-read-only' inherited from v5.10 merge.
25682
25683 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25684
25685         * nntp.el (nntp): New customization group.
25686         (nntp-authinfo-file): Add customization group.
25687
25688         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25689
25690         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25691
25692         * gnus.el (to-address, to-list, subscribed)
25693         (large-newsgroup-initial): Ditto.
25694
25695         * flow-fill.el (fill-flowed-display-column)
25696         (fill-flowed-encode-column): Ditto.
25697
25698 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25699
25700         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25701         Use point-min rather than 1.
25702         (message-send-mail): Use buffer-size rather than point-max.
25703
25704         * gnus-sum.el (gnus-summary-search-article-forward):
25705         Signal a specific `search-failed' rather than a generic `error'.
25706
25707         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25708         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25709         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25710
25711 2004-09-10  Simon Josefsson  <jas@extundo.com>
25712
25713         * nndb.el (require): Remove tcp and duplicate cl.
25714
25715 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25716
25717         * gnus-agent.el (directory-files-and-attributes): Move forward.
25718
25719 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25720
25721         * gnus-agent.el (directory-files-and-attributes):
25722         Optionally defined to support XEmacs.
25723
25724 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25725
25726         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25727         to avoid run-time CL dependencies.
25728         (gnus-agent-unfetch-articles): New function.
25729         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25730         article numbers even when local .overview file is missing.
25731         (gnus-agent-read-article-number): New function.  Only accepts
25732         27-bit article numbers.
25733         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25734         Use gnus-agent-read-article-number.
25735         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25736         from backend while recognizing that article numbers in .overview
25737         must be valid.
25738         (gnus-agent-update-files-total-fetched-for):
25739         Use directory-files-and-attributes to improve performance.
25740         * gnus-int.el (gnus-request-move-article):
25741         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25742         improve performance.
25743
25744         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25745         some users confused by references to .newsrc when they only have a
25746         .newsrc.eld file.
25747         (gnus-convert-mark-converter-prompt)
25748         (gnus-convert-converter-needs-prompt): Fix use of property list.
25749         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25750         New function.  Used internally to only display 'gnus converting
25751         files' message when actually necessary.
25752
25753         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25754         methods now autoloaded.
25755
25756 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25757
25758         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25759         identifiers.
25760
25761 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25762
25763         * gnus-picon.el: Fix indentation and closing parenthesis.
25764
25765 2004-09-01  Simon Josefsson  <jas@extundo.com>
25766
25767         * message.el (message-canlock-generate): Require sha1, not
25768         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25769         to require within a function.  Sadly, if sha1.el isn't loaded, the
25770         let binding in m-c-g will hide the defcustom definition, which is
25771         bad.)
25772
25773         * canlock.el: Require sha1, not sha1-el.
25774
25775         * message.el: Don't autoload sha1 (there is a autoload cookie in
25776         sha1.el).
25777
25778         * sha1-el.el: Rename to sha1.el.
25779
25780 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25781
25782         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25783
25784 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25785
25786         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25787
25788 2004-08-30  Kim F. Storm  <storm@cua.dk>
25789
25790         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25791
25792         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25793         Add :group 'nnimap.
25794
25795 2004-08-30  Andreas Schwab  <schwab@suse.de>
25796
25797         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25798         ?* and ?\;.
25799
25800         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25801         and ?\' to symbol instead of whitespace.
25802
25803 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25804
25805         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25806
25807         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25808         instead of re-search-forward.
25809
25810         * gnus-uu.el (gnus-uu-save-article): Ditto.
25811         (gnus-uu-post-encode-uuencode): Ditto.
25812
25813         * html2text.el (html2text-clean-list-items): Ditto.
25814         (html2text-clean-dtdd): Ditto.
25815         (html2text-format-tags): Ditto.
25816
25817         * message.el (message-send-mail-with-sendmail): Fix regexp.
25818         (message-fill-field-general): Use search-forward instead of
25819         re-search-forward.
25820         (unbold-region): Ditto.
25821
25822         * nnrss.el (nnrss-request-article): Ditto.
25823
25824         * nnslashdot.el (nnslashdot-request-article): Ditto.
25825
25826         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25827
25828         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25829         "Unrecognized menu descriptor" error in XEmacs.
25830
25831 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25832
25833         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25834         parent article of a sparse article in the thread hashtb.
25835
25836 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25837
25838         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25839         (nnmail-expand-newtext): Lowercase expanded entries if
25840         nnmail-split-lowercase-expanded is non-nil.
25841
25842 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25843
25844         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25845
25846         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25847         of gnus-tmp-news-method into string under XEmacs.  It will be
25848         passed to gnus-correct-length which takes only a string argument.
25849
25850 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25851
25852         * gnus-util.el (gnus-bind-print-variables): New macro.
25853         (gnus-prin1): Use it.
25854         (gnus-prin1-to-string): Use it.
25855         (gnus-pp): New function.
25856         (gnus-pp-to-string): New function.
25857
25858         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25859         Replace pp-to-string with gnus-pp-to-string.
25860         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25861         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25862         * gnus-msg.el (gnus-debug): Ditto.
25863         * gnus-score.el (gnus-score-save): Ditto.
25864         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25865         gnus-pp-to-string.
25866         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25867         with gnus-pp.
25868         * score-mode.el (gnus-score-pretty-print): Ditto.
25869         * webmail.el (webmail-debug): Ditto.
25870
25871 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25872
25873         * gnus-art.el (article-display-face, article-display-x-face):
25874         Use buffer-read-only.
25875
25876 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25877
25878         * gnus-art.el (article-hide-list-identifiers):
25879         Bind inhibit-read-only as t.
25880
25881 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25882
25883         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25884
25885 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25886
25887         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25888         (gnus-narrow-to-page): Don't assume point-min == 1.
25889         (gnus-article-edit-mode): Derive from message-mode.
25890
25891         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25892         point-min == 1.
25893
25894         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25895         Disable incorrect use of `assert'.
25896
25897         * message.el (message-mode): Set comment-start-skip.
25898
25899
25900 2004-08-22  Sam Steingold  <sds@gnu.org>
25901
25902         * pop3.el (pop3-leave-mail-on-server): New user variable.
25903         (pop3-movemail): Delete mail only when it is nil.
25904
25905 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25906
25907         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25908
25909         * mml.el (mml-preview): Use `pop-to-buffer'.
25910
25911         * message.el (message-goto-mail-followup-to): Insert after "To".
25912         (message-carefully-insert-headers): Add comment.
25913
25914         * gnus.el: Remove unused variable `gnus-article-check-size'.
25915
25916         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25917
25918         * gnus-art.el (gnus-button-alist):
25919         Improve `gnus-button-handle-library' entry.
25920
25921 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25922
25923         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25924         Use downcase, since XEmacs capitalizes error messages differently.
25925
25926 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25927
25928         * nntp.el: Add (require 'gnus) due to reference to
25929         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25930
25931 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25932
25933         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25934         Bind `mm-fill-flowed'.
25935
25936         * mm-decode.el (mm-dissect-singlepart): Check it.
25937
25938 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25939
25940         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25941         'imap' for netrc parsing.
25942
25943 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25944
25945         * mailcap.el (mailcap-mime-data): Mark as risky.
25946
25947 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25948
25949         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25950         may be included in the encoded word.
25951         (rfc2047-encode): Don't append a space if the encoded word
25952         includes close parenthesis.
25953
25954 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25955
25956         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25957         of text within parentheses.
25958
25959 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25960
25961         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25962         (gnus-encrypt-write-file-contents): Make the password key the file
25963         name PLUS the cipher, not just the cipher.  Also remove failed
25964         passwords from the cache.
25965
25966 2004-08-06  Simon Josefsson  <jas@extundo.com>
25967
25968         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25969         Doc fix.
25970
25971 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25972
25973         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25974         LWSP.
25975
25976 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25977
25978         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25979         Try to append in-reply-to: data to the references: header.
25980
25981         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25982         (netrc-parse): Use gnus-encrypt.el functions.
25983
25984         * gnus-encrypt.el: Add new file for encryption support; currently
25985         does only a few GPG ciphers and an internal XOR cipher.
25986
25987         * password.el: Add comments on using password-read-and-add.
25988         (password-read-and-add): Add function to read and add the
25989         password to the cache at once.
25990
25991 2004-07-28  Simon Josefsson  <jas@extundo.com>
25992
25993         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25994         parameter (but don't use it, for now).
25995
25996         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25997         instead of hard coding to nil.
25998
25999 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26000
26001         * mm-view.el (mm-inline-image-emacs): Open lines under an image
26002         as mm-inline-image-xemacs does.
26003
26004 2004-07-26  Simon Josefsson  <jas@extundo.com>
26005
26006         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
26007         Revert part of 2004-07-17 change below.
26008
26009 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26010
26011         * rfc2047.el (rfc2047-encode-region): Don't infloop.
26012         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26013
26014 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26015
26016         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
26017         quotes that actually start with ">" at the beginning of the
26018         lines.
26019
26020 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26021
26022         * rfc2047.el (rfc2047-encode-region): Fix last change.
26023         (rfc2047-encode-parameter): Remove useless concat.
26024
26025 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26026
26027         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
26028         encode special characters; fix some kind of misconfigured headers;
26029         signal a real error if debug-on-quit or debug-on-error is non-nil.
26030         (rfc2047-encode-max-chars): New variable.
26031         (rfc2047-encode-1): Use it.
26032         (rfc2047-encode-parameter): New function.
26033
26034         * mml.el (mml-insert-parameter): Remove an excessive space.
26035
26036 2004-07-17  Simon Josefsson  <jas@extundo.com>
26037
26038         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
26039         Kai Grossjohann <kai@emptydomain.de>.
26040         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
26041         (gnus-group-make-menu-bar): Ditto.
26042
26043         * gnus-util.el (gnus-group-server): Add.
26044
26045 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
26046
26047         * message.el (message-clone-locals): Clone sendmail and smtp
26048         variables.
26049
26050 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26051
26052         * rfc2047.el (rfc2047-encode-region): Fix last change.
26053
26054 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26055
26056         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
26057         characters as non-special.
26058
26059 2004-07-09  Simon Josefsson  <jas@extundo.com>
26060
26061         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
26062         Users will lose all flag changes made while unplugged with
26063         e.g. nntp unless flag synchronization happens, thus `nil' is not a
26064         good default.  See numerous reports on ding mailing list.
26065
26066 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26067
26068         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
26069         add generate-head-function and generate-article-function to the
26070         rfc822-forward entry.
26071         (nndoc-rfc822-forward-generate-article): New function.
26072         (nndoc-rfc822-forward-generate-head): New function.
26073
26074         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
26075
26076 2004-07-06  Dan Christensen  <jdc@uwo.ca>
26077
26078         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
26079         respect display group parameter and gnus-summary-expunge-below.
26080         (gnus-articles-to-read): Remove unused reference to display group
26081         parameter.
26082
26083 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26084
26085         * nnheader.el (nnheader-uniquify-message-id): New experimental
26086         variable.
26087         (nnheader-nov-read-message-id): Use it.
26088
26089         * spam-report.el (spam-report-gmane): Add interactive.
26090
26091 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
26092
26093         * mm-encode.el (mm-content-transfer-encoding-defaults):
26094         Use qp-or-base64 for the application/* types.
26095
26096 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
26097
26098         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
26099
26100 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
26101
26102         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
26103         trim value.
26104
26105 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26106
26107         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
26108         New macro and function.
26109         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
26110
26111 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26112
26113         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
26114         after-load-alist.
26115
26116 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26117
26118         * gnus-group.el (gnus-group-get-new-news-this-group):
26119         Don't update info that isn't there.
26120
26121 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
26122
26123         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
26124         entry.
26125
26126 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26127
26128         * mm-view.el (mm-inline-render-with-function): Use multibyte
26129         buffer; decode html source by charset.
26130
26131         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
26132
26133         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
26134         Mule-UCS is loaded under XEmacs.
26135         (mm-mime-mule-charset-alist): Avoid duplicated entries.
26136
26137 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
26138
26139         * nnheader.el (nnheader-max-head-length): Increase to 8192.
26140
26141 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26142
26143         * mm-util.el (mm-coding-system-p): Return a coding-system.
26144         (mm-mime-mule-charset-alist): Use shift_jis instead of
26145         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
26146         entries for the mime charsets iso-2022-jp-3 and shift_jis.
26147         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
26148         instead of japanese-shift-jis and iso-latin-1 respectively in
26149         order to share the default value with both Emacs and XEmacs-mule.
26150         (mm-mule-charset-to-mime-charset):
26151         Make mm-coding-system-priorities effective.
26152         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
26153         while predicating of candidates upon the priorities.
26154
26155 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
26156
26157         * gnus-sum.el (gnus-summary-make-menu-bar):
26158         Add gnus-uu-invert-processable.
26159
26160         * gnus.el: Autoload gnus-uu-invert-processable.
26161
26162 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26163
26164         * mm-util.el (mm-with-multibyte-buffer): New macro.
26165
26166         * rfc2047.el (rfc2047-encode-string): Use it.
26167         (rfc2047-encode-region): Move point to the end of the region after
26168         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
26169
26170 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26171
26172         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
26173         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
26174
26175 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26176
26177         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
26178         (gnus-cite-parse): Ignore quoted envelope From_.
26179         Suggested by Karl Chen <quarl@nospam.quarl.org>.
26180
26181 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
26182
26183         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
26184         invalid addresses.
26185
26186 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
26187
26188         * spam.el: Change section markers, revise TODO list.
26189         (spam-backends): Make new master list of all installed backends.
26190         (spam-summary-exit-behavior): Add new variable to determine how
26191         messages moves are done at summary exit.
26192         (spam-move-spam-nonspam-groups-only)
26193         (spam-process-ham-in-nonham-groups)
26194         (spam-process-ham-in-spam-groups): Remove variables, the
26195         spam-summary-exit-behavior variable should be used to manage this
26196         behavior.
26197         (spam-old-ham-articles, spam-old-spam-articles): Remove.
26198         (spam-old-articles): Add variable, replacing spam-old-ham-articles
26199         and spam-old-spam-articles.
26200         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
26201         Add empty variables, placeholders for the backends they represent.
26202         (spam-set-difference): Move, unchanged.
26203         (spam-list-of-processors): Declare OBSOLETE, not used anymore
26204         unless the user has a processor variable.
26205         (spam-classifications, spam-classification-valid-p)
26206         (spam-backend-properties, spam-backend-property-valid-p)
26207         (spam-backend-function-type-valid-p)
26208         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
26209         (spam-report-articles-gmane, spam-report-articles-resend):
26210         Remove functions, they are not needed.
26211         (spam-install-backend-super, spam-backend-list)
26212         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
26213         (spam-backend-function, spam-backend-ham-registration-function)
26214         (spam-backend-spam-registration-function)
26215         (spam-backend-ham-unregistration-function)
26216         (spam-backend-spam-unregistration-function)
26217         (spam-backend-statistical-p, spam-backend-mover-p)
26218         (spam-install-backend-alias, spam-install-checkonly-backend)
26219         (spam-install-mover-backend, spam-install-nocheck-backend)
26220         (spam-install-backend, spam-install-statistical-backend)
26221         (spam-install-statistical-checkonly-backend): Add backend installation
26222         support.
26223         (spam-summary-prepare-exit): Rewrite to use the new backend code.
26224         (spam-group-processor-p): Use the new backend code and respect the
26225         summary exit behavior.
26226         (spam-mark-spam-as-expired-and-move-routine): Remove.
26227         (spam-summary-prepare): Change to use the new spam-old-articles
26228         variable.
26229         (spam-copy-or-move-routine, spam-copy-spam-routine)
26230         (spam-move-spam-routine, spam-copy-ham-routine)
26231         (spam-move-ham-routine): Add code to copy/move ham or spam.
26232         (spam-fetch-field-fast): Improve doc and code, plus allow the
26233         'number request.
26234         (spam-list-of-checks, spam-list-of-statistical-checks):
26235         Remove variables.
26236         (spam-split, spam-find-spam): Use the new backend code.
26237         (spam-registration-functions): Remove variable.
26238         (spam-unregister-routine): Add convenience wrapper.
26239         (spam-log-undo-registration, spam-register-routine)
26240         (spam-log-processing-to-registry)
26241         (spam-log-unregistration-needed-p): Rename "check" to "backend"
26242         where possible.
26243         (spam-check-gmane-xref, spam-check-regex-headers)
26244         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
26245         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
26246         (spam-check-bogofilter-headers, spam-check-spamoracle)
26247         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26248         (spam-check-crm114-headers): Use the spam-split-group that
26249         spam-split prepares, no need to determine it every time.
26250
26251         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26252         to the nnheader-parse-naked-head call.
26253
26254         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26255
26256         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26257         the nnheader-nov-read-message-id call.
26258
26259 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26260
26261         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26262         gnus-activate-group twice.  Suggested by Markus Peter
26263         <warp@spin.de>.
26264
26265 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26266
26267         * gnus-art.el (gnus-article-time-format): Exchange the order of
26268         day and month in the default value; fix customization type.
26269         (article-date-ut): Use add-text-properties.
26270         (article-make-date-line): Use message-make-date instead of
26271         current-time-string.
26272
26273         * message.el (message-fetch-field): Don't use set-text-properties.
26274         (message-make-date): Simplify.
26275
26276         * messagexmas.el (message-xmas-make-date): New function.
26277         (message-xmas-redefine): Defalias message-make-date to it.
26278
26279 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26280
26281         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26282         (rfc2047-encode-region): Treat text within parentheses as special;
26283         show the original text when error has occurred.
26284
26285         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26286         already-computed method to gnus-activate-group.
26287
26288         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26289         same select-methods identical Lisp objects.
26290
26291         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26292         object when modifying the info.
26293
26294 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26295
26296         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26297         gnus-opened-servers since it has never been opened with the new
26298         configuration yet.
26299
26300 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26301
26302         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26303         arg to nnheader-generate-fake-message-id.
26304
26305 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26306
26307         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26308         number and build a fake message ID localized to a group and
26309         article number (so it's repeatable from that point on).
26310         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26311         ID format.
26312
26313         * gnus-sum.el (gnus-get-newsgroup-headers):
26314         Call nnheader-generate-fake-message-id with the article number.
26315
26316 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26317
26318         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26319         end-of-buffer.
26320
26321 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26322
26323         * message.el (message-ignored-supersedes-headers): Add Approved.
26324
26325 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26326
26327         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26328         goto-char.
26329         (rfc2047-encode): Fold the line before encoding.
26330
26331 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26332
26333         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26334         folding -- not all headers can be folded, and this should be done
26335         by the message composition mode.  Probably.  I think.
26336
26337 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26338
26339         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26340         fast.
26341
26342         * gnus-ems.el (gnus-remove-image): Don't use
26343         message-text-with-property; remove only the image found first.
26344
26345         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26346         found first.
26347
26348 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26349
26350         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26351
26352 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26353
26354         * message.el (message-text-with-property): Make it fast and accept
26355         optional arguments.
26356         (message-strip-forbidden-properties): Use it.
26357         (message-fix-before-sending): Follow the m-t-w-p change.
26358
26359         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26360
26361 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26362
26363         * gnus-art.el (article-hide-headers): Don't change the buffer
26364         mistakenly when performing mml-preview even if
26365         gnus-single-article-buffer is nil.
26366
26367 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26368
26369         * message.el (message-expand-name-databases): New user option.
26370         (message-expand-name): Use it.
26371
26372 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26373
26374         * spam.el (spam-report-articles-resend)
26375         (spam-report-resend-register-routine): Allow ham reporting.
26376         (spam-report-resend-register-ham-routine): Add wrapper.
26377         (spam-registration-functions): Add ham resending functions.
26378         (spam-list-of-processors): Add ham resend processor.
26379
26380         * gnus.el (ham-resend-to): Add new group parameter.
26381         (spam-process): Add ham resend option.
26382
26383         * spam-report.el (spam-report-resend): Allow reporting ham.
26384         (spam-report-resend-ham): Add wrapper.
26385
26386 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26387
26388         * message.el (message-cite-articles-with-x-no-archive):
26389         New variable.
26390         (message-cite-original): Use it.
26391
26392 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26393
26394         * message.el (message-cite-original): Respect X-No-Archive.
26395
26396 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26397
26398         * gnus-art.el (article-hide-headers): Refer to the values for
26399         gnus-ignored-headers and gnus-visible-headers in the summary
26400         buffer since a user may have set them as group parameters.
26401
26402 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26403
26404         * assistant.el (assistant-node-name): Add convenience function.
26405         (assistant-render-text, assistant-render-node): Add error handling,
26406         plus handle multiple next nodes.
26407         (assistant-find-next-node): Comment out for now.
26408         (assistant-find-next-nodes): Add function, returns list of next
26409         nodes.
26410
26411 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26412
26413         * mail-source.el (mail-source-directory): Fix doc-string.
26414
26415 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26416
26417         * assistant.el (assistant-render-text, assistant-eval): Add :set
26418         widget type, which is different because it takes and returns a
26419         list.  Much hilarity ensues.
26420
26421 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26422
26423         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26424
26425         * gnus-group.el (gnus-group-get-new-news-this-group):
26426         Add doc-string.
26427
26428         * gnus-start.el (gnus-activate-group): Add doc-string.
26429
26430 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26431
26432         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26433
26434 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26435
26436         * assistant.el (assistant-render-text): Try to add a :set
26437         widget, more to come.
26438
26439         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26440         strings.
26441         (spam-report-articles-resend)
26442         (spam-register-routine): Do registration iff any articles warrant
26443         it.
26444         (spam-summary-prepare-exit): Change log message for nil group
26445         destinations.
26446
26447 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26448
26449         * spam.el (spam-report-resend-register-routine):
26450         Allow spam-report-resend-to to be a group parameter or a global value.
26451
26452 2004-05-26  Simon Josefsson  <jas@extundo.com>
26453
26454         * starttls.el: Merge with my GNUTLS based starttls.el.
26455         (starttls-gnutls-program, starttls-use-gnutls)
26456         (starttls-extra-arguments, starttls-process-connection-type)
26457         (starttls-connect, starttls-failure, starttls-success):
26458         New variables.
26459         (starttls-program, starttls-extra-args): Doc fix.
26460         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26461         New functions.
26462         (starttls-negotiate, starttls-open-stream):
26463         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26464         function if it is set.
26465
26466 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26467
26468         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26469         structured fields.
26470
26471 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26472
26473         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26474
26475 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26476
26477         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26478         Add variable.
26479         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26480         assigning the spam-mark to new messages.
26481
26482 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26483
26484         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26485
26486 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26487
26488         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26489
26490         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26491         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26492         default.
26493
26494 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26495
26496         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26497         correct data.
26498
26499 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26500
26501         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26502         (spam-group-processor-p): Fix function.
26503         (spam-group-processor-multiple-p)
26504         (spam-group-spam-processor-report-gmane-p)
26505         (spam-group-spam-processor-report-resend-p)
26506         (spam-group-spam-processor-bogofilter-p)
26507         (spam-group-spam-processor-blacklist-p)
26508         (spam-group-spam-processor-ifile-p)
26509         (spam-group-ham-processor-ifile-p)
26510         (spam-group-spam-processor-spamoracle-p)
26511         (spam-group-spam-processor-crm114-p)
26512         (spam-group-ham-processor-bogofilter-p)
26513         (spam-group-spam-processor-stat-p)
26514         (spam-group-ham-processor-stat-p)
26515         (spam-group-ham-processor-whitelist-p)
26516         (spam-group-ham-processor-BBDB-p)
26517         (spam-group-ham-processor-spamoracle-p)
26518         (spam-group-ham-processor-copy-p): Remove functions with some
26519         prejudice against unneeded code.
26520         (spam-report-articles-resend)
26521         (spam-report-resend-register-routine): Allow the group/topic
26522         spam-resend-to value to override spam-report-resend-to.
26523         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26524         properly now.
26525
26526         * gnus.el (spam-resend-to): Add group/topic parameter.
26527         (spam-process): Move the OBSOLETE processors to the end of the
26528         choices.
26529
26530 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26531
26532         * spam-report.el (spam-report-resend-to, spam-report-resend):
26533         Start with resend-to set to nil, and then ask the user if necessary.
26534         (spam-report-resend): spam-report-resend takes a list of articles, not
26535         separate article numbers.
26536
26537 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26538
26539         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26540         addition to emacs-w3m.
26541
26542 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26543
26544         * assistant.el (assistant-authinfo-data): New function.
26545         (assistant-eval): Eval for entire assistant.
26546
26547         * netrc.el (netrc-services-file): New variable.
26548         (netrc-parse-services): New function.
26549         (netrc-find-service-name): New function.
26550         (netrc-find-service-number): New function.
26551         (netrc-port-equal): New function.
26552         (netrc-machine): Use it.
26553
26554         * nnimap.el (nnimap-open-connection): Use netrc.
26555
26556         * gnus-util.el (gnus-netrc-get): Remove aliases.
26557
26558         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26559
26560         * assistant.el (wid-edit): Fix compilation.
26561
26562         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26563
26564 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26565
26566         * gnus-util.el (gnus-set-file-modes): New function.  (small
26567         patch).
26568
26569 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26570
26571         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26572
26573         * assistant.el (assistant-render-node): Fix up rendering and
26574         read-only text.
26575         (assistant-render-node): Reset.
26576         (assistant-make-read-only): Not sticky.
26577
26578 2004-05-20  Danny Siu  <dsiu@adobe.com>
26579
26580         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26581         centered even when gnus-auto-center-summary is t.
26582
26583 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26584
26585         * dns.el (dns-get-txt-answer): New function.
26586         (dns-read-txt): Ditto.
26587         (query-dns): Use it.
26588
26589 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26590
26591         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26592         active for foreign groups even if the group level is higher than
26593         the specified value.
26594
26595 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26596
26597         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26598         non-active groups.
26599
26600         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26601
26602 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26603
26604         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26605
26606 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26607
26608         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26609         (spam-crm114-header, spam-crm114-spam-switch)
26610         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26611         (spam-crm114-positive-spam-header)
26612         (spam-crm114-database-directory, spam-list-of-processors)
26613         (spam-group-spam-processor-crm114-p)
26614         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26615         (spam-generic-score, spam-list-of-checks)
26616         (spam-list-of-statistical-checks, spam-registration-functions)
26617         (spam-check-crm114-headers, spam-crm114-score)
26618         (spam-check-crm114, spam-crm114-register-with-crm114)
26619         (spam-crm114-register-spam-routine)
26620         (spam-crm114-unregister-spam-routine)
26621         (spam-crm114-register-ham-routine)
26622         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26623
26624 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26625
26626         * gnus.el: Add spam-use-crm114.
26627
26628         * spam.el (spam-list-of-processors, spam-registration-functions):
26629         Add spam-use-resend.
26630         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26631         (spam-report-articles-gmane): Add doc fix.
26632         (spam-report-articles-resend, spam-report-resend-register-routine):
26633         Add wrappers around spam-report-resend-to.
26634
26635         * spam-report.el (spam-report-resend-to, spam-report-resend):
26636         Add support for resending spam.
26637         (spam-report-gmane): Fix line length >80.
26638
26639         * gnus.el (spam-process): Add spam-use-resend.
26640
26641 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26642
26643         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26644         number of processed spam messages.
26645         (spam-ham-copy-or-move-routine): Return the number of processed
26646         ham messages.
26647         (spam-summary-prepare-exit): Use the above values to decide
26648         whether status messages should be displayed.
26649
26650 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26651
26652         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26653         `rfc2047-encoding-function-alist' in order to avoid conflicting
26654         with the old version.
26655         (rfc2047-encode-region): Concatenate words containing non-ASCII
26656         characters in structured fields; don't encode space-delimited
26657         ASCII words even in unstructured fields; don't break words at
26658         char-category boundaries.
26659         (rfc2047-encode-1): New function.
26660         (rfc2047-encode): Use it; encode text so that it occupies the
26661         maximum width within 76-column; work correctly on Q encoding for
26662         iso-2022-* charsets.
26663         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26664         sure not to break a line just after the header name.
26665         (rfc2047-b-encode-region): Remove.
26666         (rfc2047-b-encode-string): New function.
26667         (rfc2047-q-encode-region): Remove.
26668         (rfc2047-q-encode-string): New function.
26669
26670         * mm-util.el (mm-replace-in-string): New function.
26671
26672 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26673
26674         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26675         Really get it right.
26676         (gnus-inews-make-draft): Really.
26677
26678 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26679
26680         * nnmh.el (nnmh-request-list-1): Don't check the link count
26681         before descending.  (small patch)
26682
26683 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26684
26685         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26686         stuff.
26687
26688         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26689         Match on real group name.
26690
26691         * gnus-art.el (gnus-signature-limit): Doc fix.
26692
26693         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26694
26695         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26696
26697 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26698
26699         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26700         isn't a string.
26701
26702 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26703
26704         * gnus-draft.el (gnus-draft-send):
26705         Bind rfc2047-encode-encoded-words.
26706
26707         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26708         (rfc2047-encodable-p): Say that =? needs encoding.
26709         (rfc2047-encode-encoded-words): New variable.
26710
26711         * gnus-group.el (gnus-group-select-group): Doc fix.
26712
26713         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26714
26715         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26716         to nil.
26717
26718         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26719
26720         * nnheader.el (nnheader-get-lines-and-char): New function.
26721
26722 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26723
26724         * gnus-msg.el (gnus-summary-followup-with-original):
26725         Document yanking of region when active.
26726
26727 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26728
26729         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26730         groups if the group level is higher than the specified value.
26731
26732 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26733
26734         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26735         (gnus-group-jump-to-group): Add prefix argument using
26736         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26737         non-active group.
26738
26739         * compface.el (uncompface): Be verbose when changing
26740         `uncompface-use-external'.
26741
26742         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26743         handle manual section.
26744
26745 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26746
26747         * gnus-art.el (gnus-button-alist): Revert previous change.
26748
26749 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26750
26751         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26752
26753 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26754
26755         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26756         whether backend can accept message.
26757
26758         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26759
26760 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26761
26762         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26763         Avoid creating directory when nntp-marks-is-evil is true.
26764         Reported by Reiner Steib.
26765
26766 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26767
26768         * gnus-picon.el (gnus-picon-insert-glyph):
26769         Add optional `nostring' argument.
26770
26771 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26772
26773         * gnus-picon.el (gnus-picon-style): New variable.
26774         (gnus-picon-transform-address): Support `gnus-picon-style'.
26775
26776 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26777
26778         * message.el (message-fill-field): Return point.
26779         (message-generate-headers): Go to end of field.
26780
26781         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26782         stuff for non-living groups.
26783
26784 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26785
26786         * gnus-art.el (gnus-article-followup-with-original)
26787         (gnus-article-reply-with-original): gnus-mark-active-p ->
26788         gnus-region-active-p.
26789
26790 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26791
26792         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26793         only when there is spam or ham to be processed.
26794
26795 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26796
26797         * mail-source.el (mail-source-delete-crash-box): Refactor.
26798         (mail-source-fetch): Use it.
26799         (mail-source-fetch-file): Ditto.
26800         (mail-source-fetch-directory): Run postscript in loop.
26801         (mail-source-fetch-pop): Delete.
26802         (mail-source-fetch-maildir): Ditto.
26803         (mail-source-fetch-imap): Ditto.
26804
26805         * imap.el (imap-authenticators): Comment out sasl.
26806
26807         * message.el (message-skip-to-next-address): New function.
26808         (message-fill-header-address): Refactor.
26809         (message-fill-address): Use it.
26810         (message-delete-address): Use it.
26811         (message-fill-header-general): Refactor.
26812         (message-fill-field-address): Rename.
26813         (message-narrow-to-field): Find the start of the header.
26814         (message-header-format-alist): Don't pre-fill.
26815         (message-fill-header): Remove.
26816         (message-insert-header): New function.
26817         (message-shorten-references): Use it.
26818
26819         * rfc2047.el (rfc2047-field-value): Strip props.
26820
26821         * mail-parse.el (mail-header-make-address): New alias.
26822
26823         * ietf-drums.el (ietf-drums-make-address): New function.
26824
26825         * imap.el: Add compiler directives.
26826
26827         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26828
26829         * gnus-art.el (article-decode-idna-rhs): Don't use
26830         message-idna-inside-rhs-p.
26831
26832 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26833
26834         * message.el (message-idna-inside-rhs-p): Remove.
26835         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26836
26837         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26838         false positives.
26839
26840 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26841
26842         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26843
26844 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26845
26846         * nneething.el (nneething-file-name): Don't create spurious
26847         files.
26848
26849         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26850         (gnus-inews-do-gcc): Remove sleep.
26851
26852         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26853         part under point.
26854
26855         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26856         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26857
26858 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26859
26860         * spam.el (spam-summary-prepare-exit): Fix (length).
26861
26862 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26863
26864         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26865         as expired without moving it" message when there are spam
26866         messages left.
26867
26868 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26869
26870         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26871         header is not nil.
26872
26873 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26874
26875         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26876         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26877         (nntp-marks-changed-p): New arg SERVER.
26878         (nntp-request-update-info): Adjust caller.
26879
26880 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26881
26882         * nntp.el (nntp-save-marks): Pass missing arg.
26883
26884 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26885
26886         * nntp.el: Support marks.
26887         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26888         (nntp-marks-modtime, nntp-marks-directory): New variables.
26889         (nntp-request-set-mark, nntp-request-update-info)
26890         (nntp-possibly-create-directory, nntp-marks-changed-p)
26891         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26892         New functions.
26893
26894 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26895
26896         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26897         (gnus-xmas-redefine): Rename.
26898
26899         * gnus-score.el (gnus-score-insert-help):
26900         Use gnus-select-lowest-window.
26901
26902         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26903         appt-select-lowest-window and rename to gnus-select-lowest-window.
26904
26905         * gnus.el: do.
26906
26907 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26908
26909         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26910         encodings of MIME-encoded words, in order to improve
26911         interoperability with several broken MUAs.
26912
26913 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26914
26915         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26916         tags, only when charsets are not specified in headers.
26917         (mm-inline-text-html-render-with-w3m): Ditto.
26918
26919         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26920         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26921
26922 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26923
26924         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26925         instead of MIME-decoded from fields when checking
26926         `gnus-article-address-banner-alist'.
26927
26928 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26929
26930         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26931         description rather than subject.
26932
26933 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26934
26935         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26936
26937 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26938
26939         * gnus.el (gnus-version-number): Bump.
26940
26941 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26942
26943         * gnus.el: No Gnus v0.2 is released.
26944
26945 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26946
26947         * gnus-agent.el (gnus-agent-read-agentview):
26948         Inline gnus-uncompress-range.
26949
26950 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26951
26952         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26953         `exec-installed-p'.
26954
26955 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26956
26957         * gnus.el (spam-process, spam-autodetect-methods):
26958         Add bsfilter and bsfilter-headers.
26959
26960         * spam.el (spam-bsfilter): New customize group.
26961         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26962         (spam-bsfilter-header, spam-bsfilter-probability-header)
26963         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26964         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26965         (spam-bsfilter-database-directory): New options.
26966         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26967         (spam-list-of-statistical-checks, spam-registration-functions):
26968         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26969         (spam-bsfilter-score): New command.
26970         (spam-check-bsfilter-headers, spam-check-bsfilter)
26971         (spam-bsfilter-register-with-bsfilter)
26972         (spam-bsfilter-register-spam-routine)
26973         (spam-bsfilter-unregister-spam-routine)
26974         (spam-bsfilter-register-ham-routine)
26975         (spam-bsfilter-unregister-ham-routine): New functions.
26976         (spam-generic-score): Support bsfilter; Accept an optional argument
26977         to recalcurate spam score even if scoring header has already been
26978         added.
26979         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26980         optional argument to recalcurate spam score even if scoring header
26981         has already been added.
26982
26983 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26984
26985         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26986         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26987         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26988         link is missing.
26989
26990 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26991
26992         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26993         (html2text-get-attr): Rewrite.
26994
26995         * message.el (message-setup-1): Remove redundant put-text-property
26996         on mail-header-separator.
26997
26998 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26999
27000         * gnus-registry.el (gnus-registry-cache-whitespace)
27001         (gnus-registry-action, gnus-registry-spool-action)
27002         (gnus-registry-split-fancy-with-parent): Change message levels
27003         from 5 to 3 or 7, as needed.
27004
27005         * spam.el (spam-summary-prepare-exit)
27006         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
27007         (spam-split, spam-find-spam, spam-log-undo-registration)
27008         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
27009         level from 5 to 6.
27010
27011 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27012
27013         * gnus-ems.el: Autoload appt-select-lowest-window (revert
27014         2004-03-04 change).
27015
27016 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
27017
27018         * sieve-manage.el (sieve-manage-open):
27019         * nnweb.el (nnweb-insert-html):
27020         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
27021         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
27022         * nnspool.el (nnspool-request-group):
27023         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
27024         * nnml.el (nnml-request-update-info):
27025         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
27026         (nnmh-request-create-group, nnmh-update-gnus-unreads):
27027         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
27028         (nnimap-request-set-mark):
27029         * nnfolder.el (nnfolder-request-update-info):
27030         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
27031         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
27032         * gnus-uu.el (gnus-uu-find-articles-matching):
27033         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
27034         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
27035         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
27036         * gnus-nocem.el (gnus-nocem-scan-groups):
27037         * gnus-int.el (gnus-start-news-server):
27038         * gnus-group.el (gnus-group-make-kiboze-group)
27039         (gnus-group-browse-foreign-server):
27040         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
27041         Use mapc when appropriate.
27042
27043 2004-04-22  Dan Christensen  <jdc@uwo.ca>
27044             Adam Sjøgren  <asjo@koldfront.dk>
27045             Wes Hardaker  <wes@hardakers.net>
27046             Michael Shields  <shields@msrl.com>
27047
27048         * spam.el (spam-necessary-extra-headers): Get the extra headers we
27049         may need for spam sorting and scoring.
27050         (spam-user-format-function-S): Add user format function suitable for
27051         general use.
27052         (spam-article-sort-by-spam-status): Add sorting function for summary
27053         sorting.
27054         (spam-extra-header-to-number): Add function to get a score from a
27055         header.
27056         (spam-summary-score): Add function to get a numeric score from the
27057         headers.
27058         (spam-generic-score): Fix function doc, was in wrong place.
27059         (spam-initialize): Take symbols when it's run, and install the
27060         extra headers that spam-necessary-extra-headers thinks we need.
27061
27062 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
27063
27064         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
27065         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27066
27067 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
27068
27069         * gnus-sum.el (gnus-set-global-variables)
27070         (gnus-build-all-threads, gnus-get-newsgroup-headers)
27071         (gnus-article-get-xrefs, gnus-summary-best-group)
27072         (gnus-summary-next-article, gnus-summary-enter-digest-group)
27073         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
27074         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
27075         Use with-current-buffer.
27076
27077 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
27078
27079         * spam.el (spam-summary-prepare-exit): Simplify logic.
27080         (spam-fetch-article-header): Read the article header if it's not
27081         available.
27082         (spam-list-articles): Simplify logic.
27083         (spam-filelist-register-routine): Fix bug with unregister-list.
27084
27085         * gnus-registry.el: Fix comments at beginning.
27086
27087 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
27088
27089         * message.el (message-cater-to-broken-inn): Remove.
27090         (message-shorten-references): Make sure the total folded length of
27091         References is shorter than 998 characters to cater to a bug in INN
27092         2.3.  Also, don't pretend that references aren't folded -- this
27093         hasn't worked for a while.
27094
27095 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27096
27097         * gnus-agent.el (gnus-agentize):
27098         gnus-agent-send-mail-real-function no longer set to current value
27099         of message-send-mail-function but rather a lambda that calls
27100         message-send-mail-function.  The change makes the agent real-time
27101         responsive to user changes to message-send-mail-function.
27102
27103 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27104
27105         * legacy-gnus-agent.el
27106         (gnus-agent-convert-to-compressed-agentview): Fix typos with
27107         help from Florian Weimer <fw@deneb.enyo.de>
27108
27109 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27110
27111         * nnmail.el (nnmail-cache-insert): Revert last change.
27112
27113 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27114
27115         * nnmail.el (nnmail-cache-insert): Always check whether
27116         nnmail-cache-ignore-groups matches a group name.
27117
27118 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
27119
27120         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
27121         (spam-find-spam, spam-log-processing-to-registry)
27122         (spam-log-registered-p, spam-log-unregistration-needed-p)
27123         (spam-log-undo-registration): Use gnus-message instead of
27124         gnus-error, none of these errors are fatal.
27125
27126         * gnus-registry.el (gnus-registry-clean-empty-function)
27127         (gnus-registry-clean-empty): Remove only empty entries without
27128         extra data.
27129
27130 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
27131
27132         * spam-stat.el (spam-stat-buffer-change-to-spam)
27133         (spam-stat-buffer-change-to-non-spam): Change (error) to
27134         (gnus-message 8) invocation.
27135
27136 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27137
27138         * nntp.el (nntp-via-netcat-command): New variable.
27139         (nntp-via-netcat-switches): New variable.
27140         (nntp-open-via-rlogin-and-netcat): New function.
27141         (nntp-open-connection-function): Doc fix.
27142         (nntp-telnet-command): Doc fix.
27143         (nntp-end-of-line): Doc fix.
27144         (nntp-via-rlogin-command): Doc fix.
27145         (nntp-via-user-name): Doc fix.
27146         (nntp-via-address): Doc fix.
27147
27148 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27149
27150         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
27151         error in Emacs 21.1.
27152
27153 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
27154
27155         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
27156
27157 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27158
27159         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
27160         (gnus-agent-with-refreshed-group): New macro.
27161         (gnus-agent-rename-group): New function.
27162         (gnus-agent-delete-group): New function.
27163         (gnus-agent-save-group-info): Use gnus-command-method when
27164         `method' parameter is nil.  Don't write nil entries into the
27165         active file.
27166         (gnus-agent-get-group-info): New function.
27167         (gnus-agent-fetch-articles):
27168         Use gnus-agent-update-files-total-fetched-for to increment disk space
27169         used.
27170         (gnus-agent-fetch-headers, gnus-agent-save-alist):
27171         Use gnus-agent-update-view-total-fetched-for to increment disk space
27172         used.
27173         (gnus-agent-get-local): Add optional parameters to avoid calling
27174         gnus-group-real-name and gnus-find-method-for-group.
27175         (gnus-agent-set-local): Delete stored entry if either min, or max,
27176         are nil.
27177         (gnus-agent-fetch-session): Reworded error/quit messages.
27178         On quit, use gnus-agent-regenerate-group to record existance of any
27179         articles fetched to disk before the quit occurred.
27180         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
27181         gnus-agent-update-view-total-fetched-for, and
27182         gnus-agent-update-files-total-fetched-for to decrement disk space
27183         used.
27184         (gnus-agent-retrieve-headers):
27185         Use gnus-agent-update-view-total-fetched-for to increment disk space
27186         used.
27187         (gnus-agent-regenerate-group): Replace gnus-group-update-group
27188         with gnus-agent-update-files-total-fetched-for to decrement disk
27189         space and fresh group buffer.
27190         (gnus-agent-inhibit-update-total-fetched-for): New variable.
27191         (gnus-agent-need-update-total-fetched-for): New variable.
27192         (gnus-agent-update-files-total-fetched-for): New function.
27193         (gnus-agent-update-view-total-fetched-for): New function.
27194         (gnus-agent-total-fetched-for): New function.
27195
27196         * gnus-cache.el (gnus-cache-save-buffers):
27197         Use gnus-cache-update-overview-total-fetched-for to change disk space
27198         used by this group.
27199         (gnus-cache-possibly-enter-article):
27200         Use gnus-cache-update-file-total-fetched-for to increment disk space
27201         used by this group.
27202         (gnus-cache-possibly-remove-article):
27203         Use gnus-cache-update-file-total-fetched-for to decrement disk space
27204         used by this group.
27205         (gnus-cache-generate-nov-databases): Purge total fetched cache.
27206         (gnus-cache-rename-group): New function.
27207         (gnus-cache-delete-group): New function.
27208         (gnus-cache-inhibit-update-total-fetched-for): New variable.
27209         (gnus-cache-need-update-total-fetched-for): New variable.
27210         (gnus-cache-with-refreshed-group): New macro.
27211         (gnus-cache-update-file-total-fetched-for): New function.
27212         (gnus-cache-update-overview-total-fetched-for): New function.
27213         (gnus-cache-rename-group-total-fetched-for): New function.
27214         (gnus-cache-delete-group-total-fetched-for): New function.
27215         (gnus-cache-total-fetched-for): New function.
27216
27217         * gnus-group.el: Require gnus-sum and autoload functions to
27218         resolve warnings when gnus-group.el compiled alone.
27219         (gnus-group-line-format): Document new %F.
27220         (size of Fetched data) group line format; identifies disk space
27221         used by agent and cache.
27222         (gnus-group-line-format-alist): Define new F format.
27223         (gnus-total-fetched-for): New function.
27224         (gnus-group-delete-group): No longer update
27225         gnus-cache-active-altered as gnus-request-delete-group now keeps
27226         the cache in sync.
27227         (gnus-group-list-active): Let the agent store a server's active
27228         list if currently plugged.
27229
27230         * gnus-int.el (gnus-request-delete-group):
27231         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
27232         local disk in sync with the server.
27233         (gnus-request-rename-group):
27234         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
27235         local disk in sync with the server.
27236
27237         * gnus-start.el (gnus-get-unread-articles):
27238         Cosmetic simplification to logic.
27239
27240         * gnus-util.el (gnus-rename-file): New function.
27241
27242 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
27243
27244         * mm-util.el (mm-image-load-path): Handle nil in load-path.
27245
27246 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
27247
27248         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27249         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27250
27251 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27252
27253         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27254         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27255
27256 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27257
27258         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27259
27260 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27261
27262         * spam.el (spam-set-difference): Add function to replace
27263         gnus-set-difference in spam.el.
27264         (spam-summary-prepare-exit): Use spam-set-difference.
27265
27266 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27267
27268         * gnus-registry.el (gnus-registry-cache-file): Update to use
27269         gnus-dribble-directory OR gnus-home-directory OR ~.
27270         (gnus-registry-split-fancy-with-parent): Fix doc.
27271
27272 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27273
27274         * message.el (message-exchange-point-and-mark):
27275         Use message-mark-active-p.  Suggested by Jesper Harder
27276         <harder@ifa.au.dk>.
27277
27278 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27279
27280         * message.el (message-exchange-point-and-mark): Don't activate
27281         region if it was inactive.  Suggested by Hiroshi Fujishima
27282         <pooh@nature.tsukuba.ac.jp>.
27283
27284 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27285
27286         * gnus-art.el (article-display-face): Display Faces in the same
27287         order as X-Faces.
27288
27289 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27290
27291         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27292
27293 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27294
27295         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27296         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27297         (gnus-article-mime-hierarchy): Remove.
27298         (gnus-article-mime-hierarchy-next): Remove.
27299         (gnus-article-mode): Revert 2004-03-19 change.
27300         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27301         (gnus-insert-mime-button): Revert 2004-03-19 change.
27302         (gnus-mime-accumulate-hierarchy): Remove.
27303         (gnus-mime-enter-multipart): Remove.
27304         (gnus-mime-leave-multipart): Remove.
27305         (gnus-mime-display-part): Revert 2004-03-19 change.
27306         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27307
27308         * mml.el (mml-preview): Revert 2004-03-19 change.
27309
27310 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27311
27312         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27313
27314 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27315
27316         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27317         t while entering a file name using the mm-with-multibyte macro.
27318         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27319
27320         * mm-util.el (mm-with-multibyte): New macro.
27321
27322 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27323
27324         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27325         New user option.
27326         (gnus-mime-multipart-functions): Doc and customization fix.
27327         (gnus-article-mime-hierarchy): New variable.
27328         (gnus-article-mime-hierarchy-next): New variable.
27329         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27330         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27331         gnus-article-mime-hierarchy-next to nil.
27332         (gnus-insert-mime-button): Show hierarchy numbers.
27333         (gnus-mime-accumulate-hierarchy): New function.
27334         (gnus-mime-enter-multipart): New function.
27335         (gnus-mime-leave-multipart): New function.
27336         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27337         (gnus-mime-display-alternative): Show hierarchy numbers.
27338
27339         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27340         gnus-article-mime-hierarchy-next to nil.
27341
27342 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27343
27344         * dns.el: Don't require gnus-xmas.
27345
27346 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27347
27348         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27349         inline PGP.
27350         (mml-menu): Disable mml-quote-region if mark is inactive.
27351
27352 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27353
27354         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27355         when the group's active is not available.
27356
27357 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27358
27359         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27360         error.
27361
27362 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27363
27364         * imap.el (imap-store-password): New variable.
27365         (imap-interactive-login): Use it.
27366         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27367
27368 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27369
27370         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27371         window-start and hscroll to summary window.
27372
27373 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27374
27375         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27376         conversion message to newsrc-dribble when an actual conversion is
27377         performed.
27378
27379 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27380
27381         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27382
27383 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27384
27385         * mm-decode.el (mm-complicated-handles): New function reviving
27386         former definition of mm-multiple-handles.
27387
27388         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27389         (gnus-mime-delete-part): Use it.
27390
27391 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27392
27393         * gnus-agent.el (gnus-agent-read-local):
27394         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27395         avoid the implicit assumption that they will always be equal.
27396         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27397         coding-system-for-write, as the with-temp-file macro first prints
27398         to a buffer then saves the buffer.
27399
27400 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27401
27402         * gnus-art.el (gnus-article-edit-part): New function.
27403         (gnus-mime-save-part-and-strip): Use it; do query instead of
27404         signaling an error; don't use mm-multiple-handles.
27405         (gnus-mime-delete-part): Ditto.
27406
27407 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27408
27409         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27410         old file versions.
27411         (gnus-group-prepare-hook): Remove function that converted list
27412         form of gnus-agent-expire-days to group properties.
27413
27414         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27415         (gnus-request-accept-article): Re-indented.
27416
27417         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27418         converters to handle old agent file formats.  Add logic for a
27419         "backup before upgrading warning".
27420         (gnus-convert-mark-converter-prompt): Developers can mark
27421         functions as needing (default), or not needing,
27422         gnus-convert-old-newsrc's "backup before upgrading warning".
27423         (gnus-convert-converter-needs-prompt): Tests whether the user
27424         should be protected from potentially irreversable changes by the
27425         function.
27426
27427         * legacy-gnus-agent.el: New.  Provides converters that are only
27428         loaded when gnus-convert-old-newsrc needs to call them.
27429
27430 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27431
27432         * mail-source.el (mail-source-touch-pop): Doc fix.
27433
27434         * message.el (message-smtpmail-send-it): Doc fix.
27435
27436 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27437
27438         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27439
27440         * nnmail.el (nnmail-split-fancy): do.
27441
27442         * gnus-kill.el (gnus-kill, gnus-execute): do.
27443
27444 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27445
27446         * gnus-sum.el (gnus-widget-reversible-match)
27447         (gnus-widget-reversible-to-internal)
27448         (gnus-widget-reversible-to-external): New functions.
27449         (gnus-widget-reversible): New widget.
27450         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27451
27452 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27453
27454         * gnus-sum.el (gnus-thread-sort-functions)
27455         (gnus-article-sort-functions): Document `(not F)' items.
27456
27457 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27458
27459         * spam.el (spam-use-gmane-xref): Add new backend.
27460         (spam-gmane-xref-spam-group): Add variable to control the name of the
27461         Gmane spam group.
27462         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27463         (spam-regex-headers-spam, spam-regex-headers-ham)
27464         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27465         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27466         backends and checks.
27467         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27468
27469         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27470         an autodetect method.
27471
27472 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27473
27474         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27475         articles are being added to a group.
27476         (gnus-request-replace-article): Inform the agent that articles
27477         need to be uncached as the cached contents are no longer valid.
27478
27479 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27480
27481         * binhex.el: Don't autoload executable-find.
27482
27483         * canlock.el: Don't autoload mail-fetch-field.
27484
27485         * dgnushack.el: Autoload c-mode for XEmacs.
27486
27487         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27488
27489         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27490         rmail-dont-reply-to and rmail-output.
27491
27492         * gnus-score.el: Don't autoload ffap-string-at-point.
27493
27494         * gnus-setup.el: Don't autoload sc-cite-original.
27495
27496         * imap.el: Don't autoload base64-decode-string,
27497         base64-encode-string and md5.
27498
27499         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27500         and rmail-msg-restore-non-pruned-header.
27501
27502         * mm-decode.el: Don't autoload executable-find.
27503
27504         * mm-url.el: Don't autoload executable-find.
27505
27506         * mm-view.el: Don't autoload diff-mode.
27507
27508         * nndb.el: Don't autoload news-reply-mode, news-setup,
27509         cancel-timer and telnet.
27510
27511         * password.el: Don't autoload run-at-time for Emacs.
27512
27513         * sha1-el.el: Don't autoload executable-find.
27514
27515         * sieve-mode.el: Don't autoload c-mode.
27516
27517         * uudecode.el: Don't autoload executable-find.
27518
27519 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27520
27521         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27522         (gnus-agent-possibly-alter-active): Avoid null in numeric
27523         comparison.
27524         (gnus-agent-set-local): Refuse to save null in local object table.
27525         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27526         list of articles that will be marked as unread.
27527
27528 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27529
27530         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27531
27532 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27533
27534         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27535         language tags.
27536
27537 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27538
27539         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27540         Don't bind "obarray".
27541
27542         * gnus-sum.el (gnus-thread-sort-functions):
27543         Add `gnus-thread-sort-by-most-recent-number' and
27544         `gnus-thread-sort-by-most-recent-date'.
27545         Reported by Kai Grossjohann <kai@emptydomain.de>.
27546
27547 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27548
27549         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27550
27551 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27552
27553         * gnus-cus.el (gnus-agent-customize-category):
27554         Remove ignore-errors macro reference that required cl to be loaded at
27555         run-time.
27556
27557         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27558         single-interval range of the form (min . max).  Previously the
27559         range had to look like ((min . max)).  Likewise, return
27560         (min . max) rather than ((min . max)).
27561         (gnus-range-map): Use gnus-range-normalize to accept
27562         single-interval range.
27563
27564         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27565         the cache, but not the agent, now appear with their usual face.
27566
27567         * dgnushack.el (loaddir): New variable that is bound to the
27568         directory containing the dgnushack.el file.  Use loaddir, rather
27569         than srcdir, to update load-path.  Change lets dgnushack compile
27570         code in directories other than GNUS/lisp.
27571
27572 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27573
27574         * lpath.el: Don't bind w3m-safe-url-regexp.
27575
27576         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27577         w3m-safe-url-regexp variable buffer-local.
27578
27579         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27580
27581 2004-02-27  Simon Josefsson  <jas@extundo.com>
27582
27583         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27584         gnus-group-real-prefix.
27585         (gnus-summary-move-article): Use it, instead of
27586         gnus-group-real-prefix.
27587
27588 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27589
27590         * lpath.el: Bind w3m-safe-url-regexp.
27591
27592         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27593         w3m-safe-url-regexp variable buffer-local and set it as the value
27594         of mm-w3m-safe-url-regexp.
27595
27596         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27597
27598         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27599         parsing gnus-posting-styles when the message is not for replying.
27600
27601         * dgnushack.el: Autoload sgml-mode for XEmacs.
27602
27603         * nnrss.el (nnrss-opml-export):
27604         Use mm-set-buffer-file-coding-system instead of
27605         set-buffer-file-coding-system.
27606
27607 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27608
27609         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27610         of checkdoc.el).
27611         * nnrss.el: do.
27612         * gnus-mlspl.el: do.
27613         * gnus-ml.el: do.
27614         * gnus-srvr.el: do.
27615
27616         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27617
27618 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27619
27620         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27621         Corrections to custom-manual links.
27622
27623         * gnus-art.el (gnus-article): Ditto.
27624
27625         * mm-decode.el (mime-display, mime-security): Ditto.
27626
27627 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27628
27629         * flow-fill.el: Typo.
27630
27631 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27632
27633         * spam-wash.el: New file.
27634
27635 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27636
27637         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27638
27639 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27640
27641         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27642         to be run with new-articles as LIST1, not LIST2.
27643         (spam-registration-functions): Add spam-use-ham-copy as a nil
27644         registration backend.
27645
27646 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27647
27648         * spam-stat.el (spam-stat-washing-hook): New option.
27649         (spam-stat-buffer-words): Use it.
27650         (spam-stat-process-directory, spam-stat-test-directory):
27651         Use insert-file-contents-literally.
27652         (spam-stat-coding-system): New variable.
27653         (spam-stat-load, spam-stat-save): Use it.
27654
27655 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27656
27657         * spam-report.el (spam-report-plug-agent):
27658         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27659
27660 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27661
27662         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27663         Allow / in mailto URLs.
27664
27665 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27666
27667         * spam-report.el (spam-report-process-queue): Fix interactive use.
27668         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27669         (spam-report-unplug-agent): Doc fixes.
27670         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27671         (spam-report-agentize, spam-report-deagentize): Autoload.
27672
27673 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27674
27675         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27676
27677         * message.el (message-setup-fill-variables): Add mml tags to
27678         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27679         <ajk@iu.edu>.
27680         (message-mode): Don't modify paragraph-separate there.
27681
27682 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27683
27684         * compface.el (uncompface-use-external): Default to undecided.
27685         (uncompface-use-external-threshold): New variable.
27686         (uncompface-float-time): New macro.
27687         (uncompface): Determine whether to use the external decoder if
27688         uncompface-use-external is undecided.
27689
27690 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27691
27692         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27693         after images.
27694
27695         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27696
27697 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27698
27699         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27700
27701         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27702
27703         * gnus-sum.el (gnus-summary-limit-to-age)
27704         (gnus-summary-limit-children): do.
27705
27706         * gnus-int.el (gnus-request-scan): do.
27707
27708         * gnus-group.el (gnus-group-suspend): do.
27709
27710         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27711
27712         * gnus-cite.el (gnus-cite-parse-attributions): do.
27713
27714         * gnus-agent.el (gnus-summary-set-agent-mark)
27715         (gnus-agent-regenerate-group): do.
27716
27717         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27718
27719         * binhex.el (binhex-decode-region-internal): do.
27720
27721 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27722
27723         * gnus-fun.el (gnus-face-properties-alist): New user option.
27724         (gnus-display-x-face-in-from): Use it.
27725
27726         * gnus-art.el (article-display-face): Ditto.
27727
27728         * compface.el (uncompface-use-external): Default to nil.
27729
27730 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27731
27732         * nntp.el (nntp-erase-buffer): New function.
27733         (nntp-retrieve-data, nntp-send-command)
27734         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27735         (nntp-possibly-change-group): Use it.
27736
27737         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27738         Use with-current-buffer.
27739
27740 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27741
27742         * compface.el: Merge the ELisp-based uncompface program.
27743         (compface): New customization group.
27744         (uncompface-use-external): New user option.
27745         (uncompface): Call uncompface-internal if uncompface-use-external
27746         is nil.
27747         (uncompface-internal): New function.  Note that there are also
27748         some other functions and variables added for this function.
27749
27750 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27751
27752         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27753         if necessary.
27754
27755 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27756
27757         * spam-report.el (spam-report-unplug-agent)
27758         (spam-report-plug-agent, spam-report-deagentize)
27759         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27760         Add support for the Agent in spam-report: when unplugged, report to a
27761         file; when plugged, submit all the requests.
27762
27763         * spam.el (spam-register-routine): Fix message about
27764         registration.
27765
27766 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27767
27768         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27769         dependencies.
27770         (rfc2047-encode): Use it.
27771
27772         * gnus-art.el (gnus-button-marker-list): Move before first
27773         reference.
27774
27775         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27776         (imap-parse-body): Fix format string mismatch.
27777
27778         * gnus-score.el (gnus-summary-increase-score): do.
27779
27780         * nnrss.el (nnrss-close): New function.
27781
27782 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27783
27784         * nnrss.el (nnrss-make-filename): New function.
27785         (nnrss-request-delete-group, nnrss-read-server-data)
27786         (nnrss-save-server-data, nnrss-read-group-data)
27787         (nnrss-save-group-data): Use it.
27788         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27789         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27790         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27791
27792 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27793
27794         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27795
27796 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27797
27798         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27799         files.
27800
27801         * message.el (message-generate-headers-first): Don't quote nil
27802         and t in docstrings.
27803
27804         * imap.el (imap-id): do.
27805
27806         * gnus-agent.el (gnus-agent-consider-all-articles)
27807         (gnus-agent-queue-mail): do.
27808
27809 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27810
27811         * spam-report.el (spam-report-process-queue): New function.
27812         Process requests from `spam-report-requests-file'.
27813         (spam-report-process-queue): Doc fix.
27814
27815 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27816
27817         * spam.el (spam-register-routine)
27818         (spam-log-processing-to-registry, spam-log-registered-p)
27819         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27820         Change "check" to "spam-check" for semi-clarity.
27821
27822 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27823
27824         * pop3.el: Require nnheader.
27825
27826         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27827
27828         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27829
27830         * gnus-picon.el: Require cl.
27831
27832         * gnus-fun.el: Require gnus-ems and gnus-util.
27833
27834         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27835
27836         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27837
27838         * gnus-art.el (gnus-article-edit-mode): Define before first
27839         reference.
27840
27841 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27842
27843         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27844         (gnus-uu-post-encoded): Use point-at-bol.
27845
27846         * gnus-topic.el (gnus-group-active-topic-p): do.
27847
27848         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27849
27850         * gnus-group.el (gnus-group-kill-region): do.
27851
27852         * gnus-art.el (article-date-ut): do.
27853
27854         * message.el (message-fetch-field): Remove redundant
27855         case-fold-search binding.
27856         (message-narrow-to-field): Simplify.
27857
27858 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27859
27860         * spam.el (spam-directory): Derive from `gnus-directory'.
27861
27862         * spam-report.el (spam-report-url-to-file)
27863         (spam-report-requests-file): New function and variable for offline
27864         reporting.
27865         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27866         and user defined function.
27867         (spam-report-url-ping-mm-url): Remove doubled slash.
27868
27869 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27870
27871         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27872
27873 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27874
27875         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27876         Fix format string mismatch.
27877
27878         * sieve.el (sieve-deactivate-all): do.
27879
27880         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27881
27882         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27883
27884         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27885
27886         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27887
27888 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27889
27890         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27891         the list of checks.
27892
27893 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27894
27895         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27896         padding.
27897
27898 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27899
27900         * mm-view.el (mm-fill-flowed): New variable.
27901         (mm-inline-text): Use it.
27902
27903 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27904
27905         * spam.el (spam-spamassassin-register-ham-routine)
27906         (spam-spamassassin-register-spam-routine): Fix function names.
27907
27908 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27909
27910         * gnus.el (gnus-tmp-grouplens): Remove.
27911         (gnus-summary-line-format): Remove grouplens.
27912
27913         * gnus-group.el (gnus-group-line-format): Ditto.
27914
27915         * gnus-spec.el (gnus-format-specs): Ditto.
27916         (gnus-update-format-specifications): Flush the group format spec
27917         cache if there's the grouplens stuff.
27918         (gnus-parse-simple-format): Replace %l with the empty string.
27919
27920 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27921
27922         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27923         omission.
27924
27925 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27926
27927         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27928         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27929
27930 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27931
27932         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27933         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27934         New macros and functions.
27935         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27936         Handle > NLINK_MAX messages.
27937         * nnmaildir.el (nnmaildir-request-set-mark):
27938         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27939
27940 2004-01-25  Alex Schroeder  <alex@gnu.org>
27941
27942         * spam-stat.el (spam-stat-process-directory-age): New option.
27943         (spam-stat-process-directory): Use it.
27944
27945 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27946
27947         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27948         (spam-stat-save): Accept prefix argument.
27949
27950 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27951
27952         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27953         links" error.
27954
27955 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27956
27957         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27958         the rest of the and/or forms.
27959
27960 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27961
27962         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27963         compatibility with old .newsrc.eld files.
27964
27965         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27966
27967         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27968
27969         * gnus-start.el (gnus-1): do.
27970
27971         * gnus-group.el (gnus-group-line-format-alist): do.
27972
27973         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27974
27975         * gnus-gl.el: Remove.
27976
27977 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27978
27979         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27980         marks consisting of a single range {for example, (3 . 5)} rather
27981         than a list of a single range { ((3 . 5)) }.
27982
27983 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27984
27985         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27986         Use with-current-buffer.
27987         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27988         avoid consing a string.
27989
27990         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27991         Remove obsolete entries for big5 and gb2312.
27992
27993 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27994
27995         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27996         uncompressed list.
27997
27998 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27999
28000         * spam-stat.el (spam-stat-strip-xref): New function.
28001         (spam-stat-process-directory): Use it.
28002
28003         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
28004         here -- it's done in message-fetch-field.
28005
28006 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
28007
28008         * gnus-agent.el (gnus-agent-queue-mail)
28009         (gnus-agent-prompt-send-queue): New variables.
28010         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
28011         * gnus-draft.el (gnus-group-send-queue): Pass the group name
28012         "nndraft:queue" along to gnus-draft-send.
28013         Use gnus-agent-prompt-send-queue.
28014         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
28015         is "nndraft:queue".  Suggested by Gaute Strokkenes
28016         <gs234@srcf.ucam.org>
28017
28018         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
28019         (agent-enable-undownloaded-faces): Add.
28020         (gnus-agent-cat-groups): Use eval-and-compile, not
28021         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
28022         method of gnus-agent-cat-groups even when the buffer has been
28023         evaled.
28024         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
28025         delete gnus-agent-save-active-1.
28026         (gnus-agent-save-groups): Delete.  Identical to
28027         gnus-agent-save-active.
28028         (gnus-agent-write-active): No longer adjust agent's copy of active
28029         file as agent's adjustments are now stored in their own
28030         file.  Remove optional parameter.
28031         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
28032         servers.  Add use of min/max range limits from server's local
28033         file.
28034         (gnus-agent-save-alist): Remove unused optional argument.
28035         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
28036         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
28037         (gnus-agent-set-local): A per-server file that keeps min/max range
28038         limits for articles known to the agent.  Provides a fast mechanism
28039         for altering many active ranges.
28040         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
28041         active file (local makes it unnecessary).
28042         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
28043
28044         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
28045         (agent-enable-undownloaded-faces): Add.
28046
28047         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
28048         disable it when sending to "nndraft:queue".
28049         (gnus-group-send-queue): Add safety check to avoid sending queue
28050         when unplugged.
28051
28052         * gnus-group.el (gnus-group-catchup): Use new
28053         gnus-sequence-of-unread-articles, not
28054         gnus-list-of-unread-articles, to avoid exhausting memory with huge
28055         numbers of articles.  Use gnus-range-map to avoid having to
28056         uncompress the unread list.
28057         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
28058         Fix invalid ange-ftp reference.
28059
28060         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
28061         (gnus-sorted-range-intersection): Intersection of two ranges
28062         without requiring that they first be uncompressed.
28063
28064         * gnus-start.el (gnus-activate-group): Unless blocked by the
28065         caller, possibly expand the active range to include both cached
28066         and agentized articles.
28067         (gnus-convert-old-newsrc): Rewrote in anticipation of having
28068         multiple version-dependent converters.
28069         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
28070         gnus-agent-save-active.
28071         (gnus-save-newsrc-file): Save dirty agent range limits.
28072
28073         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
28074         gnus-agent-possibly-alter-active.
28075         (gnus-adjust-marked-articles): Faster handling of simple lists.
28076
28077 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
28078
28079         * spam-stat.el (spam-stat-test-directory): New optional argument
28080         displays a list of files detected.  Suggested by Andrew Cohen
28081         <cohen@andy.bu.edu>.
28082         (spam-stat-buffer-words-with-scores): Don't narrow and change
28083         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
28084
28085 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
28086
28087         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
28088         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
28089         (spam-spamassassin-arguments)
28090         (spam-spamassassin-spam-flag-header)
28091         (spam-spamassassin-positive-spam-flag-header)
28092         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
28093         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
28094         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
28095         (spam-list-of-processors, spam-list-of-checks)
28096         (spam-list-of-statistical-checks, spam-registration-functions)
28097         (spam-check-spamassassin-headers, spam-check-spamassassin)
28098         (spam-spamassassin-score)
28099         (spam-spamassassin-register-with-sa-learn)
28100         (spam-spamassassin-register-spam-routine)
28101         (spam-spamassassin-register-ham-routine)
28102         (spam-assassin-register-spam-routine)
28103         (spam-assassin-register-ham-routine): Add SpamAssassin support.
28104         (spam-bogofilter-score): Fix to show article before scoring.
28105
28106 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
28107
28108         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
28109         default scoring function.
28110         (spam-generic-score): Call spam-spamassassin-score if
28111         spam-use-spamassassin or spam-use-spamassassin-headers is on;
28112         spam-bogofilter-score otherwise.
28113
28114         * gnus.el (spam-process, spam-autodetect-methods):
28115         Add spamassassin and spamassassin-headers.
28116
28117 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
28118
28119         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
28120         Suppress unnecessary messages.
28121
28122 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
28123
28124         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
28125         make-hash-table.
28126
28127 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
28128
28129         * canlock.el (base64-encode-string): Don't autoload it.
28130
28131 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
28132
28133         * run-at-time.el: Remove useless (require 'itimer),
28134         eval-and-compile and (featurep 'xemacs).
28135
28136 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
28137
28138         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
28139         GROUP is a virtual group.
28140
28141 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
28142
28143         * gnus.el: Autoload `message-y-or-n-p'.
28144
28145 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
28146
28147         * pgg-parse.el: Remove unnecessary (require 'custom).
28148
28149         * pgg-def.el: do.
28150
28151         * nnmail.el: do.
28152
28153         * gnus-undo.el: do.
28154
28155         * gnus-picon.el: do.
28156
28157         * gnus-util.el: do.
28158
28159 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
28160
28161         * gnus-sum.el (gnus-pick-line-number): Add autoload.
28162
28163 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
28164
28165         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
28166         handle, as well as a list.
28167
28168         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
28169         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
28170         (mm-w3m-cid-retrieve): Simplify.
28171
28172 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
28173
28174         * message.el (message-kill-to-signature): Allow prefix arg to
28175         specify number of lines to keep before signature.
28176
28177 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
28178
28179         * message.el (message-kill-to-signature): Change docstring.
28180
28181 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
28182
28183         * canlock.el: Always require sha1-el.
28184         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
28185
28186         * message.el: Autoload sha1 only when compiling.
28187
28188         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
28189         eudc-expand-inline for XEmacs.
28190
28191 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28192
28193         * message.el (message-canlock-generate): Require sha1-el.
28194
28195 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
28196
28197         * message.el (message-expand-name): Silence the byte compiler.
28198
28199         * lpath.el: Add detect-coding-system.
28200
28201         * dgnushack.el (dgnushack-compile): Remove obsolete check for
28202         cus-edit.
28203
28204 2004-01-13  Simon Josefsson  <jas@extundo.com>
28205
28206         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
28207         Invoke gnus-score-mode.
28208         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
28209
28210         * gnus-range.el (gnus-compress-sequence): Doc fix.
28211         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
28212
28213 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28214
28215         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
28216
28217 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
28218
28219         * spam.el (spam-get-article-as-string): Update to use
28220         gnus-request-article-this-buffer, much simpler.
28221         (spam-get-article-as-buffer): Remove.
28222
28223 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
28224
28225         * message.el (message-expand-name): Use EUDC if the user uses that.
28226
28227 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28228
28229         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
28230         character for the encoding to avoid consing a string.
28231
28232         * rfc2047.el (rfc2047-decode-string): Don't cons a string
28233         unnecessarily.
28234
28235         * mm-util.el (mm-replace-chars-in-string): Remove.
28236
28237         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
28238         of mm-replace-chars-in-string.
28239
28240 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
28241
28242         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
28243
28244         * mm-util.el (mm-subst-char-in-string): Support inplace.
28245
28246         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
28247         a new string in every iteration.  Use shy groups.
28248
28249 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28250
28251         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28252         * gnus-soup.el (gnus-soup-group-brew):
28253         * gnus-msg.el (gnus-put-message):
28254         * gnus-move.el (gnus-group-move-group-to-server):
28255         * gnus-kill.el (gnus-batch-score):
28256         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28257         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28258         (gnus-group-update-group, gnus-group-read-group)
28259         (gnus-group-make-group, gnus-group-make-help-group)
28260         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28261         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28262         (gnus-group-sort-by-unread, gnus-group-catchup)
28263         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28264         (gnus-group-yank-group, gnus-group-set-info)
28265         (gnus-group-list-groups):
28266         * gnus.el (gnus-generate-new-group-name):
28267         * gnus-delay.el (gnus-delay-send-queue):
28268         * nnvirtual.el (nnvirtual-catchup-group):
28269         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28270         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28271         (gnus-group-prepare-topics, gnus-topic-check-topology):
28272         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28273         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28274         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28275         (gnus-group-make-articles-read):
28276         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28277         (gnus-group-change-level, gnus-kill-newsgroup)
28278         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28279         (gnus-get-unread-articles, gnus-make-articles-unread)
28280         (gnus-make-ascending-articles-unread): Use accessor
28281         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28282         to get group information for improved readability.
28283
28284
28285 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28286
28287         * gnus-art.el (article-decode-mime-words, article-babel)
28288         (gnus-article-highlight-signature, gnus-article-add-buttons)
28289         (gnus-signature-toggle): Use gnus-with-article-buffer.
28290
28291         * gnus-art.el (gnus-article-highlight-headers)
28292         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28293
28294         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28295         (gnus-article-set-globals, gnus-request-article-this-buffer)
28296         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28297         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28298         (gnus-mime-display-alternative): Use with-current-buffer.
28299
28300 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28301
28302         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28303         also under 80 char limit, and call gnus-error if needed.
28304         (spam-fetch-article-header): Fix - it was a
28305         buffer-local variable (gnus-newsgroup-data).
28306         (spam-find-spam): Use spam-generate-fake-headers, forget about
28307         spam-insert-fake-headers.
28308         (spam-insert-fake-headers): Remove.
28309
28310 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28311
28312         * deuglify.el (gnus-article-outlook-unwrap-lines)
28313         (gnus-outlook-rearrange-article)
28314         (gnus-outlook-repair-attribution-outlook)
28315         (gnus-outlook-repair-attribution-block)
28316         (gnus-outlook-repair-attribution-other): Remove redundant
28317         save-excursion.
28318
28319 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28320
28321         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28322         (spam-fetch-field-subject-fast)
28323         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28324         (spam-fetch-article-header): Add functions to deal with Gnus
28325         internals for fast retrieval of article header data.
28326         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28327
28328 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28329
28330         * pop3.el (pop3-md5): Remove.
28331         (pop3-apop): Replace pop3-md5 with md5.
28332
28333         * mm-bodies.el: base64 is always built-in.
28334
28335         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28336         Use with-current-buffer.
28337
28338 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28339
28340         * canlock.el (canlock-insert-header): Remove excessive grouping in
28341         regexp.
28342
28343         * gnus-sum.el (gnus-summary-read-document): Ditto.
28344
28345         * gnus-uu.el (gnus-uu-part-number): Ditto.
28346
28347         * html2text.el (html2text-remove-tags): Ditto.
28348         (html2text-format-tags): Ditto.
28349         (html2text-format-single-elements): Ditto.
28350
28351         * mml.el (mml-parse-1): Ditto.
28352
28353 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28354
28355         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28356
28357         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28358
28359         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28360
28361         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28362
28363 2003-11-15  Simon Josefsson  <jas@extundo.com>
28364
28365         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28366         (pgg-gpg-lookup-key): Use regexp match instead of
28367         split-string (split-string is different between emacs 21.2 and
28368         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28369
28370 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28371
28372         * gnus-art.el (gnus-mime-view-all-parts)
28373         (gnus-article-part-wrapper, gnus-article-view-part):
28374         Use with-current-buffer.
28375
28376 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28377
28378         * spam.el (spam-disable-spam-split-during-ham-respool)
28379         (spam-spamoracle-database, spam-cache-lookups)
28380         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28381         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28382         (spam-group-ham-marks, spam-group-spam-marks)
28383         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28384         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28385         also add spam-use-blackholes to the statistical checks.
28386         (spam-fetch-field-fast): Add interface to fetching fields, may
28387         become a macro.
28388         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28389         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28390         (spam-insert-fake-headers): Fake an article when needed.
28391         (spam-find-spam): Fake article when possible.
28392         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28393         (spam-check-bogofilter-headers): Use message-fetch-field instead
28394         of nnmail-fetch-field.
28395
28396 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28397
28398         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28399
28400 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28401
28402         * spam.el (spam-split): Do not require spam-use-CHECK to be
28403         enabled if that check is passed to spam-split explicitly; also
28404         fix so 'spam doesn't get converted to spam-split-group when
28405         spam-split-symbolic-return is t.
28406         (spam-find-spam): Find registrations of the article and use those
28407         instead of re-running spam-split to find the spam/ham
28408         classification of the article.
28409         (spam-log-processing-to-registry, spam-log-registered-p)
28410         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28411         Use gnus-error instead of gnus-message.
28412         (spam-log-registration-type): Add function to determine the
28413         classification of a message based on registry entries; will
28414         return nil if both 'spam and 'ham are found.
28415         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28416         a reasonably fast local cache without the loading errors.
28417         (spam-cache-lookups): Set to t by default.
28418         (spam-find-spam): Don't try to guess spam-cache-lookups.
28419         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28420         spam-caches entry.
28421         (spam-filelist-build-cache, spam-filelist-check-cache):
28422         Fix caching of whitelist/blacklist entries.
28423         (spam-check-whitelist, spam-check-blacklist):
28424         Invoke spam-from-listed-p with a type, not a cache variable.
28425         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28426
28427 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28428
28429         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28430
28431         * nnmail.el (nnmail-split-fancy): do.
28432
28433         * mml.el (mml-parse): do.
28434
28435         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28436         (gnus-score-adaptive): do.
28437
28438 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28439
28440         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28441         (gnus-mime-button-map): Don't set keymap parent.
28442         (gnus-button-ctan-directory-regexp): Use shy grouping.
28443         (gnus-prev-page-map): Don't set keymap parent.
28444         (gnus-prev-page-map): Remove duplicated one.
28445         (gnus-next-page-map): Don't set keymap parent.
28446         (gnus-mime-security-button-map): Ditto.
28447
28448         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28449         version number.
28450
28451         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28452
28453 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28454
28455         * canlock.el (canlock-sha1-function): Remove.
28456         (canlock-sha1-function-for-verify): Remove.
28457         (canlock-openssl-program): Remove.
28458         (canlock-openssl-args): Remove.
28459         (canlock-ignore-errors): Remove.
28460         (canlock-sha1-with-openssl): Remove.
28461         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28462         (canlock-verify): Don't use canlock-ignore-errors.
28463
28464         * sha1-el.el (sha1-string-external): Make it can return a string
28465         in binary form.
28466         (sha1-region-external): Ditto.
28467         (sha1-string-internal): Ditto.
28468         (sha1-region-internal): Ditto.
28469         (sha1-region): Ditto.
28470         (sha1-string): Ditto.
28471         (sha1): Ditto.
28472
28473 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28474
28475         * spam.el (spam-report-articles-gmane): New command.
28476
28477 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28478
28479         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28480
28481         * run-at-time.el (run-at-time-saved): Remove.
28482         (run-at-time): Doc fix.
28483
28484 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28485
28486         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28487         (gnus-summary-limit-map): Add it.
28488         (gnus-summary-make-menu-bar): do.
28489
28490 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28491
28492         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28493         Make attempt at some caching support (done for BBDB only now).
28494         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28495         addresses to be checked.
28496         (spam-clear-cache-BBDB): Add function, to be invoked by
28497         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28498         (spam-check-BBDB): Check and use the caches, if
28499         spam-cache-lookups is on, remove superfluous (provide).
28500
28501 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28502
28503         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28504
28505 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28506
28507         * run-at-time.el (run-at-time-saved): Move to after the definition
28508         of `run-at-time'.
28509
28510         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28511
28512 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28513
28514         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28515         mm-w3m-local-map-property.
28516
28517         * mm-view.el (mm-w3m-mode-map): Remove.
28518         (mm-w3m-local-map-property): Remove.
28519         (mm-inline-text-html-render-with-w3m): Don't use
28520         mm-w3m-local-map-property.
28521
28522 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28523
28524         * run-at-time.el: New file.
28525
28526         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28527         under Emacs.
28528
28529         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28530         of gnus-set-text-properties.
28531
28532         * gnus-uu.el (gnus-uu-save-article): Ditto.
28533
28534         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28535
28536         * gnus-cite.el (gnus-cite-parse): Ditto.
28537
28538         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28539         of gnus-.
28540
28541         * gnus-xmas.el (run-at-time): Require run-at-time.
28542
28543         * gnus.el: Change calls to nnheader-run-at-time and
28544         password-run-at-time throughout to use run-at-time directly.
28545
28546         * password.el: Remove definition of run-at-time.
28547
28548         * nnheaderxm.el: Remove definition of run-at-time.
28549
28550 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28551
28552         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28553         in prompt.
28554
28555 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28556
28557         * messagexmas.el (message-xmas-redefine): Alias
28558         `message-make-caesar-translation-table' to
28559         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28560         version.
28561
28562         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28563         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28564         `gnus-xmas-set-text-properties'.
28565         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28566         `gnus-xmas-completing-read'.
28567         (gnus-xmas-completing-read): Removed.
28568         (gnus-xmas-open-network-stream): Removed.
28569
28570         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28571         XEmacs version.
28572
28573         * dns.el (dns-make-network-process): Use `open-network-stream'
28574         instead of `gnus-xmas-open-network-stream'.
28575
28576         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28577
28578         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28579
28580 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28581
28582         * gnus-art.el (gnus-mime-display-alternative)
28583         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28584         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28585         Don't use gnus-local-map-property.
28586
28587         * gnus-util.el (gnus-local-map-property): Remove.
28588
28589         * mm-view.el (mm-view-pkcs7-decrypt):
28590         Replace gnus-completing-read-maybe-default with completing-read.
28591
28592         * gnus-util.el (gnus-completing-read): do.
28593         (gnus-completing-read-maybe-default): Remove.
28594
28595 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28596
28597         * password.el: Only autoload `run-at-time' if not XEmacs.
28598         Only autoload the itimer functions if XEmacs.
28599
28600 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28601
28602         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28603         XEmacsen.
28604
28605         * dgnushack.el: Autoload executable-find for XEmacs.
28606
28607 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28608
28609         * gnus-art.el (gnus-read-string): Remove.
28610         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28611         read-string.
28612
28613 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28614
28615         * netrc.el: Autoload password-read.
28616         (netrc): Add configuration group.
28617         (netrc-encoding-method, netrc-openssl-path):
28618         Add variables for encoding and decoding of files with symmetric
28619         ciphers.
28620         (netrc-encode): Add assistant function to encode a file with
28621         netrc-encoding-method.
28622         (netrc-parse): Add interactive parameter, added optional
28623         decoding if netrc-encoding-method is non-nil but otherwise
28624         behavior is standard.
28625         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28626         Do s/encode/encrypt/ everywhere.
28627
28628         * spam.el: Remove executable-find autoload.
28629
28630 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28631
28632         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28633
28634         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28635
28636 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28637
28638         * gnus-art.el (gnus-treat-ansi-sequences)
28639         (article-treat-ansi-sequences): New variable and function.
28640         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28641
28642         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28643         Use it.
28644
28645 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28646
28647         * mm-util.el (mm-quote-arg): Remove.
28648
28649         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28650         shell-quote-argument.
28651
28652         * gnus-uu.el (gnus-uu-command): do.
28653
28654         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28655
28656         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28657         with make-char.
28658
28659         * mm-util.el (mm-make-char): Remove.
28660
28661         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28662         add-minor-mode.
28663
28664         * gnus-undo.el (gnus-undo-mode): do.
28665
28666         * gnus-topic.el (gnus-topic-mode): do.
28667
28668         * gnus-sum.el (gnus-dead-summary-mode): do.
28669
28670         * gnus-start.el (gnus-slave-mode): do.
28671
28672         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28673
28674         * gnus-ml.el (gnus-mailing-list-mode): do.
28675
28676         * gnus-gl.el (gnus-grouplens-mode): do.
28677
28678         * gnus-draft.el (gnus-draft-mode): do.
28679
28680         * gnus-dired.el (gnus-dired-mode): do.
28681
28682         * gnus-ems.el (gnus-add-minor-mode): Remove.
28683
28684         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28685         Replace gnus-char-width with char-width.
28686
28687         * gnus-ems.el (gnus-char-width): Remove.
28688
28689         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28690         Replace gnus-char-width with char-width.
28691
28692         * gnus-ems.el (gnus-char-width): Remove.
28693
28694         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28695         definition.
28696         Remove Emacs 20 hash table compatibility code.
28697
28698         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28699         20 compatibility code.
28700
28701         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28702
28703         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28704
28705         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28706         Replace with point-at-{eol,bol}.
28707
28708         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28709
28710         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28711
28712         * flow-fill.el (fill-flowed-point-at-bol)
28713         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28714
28715         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28716         Replace with point-at-{eol,bol} throughout all files.
28717
28718 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28719
28720         * ntlm.el (ntlm-string-as-unibyte): New macro.
28721         (ntlm-build-auth-response): Use it.
28722
28723         Remove Emacs 20 stuff:
28724         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28725         (butlast, mapc, remove): Remove the compiler macros.
28726         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28727         of delq and copy-sequence.
28728         * gnus-art.el (popup-menu): Remove the compiler macro.
28729         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28730         Emacs 20.
28731
28732 2004-01-05  Simon Josefsson  <jas@extundo.com>
28733
28734         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28735         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28736         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28737         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28738         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28739         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28740         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28741         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28742         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28743         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28744         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28745         string-xor into ntlm-string-xor.
28746         Suggested by Jesper Harder <harder@myrealbox.com>.
28747
28748         * ntlm.el: Don't include poem.
28749
28750         * md4.el (print-int32, print-string-hexa): Remove.
28751         Suggested by Jesper Harder <harder@myrealbox.com>.
28752
28753         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28754
28755         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28756         probably breaks emacs with DL patch, but do we care? Is anyone
28757         still using the DL stuff?)
28758
28759         * sieve-manage.el: Use the password package.
28760         (sieve-manage-read-passwd): Remove.
28761         (sieve-manage-interactive-login): Use password.  Re-add
28762         condition-case around loop.
28763
28764         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28765         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28766         Use the password package.
28767
28768 2003-02-19  Simon Josefsson  <jas@extundo.com>
28769
28770         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28771         token.
28772
28773 2002-08-07  Simon Josefsson  <jas@extundo.com>
28774
28775         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28776         (sieve-manage-authenticators)
28777         (sieve-manage-authenticator-alist): Add some SASL mechs.
28778         (sieve-sasl-auth): New function.
28779         (sieve-manage-cram-md5-auth)
28780         (sieve-manage-plain-auth): Rewrite using SASL library.
28781         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28782         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28783         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28784         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28785
28786 2004-01-05  Simon Josefsson  <jas@extundo.com>
28787
28788         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28789         New files.
28790
28791 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28792
28793         * gnus-group.el (gnus-no-groups-message): Update.
28794
28795         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28796
28797 2003-11-09  Simon Josefsson  <jas@extundo.com>
28798
28799         * imap.el: Support for ID IMAP extension (RFC 2971).
28800         (imap-local-variables): Add imap-id.
28801         (imap-id): New variable.
28802         (imap-id): New function.
28803         (imap-parse-response): Parse untagged ID response.
28804         * nnimap.el (nnimap-id): New variable.
28805         (nnimap-open-connection): Use it.
28806
28807 2003-12-28  Simon Josefsson  <jas@extundo.com>
28808
28809         * gnus-score.el (gnus-score-edit-all-score): New.
28810         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28811
28812 2004-01-04  Simon Josefsson  <jas@extundo.com>
28813
28814         * password.el: Add.
28815
28816 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28817
28818         * dns.el (dns-query-types): Fix typo.
28819         (dns-query-types): New function.
28820         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28821         PTR and SOA replies, see RFC 1035.
28822
28823 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28824
28825         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28826
28827         * Move to Changelog.2.
28828
28829 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28830
28831         * gnus.el (gnus-version-number): Bump version.
28832
28833 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28834
28835         * gnus.el: No Gnus v0.1 is released.
28836
28837 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28838
28839         * gnus.el: No Gnus v0.0 is released.
28840
28841 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28842
28843         * gnus.el (gnus-version-number): Bump.
28844         (gnus-version): No.
28845
28846 See ChangeLog.2 for earlier changes.
28847
28848   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28849
28850   This file is part of GNU Emacs.
28851
28852   GNU Emacs is free software: you can redistribute it and/or modify
28853   it under the terms of the GNU General Public License as published by
28854   the Free Software Foundation, either version 3 of the License, or
28855   (at your option) any later version.
28856
28857   GNU Emacs is distributed in the hope that it will be useful,
28858   but WITHOUT ANY WARRANTY; without even the implied warranty of
28859   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28860   GNU General Public License for more details.
28861
28862   You should have received a copy of the GNU General Public License
28863   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28864
28865 ;; Local Variables:
28866 ;; coding: utf-8
28867 ;; fill-column: 79
28868 ;; add-log-time-zone-rule: t
28869 ;; End: