auth-source.el (auth-source-search): Clarify :create's meaning
[gnus] / lisp / ChangeLog
1 2015-09-30  Wieland Hoffmann  <themineo@gmail.com>
2
3         * auth-source.el (auth-source-search): Clarify :create's meaning.
4
5 2015-09-17  Paul Eggert  <eggert@cs.ucla.edu>
6
7         Backslash cleanup in Elisp source files
8
9         This patch should not change behavior.  It typically omits backslashes
10         where they are redundant (e.g., in the string literal "^\$").
11         In a few places, insert backslashes where they make regular expressions
12         clearer: e.g., replace "^\*" (equivalent to "^*") with "^\\*", which
13         has the same effect as a regular expression.
14         Also, use ‘\ %’ instead of ‘\%’ when avoiding confusion with SCCS IDs,
15         and similarly use ‘\ $’ instead of ‘\$’ when avoiding confusion
16         with RCS IDs, as that makes it clearer that the backslash is intended.
17         * auth-source.el (auth-source-secrets-search)
18         (auth-source-macos-keychain-search):
19         * gnus-art.el (gnus-mime-action-on-part)
20         (gnus-mime-display-multipart-related-as-mixed)
21         (gnus-button-mid-or-mail-heuristic-alist)
22         (gnus-button-mid-or-mail-heuristic, gnus-article-extend-url-button):
23         * gnus-bookmark.el (gnus-bookmark-bmenu-toggle-infos)
24         (gnus-bookmark-bookmark-inline-details, gnus-bookmark-bookmark-details)
25         (gnus-bookmark-alist, gnus-bookmark-name-from-full-record)
26         (gnus-bookmark-bmenu-mode, gnus-bookmark-delete):
27         * gnus-cus.el (gnus-group-customize):
28         * gnus-group.el (gnus-group-line-format, gnus-group-mode-line-format)
29         (gnus-group-jump-to-group-prompt, gnus-group-name-at-point):
30         * gnus-mlspl.el (gnus-group-split-fancy):
31         * gnus-registry.el (gnus-registry-prune-factor):
32         * gnus-salt.el (gnus-summary-pick-line-format):
33         * gnus-sieve.el (gnus-sieve-update, gnus-sieve-generate)
34         (gnus-sieve-script):
35         * gnus-util.el (gnus-directory-sep-char-regexp):
36         * gnus.el (gnus-message-archive-group, gnus-user-agent):
37         * message.el (message-archive-header, message-reply-headers)
38         (message-send-method-alist):
39         * mm-decode.el (mm-add-meta-html-tag):
40         * nndoc.el (nndoc-generate-lanl-gov-head):
41         * nnheader.el (nnheader-max-head-length):
42         * registry.el (registry-db, registry-prune):
43         * rfc1843.el (rfc1843-hzp-word-regexp)
44         (rfc1843-hzp-word-regexp-strictly):
45         * rfc2047.el (rfc2047-encoded-word-regexp)
46         (rfc2047-encoded-word-regexp-loose):
47
48         Fix several backslash typos in Elisp strings
49         * gnus-art.el (gnus-button-handle-library):
50         * gnus-group.el (gnus-read-ephemeral-gmane-group-url):
51         * nntp.el (nntp-via-shell-prompt, nntp-telnet-shell-prompt):
52         * spam-report.el (spam-report-gmane-regex):
53         Fix typo by replacing ‘\’ with ‘\\’ in a string literal.
54         For example, to get the regular expression ‘\.’ use the string
55         literal "\\.", not "\." (which is equivalent to ".").
56
57         * auth-source.el (auth-source-read-char-choice):
58         * nnmaildir.el (NOV example):
59         * registry.el (registry-search): Doc fix.
60
61 2015-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
62
63         * gnus-compat.el: Require overlay for XEmacs.
64
65 2015-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
66
67         * message.el (message-hide-headers): Bind inhibit-modification-hooks to
68         t rather than after-change-functions to nil.
69
70 2015-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
71
72         * time-date.el (time-to-seconds, time-less-p):
73         Mark unused vars with underscore.
74
75 2015-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
76
77         * time-date.el (with-decoded-time-value): Fix debug spec.
78
79 2015-09-08  Paul Eggert  <eggert@cs.ucla.edu>
80
81         * nnmairix.el (nnmairix-widget-create-query):
82         * time-date.el (format-seconds): Prefer grave quoting in source-code
83         strings used to generate help and diagnostics.
84
85 2015-09-07  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
86
87         * ntlm.el: Bump version to 2.00.  New maintainer.  Add comm keyword.
88
89 2015-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
90
91         * ntlm.el (ntlm-unibyte-string): New compatibility function.
92
93 2015-09-06  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
94
95         Add support for NTLMv2 authentication.
96         * ntlm.el (ntlm): New customization group.
97         (ntlm-compatibility-level): New defcustom.
98         (ntlm-compute-timestamp): New function.
99         (ntlm-generate-nonce): Likewise.
100         (ntlm-build-auth-response): Add support for NTLMv2 authentication.
101
102 2015-09-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
103
104         * nnimap.el (nnimap-request-group): Handle nil "info" arg.  This arg
105         isn't always passed in, check it's not nil before making it into a
106         list.  The active arg will also be nil if the group is new, check for
107         that.
108
109 2015-09-04  Adam Sjøgren  <asjo@koldfront.dk>
110
111         * mail-source.el (mail-source-fetch-imap): allow :mailbox to be a list.
112
113 2015-09-03  Paul Eggert  <eggert@cs.ucla.edu>
114
115         * gmm-utils.el (gmm-image-load-path-for-library):
116         * gnus-art.el (gnus-boring-article-headers, gnus-split-methods):
117         * gnus-registry.el (gnus-registry-split-strategy):
118         * gnus-start.el (gnus-check-new-newsgroups):
119         * gnus-sum.el (gnus-select-group-hook):
120         * gnus-uu.el (gnus-uu-user-archive-rules):
121         * gnus.el (gnus-message-archive-group, gnus-visual):
122         * message.el (message-cite-style):
123         * nnir.el (nnir-swish++-additional-switches)
124         (nnir-swish-e-additional-switches, nnir-hyrex-additional-switches)
125         (nnir-namazu-additional-switches, nnir-notmuch-additional-switches):
126         * nnmail.el (nnmail-split-methods, nnmail-expiry-wait-function):
127         * nntp.el (nntp-server-action-alist):
128         * tls.el (tls-checktrust):
129         Fix some more docstring etc. quoting problems.
130         Mostly these fixes prevent the transliteration of apostrophes
131         that should stay apostrophes.  Also, prefer curved quotes in
132         Bahá’í proper names, as that’s the preferred Bahá’í style and
133         these names are chock-full of non-ASCII characters anyway.
134
135 2015-09-02  Paul Eggert  <eggert@cs.ucla.edu>
136
137         Escape ` and ' in doc
138         * gnus-art.el (gnus-article-address-banner-alist)
139         (gnus-face-properties-alist):
140         * gnus-sum.el (gnus-newsgroup-variables):
141         * nndiary.el (nndiary-reminders):
142         * nnmail.el (nnmail-fancy-expiry-targets, nnmail-split-fancy):
143         Escape apostrophes and grave accents in docstrings if they
144         are supposed to stand for themselves and are not quotes.  Remove
145         apostrophes from docstring examples like ‘'(calendar-nth-named-day
146         -1 0 10 year)’ that confuse source code with data.  Do some other
147         minor docstring fixups as well, e.g., insert a missing close
148         quote.
149
150 2015-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
151
152         * gnus-util.el (gnus-format-message):
153         * tls.el (tls-format-message): Use defalias at the top level so as to
154         make eval-and-compile unnecessary.  Thanks to Stefan Monnier.
155
156         * gnus-sum.el (gnus-summary-search-article):
157         Ensure that the article where the search word is found is displayed
158         and pointed to in the summary buffer.
159
160 2015-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
161
162         * tls.el (tls-format-message):
163         Alias to format-message, or format if not available.
164         (open-tls-stream): Use it.
165
166 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
167
168         * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server):
169         * gnus-art.el (gnus-article-browse-delete-temp-files):
170         * gnus-eform.el (gnus-edit-form):
171         * gnus-fun.el (gnus-display-x-face-in-from):
172         * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl):
173         * gnus-topic.el (gnus-topic-edit-parameters):
174         * mail-source.el (mail-source-delete-old-incoming):
175         * message.el (message-strip-subject-encoded-words)
176         (message-check-recipients, message-send-form-letter):
177         * mm-decode.el (mm-display-part):
178         * mm-uu.el (mm-uu-pgp-signed-extract-1):
179         * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
180         * spam-report.el (spam-report-process-queue):
181         * tls.el (open-tls-stream):
182         Respect ‘text-quoting-style’ in diagnostics.
183         * gnus-art.el (article-display-face):
184         * gnus-fun.el (gnus-display-x-face-in-from):
185         Use straight quoting in email.
186         * rfc2231.el (rfc2231-decode-encoded-string):
187         Escape apostrophes in doc strings.
188
189 2015-08-26  Paul Eggert  <eggert@cs.ucla.edu>
190
191         Go back to grave quoting in Gnus
192
193         * auth-source.el (auth-source-netrc-parse-entries):
194         * gnus-agent.el (gnus-agent-check-overview-buffer)
195         (gnus-agent-fetch-headers):
196         * gnus-int.el (gnus-start-news-server):
197         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal)
198         (gnus-registry-post-process-groups):
199         * gnus-score.el (gnus-summary-increase-score):
200         * gnus-start.el (gnus-convert-old-newsrc):
201         * gnus-topic.el (gnus-topic-rename):
202         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
203         * spam.el (spam-check-blackholes):
204         Stick with grave quoting in diagnostics strings.  This is more
205         portable to older Emacs, desirable for Gnus.
206
207 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
208
209         Prefer directed to neutral quotes in docstings and diagnostics.
210         In docstrings, escape apostrophes that would otherwise be translated
211         to curved quotes using the newer, simpler rules.
212
213         * auth-source.el (auth-source-netrc-parse-entries):
214         * gnus-agent.el (gnus-agent-check-overview-buffer)
215         (gnus-agent-fetch-headers):
216         * gnus-int.el (gnus-start-news-server):
217         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
218         * gnus-score.el (gnus-summary-increase-score):
219         * gnus-start.el (gnus-convert-old-newsrc):
220         * gnus-topic.el (gnus-topic-rename):
221         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
222         * nnmairix.el (nnmairix-widget-create-query):
223         * spam.el (spam-check-blackholes):
224         Use directed rather than neutral quotes in diagnostics.
225
226         * gnus-util.el (gnus-format-message):
227         Alias to format-message, or format if not available.
228
229 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
230
231         * auth-source.el (auth-sources):
232         Prefer (substitute-command-keys "`\\[foo-command]'")
233         to "`M-x foo-command'" in docstring.
234
235         * time-date.el (format-seconds):
236         Use curved quotes in diagnostic format strings.
237
238         * nnmairix.el (nnmairix-propagate-marks-upon-close):
239         * pop3.el (pop3-authentication-scheme):
240         Don't quote symbols with apostrophes in doc strings.
241         Use asymmetric quotes instead.
242
243 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
244
245         Use overlay functions directly
246
247         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
248         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
249
250         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
251         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
252         (gnus-article-highlight-signature, gnus-article-extend-url-button)
253         (gnus-article-add-button, gnus-insert-prev-page-button)
254         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
255         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
256         * gnus-html.el (gnus-html-wash-tags):
257         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
258         (gnus-highlight-selected-tree):
259         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
260         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
261         * gnus-util.el (gnus-put-overlay-excluding-newlines):
262         * message.el (message-fix-before-sending)
263         (message-toggle-image-thumbnails):
264         * mm-decode.el (mm-convert-shr-links):
265         * sieve.el (sieve-highlight, sieve-insert-scripts):
266         Use overlay functions directly instead of using gnus-overlay-*,
267         message-overlay-*, and sieve-overlay-*.
268
269         * gnus-sum.el (gnus-remove-overlays):
270         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
271         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
272         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
273         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
274         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
275         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
276         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
277         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
278         (gnus-overlays-at, gnus-overlays-in):
279         * message.el (message-delete-overlay, message-make-overlay)
280         (message-overlay-get, message-overlay-put, message-overlays-in):
281         * messagexmas.el (message-delete-overlay, message-make-overlay)
282         (message-overlay-get, message-overlay-put, message-overlays-in):
283         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
284         Remove.
285
286 2015-08-19  Glenn Morris  <rgm@gnu.org>
287
288         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
289
290 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
291
292         * message.el (message-overlay-put, message-make-overlay)
293         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
294         (message-delete-overlay, message-window-inside-pixel-edges):
295         Declare before using.
296
297 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
298
299         * message.el (message-overlay-get, message-overlays-in)
300         (message-window-inside-pixel-edges):
301         * messagexmas.el (message-overlay-get, message-overlays-in):
302         XEmacs compatible functions.
303
304 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305
306         * message.el (message-toggle-image-thumbnails): New command.
307
308 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
309
310         * message.el (message-send-form-letter): Change (message (format ...))
311         to (message ...).  This lessens the probability of confusion when
312         the output of `format' contains `%'.
313
314 2015-08-04  David Kastrup  <dak@gnu.org>
315
316         * gnus-art.el (gnus-article-describe-key)
317         (gnus-article-describe-key-briefly):
318         Do not overwrite preexisting contents of unread-command-events.
319
320 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
321
322         * nnimap.el (nnimap-request-move-article)
323         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
324         extension if available.
325
326 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
327
328         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
329         capabilities instead of relying on LOGIN response.
330
331 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
332
333         * nnbabyl.el (nnbabyl-retrieve-headers):
334         * nndiary.el (nndiary-retrieve-headers):
335         * nneething.el (nneething-retrieve-headers):
336         * nnmbox.el (nnmbox-retrieve-headers):
337         * nnmh.el (nnmh-retrieve-headers):
338         * nnml.el (nnml-retrieve-headers):
339         * nnspool.el (nnspool-retrieve-headers):
340         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
341         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
342         progress-report percentages and the like.  This avoids problems
343         if (* 100 NUMERATOR) would overflow.
344
345         * gnus-registry.el (gnus-registry-import-eld):
346         * registry.el (registry-reindex):
347         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
348
349 2015-07-17  Julien Danjou  <jd@abydos>
350
351         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
352         command.
353
354 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
355
356         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
357         of function arguments.
358
359 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
360
361         * nnimap.el: Clean up "unused var" warnings.
362         (auth-source-creation-prompts): Declare.
363         (nnimap-retrieve-headers, nnimap-status-message)
364         (nnimap-request-create-group, nnimap-request-delete-group)
365         (nnimap-close-group, nnimap-request-move-article)
366         (nnimap-request-accept-article, nnimap-request-newgroups)
367         (nnimap-request-post, nnimap-dummy-active-number)
368         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
369         (nnimap-parse-flags): Remove unused var `p'.
370         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
371         (nnimap-flags-to-marks): Remove unused var `totalp'.
372
373 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
374
375         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
376         before RFC822.SIZE.
377
378 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
379
380         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
381         so that a 'plain value for the `nnimap-stream' server variable is
382         handled correctly.
383
384 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
385
386         Remove unused let variables
387         * nnimap.el (nnimap-request-group): Variables are not used.
388
389         Check if group names are already strings
390         * gnus-group.el (gnus-group-group-name):
391         The group name may already be a string.
392         Specifically, in the group list reached from the *Server* buffer,
393         the 'gnus-group text property returns a string.  Everywhere else
394         it returns a symbol.
395
396 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
397
398         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
399         (nnmaildir--update-nov): Remove unused var `numdir'.
400         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
401         (nnmaildir-request-group, nnmaildir-request-create-group)
402         (nnmaildir-request-post, nnmaildir-request-move-article)
403         (nnmaildir-request-accept-article, nnmaildir-active-number):
404         Mark unused args.
405         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
406         Declare.
407         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
408         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
409         `mark', `end', `new-mark', and `mark-sym'.
410         (nnmaildir-retrieve-headers):
411         Remove unused args `srv-dir', `dir', `nlist2'.
412         (nnmaildir-request-expire-articles):
413         Remove unused vars `article', `stop' and `nlist2'.
414         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
415         `end'.  Use nnmaildir--article when dyn-binding is needed.
416         Give the value directly in the `let' for `del-mark', `del-action',
417         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
418         (nnmaildir-close-server):
419         Declare those local vars that need to be dyn-bound.
420
421 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
422
423         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
424
425 2015-05-31  David Engster  <deng@randomsample.de>
426
427         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
428         instead of using `sleep-for', as the latter does not seem to reliably
429         wait (see for instance bug 15990).
430
431 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
432
433         * gnus-art.el (gnus-button-alist): Re-revert last change.
434         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
435
436 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
437
438         * gnus-art.el (gnus-button-alist): Revert last change.
439         It wasn't that important, and it caused a Gnus build to fail.  See:
440         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
441
442         * gnus-art.el (gnus-button-alist):
443         Also treat "‘" and "’" as quoting chars.
444
445 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
446
447         * gnus-art.el (gnus-treat-strip-list-identifiers)
448         (gnus-article-mode-syntax-table):
449         * gnus-group.el (gnus-group-nnimap-edit-acl):
450         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
451         e.g., missing quote, ``x'' where `x' was meant, etc.
452
453 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
454
455         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
456         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
457         into just c.
458
459 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
460
461         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
462         Normalize characters into numbers in spec keys.
463
464 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
465
466         * dgnushack.el (declare-function): Redefine it to use autoload.
467         * lpath.el (gnus-html-prefetch-images): Declare.
468
469 2015-05-04  Glenn Morris  <rgm@gnu.org>
470
471         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
472
473         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
474
475         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
476         (gnus-topic-create-topic, gnus-topic-enter-dribble):
477         Declare rather than autoload.
478
479         * mm-archive.el (gnus-recursive-directory-files)
480         (mailcap-extension-to-mime): Autoload at run-time.
481
482         * mm-util.el (latin-unity-massage-name)
483         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
484         (latin-unity-representations-present-region):
485         Declare rather than autoload.
486
487         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
488         Autoload at run-time.
489         (epg-context-set-signers, epg-context-result-for)
490         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
491         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
492         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
493         (epg-configuration, epg-expand-group, epa-select-keys):
494         Declare rather than autoload.
495
496         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
497         Autoload at run-time.
498         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
499         (gnus-registry-get-id-key, gnus-registry-action):
500         Declare rather than autoload.
501
502         * nnmail.el (mail-send-and-exit): Autoload at run-time.
503
504         * spam.el (spam-stat-buffer-change-to-non-spam)
505         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
506         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
507         (spam-stat-split-fancy): Remove pointless autoloads.
508
509         * mm-view.el (epg-decrypt-string): Autoload.
510         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
511         (epg-sub-key-validity): Fix declarations.
512
513 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
514
515         * gnus.el: Ma Gnus v0.13 is released.
516
517 2015-05-01  Glenn Morris  <rgm@gnu.org>
518
519         * gnus-util.el (iswitchb-read-buffer):
520         * mm-decode.el (libxml-parse-html-region):
521         * mml.el (libxml-parse-html-region):
522         * nnrss.el (libxml-parse-html-region): Update declaration.
523
524 2015-04-27  Glenn Morris  <rgm@gnu.org>
525
526         * message.el (gnus-extract-address-components):
527         Remove bogus declaration that was masking previous problem.
528
529 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
530
531         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
532         altering the buffer.
533         (hashcash-insert-payment-async-2): Revert previous change because it
534         still means that the mark is moving around.
535
536 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537
538         * gnus-uu.el (gnus-uu-save-article):
539         Make the save-restriction/widen calls make more sense.
540
541 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
542
543         * gnus-art.el (gnus-use-idna):
544         * gnus-sum.el (gnus-summary-idna-message):
545         * message.el (message-use-idna):
546         Catch the invalid-operation error that idna.el will issue.
547
548 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
549
550         * gnus-group.el (gnus-group--setup-tool-bar-update):
551         cursor-sensor-functions should be a list of functions.
552
553 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
554
555         * gnus-group.el (gnus-tmp-*): Declare.
556         (gnus-update-group-mark-positions): Remove unused `topic' var.
557         (gnus-group-insert-group-line): Remove unused var `header'.
558         (gnus-group--setup-tool-bar-update): New function.
559         (gnus-group-insert-group-line): Use it.
560         (gnus-group-update-eval-form): Declare local
561         dynamically-bound variables.
562         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
563
564         * gnus-topic.el (gnus-topic-jump-to-topic)
565         (gnus-group-prepare-topics, gnus-topic-update-topic)
566         (gnus-topic-change-level, gnus-topic-catchup-articles)
567         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
568         Use inhibit-read-only.
569         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
570         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
571
572 2015-04-12  João Távora  <joaotavora@gmail.com>
573
574         * message.el (message-mode):
575         Use `set' and `make-local-variable' instead of `setq-local'.
576
577 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
578
579         * gnus-sum.el (gnus-summary-refer-thread):
580         Make sure gnus-newsgroup-unreads remains sorted.
581
582 2015-04-12  João Távora  <joaotavora@gmail.com>
583
584         Improve sexp-based movement in message-mode
585         * message.el (message--syntax-propertize): New function.
586         (message-mode): Set syntax-related vars.d
587         (message-smileys): New variable.
588
589 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
590
591         * gnus-art.el (gnus-hidden-properties): Simplify.
592         (gnus-article-hide-text, gnus-article-unhide-text)
593         (gnus-article-unhide-text-type): Remove special handling of
594         `intangible' since that property is not used any more.
595         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
596
597 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
598
599         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
600         and a runtime function for it, of which the XEmacs version takes only
601         two arguments.
602
603 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
604
605         Use American spelling for 'normalize'
606         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
607         All uses changed.  Add an alias for obsolete usages.
608
609 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
610
611         * gnus-art.el (gnus-article-browse-html-save-cid-content):
612         Always return relative file name.
613         (gnus-article-browse-html-parts):
614         Make external links absolute and cid file names relative.
615
616 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
617
618         * registry.el (registry-prune): Re-use `registry-full' in
619         `registry-prune'.  It's a bit of redundant work, but safer.
620         Also ensure that target-size is an integer.
621
622 2015-03-31  Daiki Ueno  <ueno@gnu.org>
623
624         * plstore.el (plstore--decrypt): Clear entry in
625         `plstore-passphrase-alist' if decryption failed (bug#20030).
626
627 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
628
629         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
630         to "Display" menu.
631
632 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
633
634         * nnimap.el (nnimap-split-incoming-mail): If a message is already
635         in the group it should be split to, don't re-copy it into the group.
636
637 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
638
639         * nnmh.el (nnmh-request-expire-articles):
640         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
641
642 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
643
644         * registry.el (registry-lookup-secondary, registry-full)
645         (registry-prune, registry-collect-prune-candidates):
646         * gnus-registry.el (gnus-registry-load): Use slot names rather than
647         initarg names in `oref' and `oset'.
648
649 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
650
651         * registry.el (registry-prune): Allow registry to reach full size
652         before pruning.
653
654 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
655
656         * registry.el (registry-collect-prune-candidates): Fix call to
657         cl-subseq.
658
659 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
660
661         * registry.el (registry-db): Temporary fix old Emacsen compilation.
662
663 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
664
665         * gnus-registry.el (gnus-registry-handle-action)
666         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
667         (gnus-registry-keywords): Make it do something.
668         (gnus-registry-import-eld): Remove unused var `new-entry'.
669         (gnus-registry-action): Remove unused var `to-name'.
670         (gnus-registry-make-db): Prefer `make-instance' to avoid
671         compiler warnings.
672         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
673
674         * registry.el (registry-db): Don't oset-default an instance-allocated
675         slot.
676
677 2015-03-10  Glenn Morris  <rgm@gnu.org>
678
679         * message.el (message-valid-fqdn-regexp): Bump :version for
680         2014-11-17 change.
681
682 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
683
684         * gnus-notifications.el (gnus-notifications-action): Raise window
685         frame.
686         (gnus-notifications-action): Allow mark as read.
687         (gnus-notifications-notify): Show uption to mark as read.
688
689 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
690
691         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
692         (registry-search, registry-delete, registry-size, registry-insert)
693         (registry-reindex, registry-collect-prune-candidates):
694         * gnus-registry.el (gnus-registry-fixup-registry)
695         (gnus-registry-remove-extra-data): Use slot names rather than initarg
696         names in `oref' and `oset'.
697
698 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
699         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
700         in the group it should be split to, don't re-copy it into the group.
701
702 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
703
704         * message.el (message-insert-formatted-citation-line): Change %F to
705         fall back to email address if no first name could be determined.
706
707 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
708
709         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
710         Fix point motion when removing displayed MIME part.
711         (gnus-article-edit-part): Make jumping to the next part really work
712         when deleting or stripping.
713         (gnus-mime-buttonize-attachments-in-header): Make header attachment
714         buttons identical to the ones in the article body so as to work deleting
715         and stripping.
716
717 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
718
719         * mm-decode.el (mm-shr)
720         * mm-view.el (mm-inline-text-html-render-with-w3m):
721         Revert my bogus change that made the start marker of a part
722         the "moves after insertion" type.
723
724 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
725
726         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
727         Tools: https://github.com/politza/pdf-tools) for viewing PDF
728         attachments in emacs.
729
730 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
731
732         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
733         instead of sasl-scram-sha-1, as the former is the name that can be
734         required.
735
736         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
737         (sasl-scram-sha-1-client-final-message)
738         (sasl-scram-sha-1-authenticate-server): Move to end of file.
739
740 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
741
742         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
743
744 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
745
746         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
747         (sasl-string-prefix-p): New compatibility functions.
748
749 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
750
751         * gnus-compat.el (process-live-p): Added new compat function for Emacs
752         23.
753
754 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
755
756         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
757         from the server LIST response.
758
759 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
760
761         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
762         during header retrieval, error out instead of interpreting the data in
763         the buffer as the only messages there.  This way, we don't mark
764         articles as read on a server hangup (bug#19035).
765
766         * mm-decode.el (mm-head-p): New function.
767         (mm-display-part): Go to a blank line when inserting parts internally.
768
769 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
770
771         * sasl-scram-rfc.el: New file.
772
773         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
774         Add SCRAM-SHA-1 first.
775         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
776         entry (bug#17636).
777
778 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
779
780         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
781         that we don't get a warning when setting the buffer-local variable
782         (bug#19573).
783
784         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
785         `gnus-request-group'.
786
787 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
788
789         * gnus-art.el (gnus-article-browse-html-save-cid-content)
790         (gnus-article-browse-html-parts): Make cid file names relative if and
791         only if html doesn't specify <base> directory.
792
793 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
794
795         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
796         parts, because that breaks filling (since buttons are in a bold face).
797
798 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
799
800         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
801         use gnus-overlays-at and gnus-overlay-put.
802
803 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
804
805         * mm-decode.el (mm-shr): Only pass the fill column when not using
806         fonts, because limiting the width to what's appropriate for followups
807         doesn't really help when not using proportional fonts.
808
809 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
810
811         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
812         shr, beacause that breaks folding.
813         (mm-shr): Don't shorten the width when using fonts.
814
815 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
816
817         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
818         variable; always check the newrc timestamp.
819         (gnus-save-newsrc-file): Always check timestamp.
820
821 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
822
823         * mail-source.el (mail-source-call-script): If scripts exit with an
824         error, pop up an error buffer.
825
826 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
827
828         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
829         as a default.
830
831         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
832         correct server.
833
834 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
835
836         * nnimap.el (nnimap-request-group-scan): Fix the function name.
837
838         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
839
840 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
841
842         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
843         that nnimap works for non-activated backends.
844
845 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
846
847         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
848         message, since we already get an obsolescence message.  Use `declare'.
849
850 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
851
852         * nnir.el: Revert "Enable non-ASCII IMAP searches".
853
854 2015-01-30  Glenn Morris  <rgm@gnu.org>
855
856         * gnus-registry.el (gnus-registry-max-pruned-entries)
857         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
858         Fix :version.
859         (gnus-registry-default-sort-function): Improve :type.
860
861 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
862
863         * nnimap.el (nnimap-request-group): Allow running this function on
864         groups that don't exist in Gnus yet.
865         (nnimap-request-group): Revert previous patch since that made it
866         impossible to enter nnimap groups.
867
868         * message.el (message-smtpmail-send-it): Remove the mail header
869         separator before sending.
870
871 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
872
873         * nnimap.el (nnimap-find-expired-articles): Fix handling of
874         (expiry-wait . never).
875
876 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
877
878         * nnimap.el (nnimap-request-group): Clear the buffer before returning
879         the data.
880
881 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
882
883         * gnus-compat.el (string-bytes): Work for XEmacs.
884
885 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
886
887         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
888
889         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
890         IMAP.
891
892 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
893
894         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
895
896         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
897
898         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
899         be added to the backlog.
900
901 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
902
903         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
904         target with a recursive make call.
905
906 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
907
908         * nnimap.el (nnimap-header-parameters): Refactor and request
909         X-GM-LABELS if it's been announced.
910         (nnimap-transform-headers): Gather and output GM-LABELS.
911
912 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
913
914         * mm-decode.el (mm-display-part): Make non-string methods work.
915         Non-string methods are funcalled and work just fine, the test was
916         bogus.
917         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
918         whole frame.
919
920 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
921
922         * nnimap.el (nnimap-request-accept-article): Allow respooling using
923         nnimap.
924
925         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
926         request rescans when being run interactively.
927
928         * nnimap.el (nnimap-request-group): Don't rescan the group here,
929         because that can be very slow in large groups.
930
931         * gnus-int.el (gnus-request-group-scan): New backend function.
932
933         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
934
935 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
936
937         * gnus-group.el (gnus-group-suspend): Close all backends.
938
939 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
940
941         * dgnushack.el (dgnushack-compile-file): New function.
942         (dgnushack-compile): Use it (bug#19514).
943
944 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945
946         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
947
948 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
949
950         * registry.el: Don't use <class> as a variable.
951
952 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
953
954         system-name's returned value can vary
955         Also, the system-name variable is now obsolete.
956         Fixes Bug#19438.
957         * message.el (message-make-fqdn):
958         * nnvirtual.el (nnvirtual-retrieve-headers)
959         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
960         and avoid naming locals 'system-name'.
961
962 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
963
964         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
965         lines don't get overlong when responding.
966
967 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
968
969         * registry.el (cl-remf, cl-loop, cl-subseq):
970         Alias to remf, loop, and subseq respectively for old Emacsen.
971
972 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
973
974         * gnus-group.el (gnus-read-ephemeral-bug-group):
975         Bind coding-system-for-read and coding-system-for-write only around
976         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
977
978 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
979
980         * registry.el (registry-db): Set default slot later.
981         This is because its value is not a literal integer.
982
983 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
984
985         * registry.el (registry-db): Fix default registry-db max-size.
986
987 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
988
989         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
990         add warning.
991
992         * gnus-art.el: Fix up compiler warnings.
993         (article-display-face, article-display-x-face): Remove unused `face'.
994         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
995         (article-date-ut): Remove unused var `first'.
996         (gnus-article-prepare): Remove unused var `gnus-article'.
997         (gnus-mime-save-part-and-strip): Remove unused var `param'.
998         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
999         `coding-system' along with corresponding dead code.
1000         (gnus-mime-view-part-externally): Remove unused var
1001         `mm-user-display-methods'.
1002         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
1003         (gnus-display-mime): Remove unused var `handle'.
1004         (gnus-mime-display-alternative): Remove unused var `props'.
1005         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
1006         (gnus-article-edit-done): Remove unused var `p'.
1007         (gnus-url-mailto): Remove unused var `to'.
1008         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
1009         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
1010
1011 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
1012
1013         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
1014         slots into a :max-size slot.
1015         (registry-db-version): Add new variable for database version number.
1016         (registry-prune): Use :max-size slot. Accept and use a sort-function
1017         argument.
1018         (registry-collect-prune-candidates): Add new function for finding
1019         non-precious pruning candidates.
1020         (registry-prune-hard-candidates, registry-prune-soft-candidates):
1021         Remove obsolete functions.
1022         (initialize-instance): Upgrade registry version when starting.
1023
1024         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
1025         (gnus-registry-max-pruned-entries): Remove obsolete variable.
1026         (gnus-registry-cache-file): Change default
1027         filename extension to "eieio".
1028         (gnus-registry-read): Add new function, split out from
1029         `gnus-registry-load', that does the actual object reading.
1030         (gnus-registry-load): Use it. Add condition case handler to check for
1031         old filename extension and rename to the new one.
1032         (gnus-registry-default-sort-function): New variable to specify a sort
1033         function to use when pruning.
1034         (gnus-registry-save, gnus-registry-insert): Use it.
1035         (gnus-registry-sort-by-creation-time): Define a default sort function.
1036
1037         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
1038         Adjust test for new object signature.
1039         (gnustest-registry-pruning-test): Add new pruning test.
1040         (gnustest-registry-sort-function): Default sort function for testing.
1041         (gnustest-registry-pruning-sort-test): New test for sorting.
1042
1043 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044
1045         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
1046         function for reuse.
1047         (gnus-mime-buttonize-attachments-in-header): Adjust.
1048
1049 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1050
1051         * message.el (message-change-subject): Really check whether the subject
1052         changed.
1053
1054 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1055
1056         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
1057         PDFs.
1058         (mailcap-view-mime): New function.
1059
1060 2014-12-01  Glenn Morris  <rgm@gnu.org>
1061
1062         * gnus-cloud.el (gnus-cloud): Add :version tag.
1063
1064 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1065
1066         * gnus-art.el (gnus-use-idna):
1067         * gnus-sum.el (gnus-summary-idna-message):
1068         * message.el (message-use-idna):
1069         Protect against nil value for idna-program.
1070
1071         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
1072
1073 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
1074
1075         * auth-source.el (auth-source-macos-keychain-search-items): Return
1076         result of `auth-source-macos-keychain-result-append' (bug#19074).
1077
1078 2014-11-25  Glenn Morris  <rgm@gnu.org>
1079
1080         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
1081         Add :version tag.
1082
1083 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1084
1085         * pop3.el (pop3-open-server): Warn unless encrypted.
1086
1087         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
1088
1089 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1090
1091         Port new time stamp handling to Emacs 23.2.
1092         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
1093         * time-date.el (time-add, time-subtract, time-less-p):
1094         Use eval-and-compile, not eval-when-compile.
1095
1096 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
1097
1098         * message.el (message-valid-fqdn-regexp): Add non-internaional new
1099         TLDs.
1100
1101 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1102
1103         Port new time stamp handling to old Emacs and to XEmacs.
1104         This is needed for Gnus, which copies time-date.el and which
1105         runs on older Emacs implementations.
1106         * time-date.el (with-decoded-time-value):
1107         Handle 'nil' and floating-point arg more compatibly with new Emacs.
1108         (encode-time-value, with-decoded-time-value):
1109         Obsolete only if new Emacs.
1110         (time-add, time-subtract, time-less-p): Define if not new Emacs.
1111
1112         Improve time stamp handling, and be more consistent about it.
1113         This implements a suggestion made in:
1114         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
1115         Among other things, this means timer.el no longer needs to
1116         autoload the time-date module.
1117         * time-date.el (seconds-to-time, days-to-time, time-since)
1118         (with-decoded-time-value):
1119         Treat 'nil' as current time.  This is mostly for XEmacs.
1120         (encode-time-value, with-decoded-time-value): Obsolete.
1121         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
1122         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
1123
1124 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1125
1126         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
1127         discarding changes in ephemeral groups.
1128
1129         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
1130         things the user isn't interested in.
1131
1132 2014-11-13  Julien Danjou  <jd@abydos>
1133
1134         * gnus-notifications.el (gnus-notifications-notify): Provide both
1135         app-icon and image-path.
1136
1137 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1138
1139         * mm-url.el (mm-url-encode-multipart-form-data):
1140         Restore to handle "multipart/form-data" by eww.
1141
1142 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
1143
1144         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
1145         Landscheidt.
1146
1147 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1148
1149         Simplify use of current-time and friends.
1150         * gnus-delay.el (gnus-delay-article):
1151         * gnus-sum.el (gnus-summary-read-document):
1152         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
1153         * message.el (message-make-expires-date):
1154         Omit unnecessary call to current-time.
1155         * gnus-util.el (gnus-float-time): Simplify to an alias because
1156         time-to-seconds now behaves like float-time with respect to nil arg.
1157         (gnus-seconds-year): Don't call current-time twice to get the current
1158         time stamp, as this can lead to inconsistent results.
1159         * time-date.el (time-to-seconds) [!float-time]:
1160         Use current time if arg is nil, to be compatible with float-time.
1161         (time-date--day-in-year): New function, with most of the guts of
1162         the old time-to-day-in-year.
1163         (time-to-day-in-year): Use it.
1164         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1165
1166 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1167
1168         * gnus.el (gnus-mode-line-buffer-identification):
1169         Don't add image data for a non-graphic display (bug#18813).
1170
1171 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1172
1173         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
1174         load-path, it blocks autoloading of find-image (bug#18813).
1175
1176 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
1177
1178         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
1179         to keep connection open (bug#18728).
1180
1181 2014-10-20  Glenn Morris  <rgm@gnu.org>
1182
1183         * Merge in all changes up to 24.4 release.
1184
1185 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
1186
1187         * message.el (message-insert-signature): Use `newline' instead of
1188         inserting explicit "\n".
1189
1190 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
1191
1192         * gnus-icalendar.el: Support vcal format timezones.
1193         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
1194         compute dates with associated timezone.
1195         (gnus-icalendar-event-from-ical): Compute all timezones.
1196
1197 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1198
1199         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
1200         check the newsrc.eld file's timestamp before saving it.
1201         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
1202         timestamp has changed to be newer.
1203
1204 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
1205
1206         * gnus-icalendar.el (gnus-icalendar-identities):
1207         Include message-alternative-emails.
1208
1209 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1210
1211         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1212         New compatibility functions.
1213         (ntlm-build-auth-response): Use them.
1214
1215 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1216
1217         * ntlm.el (ntlm-build-auth-request):
1218         Add NTLM2 Session support.  (Bug#15603)
1219
1220 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1221
1222         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1223         expired messages only when it was built in reverse order.
1224
1225 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1226
1227         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1228         last so it can be used in `message-send-hook'.
1229
1230 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1231
1232         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1233         <#secure> tag (bug#18513).
1234
1235 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1236
1237         * parse-time.el: Require cl when compiling.
1238
1239 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1240
1241         Use cl-lib as much as possible following the 2014-09-26 change
1242         in the Emacs trunk.
1243         * parse-time.el: Try requiring cl-lib.
1244         (parse-time-incf): Alias to cl-incf or incf.
1245         (digit-char-p): Remove.
1246         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1247         (parse-integer): Rename to parse-time-integer.
1248         (parse-time-tokenize, parse-time-rules, parse-time-string)
1249         Use parse-time-incf and parse-time-integer.
1250
1251 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1252
1253         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1254         of ":delete".
1255
1256 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1259         (gnus-article-browse-html-parts):
1260         Revert last change that breaks links other than cid contents.
1261
1262 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1263
1264         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1265         (gnus-article-browse-html-parts): Make cid file names relative.
1266
1267 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1268
1269         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1270         temporarily displayed when running a mode function (at least org-mode
1271         requires it).
1272
1273 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1274
1275         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1276         the gnus-summary-article-expire-hook should be told where the function
1277         is going. In particular, the Gnus registry might want to know.
1278
1279 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1280
1281         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1282
1283 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1286
1287 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1288
1289         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1290         the gnus-summary-article-expire-hook should be told where the function
1291         is going. In particular, the Gnus registry might want to know.
1292
1293 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1294
1295         Don't mishandle year-9999 dates (Bug#18176).
1296         * parse-time.el (parse-time-rules):
1297         Allow years up to most-positive-fixnum.
1298         * time-date.el (date-to-time):
1299         Pass "Specified time is not representable" errors through.
1300
1301 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1302
1303         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1304         groups and t.
1305
1306 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1307
1308         * gnus-utils.el (gnus-recursive-directory-files):
1309         Unify hard or symbolic links (bug#18063).
1310
1311 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1312
1313         * gnus-msg.el (gnus-configure-posting-style):
1314         Allow string replacements in values when matching against a header.
1315
1316 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1319         the dribble buffer even when it is shrunk a lot.
1320         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1321
1322 2014-06-26  Glenn Morris  <rgm@gnu.org>
1323
1324         * mm-util.el (help-function-arglist): Remove outdated declaration.
1325
1326 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1327
1328         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1329         attribute values.  (Bug#17834)
1330
1331 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1332
1333         * gnus-sum.el (gnus-summary-edit-article-done):
1334         Prefer point-marker to copy-marker of point.
1335
1336 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1337
1338         * Makefile.in (install-el, install-el-elc): Compress .el files.
1339         (uninstall): Remove compressed .el files.
1340
1341 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1342
1343         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1344         (gnus-article-read-summary-keys):
1345         Don't bug out when there is no article in the summary buffer.
1346         (gnus-mime-buttonize-attachments-in-header):
1347         Improve criterion that finds parts to display.
1348
1349         * gnus-art.el (gnus-mm-display-part):
1350         * mm-decode.el (mm-shr):
1351         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1352         (mm-insert-inline): Revert last changes.
1353
1354 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1355
1356         * gnus-art.el (gnus-mm-display-part):
1357         * mm-decode.el (mm-shr):
1358         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1359         (mm-insert-inline): Set insertion type of end-marker, not only
1360         start-marker, of undisplayer so as to stay after inserted text.
1361
1362 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1363
1364         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1365         attribute. (Bug#17613)
1366
1367 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1368
1369         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1370         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1371
1372 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1373
1374         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1375         Don't delete next part button; keep spacing between buttons.
1376
1377 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1378
1379         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1380         Work for the last MIME part in an article.
1381         (gnus-mime-display-single): Suppress excessive newlines between parts.
1382
1383         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1384         by leading or trailing newline.
1385
1386 2014-05-12  Sam Steingold  <sds@gnu.org>
1387
1388         * time-date.el (seconds-to-string): New function to pretty print time
1389         delay in seconds.
1390
1391 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1392
1393         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1394         while prompting a user for a file name, etc.
1395         (gnus-mime-display-single): Display part with a common appearance no
1396         matter whether MIME button is omitted or not; don't add duplicate entry
1397         to gnus-article-mime-handle-alist.
1398         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1399
1400 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1401
1402         * mml2015.el (mml2015-display-key-image): New variable.
1403
1404 2014-05-08  Glenn Morris  <rgm@gnu.org>
1405
1406         * gnus-fun.el (gnus-grab-cam-face):
1407         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1408         This is CVE-2014-3421.
1409
1410 2014-05-04  Glenn Morris  <rgm@gnu.org>
1411
1412         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1413
1414 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1415
1416         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1417         the displaying state of a part.
1418         (gnus-mm-display-part): Don't insert a newline in the beginning of
1419         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1420
1421         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1422         (mm-shr): Make undisplayer unbreakable.
1423
1424         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1425         Don't insert excessive newline.
1426         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1427         (mm-insert-inline): Make undisplayer unbreakable.
1428
1429 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1430
1431         * gnus.el: Ma Gnus v0.11 is released.
1432
1433 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1434
1435         * gnus-art.el (gnus-mm-display-part):
1436         Highlight header attachment buttons.
1437
1438 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1439
1440         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1441         a part; redisplay a button (enbugged in 2014-02-05).
1442
1443 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1444
1445         * auth-source.el (auth-source-search, auth-source-search-backends):
1446         Treat :max 0 as an indicator that a boolean return is wanted, as
1447         documented. Reported by Joe Bloggs.
1448
1449 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1450
1451         * gnus-icalendar.el: Require gnus-art.
1452
1453 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1454
1455         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1456         (gnus-icalendar--update-org-event): put event timestamp in
1457         the org entry body instead of the drawer.
1458         (gnus-icalendar-event--get-attendee-names): list of participants should
1459         contain even attendees without common name attribute.
1460         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1461         property tags in org drawers.
1462
1463 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1464
1465         * gmm-utils.el (gmm-format-time-string): New function.
1466
1467         * message.el (message-insert-formatted-citation-line): Use the original
1468         author's time zone to express a date string.
1469
1470 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1471
1472         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1473         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1474         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1475         Silence compiler warnings.
1476         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1477
1478 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1479
1480         * mml.el: Require url when compiling.
1481
1482         * gnus-cloud.el (gnus-cloud-parse-version-1):
1483         Use plist-get rather than CL's getf.
1484         (gnus-activate-group, gnus-subscribe-group): Declare.
1485
1486         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1487
1488 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1489
1490         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1491         buttons when toggling the header off.
1492
1493 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1494
1495         * tls.el (tls-program): Reflow docstring.
1496
1497 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1498
1499         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1500         groups work again.
1501
1502 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1503
1504         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1505         999 correctly (i.e. "1,342").
1506
1507 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1508
1509         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1510         out if the directory doesn't exist.
1511
1512 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1513
1514         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1515         commands here; instead, only check if epg-config.el is available.
1516
1517 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1518
1519         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1520         messages with embedded images.
1521         (mml-generate-mime): Don't bug out if you don't have libxml.
1522
1523 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1524
1525         * message.el (message-make-html-message-with-image-files): New command.
1526
1527 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1528
1529         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1530
1531         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1532
1533 2014-02-23  David Engster  <deng@randomsample.de>
1534
1535         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1536         to stay compatible with older Emacsen, so replace `cl-loop' with
1537         `loop'.
1538
1539 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1540
1541         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1542         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1543         instead, build list of patterns.
1544
1545 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1546
1547         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1548         Display header attachment buttons by gnus-article-prepare-display
1549         rather than gnus-article-prepare so as to view in mml-preview as well.
1550
1551 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1552
1553         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1554         in `auth-sources' means and link to EPA docs.
1555
1556 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1557
1558         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1559         (bug#12375).
1560
1561 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1562
1563         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1564         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1565
1566 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1567
1568         * message.el (message-tab): Mention what happens on normal tabs
1569         (bug#11297).
1570
1571 2014-02-08  Glenn Morris  <rgm@gnu.org>
1572
1573         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1574
1575 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1576
1577         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1578         buttons that are hidden in unselected alternative part as well.
1579         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1580
1581         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1582
1583 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1584
1585         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1586         keystroke.
1587         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1588         types.
1589
1590         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1591         with an empty string.
1592
1593 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1594
1595         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1596         buffer-local in some buffers, so bind it explicitly in the buffer we're
1597         trying to cancel the article in (bug#10808).
1598
1599 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1600
1601         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1602         New functions.
1603
1604         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1605         New user option.
1606         (gnus-mime-buttonize-attachments-in-header): New function.
1607         (gnus-article-prepare): Use it.
1608         (gnus-mime-inline-part): Suppress extra newline.
1609         (gnus-mm-display-part): Save excursion;
1610         remove useless deleting and adding of buttons.
1611         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1612
1613         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1614         Add gnus-mime-buttonize-attachments-in-header.
1615
1616 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1617
1618         * nnimap.el (nnimap-request-articles): New command to download several
1619         articles at once.
1620
1621         * gnus.el (gnus-variable-list): Save Cloud variables.
1622
1623         * gnus-int.el (gnus-request-accept-article): Doc fix.
1624
1625 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1626
1627         * parse-time.el (parse-time-iso8601-regexp)
1628         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1629         it more generally.
1630
1631 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1632
1633         * gnus-cloud.el: New file to provide the Emacs Cloud.
1634
1635         * dgnushack.el: Silence XEmacs w3 warning.
1636
1637         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1638         `url-retrieve-synchronously', apparently.
1639
1640         * dgnushack.el: Silence XEmacs dns.el warning.
1641
1642         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1643         instead of in all files.
1644
1645         * dns.el (network-interface-list): Define for XEmacs.
1646
1647         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1648         XEmacs.
1649
1650         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1651
1652 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1653
1654         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1655         `gnus-group-split-fancy'.
1656
1657 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1658
1659         * message.el (message-remove-header): Doc fix.
1660         (message-forward-included-headers): New variable.
1661         (message-remove-ignored-headers): Use it.
1662
1663 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1664
1665         * nnir.el (nnir-request-update-mark): Don't try to update the source
1666         group if we can't find it (bug#16611).
1667
1668 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1669
1670         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1671
1672 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1673
1674         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1675         network interfaces changed.
1676         (dns-query): Use it to flush the data.
1677
1678 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1679
1680         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1681         from random face commands.
1682         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1683         Face.
1684         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1685         (gnus--random-face-with-type): Generic function returning a face-type
1686         as a string.
1687         (gnus--insert-random-face-with-type): Generic function inserting a face
1688         in a message buffer header.
1689         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1690         (gnus-insert-random-x-face-header): Rewritten to use
1691         `gnus--insert-random-face-with-type`.
1692         (gnus-random-face): Return random (png) Face as string.
1693         (nus-insert-random-face-header): Insert random (png) Face in a message
1694         buffer.
1695
1696 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1697
1698         * mm-url.el: Remove all usage of w3.
1699
1700         * nnrss.el: Ditto.
1701
1702         * mm-decode.el: Ditto.
1703
1704         * mm-view.el: Ditto.
1705
1706         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1707         outdated and all Emacsen have url.el built-in.
1708
1709         * gnus-setup.el: Remove outdated file.
1710
1711 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1712
1713         * gnus.el: Ma Gnus v0.9 is released.
1714
1715 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1716
1717         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1718
1719 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1720
1721         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1722         in the summary buffer (bug#13769).
1723
1724 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1725
1726         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1727         name if we're using a single article buffer.  Otherwise, it may point
1728         to a killed buffer (bug#13756).
1729
1730 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1731
1732         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1733         the match data, just save and restore it explicitly (bug#12375).
1734
1735         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1736         that's needed.
1737
1738         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1739         the code once (bug#9069).
1740
1741 2014-01-18  Steinar Bang  <sb@dod.no>
1742
1743         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1744         reading.
1745
1746 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1747
1748         * message.el (message-bury): Call bury-buffer with no argument
1749         in the message-return-action case too.
1750
1751 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1752
1753         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1754         (nnimap-split-fancy, nnimap-split-methods): Declare.
1755
1756         * mm-util.el (help-function-arglist): Declare.
1757
1758 2013-12-28  Glenn Morris  <rgm@gnu.org>
1759
1760         * gnus-sieve.el (gnus-sieve-select-method):
1761         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1762         (gravatar-rating, gravatar-size):
1763         * message.el (message-minibuffer-local-map):
1764         * sieve-manage.el (sieve-manage-authenticators)
1765         (sieve-manage-authenticator-alist): Specify custom types.
1766
1767         * hashcash.el (hashcash-program): Rename from hashcash-path.
1768         Update callers.
1769
1770         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1771         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1772         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1773
1774         * auth-source.el (auth-sources):
1775         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1776         Fix custom types.
1777
1778         * tls.el (tls-certtool-program): Fix default value.
1779
1780 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1781
1782         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1783         we get proper traces there, too.
1784
1785 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1786
1787         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1788         value of the parameters if the current article has a Reply-To or From
1789         field.
1790
1791 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1792
1793         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1794
1795 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1796
1797         * gnus-sum.el (gnus-summary-exit): Stop animations.
1798
1799 2013-12-19  Juri Linkov  <juri@jurta.org>
1800
1801         * gnus.el (gnus-suppress-keymap):
1802         * gnus-art.el (gnus-article-mode-map):
1803         * gnus-group.el (gnus-group-mode-map):
1804         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1805         Remove [backspace] key binding because it shadows DEL (bug#16035).
1806
1807         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1808
1809 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1810
1811         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1812         Make sure work directory exists.
1813         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1814         rather than tmp directory.
1815         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1816         not necessarily always run, with it.
1817
1818 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1819
1820         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1821         value of gnus-icalendar-additional-identities work without restart.
1822
1823 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1824
1825         * mm-util.el (mm-make-temp-file):
1826         Alias to make-temp-file for modern Emacsen.
1827
1828 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1829
1830         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1831         nnir-article-number and nnir-article-group.
1832
1833 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1834
1835         * message.el (message-send-mail-with-sendmail):
1836         Don't kill error buffer if sending fails.
1837
1838 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1839
1840         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1841         (gnus-icalendar-event->org-entry)
1842         (gnus-icalendar--update-org-event)
1843         (gnus-icalendar-event->gnus-calendar): Distinguish between
1844         required/optional/non-participant attendee status.  Fix bug causing
1845         the first required event participant to be omitted.
1846
1847 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1848
1849         * gnus-art.el (article-de-quoted-unreadable)
1850         (article-de-base64-unreadable, gnus-mime-copy-part)
1851         * gnus-html.el (gnus-article-html)
1852         * mm-view.el (mm-inline-text-html-render-with-w3)
1853         (mm-inline-text-html-render-with-w3m-standalone)
1854         * rfc2231.el (rfc2231-decode-encoded-string):
1855         Allow overriding charset by mm-charset-override-alist.
1856
1857         * gnus-art.el (gnus-article-browse-html-parts):
1858         Replace LWSPs with `&nbsp;'s in header.
1859
1860         Work for broken Chinese articles.
1861
1862         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1863         Exclude broken handles that gnus-summary-enter-digest-group may create.
1864         (gnus-article-browse-html-parts):
1865         Allow overriding charset by mm-charset-override-alist.
1866
1867 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1868
1869         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1870         (gnus-icalendar-identities): Support additional-identities.
1871
1872 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1873
1874         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1875         org-timestamp for events ending at midnight.
1876
1877 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1878
1879         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1880         .log files.
1881
1882 2013-11-20  David Engster  <deng@randomsample.de>
1883
1884         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1885
1886 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1887
1888         * message.el (message-beginning-of-line):
1889         Use beginning-of-visual-line when visual-line-mode is turned on.
1890
1891 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1892
1893         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1894         (gnus-icalendar-event-from-ical)
1895         (gnus-icalendar-event->org-entry)
1896         (gnus-icalendar--update-org-event): Required/optional participation,
1897         list of attendees synced to org.
1898
1899 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1900
1901         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1902         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1903         cancellations to be synced to org if the original appt has an org
1904         outline.
1905
1906 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1907
1908         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1909         (gnus-icalendar-event->org-entry)
1910         (gnus-icalendar--update-org-event)
1911         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1912
1913 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1914
1915         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1916         Fix timezone handling in gnus-icalendar export to org.
1917
1918 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1919
1920         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1921
1922 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1923
1924         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1925
1926 2013-10-30  Glenn Morris  <rgm@gnu.org>
1927
1928         * gnus-group.el (gnus-group-browse-foreign-server):
1929         * gnus-int.el (gnus-start-news-server):
1930         Silence compiler obsolescence warning.
1931
1932 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1933
1934         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1935         `nnoo-current-server' first, then for the actual `nnimap-address' to
1936         allow netrc entries for the nnoo server to coexist with netrc entries
1937         for the `nnimap-address'.
1938
1939 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1940
1941         * mm-decode.el (mm-dissect-buffer): Revert last change.
1942         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1943         The problem that motivated those changes was attributed to a broken
1944         mail sender, and has been fixed.
1945
1946 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1947
1948         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1949         token is missing in the Content-Type header.
1950
1951         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1952
1953 2013-09-18  Glenn Morris  <rgm@gnu.org>
1954
1955         * gnus-util.el (image-size): Declare.
1956
1957 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1958
1959         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1960         (gnus-icalendar-event-from-ical)
1961         (gnus-icalendar-event--build-reply-event-body)
1962         (gnus-icalendar-event-reply-from-buffer)
1963         (gnus-icalendar-find-org-event-file)
1964         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1965         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1966
1967         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1968
1969 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1970
1971         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1972         Use save-current-buffer.
1973         (gnus-tree-mode-map): Initialize in the declaration.
1974         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1975         (scroll-in-place): Defvar it.
1976         (gnus-tmp-*): Defvar them.
1977         (gnus-get-tree-buffer): Use derived-mode-p.
1978         (gnus--let-eval): New macro.
1979         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1980         non-prefixed variables.
1981         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1982
1983         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1984         vars since it doesn't seem to be available.
1985         (gnus-set-global-variables, gnus-summary-read-group-1)
1986         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1987         (gnus-summary-display-article, gnus-summary-select-article)
1988         (gnus-summary-next-article, gnus-offer-save-summaries)
1989         (gnus-summary-generic-mark): Use derived-mode-p.
1990         (gnus-summary-read-group-1, gnus-summary-exit)
1991         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1992         Adjust calls to gnus-tree-close and gnus-tree-open.
1993
1994         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1995
1996         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1997         (gnus-agent-mode): Use derived-mode-p.
1998         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1999         gnus-command-method and *-command-method to nil, but bind
2000         gnus-command-method to *-command-method instead!
2001         (gnus-agent-fetch-articles): Remove unused var `id'.
2002         (gnus-agent-fetch-headers): Remove unused arg `force'.
2003         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
2004         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
2005         (gnus-agent-short-article, gnus-agent-long-article)
2006         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
2007         first use.
2008         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
2009         `score-param'.
2010         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
2011         (gnus-get-predicate): Push in front of the cache, rather than end.
2012         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
2013         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
2014         (gnus-agent-expire-unagentized-dirs): Don't rebind
2015         gnus-agent-expire-current-dirs since the defvar silences the warning.
2016         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
2017         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
2018         (gnus-agent-regenerate): Simplify interactive spec and doc.
2019
2020 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2021
2022         * gnus-int.el (gnus-open-server): Silence compiler.
2023
2024         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2025
2026         * message.el (message-display-completion-list): Abolish.
2027         (message-completion-in-region): Use display-completion-list.
2028
2029 2013-09-17  Glenn Morris  <rgm@gnu.org>
2030
2031         * gnus-util.el (gnus-message-with-timestamp-1):
2032         Use `messages-buffer' function if available.  Ignore read-only.
2033
2034 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2035
2036         * message.el (message-expand-group, message-completion-in-region):
2037         Correct the order of start and end of a region.
2038
2039 2013-09-13  Glenn Morris  <rgm@gnu.org>
2040
2041         * mml2015.el (gnus-create-image): Autoload it.
2042
2043         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
2044
2045         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
2046         (image-size): Declare.
2047
2048 2013-09-12  Glenn Morris  <rgm@gnu.org>
2049
2050         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
2051         Avoid using `find', which i) might not be defined at runtime;
2052         ii) does not work, since its default test is eql, not equal.
2053         (gnus-mime-action-alist): Declare.
2054
2055 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2056
2057         * score-mode.el (gnus-score-mode-map): Move initialization
2058         into declaration.
2059         (gnus-score-mode): Use define-derived-mode.
2060         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
2061         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
2062         into declaration.
2063         (gnus-kill-file-mode): Use define-derived-mode.
2064         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
2065         Use derived-mode-p.
2066         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
2067         (gnus-group-setup-buffer, gnus-group-name-at-point)
2068         (gnus-group-make-web-group, gnus-group-enter-directory)
2069         (gnus-group-suspend): Use derived-mode-p.
2070         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
2071         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
2072         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
2073         (gnus-article-setup-buffer, gnus-article-prepare)
2074         (gnus-article-prepare-display, gnus-sticky-article)
2075         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
2076         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
2077         (gnus-article-read-summary-keys): Use derived-mode-p.
2078
2079 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2080
2081         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
2082
2083 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2084
2085         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
2086         shift_jis from the default value set for Japanese users.
2087
2088 2013-08-13  Glenn Morris  <rgm@gnu.org>
2089
2090         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
2091
2092         * gnus.el (gnus-valid-select-methods): Fix type.
2093
2094         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
2095
2096 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2097
2098         * mm-decode.el (mm-display-external): Run a timer for the temp files
2099         deletion after a viewer exits; add a deletion timer for the needsterm
2100         case, too.
2101
2102         * mm-decode.el (mm-display-external): Try to delete temporary files by
2103         using a 1-min. timer.
2104
2105 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2106
2107         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
2108         New internal variables.
2109         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
2110         (mm-display-external): Use it to delete temporary files instead of
2111         using timers.
2112
2113 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2114
2115         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
2116
2117 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
2118
2119         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
2120         with cond for backwards compatability.
2121
2122 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2123
2124         * mm-decode.el (mm-display-external): Bind process-connection-type to
2125         nil; don't delete a temp file immediately even if a viewer finishes,
2126         since it may be a shell script, like xdg-open, that launches a real
2127         viewer program belatedly.
2128
2129 2013-08-05  Dave Abrahams  <dave@boostpro.com>
2130
2131         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
2132         that we can create nndoc groups that excerpt other groups.
2133
2134 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2135
2136         * gnus-delay.el (gnus-delay-article): Fix typo.
2137
2138         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
2139         articles.
2140
2141         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
2142         we can get spell-checking etc.
2143
2144 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2145
2146         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
2147         a single one used for encoding the whole text in a header.
2148
2149 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2150
2151         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
2152         doesn't work properly on XEmacs.
2153
2154 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
2157         before sending.
2158
2159         * dgnushack.el (dgnushack-compile): Add a temporary check for
2160         gnus-icalendar.
2161
2162         * mm-decode.el (mm-command-output): New face.
2163         (mm-display-external): Use it.
2164
2165 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
2166
2167         * nnmbox.el (nnmbox-request-article): Don't change point.
2168
2169 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2170
2171         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
2172         Include `handle' parameter.
2173
2174 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
2175
2176         * gnus-icalendar.el: New file.
2177
2178 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2179
2180         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
2181
2182         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
2183         dummy roots, too.
2184
2185 2013-08-01  David Edmondson  <dme@dme.org>
2186
2187         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
2188         out on ttys.
2189
2190 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2191
2192         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
2193         not empty.
2194
2195         * nnrss.el (nnrss-discover-feed): Indent.
2196
2197 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2198
2199         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
2200
2201 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2202
2203         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
2204         dirty to ensure nnimap data being saved.
2205
2206 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2207
2208         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2209         menu entry.
2210
2211         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2212         the current thread's total score instead of the current article's
2213         score.
2214
2215         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2216         (gnus-sort-threads-recursively): Delete defcustom.
2217         (gnus-sort-threads-recursive): Adapt accordingly.
2218
2219 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2220
2221         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2222         (gnus-sort-threads-recursive): Use it.
2223         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2224         again.  Now that determines how to sort subthreads.
2225
2226 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2227
2228         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2229         (gnus-sort-threads): Use it.
2230
2231 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2232
2233         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2234         punctuation characters follow parentheses (bug#14950).
2235
2236 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2237
2238         * gnus.el (gnus-continuum-version):
2239         * gnus-msg.el (gnus-extended-version): Simplify.
2240
2241         * gnus.el (gnus-continuum-version-1): Remove.
2242         * gnus-msg.el (gnus-bug): Revert.
2243
2244         Calculate gnus-version correctly on Cygwin.
2245
2246         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2247         (gnus-continuum-version-1): New function, return a string.
2248
2249         * gnus-msg.el (gnus-extended-version, gnus-bug):
2250         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2251
2252 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2253
2254         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2255         (bug#13384).
2256
2257 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2258
2259         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2260         that were only relevant in a development version a long time ago.
2261
2262 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2263
2264         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2265         that the old Emacs 24s bundle.
2266
2267 2013-07-10  David Engster  <deng@randomsample.de>
2268
2269         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2270         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2271         fixes a bug in Emacs trunk where the 'unexist' marks were always
2272         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2273         Gnus v0.03".
2274
2275 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2276
2277         * gnus.el (gnus-summary-line-format): Reference
2278         `gnus-user-date-format-alist' for the &user-date; format, not
2279         `gnus-summary-user-date-format-alist'.
2280
2281 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2282
2283         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2284         delete files (bug#13481).
2285
2286 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2287
2288         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2289
2290 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2291
2292         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2293         display images.
2294
2295         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2296
2297         * message.el (message-cancel-news): According to
2298         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2299         preferred over "cmsg cancel" in the Subject.
2300
2301         * nnir.el (nnir-engines): Note that the group specs are regexps
2302         (bug#13238).
2303
2304         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2305         gotten read-only text properties, ensure that those aren't heeded when
2306         copying stuff over (bug#13434).
2307
2308         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2309         (bug#13762).
2310
2311 2013-07-05  David Kastrup  <dak@gnu.org>
2312
2313         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2314         authinfo file again (important for blank passwords).  This had been
2315         broken with 2013-06-15 change.
2316
2317 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2318
2319         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2320         Revert 2013-01-14 change.
2321
2322 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2323
2324         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2325         of 'create-image' for XEmacs compatibility; check errors when decoding
2326         image.  Reported by Uwe Brauer.
2327
2328 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2329
2330         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2331         gnus-button-push revised at 2011-01-19.
2332
2333 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2334
2335         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2336         now live in the lisp/net Emacs 24 repository.
2337
2338 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2339
2340         * eww.el (eww-update-header-line-format): Quote % characters.
2341
2342 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2343
2344         * eww.el (eww-process-text-input): Display passwords as asterisks.
2345
2346         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2347
2348 2013-06-19  Tom Tromey  <tromey@redhat.com>
2349
2350         * eww.el (eww-top-url): Remove.
2351         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2352         (eww-render): Set new variables.  Don't set eww-top-url.
2353         (eww-handle-link): Handle "prev", "home", and "contents".
2354         Downcase the rel text.
2355         (eww-top-url): Choose best top URL.
2356
2357 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2358
2359         * eww.el: Rewrite to implement form elements "by hand" instead of
2360         relying in widget.el.  Using widget.el leads to too many
2361         user interface inconsistencies.
2362         (eww-self-insert): Implement entering commands in text fields.
2363         (eww-process-text-input): New function to make text input field editing
2364         work.
2365         (eww-submit): Rewrite to use the new-style form methods.
2366         (eww-select-display): Display the correct selected item.
2367         (eww-change-select): Implement changing the select value.
2368         (eww-toggle-checkbox): Implement radio/checkboxes.
2369         (eww-update-field): Fix compilation error.
2370         (eww-tag-textarea): Implement <textarea>.
2371
2372         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2373         don't shadow mode-specific bindings.
2374
2375         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2376         nothing to push.
2377
2378         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2379
2380 2013-06-19  Glenn Morris  <rgm@gnu.org>
2381
2382         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2383
2384 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2385
2386         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2387
2388 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2389
2390         * shr.el (shr-make-table-1): Implement <td rowspan>.
2391         (shr-table-horizontal-line): Allow nil as a value, and change the
2392         default.
2393         (shr-insert-table-ruler): Respect the nil value.
2394
2395 2013-06-18  Tom Tromey  <tromey@barimba>
2396
2397         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2398         New defvars.
2399         (eww-open-file): New defun.
2400         (eww-render): Initialize new variables.
2401         (eww-display-html): Handle "link" and "a".
2402         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2403         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2404         (eww-back-url): Rename from eww-previous-url.
2405         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2406         defuns.
2407
2408 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409
2410         * shr.el (shr-tag-table): Insert the images after the table, so that
2411         they're not covered by the table colourisation, which often looked
2412         awkward.
2413         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2414         <dd>.
2415         (shr-make-table-1): Implement <td colspan=> support.
2416         (shr-insert-document): Use one less than window width if `shr-width' is
2417         nil, since otherwise things may get one character too wide.
2418
2419 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2420
2421         * eww.el (eww-detect-charset): Improve regexp; move backward.
2422
2423 2013-06-18  Glenn Morris  <rgm@gnu.org>
2424
2425         * mm-decode.el (widget-convert-button): Autoload.
2426
2427         * sieve-manage.el (mm-enable-multibyte): Autoload.
2428
2429         * shr.el (libxml-parse-html-region): Declare.
2430         (shr-render-buffer): Explicit error if no libxml2 support.
2431
2432 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2433
2434         * auth-source.el (auth-source-current-line): New function.
2435         (auth-source-netrc-parse-entries): When a data token is "machine",
2436         assume we're in the wrong place and abort parsing the current line.
2437
2438 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2439
2440         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2441         (eww-convert-widgets): Don't bug out if the first widget starts at the
2442         beginning of the buffer.
2443         (eww-convert-widgets): Fix last patch.
2444         (eww-tag-input): Support <input type=image>.
2445
2446         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2447         (shr-tag-base): Protect against base specs that are degenerate.
2448         (shr-ensure-paragraph): Don't delete empty lines that have text
2449         properties, because these may be input fields.
2450
2451         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2452         we can navigate to them.
2453
2454         * shr.el (shr-colorize-region): Put the colours over the entire region.
2455         (shr-inhibit-decoration): New variable.
2456         (shr-add-font): Use it to inhibit text property decorations while doing
2457         preliminary table renderings.  This speeds up typical Wikipedia page
2458         renderings by 15%.
2459         (shr-tag-span): Don't respect the <title>, because that overwrites the
2460         help-echo from links inside the spans.
2461         (shr-next-link): Use `help-echo' for navigation, so that we can
2462         navigate to form elements, too.
2463
2464         * eww.el (eww-button): New face.
2465         (eww-convert-widgets): Use it to make submit buttons more button-like.
2466
2467         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2468         that Gnus commands work.
2469
2470         * shr.el (shr-render-td): Support horizontal alignment.
2471
2472         * eww.el (eww-put-color): Removed.
2473         (eww-colorize-region): Use `add-face-text-property'.
2474
2475         * shr.el (shr-add-font): Append face data, so that we get the correct
2476         precedence: The innermost value (which is applied first) wins.
2477         (shr-make-overlay): Obsolete function.
2478
2479         * mm-decode.el (mm-convert-shr-links): New function to convert
2480         new-style shr URL links into widgets.
2481         (mm-shr): Use it.
2482
2483         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2484         widget commands, since we're no longer using widgets for links.
2485
2486         * shr.el (shr-next-link): New command.
2487         (shr-previous-link): New command.
2488         (shr-urlify): Don't use `widget-convert', because that's slow.
2489         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2490         because collecting the overlays and reapplying them when generating
2491         tables is slow.
2492         (shr-insert-table): Ditto.
2493
2494 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2495
2496         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2497         * shr.el (browse-url): Require `url'.
2498         * eww.el (url): Require format-spec.
2499
2500 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2501
2502         * eww.el (eww-display-html): Default to using the entire window width.
2503         (eww-browse-url): Don't add a User-Agent header (twice), because that
2504         makes Bing refuse connection.
2505
2506         * shr.el (shr-make-table): Cache the table rendering at the table
2507         level, and not the <td> level.  This is a bit faster.
2508
2509         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2510         #id.
2511
2512         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2513         browsers don't.
2514         (shr-expand-url): Respect #anchor links.
2515         (shr-parse-base): Chop off the anchor before using.
2516         (shr-descend): Respect display: none.
2517         (shr-descend): Allow marking elements that have certain IDs.
2518
2519         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2520
2521         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2522
2523         * eww.el (eww-tag-textarea): Support <textarea>.
2524
2525 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2526
2527         * shr.el (shr-dom-to-xml): Fixed function call.
2528
2529         * eww.el (eww): New group.
2530         (eww-header-line-format): New custom variable.
2531         (eww-current-title): New variable.
2532         (eww-display-html): Update header and handle title tag.
2533         (eww-update-header-line-format): New function.
2534         (eww-tag-title): New function.
2535
2536         * shr.el (shr-dom-to-xml): New function.
2537         (shr-tag-svg): Add support for the SVG tag.
2538         (shr-bullet): New custom variable.
2539         (shr-tag-li): Support custom bullet in unordered lists.
2540
2541 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2542
2543         * shr.el (shr-expand-url): Respect // URLs.
2544
2545         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2546         put a background colour onto the entire buffer.
2547         (eww-render): When being redirected, use the redirect URL as the new
2548         base URL.
2549
2550         * shr.el (shr-parse-base): Fix parsing error.
2551
2552         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2553
2554         * shr.el (shr-parse-base): New function.
2555         (shr-expand-url): Use it to expand relative URLs reliably.
2556
2557 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2558
2559         * auth-source.el (auth-source-search-collection): Fix docstring.
2560         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2561         single-quoted strings and multiline entries.
2562         (auth-source-netrc-parse-next-interesting)
2563         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2564         functions to support parser.
2565
2566 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2567
2568         * eww.el (eww-submit): Get submit button logic right when hitting RET
2569         on non-submit buttons.
2570
2571         * shr.el: Remove shr-preliminary-table-render, since that can't really
2572         be used for anything in practice.
2573
2574 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2575
2576         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2577         (sieve-manage-quit).
2578
2579 2013-06-14  Glenn Morris  <rgm@gnu.org>
2580
2581         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2582
2583 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2584
2585         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2586         control the maximum size of photo ID image.
2587         (mml2015-epg-key-image-to-string): Respect it.
2588
2589 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2590
2591         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2592         instead of the final one so that we can more easily distinguish them.
2593
2594         * eww.el (eww-submit): Compute the submission URL correctly.
2595
2596 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2597
2598         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2599         Use plist-get rather than CL's getf.
2600         (sieve-manage-parse-capability): Avoid CL's remove-if.
2601
2602 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2603
2604         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2605         (sieve-manage-quit).
2606
2607 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2608
2609         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2610         last slash.
2611
2612         * eww.el (eww-tag-select): Use the first value as the default value.
2613
2614 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2615
2616         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2617         (eww-mode): Use `define-derived-mode'.
2618         (eww-parse-headers): Parse headers from beginning of buffer so that
2619         file:// links work.
2620
2621 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2622
2623         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2624
2625 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2626
2627         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2628         to handle them at all.
2629
2630 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2631
2632         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2633         work, too.
2634         (eww-tag-select): Implement <select>.
2635
2636 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2637
2638         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2639         stream managing functions by using open-protocol-stream to do most of
2640         the work.  Has the nice benefit of enabling STARTTLS.
2641         Wait for capabilities after STARTTLS: following RFC5804, the server
2642         sends new capabilities after successfully establishing a TLS connection
2643         with the client.  The client should update the cached list of
2644         capabilities, but we just ignore the answer for now.
2645         (sieve-manage-network-p, sieve-manage-network-open)
2646         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2647         (sieve-manage-forward, sieve-manage-streams)
2648         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2649         API, nor called by any other function.
2650         Enable Multibyte for SieveManage buffers: The parser won't properly
2651         handle umlauts and line endings unless multibyte is turned on in the
2652         process buffer.
2653
2654 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2655
2656         * eww.el (eww-tag-input): Support password fields.
2657         (eww-submit): Support POST.
2658
2659 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2660
2661         * eww.el (eww-tag-form): Protect against degenerate forms.
2662
2663         * shr.el (shr-expand-url): Expand URLs that start with a slash
2664         correctly.
2665
2666         * eww.el (eww-submit): Get submit button logic right.
2667
2668         * shr.el (shr-final-table-render): New variable to signal when we're
2669         doing the final table rendering so that we can collect more data at
2670         that point.
2671
2672         * eww.el (eww-submit): Make form submission work.
2673         (eww-tag-input): Implement submit buttons.
2674         (eww-click-radio): Implement radio and checkboxes.
2675         (eww-submit): Handle hidden elements.
2676
2677         * shr.el (shr-descend): Allow other packages to override (or provide)
2678         rendering of elements.
2679         (shr-expand-url): Strip query strings from URLs before expanding them.
2680
2681         * eww.el: Don't require cl-lib.
2682         (eww-tag-form): Start form support.
2683
2684         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2685
2686         * eww.el: Start writing a new, tiny web browser.
2687         (eww-previous-url): New command.
2688         (eww-quit): New command.
2689
2690 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2691
2692         * sieve.el: Put point at beginning of buffer when viewing a script.
2693         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2694         number in sieve-buffer's header.  Fixed code to also work with a string
2695         as port specifier.  Properly close the connection on pressing 'q'.  Make
2696         sieve-manage-quit close the connection and process buffer.  Also, remove
2697         duplicate keybinding for 'q'.
2698
2699 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2700
2701         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2702         make it easier to read.
2703         (mm-pkcs7-enveloped-magic): Ditto.
2704
2705 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2706
2707         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2708         before `image-type-available-p' to avoid loading the image libraries
2709         needlessly.
2710
2711 2013-06-05  David Engster  <deng@randomsample.de>
2712
2713         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2714         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2715         to see whether the group was synced before.
2716
2717 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2718
2719         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2720         when opening the connection.
2721         Suggested by João Távora <joaotavora@gmail.com> in
2722         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2723
2724 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2727         assume Date header begins with "Date", that may be customized into
2728         something like "X-Sent" using gnus-article-time-format.
2729         (article-transform-date): Allow multi-line Date header.
2730
2731 2013-06-02  David Engster  <deng@randomsample.de>
2732
2733         * registry.el (initialize-instance, registry-lookup)
2734         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2735         (registry-lookup-secondary-value, registry-search, registry-delete)
2736         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2737         not wrap methods in `eval-and-compile'.  This breaks due to latest
2738         changes in EIEIO (introduction of eieio-core.el).
2739
2740 2013-05-30  Glenn Morris  <rgm@gnu.org>
2741
2742         * nnmail.el (nnmail-fancy-expiry-target):
2743         Also bind mail-dont-reply-to-names.
2744
2745         * spam-stat.el (spam-stat-save):
2746         No need to tweak font-lock in temp buffers.
2747
2748         * shr.el (shr-put-image): Silence compiler.
2749
2750 2013-05-29  Glenn Morris  <rgm@gnu.org>
2751
2752         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2753
2754         * gnus-group.el (gnus-sequence-of-unread-articles)
2755         (gnus-summary-add-mark, gnus-mark-article-as-read)
2756         (gnus-group-make-articles-read): Declare.
2757
2758         * gnus-sum.el (gnus-parameter-list-identifier)
2759         (gnus-article-stop-animations, gnus-stop-downloads)
2760         (gnus-article-only-boring-p, article-goto-body)
2761         (gnus-flush-original-article-buffer, article-narrow-to-head)
2762         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2763         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2764
2765         * gnus.el: No need to eval-and-compile autoloads.
2766
2767         * gravatar.el (help-function-arglist): Autoload.
2768
2769         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2770
2771         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2772
2773         * spam.el: No need to load spam-report when compiling.
2774         No need to eval-and-compile autoloads.
2775         (spam-report-resend-to): Declare.
2776         (spam-report-resend-register-routine): Require 'spam-report.
2777
2778 2013-05-24  Julien Danjou  <julien@danjou.info>
2779
2780         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2781         setup.
2782
2783 2013-05-23  Glenn Morris  <rgm@gnu.org>
2784
2785         * gnus-util.el (rmail-swap-buffers-maybe)
2786         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2787         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2788         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2789
2790         * mm-decode.el: No need to load term when compiling.
2791         (term-mode, term-char-mode): Declare.
2792
2793         * mm-util.el: No need to load jka-compr when compiling.
2794         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2795
2796         * nnmaildir.el: Require is automatically eval-and-compile.
2797         (nnmail): Require at run-time too.
2798
2799         * registry.el (registry-size): Move definition before use.
2800
2801 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2802
2803         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2804         signed data to conform the standard.  (Bug#14232)
2805
2806 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2807
2808         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2809         double angle quotation mark.
2810
2811 2013-05-20  Glenn Morris  <rgm@gnu.org>
2812
2813         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2814
2815 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2816
2817         * message.el (message-insert-formatted-citation-line): handle finding
2818         first/lastname when more than 2 names appear.
2819
2820 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2821
2822         * shr.el (shr-tag-span): New function.
2823
2824 2013-05-18  Glenn Morris  <rgm@gnu.org>
2825
2826         * message.el (message-mode): Use message-mode-abbrev-table,
2827         with text-mode-abbrev-table as parent.  (Bug#14413)
2828
2829 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2830
2831         * message.el (message-expand-group): Decode group names.
2832
2833 2013-05-16  Julien Danjou  <julien@danjou.info>
2834
2835         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2836         app-icon.
2837
2838 2013-05-15  Glenn Morris  <rgm@gnu.org>
2839
2840         * shr-color.el (shr-color-visible-luminance-min)
2841         (shr-color-visible-distance-min): Use shr-color group.
2842
2843 2013-05-11  Glenn Morris  <rgm@gnu.org>
2844
2845         * gnus-vm.el: Make it loadable without VM.
2846         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2847         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2848
2849 2013-05-09  Glenn Morris  <rgm@gnu.org>
2850
2851         * mml1991.el: Make it loadable.  (Bug#13456)
2852
2853         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2854         * gnus-async.el (gnus-async-post-fetch-function):
2855         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2856         * gnus-html.el (gnus-html-image-cache-ttl):
2857         * gnus-notifications.el (gnus-notifications-timeout):
2858         * gnus-picon.el (gnus-picon-properties):
2859         * gnus-util.el (gnus-completion-styles):
2860         * gnus.el (gnus-other-frame-resume-function):
2861         * message.el (message-user-organization-file)
2862         (message-cite-reply-position):
2863         * nnir.el (nnir-summary-line-format)
2864         (nnir-retrieve-headers-override-function):
2865         * shr-color.el (shr-color-visible-luminance-min):
2866         * shr.el (shr-blocked-images):
2867         * spam-report.el (spam-report-resend-to):
2868         * spam.el (spam-summary-exit-behavior): Fix custom types.
2869
2870         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2871
2872 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2873
2874         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2875         because of let-binding help-xref-following.  (Bug#14356)
2876
2877 2013-05-06  Glenn Morris  <rgm@gnu.org>
2878
2879         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2880
2881 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2882
2883         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2884         entering into the registry.
2885
2886 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2887
2888         * gnus.el: Ma Gnus v0.7 is released.
2889
2890 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2891
2892         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2893         (Bug#14304)
2894
2895 2013-04-27  Glenn Morris  <rgm@gnu.org>
2896
2897         * gnus.el (gnus-list-debbugs):
2898         Use require rather than autoload.  (Bug#14262)
2899
2900 2013-04-27  Julien Danjou  <julien@danjou.info>
2901
2902         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2903         port to "sieve" now that it has an official IANA port assigned.
2904
2905 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2908         Don't set the MAILHOST environment variable permanently (Bug#14271).
2909
2910 2013-04-26  Glenn Morris  <rgm@gnu.org>
2911
2912         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2913
2914 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2915
2916         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2917         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2918
2919 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2920
2921         * nnir.el (nnir-close-group): Make sure we are in the right group.
2922
2923         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2924         dependency table from all newly retrieved headers.
2925
2926 2013-04-16  David Edmondson  <dme@dme.org>
2927
2928         Support <img src="data:...">.
2929
2930         * shr.el (shr-image-from-data): New function.
2931         (shr-tag-img): Use it.
2932
2933 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2934
2935         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2936         group.
2937
2938 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2941         corresponding to any existing group (Bug#14166).
2942
2943 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2944
2945         * nnir.el (number-sequence): No longer used.
2946         (nnir-request-set-mark): New function.
2947         (nnir-request-update-info): Improve marks updating.
2948         (nnir-request-scan): Don't duplicate marks updating.
2949         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2950         Use 'assq rather than 'assoc.  Quote anonymous function.
2951         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2952         Use 'gnus-group-prefixed-p.
2953         (gnus-summary-create-nnir-group): Make sure server for method is open.
2954
2955 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2956
2957         * nnir.el (gnus-nnir-group-p): New function.
2958         (nnir-possibly-change-group): Use it.
2959
2960         * gnus-msg.el (gnus-setup-message): Use it.
2961
2962 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2963
2964         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2965         `initial-input' for the argument name.
2966         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2967
2968 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2969
2970         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2971         (used by MH-E).
2972
2973 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2974
2975         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2976         group.
2977
2978         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2979         fix compilation.
2980
2981 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2982
2983         * nnir.el (nnir-method-default-engines): And another typo.
2984
2985 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2986
2987         * nnir.el (nnir-method-default-engines): Fix typo.
2988
2989 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2990
2991         * nnir.el: Define 'number-sequence for xemacs.
2992         (gnus-summary-create-nnir-group): New function to create an nnir group
2993         from an nnir summary buffer based on the current query.
2994         (nnir-request-create-group): Update to allow nnir group creation based
2995         on the current query.
2996
2997 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2998
2999         * nndraft.el (nndraft-request-expire-articles):
3000         Make expiry target always `delete'.
3001
3002 2013-03-27  Andrew Cohen  <cohen@bu.edu>
3003
3004         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
3005         buffer use the posting-style and gcc of the original article group.
3006         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
3007
3008         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
3009         after other deffoos.
3010
3011 2013-03-25  Andrew Cohen  <cohen@bu.edu>
3012
3013         * nnir.el: Major rewrite.  Cleaner separation between searches and group
3014         management.  Marks are now shown in nnir summary buffers.  Rudimentary
3015         support for real (i.e. not ephemeral) nnir groups.
3016         (gnus-summary-make-nnir-group): New function for initiating searches
3017         from a summary buffer.
3018
3019 2013-03-18  Sam Steingold  <sds@gnu.org>
3020
3021         * message.el (message-bury): Minor cleanup.
3022
3023 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
3024
3025         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
3026
3027 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3028
3029         * nndir.el (nndir-request-list): Remove 2nd argument passed to
3030         nnml-request-list.  (Bug#13873)
3031         (nndir-request-newsgroups): Remove, unused.
3032
3033         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
3034
3035 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3036
3037         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
3038         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
3039         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
3040
3041 2013-03-03  Ted Phelps  <phelps@gnusto.com>
3042
3043         * shr.el: Make all the overlays set the `evaporate' property so that
3044         they're removed properly.
3045
3046 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
3047
3048         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
3049         shell-quote-argument.
3050
3051 2013-02-22  David Engster  <deng@randomsample.de>
3052
3053         * gnus-registry.el (gnus-registry-save): Provide class name when
3054         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
3055         `condition-case' to stay compatible with older EIEIO versions which
3056         only accept one argument.
3057
3058 2013-02-17  Daiki Ueno  <ueno@gnu.org>
3059
3060         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
3061         (epg-user-id-validity): Autoload.
3062         (mml2015-epg-check-user-id): New function.
3063         (mml2015-epg-check-sub-key): New function split from
3064         mml2015-epg-find-usable-key.
3065         (mml2015-epg-find-usable-key): Accept context, name, usage, and
3066         optional name-is-key-id, to handle the case when user-id is unusable.
3067         Reported by Łukasz Stelmach <stlman@poczta.fm>.
3068
3069 2013-02-17  Glenn Morris  <rgm@gnu.org>
3070
3071         * shr.el (shr-put-image): Use image-multi-frame-p if available.
3072
3073 2013-02-16  Glenn Morris  <rgm@gnu.org>
3074
3075         * shr.el (shr-put-image): Only animate images that specify a delay.
3076         This is consistent with the old image-animated-p behavior.
3077
3078 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3079
3080         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
3081         for XEmacs.
3082
3083 2013-02-13  Juri Linkov  <juri@jurta.org>
3084
3085         * gnus-art.el (gnus-article-mode-map):
3086         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
3087         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3088
3089 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
3090
3091         * auth-source.el (auth-source-format-prompt): Don't get confused by
3092         any "\" in replacement text.  (Bug#13637)
3093
3094 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
3095
3096         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
3097         (gnus-backend-trace): Honour gnus-backend-trace.
3098
3099         * mml.el (mml-insert-part): Insert closing tag.
3100
3101         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
3102
3103 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3104
3105         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
3106         able to find the article, which can happen in debbugs groups,
3107         apparently.
3108
3109 2013-01-16  Glenn Morris  <rgm@gnu.org>
3110
3111         * smiley.el (smiley-style): Make the file loadable in batch mode.
3112
3113 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3114
3115         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
3116         imap process running.
3117
3118 2013-01-14  Julien Danjou  <julien@danjou.info>
3119
3120         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
3121         Compare addresses against addresses, not against the full From field.
3122
3123 2013-01-13  Richard Stallman  <rms@gnu.org>
3124
3125         * message.el (message-forward-make-body-mime): New args BEG, END
3126         specify what part of FORWARD-BUFFER to use.  Do the work directly
3127         instead of calling `mml-insert-buffer'.
3128
3129 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3130
3131         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
3132         cross-reference(s).
3133
3134         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
3135         cross-reference(s).
3136
3137 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3138
3139         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
3140         and point-max-marker.
3141         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
3142
3143 2013-01-11  Julien Danjou  <julien@danjou.info>
3144
3145         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3146         max are almost equal.  Also return the correct value for V which is
3147         already between 0 and 1.
3148
3149 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
3150
3151         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
3152         to mml2015-encrypt-to-self.
3153         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
3154
3155 2013-01-09  Daiki Ueno  <ueno@gnu.org>
3156
3157         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
3158         mml-smime-epg-find-usable-secret-key.
3159
3160 2013-01-08  Glenn Morris  <rgm@gnu.org>
3161
3162         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
3163
3164 2013-01-07  Daiki Ueno  <ueno@gnu.org>
3165
3166         * mml-smime.el: Support signing by sender.
3167         Requested by Uwe Brauer.
3168         (mml-smime-sign-with-sender): New user option analogous
3169         to mml2015-sign-with-sender.
3170         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
3171         (mml-smime-epg-find-usable-secret-key): New helper function copied from
3172         mml2015.el.
3173
3174 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3175
3176         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
3177         isn't running, because Gnus will probably not know how to handle the
3178         Gcc header (bug#11941).
3179
3180         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
3181         articles.
3182
3183 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3184
3185         * nnfolder.el (nnfolder-recursive-directory-files): New function.
3186         (nnfolder-generate-active-file): Make this function work with recursive
3187         folder names.
3188
3189 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3190
3191         * nntp.el (nntp-open-connection): Use HELP as the capability command
3192         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
3193         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
3194
3195 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
3196
3197         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
3198         place holder since this gives `Invalid face reference: nil' messages.
3199         Use the `default' face instead.  It has the same effect here, even
3200         though it is not no-op.
3201
3202         * gnus-util.el
3203         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
3204
3205 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3206
3207         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3208         non-string posting styles (bug#13285).
3209
3210 2012-12-27  Glenn Morris  <rgm@gnu.org>
3211
3212         * plstore.el (plstore-passphrase-callback-function):
3213         Use plstore-get-file.
3214
3215 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3216
3217         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3218         stderr.
3219
3220 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3221
3222         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3223
3224         * gnus-compat.el (set-buffer-multibyte): Remove.
3225
3226 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3227
3228         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3229         temporary file to get PGP key image.  Pass no-show-photos when
3230         extracting image to avoid having it pop up twice.
3231
3232 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3233
3234         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3235         eligible for treatment.
3236
3237         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3238         lines.  This makes summary commands with hidden threads work more
3239         reliably.
3240
3241         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3242         button to mark the hidden citations (bug#9395).
3243
3244 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3245
3246         * mml2015.el (mml2015-epg-signature-to-string): New function.
3247         (mml2015-epg-verify-result-to-string): New function.
3248         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3249         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3250         instead of epg-verify-result-to-string.
3251         (epg-signature-key-id, epg-signature-to-string): Autoload.
3252         (epg-verify-result-to-string): Remove autoload.
3253
3254 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3255
3256         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3257         ID image from GPG public key.
3258         (mml2015-epg-key-image-to-string): New function.
3259
3260 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3261
3262         * plstore.el (plstore-passphrase-callback-function): Fix error when
3263         error when plstore-cache-passphrase-for-symmetric-encryption is set
3264         (bug#13264).
3265
3266 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3267
3268         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3269         buffer to the article buffer here, because that clobbers multiple
3270         article buffers.
3271
3272         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3273         buffer always points to the right summary buffer.
3274
3275 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3276
3277         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3278         the password (bug#12097).
3279
3280 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3281
3282         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3283         (bug#13263).
3284
3285         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3286         buffer exists before using it (bug#12475).
3287
3288         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3289         offline groups (bug#11937).
3290
3291         * message.el (message-yank-original): When using customize to set the
3292         value of `message-cite-style', the variable it set to a symbol that's
3293         the name of the variable, which must then be dereferenced (bug#12616).
3294
3295 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3296
3297         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3298         the `face' property with a list whose car is the face specified in the
3299         format string and whose cdr is (nil).
3300         * lisp/gnus-util.el
3301         (gnus-put-text-property-excluding-characters-with-faces):
3302         Change accordingly.
3303         (gnus-get-text-property-excluding-characters-with-faces): New function.
3304         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3305         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3306         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3307
3308 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3309
3310         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3311         login methods.
3312         (nnimap-login): Respect the `nnimap-authenticator' variable.
3313
3314         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3315         mark state when moving articles.  Otherwise unticked articles will get
3316         their ticks back after moving.
3317
3318 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3319
3320         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3321
3322         * message.el (message-ignored-news-headers): Always remove
3323         X-Message-SMTP-Method to avoid information leakage if the user
3324         mistakenly inserts the header into news messages.
3325
3326         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3327
3328         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3329         right than four characters, this command would move point to
3330         `point-max'.  Don't do that.
3331
3332         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3333         to nil to allow re-selecting groups that gain articles.
3334         (gnus-bug-group-download-format-alist): Update the URL.
3335
3336 2012-12-23  Andreas Schwab  <schwab@suse.de>
3337
3338         * shr.el (shr-tag-em): Render em as italic, not bold.
3339
3340 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3341
3342         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3343         for reuse.
3344         (gnus-open-server): Use it to add more tracing.
3345         (gnus-finish-retrieve-group-infos): Add backend tracing.
3346         (gnus-backend-trace): Also note the elapsed seconds.
3347
3348 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3349
3350         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3351         Set epa-file-encrypt-to from variable to avoid querying.
3352
3353 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3354
3355         * sieve-mode.el (sieve-font-lock-keywords):
3356         Keywords should be word delimited.  (Bug#13173)
3357
3358 2012-12-13  Andreas Schwab  <schwab@suse.de>
3359
3360         * tls.el (tls-program): Update customize type.
3361
3362 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3363
3364         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3365         instead of <pre> to align message header.
3366
3367 2012-12-12  Sam Steingold  <sds@gnu.org>
3368
3369         * gnus.el (gnus-other-frame-resume-function): Add user option.
3370         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3371
3372 2012-12-06  Sam Steingold  <sds@gnu.org>
3373
3374         * gnus-start.el (gnus-before-resume-hook): Add.
3375         (gnus-1): Run it when Gnus is alive.
3376
3377 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3378
3379         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3380         * gnus-art.el (article-unsplit-urls)
3381         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3382         * gnus-registry.el (gnus-registry-get-article-marks)
3383         * message.el (message-goto-body): Use it.
3384         (message-called-interactively-p): Remove.
3385
3386         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3387         (spam-stat-score-buffer): Use it.
3388
3389         * spam.el: Silence the warnings against BBDB functions when compiling.
3390
3391         * gnus-score.el (gnus-score-decode-text-parts):
3392         Use append+mapcar instead of the cl function mapcan.
3393
3394 2012-12-05  Sam Steingold  <sds@gnu.org>
3395
3396         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3397         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3398         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3399
3400 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * gmm-utils.el (gmm-called-interactively-p): Revert.
3403         This seems to cause Emacs to get stuck!
3404         * gnus-art.el (article-unsplit-urls)
3405         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3406         * gnus-registry.el (gnus-registry-get-article-marks)
3407         * message.el (message-goto-body)
3408         (message-called-interactively-p): Revert.
3409
3410         * gmm-utils.el (gmm-called-interactively-p): New function.
3411         * gnus-art.el (article-unsplit-urls)
3412         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3413         * gnus-registry.el (gnus-registry-get-article-marks)
3414         * message.el (message-goto-body): Use it.
3415         (message-called-interactively-p): Remove.
3416
3417         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3418         * gnus-sync.el (gnus-sync-lesync-call)
3419         * message.el (message-read-from-minibuffer): Use it.
3420
3421 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * gmm-utils.el (gmm-flet): Remove.
3424         * gnus-sync.el (gnus-sync-lesync-call)
3425         * message.el (message-read-from-minibuffer): Don't use it.
3426
3427 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3428
3429         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3430
3431 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3432
3433         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3434
3435         * gnus-sync.el (gnus-sync-lesync-call)
3436         * message.el (message-read-from-minibuffer): Use gmm-flet.
3437
3438         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3439
3440         * gnus-util.el (gnus-macroexpand-all): Remove.
3441
3442 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3443
3444         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3445         to TAB, not [tab].
3446         (gnus-summary-article-map): Likewise.
3447
3448         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3449         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3450
3451 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3452
3453         * time-date.el: Commentary fix.
3454
3455 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3456
3457         * color.el: Don't require cl.
3458         (color-complement): `caddr' -> `nth 2'.
3459
3460         * time-date.el (time-to-seconds): De-obsolete.
3461
3462 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * message.el (message-get-reply-headers):
3465         Make sure the reply goes to the author if it is a wide reply.
3466
3467 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3468
3469         * gnus-score.el (gnus-score-body):
3470         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3471         scoring by body.
3472
3473 2012-11-16  Glenn Morris  <rgm@gnu.org>
3474
3475         * gnus-diary.el (nndiary-request-create-group-functions)
3476         (nndiary-request-update-info-functions)
3477         (gnus-subscribe-newsgroup-functions)
3478         (nndiary-request-accept-article-functions):
3479         Use new names for hooks rather than obsolete aliases.
3480
3481 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3484
3485 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3486
3487         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3488         in meta tag with the one the part specifies in its header.
3489
3490 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3491
3492         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3493         by default.
3494
3495 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3496
3497         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3498         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3499
3500 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3501
3502         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3503         and a runtime function for it, of which the XEmacs version takes only
3504         two arguments.
3505
3506 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3507
3508         * nndiary.el (nndiary-request-create-group-functions)
3509         (nndiary-request-update-info-functions)
3510         (nndiary-request-accept-article-functions):
3511         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3512         "-hooks" suffix.
3513
3514 2012-10-19  Julien Danjou  <julien@danjou.info>
3515
3516         * gnus-art.el: Require gnus-util because it uses
3517         `gnus-timer--function'.
3518
3519 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3520
3521         * starttls.el (starttls-extra-arguments): Doc fix.
3522
3523 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3526         it.
3527
3528 2012-10-06  Glenn Morris  <rgm@gnu.org>
3529
3530         * gnus-notifications.el (gnus-notifications):
3531         Add missing group :version tag.
3532         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3533         (gnus-gcc-post-body-encode-hook):
3534         * gnus-sync.el (gnus-sync-lesync-name)
3535         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3536
3537 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3538
3539         * color.el (color-hsl-to-rgb): Fix incorrect results for
3540         small and large hue values.  (Bug#12559)
3541
3542 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         New UIDL implementation.
3545
3546         * mail-source.el (mail-sources, mail-source-keyword-map):
3547         Add :leave as a pop3 keyword.
3548         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3549
3550         * pop3.el (pop3-leave-mail-on-server): Allow number.
3551         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3552         (pop3-movemail): Add UIDL support.
3553         (pop3-send-streaming-command): Take a list of mail numbers instead of
3554         the number of mails.
3555         (pop3-write-to-file): Add X-UIDL header.
3556         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3557         (pop3-uidl-add-xheader): New functions.
3558
3559         * message.el (message-ignored-resent-headers):
3560         Add X-Content-Length and X-UIDL headers.
3561
3562 2012-10-05  Glenn Morris  <rgm@gnu.org>
3563
3564         * color.el (color-name-to-rgb, color-rgb-to-hex)
3565         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3566         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3567         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3568         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3569
3570 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3573         a user about whether to delete temp files if once a user answered as n.
3574
3575 2012-09-25  Chong Yidong  <cyd@gnu.org>
3576
3577         * password-cache.el (password-read-and-add): Use a declare form to mark
3578         this function obsolete.
3579
3580 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3581
3582         * lpath.el: Bind mail-encode-mml for old Emacsen.
3583
3584 2012-09-17  Richard Stallman  <rms@gnu.org>
3585
3586         * message.el (message-in-body-p): Don't set mark or modify buffer.
3587
3588         * mml.el (mml-attach-file): Doc fix.
3589         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3590         Set mail-encode-mml when in Mail mode.
3591         Simplify code to set HEAD and move back to HEAD.
3592         (mml-insert-multipart, mml-insert-part):
3593         Set mail-encode-mml when in Mail mode.
3594
3595 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * gnus-util.el (gnus-timer--function): New function.
3598
3599         * gnus-art.el (gnus-article-stop-animations): Use it.
3600
3601 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3602
3603         Fix glitches caused by addition of psec to timers.
3604         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3605         rather than raw access to timer vector.
3606
3607 2012-09-11  Julien Danjou  <julien@danjou.info>
3608
3609         * gnus-notifications.el (gnus-notifications): Check for nil values in
3610         ignored addresses check.
3611
3612 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3613
3614         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3615
3616 2012-09-07  Chong Yidong  <cyd@gnu.org>
3617
3618         * gnus-util.el
3619         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3620
3621         * gnus-salt.el (gnus-tree-highlight-node):
3622         * gnus-sum.el (gnus-summary-highlight-line):
3623         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3624
3625 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3626
3627         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3628
3629 2012-09-06  Juri Linkov  <juri@jurta.org>
3630
3631         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3632         scheme for buffer names to be more consistent with other group and
3633         article buffer names in Gnus.
3634
3635 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3636
3637         * gnus-util.el
3638         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3639
3640         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3641         Jenkner.
3642
3643         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3644
3645         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3646
3647         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3648
3649 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3650
3651         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3652         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3653
3654         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3655         string-prefix-p in Emacs >=23.2.
3656
3657         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3658         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3659         instead of string-match-p.
3660         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3661
3662 2012-09-06  Kenichi Handa  <handa@gnu.org>
3663
3664         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3665         lowercase a..f.
3666
3667 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3668
3669         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3670
3671 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3672
3673         * nnimap.el (nnimap-request-move-article): Decode the group name when
3674         doing internal moves to avoid charset issues.
3675
3676         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3677         TIME is set.
3678
3679 2012-09-05  Juri Linkov  <juri@jurta.org>
3680
3681         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3682         than one group at a time (bug#11961).
3683
3684 2012-09-05  Julien Danjou  <julien@danjou.info>
3685
3686         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3687         this hide the real reason with a message giving absolutely no hint.
3688
3689 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3690
3691         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3692         to the backend (bug#11804).
3693
3694         * message.el (message-insert-newsgroups): Don't insert newsgroup
3695         duplicates (bug#12275).
3696
3697 2012-09-05  John Wiegley  <johnw@newartisans.com>
3698
3699         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3700         sieve rules.
3701
3702 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3703
3704         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3705         function.
3706
3707         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3708
3709         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3710
3711 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3712
3713         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3714         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3715         This should make nnmaildir more usable with offlineimap.
3716
3717 2012-09-05  Julien Danjou  <julien@danjou.info>
3718
3719         * nnimap.el (nnimap-request-list): Revert change that made listing
3720         synchronous.
3721         (nnimap-get-responses): Restore.
3722
3723 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3724
3725         * dgnushack.el: XEmacs 21.5 compilation fix.
3726
3727         * gnus-notifications.el (gnus-notifications-notify): Use it.
3728
3729         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3730         warnings on XEmacs.
3731
3732 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3733
3734         Better seeds for (random).
3735         * gnus-sync.el (gnus-sync-lesync-setup):
3736         * message.el (message-canlock-generate, message-unique-id):
3737         Change (random t) to (random), now that the latter is more random.
3738
3739 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3740
3741         * nnimap.el (nnimap-change-group): Document result value
3742
3743         * auth-source.el (auth-sources): Fix macos keychain access.
3744
3745         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3746         allow the backend `request-head' function to determine the group
3747         name on its own.
3748         (gnus-request-expire-articles): Filter out negative article numbers
3749         during expiry (Bug#11980).
3750
3751         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3752         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3753
3754         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3755         you've found the article when you haven't.
3756
3757         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3758         that nnimap-change-group can return t.
3759
3760 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3761
3762         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3763
3764 2012-08-30  Julien Danjou  <julien@danjou.info>
3765
3766         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3767         `gnus-notifications-timeout'.
3768         (gnus-notifications-timeout): Add.
3769         (gnus-notifications-action): New function.
3770         (gnus-notifications-notify): Add :action using
3771         `gnus-notifications-action'.
3772         (gnus-notifications-id-to-msg): New variable.
3773         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3774         notifications id to messages.
3775
3776 2012-08-30  Kenichi Handa  <handa@gnu.org>
3777
3778         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3779         once.
3780
3781 2012-08-29  Julien Danjou  <julien@danjou.info>
3782
3783         * gnus-notifications.el: New file.
3784         (gnus-notifications-notify): New function.
3785         (gnus-notifications): Use `gnus-notifications-notify'.
3786
3787 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3788
3789         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3790         transfer encoding first; bind gnus-newsgroup-charset to the charset
3791         that the article specifies (Bug#12209).
3792
3793 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3794
3795         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3796         (gnus-group-customize-done): Encode values posting-style holds.
3797
3798         * gnus-msg.el (gnus-summary-resend-message)
3799         (gnus-configure-posting-styles): Decode values posting-style group
3800         parameter holds.
3801
3802 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3803
3804         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3805         `name' and `address' in Resent-From header.
3806
3807 2012-08-14  Chong Yidong  <cyd@gnu.org>
3808
3809         * gnus-art.el (article-display-face): Handle failure in
3810         gnus-create-image (Bug#11802).
3811
3812 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3813
3814         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3815         Use defsetf.
3816
3817 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3818
3819         * auth-source.el (auth-source-plstore-search)
3820         (auth-source-secrets-search): Ignore :require and :type in search spec.
3821
3822 2012-08-06  Julien Danjou  <julien@danjou.info>
3823
3824         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3825         `nnimap-request-move-article'.
3826
3827         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3828         Remove autoload, already handled by gnus.el.
3829
3830         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3831
3832         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3833         supported by nnimap actually.  Reverts previous change.
3834
3835         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3836         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3837         to-buffer argument that is already supported.
3838
3839 2012-08-05  Julien Danjou  <julien@danjou.info>
3840
3841         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3842         Add autoload.
3843
3844 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3845
3846         * gnus.el (gnus-valid-select-methods): Fix custom type.
3847
3848 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3849
3850         * auth-source.el (auth-sources, auth-source-backend-parse)
3851         (auth-source-macos-keychain-search)
3852         (auth-source-macos-keychain-search-items)
3853         (auth-source-macos-keychain-result-append)
3854         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3855         auth-source.el through the /usr/bin/security utility.
3856         (auth-sources): Fix syntax error.
3857         (auth-source-macos-keychain-result-append): Fix variable name.
3858         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3859
3860 2012-07-27  Julien Danjou  <julien@danjou.info>
3861
3862         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3863         Emacs < 24.1
3864
3865 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * message.el (message-kill-address): Don't kill last newline.
3868         (message-skip-to-next-address): Don't move to the next header.
3869         (message-fill-field-address): Work properly.
3870
3871 2012-07-25  Julien Danjou  <julien@danjou.info>
3872
3873         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3874
3875 2012-07-24  Julien Danjou  <julien@danjou.info>
3876
3877         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3878
3879         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3880         (nntp-async-timer-handler): Remove, unused.
3881
3882         * nnimap.el (nnimap-get-responses): Remove, unused.
3883
3884         * nnheader.el (mail-header-set-extra): Remove, unused.
3885
3886         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3887         unused.
3888
3889         * mm-view.el (mm-view-sound-file): Remove, unused.
3890
3891         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3892         (mm-url-encode-multipart-form-data): Remove, unused.
3893
3894         * message.el (message-remove-signature, message-make-host-name)
3895         (message-fill-address): Remove, unused.
3896
3897         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3898         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3899         unused.
3900
3901         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3902         (gnus-xmas-call-region): Remove, unused.
3903
3904         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3905
3906         * gnus-util.el (gnus-extract-address-component-name)
3907         (gnus-extract-address-component-email, gnus-sortable-date)
3908         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3909         (gnus-process-live-p): Remove, unused.
3910
3911         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3912
3913         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3914         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3915         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3916         function.
3917
3918         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3919
3920         * gnus-score.el (gnus-summary-score-crossposting)
3921         (gnus-score-regexp-bad-p): Remove, unused.
3922
3923         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3924
3925         * gnus-range.el (gnus-sublist-p): Remove, unused.
3926
3927         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3928         unused.
3929
3930         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3931
3932         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3933         (gnus-request-associate-buffer): Remove, unused.
3934
3935         * gnus-group.el (gnus-group-set-method-info)
3936         (gnus-group-set-params-info): Remove, unused.
3937
3938         * gnus-fun.el (gnus-shell-command-to-string)
3939         (gnus-shell-command-on-region): Remove, unused.
3940
3941         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3942
3943         * gnus-art.el (gnus-article-text-type-exists-p)
3944         (article-translate-characters, gnus-article-hide-text-of-type)
3945         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3946         Remove, unused.
3947
3948 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3949
3950         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3951
3952 2012-07-21  Julien Danjou  <julien@danjou.info>
3953
3954         * message.el (message-dont-reply-to-names): Replace deprecated
3955         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3956         (message-get-reply-headers): Ditto.
3957
3958 2012-07-18  Julien Danjou  <julien@danjou.info>
3959
3960         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3961         `sieve-upload-and-kill'.
3962
3963         * sieve.el (sieve-bury-buffer): Remove function.
3964         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3965         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3966
3967 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3968
3969         * shr.el (shr-expand-url): Handle URL starting with `//'.
3970
3971 2012-07-13  Chong Yidong  <cyd@gnu.org>
3972
3973         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3974         instead of calling toggle-read-only with a (bogus) argument.
3975
3976 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3977
3978         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3979         of initial input when reading the author to restrict the summary to.
3980
3981 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3982
3983         * mm-decode.el (mm-shr):
3984         Allow overriding charset by mm-charset-override-alist.
3985
3986 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3987
3988         * gnus-art.el (gnus-article-view-part):
3989         Toggle subparts of multipart/alternative part.
3990
3991 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3992
3993         * shr.el (shr-render-buffer): New command.
3994         (shr-visit-file): Use it.
3995
3996 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3997
3998         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3999         Set no-byte-compile and no-update-autoloads.
4000
4001 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
4004
4005 2012-06-25  Julien Danjou  <julien@danjou.info>
4006
4007         * nnimap.el (nnimap-request-articles-find-limit): Rename from
4008         `nnimap-request-move-articles-find-limit' since we do not use it only
4009         for move operations.
4010         (nnimap-request-accept-article): Use
4011         `nnimap-request-articles-find-limit' to limit search by message-id.
4012
4013 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4014
4015         Support higher-resolution time stamps (Bug#9000).
4016
4017         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
4018         VARLIST.  It's optional, for backward compatibility.
4019         (encode-time-value): New optional arg PICO.  New type 3.
4020         (time-to-seconds) [!float-time]: Support the new picoseconds
4021         component if it's used.
4022         (seconds-to-time, time-subtract, time-add):
4023         Support ps-resolution time stamps as well.
4024
4025 2012-06-19  Julien Danjou  <julien@danjou.info>
4026
4027         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
4028
4029         * nnimap.el (nnimap-log-buffer): Check that
4030         `window-point-insertion-type' is boundp, since it's not available in
4031         XEmacs.
4032
4033 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4034
4035         * nnimap.el (nnimap-log-buffer): Add this, setting
4036         `window-point-insertion-type' in the buffer to t.
4037         (nnimap-log-command): Use nnimap-log-buffer.
4038
4039 2012-06-19  Julien Danjou  <julien@danjou.info>
4040
4041         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
4042         argument to be able to limit the search.
4043         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
4044         (nnimap-request-move-articles-find-limit): Add this to limit the search
4045         by Message-Id after a message move.
4046         (nnimap): Add defgroup.
4047
4048 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4049
4050         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
4051
4052 2012-06-15  Julien Danjou  <julien@danjou.info>
4053
4054         * nnimap.el (nnimap-find-article-by-message-id): Use
4055         `nnimap-possibly-change-group' rather than its own EXAMINE call.
4056         (nnimap-possibly-change-group): Add read-only argument.
4057         (nnimap-request-list): Use nnimap-possibly-change-group rather than
4058         issuing EXAMINE manually.
4059         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
4060         with read-only argument.
4061         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
4062         cannot possibly change because we need to be sure that it's either
4063         read-write or read-only.
4064
4065 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4066
4067         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
4068         being bound to a lambda form.
4069
4070 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
4071
4072         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
4073         articles when fetch-old is non-nil (bug#11370).
4074
4075 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
4076
4077         * gnus-picon.el (gnus-picon-properties): New defcustom.
4078         (gnus-picon-create-glyph): Use it.
4079
4080 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4081
4082         * gnus-group.el (gnus-group-get-new-news): Respect
4083         `gnus-group-use-permanent-levels', as documented (bug#11638).
4084
4085 2012-06-10  Dave Abrahams  <dave@boostpro.com>
4086
4087         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
4088         groups (bug#11641).
4089
4090 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
4091
4092         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
4093         is an integer to avoid later problems.
4094
4095 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4096
4097         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
4098         locales.
4099
4100         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
4101         on a handle.
4102
4103         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
4104         address as the default.
4105         (gnus-summary-insert-old-articles): Don't include unexisting messages.
4106
4107         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
4108         makes no sense to query the user about internal files.
4109
4110         * gnus-spec.el: Remove all the byte-compilation stuff, since
4111         benchmarking shows that it doesn't help when entering large summary
4112         buffers.
4113
4114         * gnus-xmas.el (gnus-xmas-define): Remove.
4115
4116         * gnus-util.el (gnus-byte-code): Remove.
4117
4118         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
4119         grouplens stuff.
4120
4121 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4122
4123         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
4124         (bug#11514).
4125
4126 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
4127
4128         * message.el (message-buffers): Return all buffers derived from Message
4129         to make `gnus-dired-attach' work with mu4e.
4130
4131 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4132
4133         * nntp.el: Stop the `letf' madness.
4134         (nntp--report-1): New var.
4135         (nntp-report): Merge nntp-report-1 into it.
4136         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
4137         the nntp-report function.
4138
4139         * auth-source.el: Fix comment-style to follow the convention.
4140
4141 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
4142
4143         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
4144         (mm-dissect-singlepart): Don't guess the MIME type of
4145         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
4146         set.
4147         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
4148         toplevel MIME type is multipart/encrypted.
4149
4150 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4153         a string so that Gcc works (bug#11514).
4154
4155 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4156
4157         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
4158         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
4159
4160 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4161
4162         * gnus-win.el (gnus-configure-frame): Don't signal an error when
4163         jumping to *Server* from a dedicated *Group* window.
4164         (gnus-configure-frame): CSE.
4165
4166         * gnus-registry.el: Minor style cleanup.
4167         (gnus-registry--set/remove-mark): New function, extracted from
4168         gnus-registry-install-shortcuts.
4169         (gnus-registry-install-shortcuts): Use it.
4170
4171 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * nnspool.el (news-path): Use eval-and-compile.
4174
4175 2012-05-24  Glenn Morris  <rgm@gnu.org>
4176
4177         * nnspool.el (news-directory, news-path, news-inews-program):
4178         Move here from paths.el.  Don't see a need for these to be autoloaded.
4179
4180         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
4181         Merge in doc from paths.el version.  Don't see any need for this to be
4182         autoloaded, or for the warning about users not setting it.
4183
4184 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
4185
4186         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
4187         format.  In particular, add an optional argument and a docstring.
4188
4189         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
4190
4191         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
4192         current before calling `gnus-groups-to-gnus-format'.
4193         Note that this was already the case for `gnus-active-to-gnus-format'.
4194
4195 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4196
4197         Fix minor Y10k bug.
4198         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
4199
4200 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4201
4202         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
4203         message once it's actually open.
4204
4205 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4206
4207         * gnus.el: Ma Gnus v0.5 is released.
4208
4209 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4210
4211         * auth-source.el (auth-source--aput-1, auth-source--aput)
4212         (auth-source--aget): New functions and macros.
4213         Use them instead of aput/aget.
4214
4215 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4216
4217         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4218
4219 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4220
4221         * plstore.el (plstore-called-interactively-p): New compat macro copied
4222         from message.el.
4223         (plstore-mode): Use it.
4224
4225 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4226
4227         * plstore.el: Revive the editing feature.
4228         (plstore-mode): New mode to edit plstore file.
4229         (plstore-mode-toggle-display, plstore-mode-original)
4230         (plstore-mode-decoded): New command.
4231         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4232         (plstore--insert-buffer, plstore--make): New function.
4233         (plstore-open, plstore-save): Simplify by using them.
4234
4235 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4236
4237         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4238
4239 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4240
4241         * tls.el (open-tls-stream): Remove unused binding.
4242
4243 2012-04-16  Glenn Morris  <rgm@gnu.org>
4244
4245         * nndraft.el (nndraft-request-list): Fix declaration.
4246
4247 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4248
4249         * mm-decode.el (mm-dissect-buffer): Doc fix.
4250
4251         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4252         don't have a current group.
4253
4254         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4255         buffer if it doesn't exist.
4256
4257         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4258         given, mark the group as ephemeral with the current window conf.
4259
4260         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4261         buffer exists, which it doesn't if we haven't started Gnus.
4262         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4263
4264 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4265
4266         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4267         type is.
4268
4269         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4270         `unexists' entries.
4271         (gnus-clean-old-newsrc): Fix last checkin.
4272
4273         * nnimap.el (nnimap-update-info): None of the articles below the active
4274         low-water mark exist.
4275
4276         * dgnushack.el: Get rid of XEmacs compilation warning.
4277
4278         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4279         would have gotten if we posted to the group, and use that to compare
4280         against the message we want to cancel (bug#10808).
4281
4282         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4283         on XEmacs.
4284
4285 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4286
4287         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4288         `scroll-margin'.
4289
4290 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4291
4292         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4293         citation prefix within a block of cited text should be considered part
4294         of that block *only* if it is a blank line.
4295
4296 2012-04-09  Chong Yidong  <cyd@gnu.org>
4297
4298         * binhex.el, hashcash.el, uudecode.el:
4299         Remove * characters from the front of variable docstrings.
4300
4301 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4302
4303         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4304         before kinsoku-bol characters nor within kinsoku-eol characters.
4305
4306 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4309         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4310         (gnus-sync-read): Use mapc instead of mapcar.
4311
4312         * mm-archive.el: Require mm-decode for some macros.
4313         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4314         the byte compiler.
4315         (mm-archive-decoders): New function that returns the value of
4316         the mm-archive-decoders variable.
4317
4318         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4319         instead.
4320         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4321
4322         * nnimap.el (gnus-refer-thread-use-nnir):
4323         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4324
4325 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4326
4327         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4328
4329 2012-03-12  Peter Münster  <pmrb@free.fr>
4330
4331         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4332         (gnus-demon-cancel): Ditto.
4333         (gnus-demon-run-callback): When function cannot be called due to low
4334         idleness, call it when idleness reaches the expected value, instead of
4335         waiting another timer period.
4336         (gnus-demon-init): Add `time' to arguments of call-back.
4337
4338 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4339
4340         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4341
4342         * gnus.el: Register gnus-registry functions.
4343
4344         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4345         indent.
4346
4347         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4348         enabled before warping.
4349
4350 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4351
4352         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4353         registry about each article retrieved.
4354
4355         * gnus-int.el (gnus-select-group-with-message-id): New function.
4356         (gnus-try-warping-via-registry): Ditto.
4357         (gnus-warp-to-article): Fall back on the registry.
4358
4359 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4360
4361         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4362         inboxes.
4363
4364 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4365
4366         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4367
4368 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4371         gnus-gcc-self-resent-messages may be a group parameter.
4372         (gnus-summary-resend-message): Don't encode encoded words in header
4373         when Gcc'ing resent message.
4374
4375 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4376
4377         * shr.el (shr-insert): Treat non-breaking space just like normal
4378         space.  This seems to produce more pleasing results.
4379         (shr-insert): Only insert a blank line if we're starting from an image.
4380         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4381         (shr-ensure-paragraph): Consider lines with white space to be blank.
4382
4383 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4384
4385         * Makefile.in: Respect DESTDIR.
4386
4387 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4388
4389         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4390         and gnus-gcc-post-body-encode-hook.
4391
4392 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4393
4394         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4395         messages that don't exist.
4396
4397         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4398
4399 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4402         Remove.
4403
4404         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4405
4406         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4407
4408 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4409
4410         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4411         have a group name.
4412
4413         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4414         a multibyte buffer (bug#7410).
4415         (article-wash-html): Parse the original article buffer to get the
4416         unencoded data (bug#7410).
4417
4418         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4419         .newsrc.el files.
4420
4421 2012-04-05  Bastien Guerry  <bzg@altern.org>
4422
4423         * color.el (color-lighten-name): Fix typo.
4424
4425 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4426
4427         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4428         "#" to avoid having them interpreted as comments.
4429
4430 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4431
4432         * shr.el (shr-insert): Update the text state properly to avoid
4433         inserting spurious paragraph starts.
4434
4435 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4436
4437         * shr.el (shr-table-widths): Divide the extra width more fairly over
4438         the TDs (bug#10973).
4439         (shr-render-td): Don't delete too much padding.
4440         (shr-natural-width): Compute the natural width more correctly.
4441         (shr-insert): Allow the natural width to be computed for tables again.
4442         (shr-tag-table-1): Rework how the natural widths are computed by
4443         rendering the table a third time.
4444         (shr-natural-width): Removed.
4445         (shr-buffer-width): New function.
4446         (shr-expand-newlines): Use it.
4447
4448         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4449         using a `gnus-use-full-window' setup (bug#11013).
4450
4451 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4452
4453         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4454         24.1 release.
4455
4456 2012-03-10  David Edmondson  <dme@dme.org>
4457
4458         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4459         'Forwarded Message' header and the start of the message.
4460
4461 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4462
4463         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4464         isn't running (bug#10897).
4465
4466 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4467
4468         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4469         This is inconsistent with all the other stream functions, which leave
4470         the setting up to the higher levels (if so wanted) (bug#10931).
4471
4472 2012-02-28  Glenn Morris  <rgm@gnu.org>
4473
4474         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4475         mm-decode.el: Standardize possessive apostrophe usage.
4476
4477 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4478
4479         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4480
4481 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4482
4483         * parse-time.el (parse-time-string): Allow extractor to return nil.
4484
4485 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4488
4489 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4490
4491         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4492
4493 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4494
4495         * mm-decode.el (mm-shr): Remove "soft hyphens".
4496
4497         * nnimap.el (nnimap-request-list): Return the group names encoded as
4498         utf8.  Otherwise non-European group names don't work.
4499         (nnimap-request-newgroups): Ditto.
4500
4501         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4502         the default in `read-string' (bug#10757).
4503
4504         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4505         topics (bug#10843).
4506
4507         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4508         buffer.  Suggested by Herbert Valerio Riedel.
4509         (nnimap-request-move-article): Delete the message from the correct IMAP
4510         server.
4511
4512 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4513
4514         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4515         Reported by Peter Münster.
4516
4517 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4518
4519         * shr.el (shr-image-fetched): Make sure we really kill the right
4520         buffer.
4521
4522 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4523
4524         * gnus-start.el (gnus-1): Avoid duplicate entries.
4525
4526 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4527
4528         * imap.el: Remove.
4529
4530         * nntp.el (nntp-coding-system-for-read): Remove.
4531         (nntp-coding-system-for-write): Ditto.
4532         (nntp-open-connection): Just use `binary' directly.
4533
4534         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4535         Gnus 0.3.
4536
4537 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4538
4539         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4540         application/octet-stream parts really is.
4541
4542         * gnus-sum.el (gnus-propagate-marks): Remove.
4543
4544 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4545
4546         * shr.el (shr-rescale-image): Undo previous change; see
4547         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4548
4549 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4550
4551         * gnus.el: Ma Gnus v0.3 is released.
4552
4553 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4554
4555         * gnus-sum.el (gnus-summary-local-variables): Make
4556         `gnus-newsgroup-unexist' into a local variable.
4557
4558 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4559
4560         * registry.el (registry-usage-test, registry-persistence-test): Move to
4561         tests/gnustest-registry.el.
4562         (registry-make-testable-db, registry-match-test)
4563         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4564
4565         * gnus-registry.el (gnus-registry-misc-test)
4566         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4567
4568         * tests/gnustest-registry.el: New file with the registry and
4569         gnus-registry ERT tests.
4570
4571 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4572
4573         * gnus-msg.el (gnus-summary-resend-message): Make
4574         gnus-summary-resend-message-insert-gcc be last item in
4575         message-header-setup-hook.
4576
4577 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4578
4579         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4580         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4581         Remove.
4582         (nnfolder-open-server): Don't use marks.
4583         (nnfolder-request-delete-group): Ditto.
4584         (nnfolder-request-rename-group): Ditto.
4585         (nnfolder-request-set-mark, nnfolder-request-marks)
4586         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4587         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4588
4589         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4590         (nnml-marks-modtime): Remove.
4591         (nnml-request-delete-group): Don't use marks.
4592         (nnml-request-rename-group): Ditto.
4593         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4594         (nnml-save-marks, nnml-open-marks): Remove.
4595
4596         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4597         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4598         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4599         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4600         (nntp-server-to-method-cache): Remove.
4601
4602         * shr.el (shr-rescale-image): Fix wrong merge.
4603
4604 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4605
4606         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4607         too-wide lines.
4608
4609 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4610
4611         * nnimap.el (nnimap-record-commands): New variable.
4612         (nnimap-log-command): Use it.
4613         (nnimap-make-process-buffer): Add a space to the process buffer.
4614         (nnimap-transform-headers): Don't bug out on header lines containing
4615         stuff that look like IMAP length encodings.
4616
4617         * shr.el (shr-rescale-image): Allow viewing large images.
4618
4619 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4620
4621         * nnml.el (nnml-request-compact-group): Delete the marks file after
4622         compaction (bug#10800).
4623
4624         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4625         group exit.
4626
4627         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4628         QRESYNC/FETCH output.
4629
4630 2012-02-11  Glenn Morris  <rgm@gnu.org>
4631
4632         * sieve-manage.el (sieve-manage-default-stream):
4633         * shr.el (shr):
4634         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4635         (nnir-retrieve-headers-override-function)
4636         (nnir-imap-default-search-key, nnir-notmuch-program)
4637         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4638         (nnir-method-default-engines):
4639         * message.el (message-cite-reply-position):
4640         * gssapi.el (gssapi-program):
4641         * gravatar.el (gravatar):
4642         * gnus-sum.el (gnus-refer-thread-use-nnir):
4643         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4644         (gnus-registry-max-pruned-entries):
4645         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4646         * gnus-int.el (gnus-after-set-mark-hook)
4647         (gnus-before-update-mark-hook):
4648         * gnus-async.el (gnus-async-post-fetch-function):
4649         * auth-source.el (auth-source-cache-expiry):
4650         Add missing :version tags to new defcustoms and defgroups.
4651
4652 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4653
4654         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4655         `gnus-newsgroup-unexist'.
4656
4657         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4658         marks.
4659         (gnus-article-special-mark-lists): Put the `unexist' in the special
4660         marks list instead.
4661
4662         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4663         articles in the list of articles to be selected.
4664
4665         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4666         articles.
4667         (nnimap-update-info): Keep track of unexisting articles.
4668         (nnimap-update-qresync-info): Ditto.
4669
4670 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4671
4672         * message.el (message-default-send-mail-function): Made into own
4673         function for reuse by emacsbug.el.
4674
4675 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4676
4677         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4678         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4679
4680 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4681
4682         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4683         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4684
4685         * gnus-compat.el: Define `timer-set-function'.
4686
4687         * mm-decode.el (mm-display-external): Output the text from the command
4688         in the buffer after the command finished.  This makes text-based
4689         commands behave better.
4690
4691 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4692
4693         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4694
4695 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4696
4697         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4698         23.1.
4699
4700 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4701
4702         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4703
4704 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4705
4706         * message.el (smtpmail-smtp-user): Silence compiler warning.
4707
4708 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4709
4710         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4711         SMTP user name.
4712
4713 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * gnus-sum.el (gnus-summary-show-thread):
4716         next-single-char-property-change may return nil in XEmacs.
4717         (gnus-summary-article-map): Fix typo.
4718
4719 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4720
4721         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4722         running.
4723
4724         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4725
4726         * gnus.el (gnus-server-extend-method): Don't add an -address component
4727         if the method already has one (bug#9676).
4728
4729 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4730
4731         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4732         of an initial-input for consistency (bug#10757).
4733
4734         * dgnushack.el: Fix XEmacs compilation warning.
4735
4736         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4737
4738         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4739
4740 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4741
4742         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4743         lines that are narrower than the window width.  Otherwise background
4744         "blocks" will look less readable.
4745
4746 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4747
4748         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4749         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4750         have newlines within the strings, and where the UID comes after the
4751         BODYSTRUCTURE element (bug#10537).
4752
4753         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4754         (bug#10732).
4755
4756         * shr.el (shr-insert-document): Add doc string.
4757         (shr-visit-file): Ditto.
4758         (shr-remove-trailing-whitespace): New function.
4759         (shr-insert-document): Use it to clean up trailing whitespace as the
4760         final step (bug#10714).
4761
4762 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4763
4764         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4765         buffer if `gnus-kill-summary-on-exit' is nil.
4766
4767 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4768
4769         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4770         when just reading a single group from "without" Gnus.
4771
4772 2012-02-06  Chong Yidong  <cyd@gnu.org>
4773
4774         * gnus-sum.el (gnus-summary-show-thread):
4775         next-single-char-property-change never returns nil (Bug#8657).
4776
4777 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4778
4779         * message.el (message-multi-smtp-send-mail): New function.
4780         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4781         header to implement multi-SMTP functionality.
4782
4783         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4784         (gnus-agentize): Don't set it.
4785         (gnus-agent-send-mail): Don't use it.
4786
4787         * gnus-sum.el (gnus-summary-widget-backward): New function and
4788         keystroke.
4789
4790         * gnus-compat.el: More the compat functions more compatible.
4791
4792         * shr.el (shr-put-image): Remove underlines from sliced images.
4793         (shr-zoom-image): Compute the region to be replaced more correctly.
4794
4795 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4796
4797         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4798         (gnus-summary-resend-message-insert-gcc): New function.
4799         (gnus-summary-resend-message): Modify message-header-setup-hook and
4800         message-sent-hook to make it work for Gcc.
4801         (gnus-inews-do-gcc): Update the number of unread articles of groups
4802         that messages are Gcc'd to.
4803
4804         * message.el (message-resend): Run message-sent-hook to do Gcc.
4805
4806 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4807
4808         * lpath.el: Fix an XEmacs compilation warning.
4809
4810         * gnus-compat.el: Require `help-fns' to fix compilation error.
4811
4812         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4813         a higher level to silence compilation.
4814
4815         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4816         parameter to allow controlling the scaling.
4817
4818         * shr.el (shr-zoom-image): New command and keystroke.
4819         (shr-put-image): Take a `size' flag to say how to scale the image.
4820
4821         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4822         deletion unless already defined.
4823
4824         * gnus.el (gnus-compat): Require it.
4825
4826         * gnus-compat.el: New file.
4827
4828         * gnus-start.el (gnus-clean-old-newsrc): New function.
4829         (gnus-read-newsrc-file): Use it.
4830
4831         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4832         Use recursive deletion.
4833         (mm-dissect-archive): Add support for zip files.
4834
4835         * gnus-util.el (gnus-recursive-directory-files): New function.
4836
4837         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4838         (mm-archive-decoders): Add tgz support.
4839
4840         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4841         Otherwise inserting text into the Gnus buffer can look odd.
4842
4843         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4844
4845         * mm-archive.el (mm-archive-decoders): Add support for tar.
4846
4847         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4848
4849         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4850
4851 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4852
4853         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4854
4855         * mm-archive.el: New file.
4856
4857         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4858
4859         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4860
4861         * message.el (message-goto-*): Make all the `message-goto-*' commands
4862         push the mark before moving point.  This makes it easier to go back to
4863         where you came from after editing whatever you jumped to.
4864
4865 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4866
4867         * gnus.el: Ma Gnus v0.1 is released.
4868
4869 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4870
4871         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4872         without reconnecting.
4873         (nnimap-possibly-change-group): Ditto.
4874         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4875         connection has died before being called.
4876
4877 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4878
4879         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4880         an initial sync unless we're really doing one.
4881
4882         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4883         address parameter if one already exists (bug#9676).
4884
4885         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4886         not the prefix, as documented (bug#10689).
4887
4888 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4889
4890         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4891         the "server".
4892
4893         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4894         the real error message with the useless "previously known to be down".
4895         Which isn't even correct.
4896
4897         * nntp.el (nntp-open-connection): Report the error message if the nntp
4898         server can't be reached.
4899
4900         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4901         groups we do a total scan for.
4902         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4903         doing that.
4904
4905 2012-01-31  Jim Meyering  <jim@meyering.net>
4906
4907         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4908         Correct a comment (insert "not") and hide nominally-doubled "to".
4909
4910 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4911
4912         * gnus.el (gnus-version): Change name to "Ma Gnus".
4913
4914 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4915
4916         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4917         section in the manual.
4918
4919 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4920
4921         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4922         words.
4923         (rfc2047-encode-string): Ditto.
4924         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4925         understand folded filename="..." parameters, for instance.
4926
4927         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4928         the message for greater debuggability.
4929
4930 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4931
4932         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4933         instead of setting it locally, since the latter doesn't seem to have
4934         any effect (most of the time).
4935
4936 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4937
4938         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4939         function call.
4940
4941 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4942
4943         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4944         seconds, and make the repeat clause with HH:MM specs work as
4945         documented.
4946
4947 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4948
4949         * proto-stream.el (proto-stream-capability-open): Fall back on
4950         :end-of-command if :end-of-capability doesn't exist.
4951
4952 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4955         bound globally in old Emacsen and XEmacsen.
4956
4957 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4958
4959         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4960         so that previous errors don't prohibit getting new news.
4961
4962         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4963
4964         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4965
4966 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4967
4968         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4969         buffer, not of the string which is its name.
4970
4971 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4972
4973         * proto-stream.el (proto-stream-capability-open): Wait for
4974         :end-of-capability, not :end-of-command.
4975
4976         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4977         non-server-marks groups.
4978         (gnus-group-make-articles-read): Ditto.
4979
4980         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4981         methods (bug#9676).
4982
4983         * gnus.el (gnus-method-ephemeral-p): New function.
4984
4985 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4988         left-to-right.
4989
4990 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4991
4992         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4993         warning.
4994
4995 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4996
4997         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4998         macroexpand the nnir things, since they haven't been defined yet, and
4999         nnir requires gnus-sum.
5000
5001 2012-01-24  Julien Danjou  <julien@danjou.info>
5002
5003         * color.el (color-rgb-to-hsl): Fix value computing.
5004         (color-hue-to-rgb): New function.
5005         (color-hsl-to-rgb): New function.
5006         (color-clamp, color-saturate-hsl, color-saturate-name)
5007         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5008         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5009
5010 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5011
5012         * mm-decode.el (mm-interactively-view-part): Fix prompt.
5013
5014 2012-01-19  Julien Danjou  <julien@danjou.info>
5015
5016         * color.el (color-name-to-rgb): Use the white color to find the max
5017         color component value and return correctly computed values.
5018         (color-name-to-rgb): Add missing float conversion for max value.
5019
5020 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5021
5022         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
5023         logical server name in addition to the actual machine address.
5024
5025         * auth-source.el (auth-source-user-and-password): Add convenience
5026         wrapper to search by just host and optionally user.
5027
5028 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5029
5030         * shr.el (shr-visit-file): Move point to the beginning of the buffer
5031         after rendering.
5032
5033 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5034
5035         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
5036         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
5037         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
5038
5039 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5040
5041         * gnus-sum.el (gnus-summary-read-group): Document more parameters
5042         (bug#9693).
5043         (gnus-summary-setup-buffer): Document return value (bug#9697).
5044
5045         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
5046         since ido doesn't work on symbols (bug#9632).
5047
5048         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
5049         when getting a single value as when getting all the values.  This means
5050         that atoms like `gcc-self' work cumulatively, like variable settings,
5051         instead of getting the value from the last matching clause.
5052         (gnus-group-find-parameter): Protect against the group buffer not
5053         existing (bug#9585).
5054
5055 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5056
5057         * gnus-start.el (gnus-activate-group): Document more parameters
5058         (bug#9694).
5059
5060         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
5061         (bug#9692).
5062
5063         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
5064         article was fetched, so that it can be expired later (bug#9958).
5065         (gnus-agent-summary-fetch-series): Add doc string.
5066         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
5067         (bug#9517).
5068
5069         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
5070         retrieval is happening.
5071
5072         * gnus.el (gnus-parameters): Doc fix.
5073
5074 2012-01-06  Dave Abrahams  <dave@boostpro.com>
5075
5076         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
5077         show the thread after expansion.
5078
5079 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5080
5081         * gnus-art.el (article-narrow-to-head): If the head is completely
5082         empty, narrow to the empty region (bug#9764).
5083
5084         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
5085         read, and then mark them as unread only when the unread mark is used.
5086         This makes `C-- T k' actually work, even though it's confusing.
5087
5088         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
5089         alive before we try to find its window.
5090
5091 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
5092
5093         * mm-decode.el (mm-display-external): Use a longer timeout for the
5094         deletion to allow slow programs to display the file.
5095
5096 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5097
5098         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
5099         prompt to be less confusing.
5100
5101         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
5102         argument to `message-reply'.  This broke `special-display-*' frame
5103         pop-uping (bug#10238).
5104
5105 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5106
5107         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
5108         systems, since these allegedly don't work there.
5109
5110 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
5111
5112         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
5113         live buffer.
5114
5115 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5116
5117         * nnir.el (nnir-retrieve-headers): Protect against the article not
5118         existing on the server (bug#10335).
5119
5120 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5121
5122         * gnus-agent.el (gnus-agent-load-local): Recompute
5123         gnus-agent-article-local on changing method.
5124
5125 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5126
5127         * gnus.el (gnus-parameters): Note precedence.
5128
5129 2012-01-04  Leo Liu  <sdl.web@gmail.com>
5130
5131         * nndraft.el (nndraft-update-unread-articles): Don't move point around
5132         in the group buffer.
5133
5134 2012-01-04  Julien Danjou  <julien@danjou.info>
5135
5136         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
5137         change.
5138
5139 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5140
5141         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
5142         too.
5143
5144         * nntp.el (nntp-retrieve-group-data-early): Use it.
5145
5146 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5147
5148         * nntp.el (nntp-retrieval-in-progress): New variable.
5149         (nntp-make-process-buffer): Make it buffer-local.
5150
5151         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
5152         2010.
5153         (gnus-demon-init): Use it to compute the time if time is on the form
5154         "04:23".
5155
5156         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
5157
5158         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
5159         status in the correct buffer.
5160
5161 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5162
5163         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
5164         when opening topics (bug#10407).
5165
5166 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5167
5168         * gnus-cus.el (gnus-score-customize):
5169         * gnus-sum.el (gnus-sort-gathered-threads):
5170         * message.el (message-shorten-references):
5171         * nnmairix.el (nnmairix-request-group):
5172         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
5173
5174 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5175
5176         * gnus-agent.el (gnus-agent-regenerate-group):
5177         * gnus-int.el (gnus-retrieve-group-data-early):
5178         * mm-util.el (mm-codepage-ibm-list):
5179         * nndiary.el (Commentary, nndiary-get-new-mail):
5180         * nnir.el (nnir):
5181         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
5182
5183 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5184
5185         * mm-view.el (mm-display-inline-fontify): Add comment.
5186
5187 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5188
5189         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
5190         * ntlm.el (ntlm-smb-dohash): Spelling fix.
5191
5192 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
5193
5194         * gnus-art.el (gnus-split-methods):
5195         * gnus-msg.el (gnus-configure-posting-styles):
5196         * gnus-spec.el (gnus-parse-simple-format):
5197         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5198         * message.el (message-do-actions): Spelling fix.
5199
5200 2011-12-15  Juri Linkov  <juri@jurta.org>
5201
5202         * mm-decode.el (mm-inline-media-tests): Add missing
5203         `mm-handle-media-subtype'.
5204
5205 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5206
5207         * gnus-group.el (gnus-group-tool-bar):
5208         * gnus-sum.el (gnus-summary-tool-bar):
5209         * message.el (message-tool-bar):
5210         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5211
5212 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5213
5214         * plstore.el (plstore--insert-buffer): Spelling fix.
5215
5216 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5217
5218         * message.el (message-valid-fqdn-regexp): Update with newly approved
5219         top-level domain names ".tel" and ".asia".
5220
5221 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5224         unconditionally.
5225
5226 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5229         pop-to-buffer-same-window for old Emacsen.
5230
5231 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5232
5233         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5234
5235 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5236
5237         * netrc.el (netrc-credentials): Spelling fix.
5238
5239 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5240
5241         * gnus-fun.el (gnus-fun-ppm-change-string):
5242         * gnus-msg.el (gnus-inews-do-gcc):
5243         * gnus-sum.el (gnus-summary-find-for-reselect):
5244         * gnus.el (gnus-summary-cancelled):
5245         * message.el (message-cancel-hook, message-send-news):
5246         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5247         * nnir.el (nnir-run-hyrex):
5248         * nntp.el (nntp-with-open-group-function):
5249         * pgg.el (pgg-pending-timers): Spelling fix.
5250
5251 2011-12-04  Chong Yidong  <cyd@gnu.org>
5252
5253         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5254         change (Bug#10200).
5255
5256 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * compface.el (uncompface):
5259         * gnus-art.el (gnus-article-x-face-command): Update the header format
5260         of icon data for the most recent icontopbm program.
5261
5262 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5263
5264         * gnus-msg.el (gnus-inews-do-gcc):
5265         * message.el (message-send-mail):
5266         * mml.el (mml-generate-mime): Share the value of the buffer-local
5267         `message-options' variable between a draft buffer and temprary working
5268         buffers.
5269
5270 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5271
5272         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5273
5274 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5277         for Cygwin.
5278
5279 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5280
5281         * gnus-group.el (gnus-group-prepare-flat):
5282         * mm-bodies.el (mm-encode-body):
5283         * mml.el (mml-preview):
5284         * nnml.el (nnml-request-compact-group):
5285         * pop3.el (pop3-stream-type): Spelling fix.
5286
5287 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5288
5289         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5290
5291 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5292
5293         * color.el (color-rgb-to-hsl):
5294         * gmm-utils.el (gmm-tool-bar-style):
5295         * gnus-group.el (gnus-group-prepare-flat):
5296         * gnus-topic.el (gnus-topic-prepare-topic):
5297         * mm-decode.el (mm-discouraged-alternatives):
5298         * rfc2047.el (rfc2047-encode-1):
5299         * starttls.el: Spelling fix.
5300
5301 2011-11-24  Glenn Morris  <rgm@gnu.org>
5302
5303         * binhex.el (binhex-begin-line): Give it basic doc-string.
5304
5305         * starttls.el, tls.el: Fix case of "GnuTLS".
5306
5307 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5308
5309         * gnus-group.el (gnus-group-highlight): Fix typo.
5310
5311 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5312
5313         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5314         value of `delete-file', that returns nil for a local file but returns t
5315         for a remote file using ssh.
5316
5317 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5318
5319         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5320
5321 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5322
5323         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5324         avoid later breakage.
5325
5326 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5329         article buffers' name.
5330
5331 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5332
5333         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5334         by Paul Eggert's spellfixes two days ago.
5335
5336 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5337
5338         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5339         doesn't have it.
5340
5341         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5342         buffer-local instead of binding them to avoid warnings.  Also demote
5343         errors (bug#10063).
5344         (font-lock-mode-hook): Shut up byte compiler.
5345
5346 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5347
5348         * mm-util.el (mm-charset-after):
5349         * nnir.el (nnir-run-hyrex):
5350         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5351         (ntlm-get-password-hashes, ntlm-md4hash):
5352         * smime.el: Fix typo.
5353
5354 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5355
5356         * gnus-agent.el (gnus-agent-expire-group-1):
5357         * nndiary.el (nndiary-last-occurence):
5358         * nnimap.el (nnimap-request-set-mark):
5359         * nnmairix.el (nnmairix-only-use-registry):
5360         * gnus-group.el (gnus-group-prepare-flat):
5361         * gnus-sum.el (gnus-decode-encoded-word-methods):
5362         * message.el (message-wash-subject):
5363         * nntp.el (nntp-retrieve-headers-with-xover):
5364         * smime.el (smime-certificate-directory): Spelling fix.
5365
5366 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5367
5368         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5369
5370         * color.el:
5371         * gnus-agent.el (gnus-agent-possibly-alter-active):
5372         * gnus-dired.el (gnus-dired-print):
5373         * mail-parse.el:
5374         * nnmairix.el (nnmairix-request-group):
5375         * shr.el (shr-image-displayer):
5376         * sieve-manage.el:
5377         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5378
5379 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5380
5381         * gnus-sum.el (gnus-auto-select-subject):
5382         * spam-report.el (spam-report-resend): Spelling fix.
5383
5384 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5385
5386         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5387         * gnus-art.el (gnus-default-article-saver):
5388         * gnus-srvr.el (gnus-server-copy-server):
5389         * gnus.el (gnus-sloppily-equal-method-parameters):
5390         * html2text.el (html2text-format-tag-list):
5391         * message.el (message-narrow-to-head):
5392         * nndiary.el:
5393         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5394         * sieve.el: Spelling fix.
5395
5396 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5397
5398         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5399         * gnus-sum.el (gnus-summary-make-menu-bar):
5400         * gnus-uu.el (gnus-uu-decode-postscript)
5401         (gnus-uu-decode-postscript-and-save):
5402         * mailcap.el (mailcap-print-command):
5403         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5404         Fix typos.
5405
5406 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5407
5408         * gnus-art.el (gnus-article-part-wrapper):
5409         * html2text.el (html2text-fix-paragraphs):
5410         * mm-decode.el (mm-image-fit-p):
5411         * rfc2047.el (rfc2047-encode-message-header):
5412         * shr-color.el (shr-color-visible-distance-min)
5413         (shr-color-relative-to-absolute, set-minimum-interval)
5414         (shr-color-visible): Fix typos.
5415
5416 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5417
5418         * gmm-utils.el (gmm-tool-bar-item):
5419         * gnus-art.el (gnus-treat-body-boundary):
5420         * gnus-diary.el (gnus-user-format-function-d):
5421         * gnus-start.el (gnus-get-unread-articles):
5422         * pgg-gpg.el (pgg-gpg-update-agent):
5423         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5424
5425 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5426
5427         * gnus-topic.el (gnus-group-prepare-topics):
5428         * gnus-uu.el (gnus-extract-view):
5429         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5430
5431 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5432
5433         * spam.el: Move BBDB autoloads.
5434         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5435         BBDB 2 and 3.
5436         (spam-check-BBDB): Use it.
5437         (spam-enter-ham-BBDB): Use it.
5438
5439 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5440
5441         * smime.el (smime-draw-buffer): Spelling fix.
5442
5443 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5444
5445         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5446         for scanning exactly one level.
5447         * gnus-start.el (gnus-get-unread-articles): Ditto.
5448
5449 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5450
5451         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5452         slightly clearer.
5453
5454 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5455
5456         * gnus-sync.el: More commentary about setup.
5457
5458 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5459
5460         * message.el (message-send-and-exit): Document `arg'.
5461
5462 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5463
5464         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5465
5466 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5467
5468         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5469
5470         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5471         we don't use `bound-and-true-p'.
5472
5473 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5474
5475         * gnus-util.el (gnus-bound-and-true-p): Remove.
5476         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5477         * nnir.el: Use it.
5478         * nnmairix.el: Use it.
5479
5480 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5481
5482         * gnus-sync.el: Improve docs about CouchDB admins.
5483
5484         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5485         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5486         for reasons unknown.
5487         * nnir.el: Use it.
5488         * nnmairix.el: Use it.
5489
5490         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5491         * nnir.el: Ditto.
5492         * nnmairix.el: Ditto.
5493
5494         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5495
5496 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5497
5498         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5499         not needed.  Provide xmlplistread list function to produce XML plist
5500         output for non-Gnus LeSync clients.
5501
5502 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5503
5504         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5505
5506         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5507         and save against it.  Group subscriptions, read marks, other marks,
5508         subscription levels, topic names, and topic offsets (the group's
5509         position within the topic) are saved.  This is an experimental backend
5510         and may change significantly.  Load json.el from the gnus-fallback-lib
5511         if it's not available otherwise.
5512         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5513
5514 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5515
5516         * message.el (message-completion-function): Make sure
5517         message-tab-body-function is not attempted if one of
5518         message-completion-alist fails to find a completion (bug#9158).
5519
5520 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5521
5522         * mml.el (mml-quote-region): Quote <#secure> tag.
5523         (mml-generate-mime-1): Unquote <#secure> tag.
5524
5525 2011-10-20  Chong Yidong  <cyd@gnu.org>
5526
5527         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5528         calling a minor mode from Lisp with nil arg enables it, so we have to
5529         make the wording a bit ambiguous here).
5530
5531 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5532
5533         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5534         * nnir.el (nnir-mode): Use it.
5535         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5536         Use it.
5537
5538         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5539         * nnmairix.el (gnus-registry-enabled): Ditto.
5540
5541 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5542
5543         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5544         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5545         only while we need to find out if it should be t or nil.
5546         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5547         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5548         the registry is installed.  Set it to nil when it's unloaded.
5549         (gnus-registry-install-p): Provide user guidance for the initial value
5550         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5551         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5552         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5553         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5554         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5555         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5556         `gnus-registry-install'.
5557
5558 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5559
5560         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5561         previous change.
5562         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5563         primary key is marked as disabled.
5564
5565 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5566
5567         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5568         primary key is marked as disabled.
5569
5570 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5571
5572         * html2text.el (html2text-clean-anchor): Check for quotes around
5573         `href' value.
5574
5575 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5576
5577         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5578         searching.  Drop `bbdb-cache'.
5579
5580 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * message.el (message-signed-or-encrypted-p): Exclude header when
5583         checking if there is signed or encrypted body in text/plain message.
5584
5585 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5586
5587         * html2text.el (html2text-get-attr): Correctly handle attribute values
5588         containing "=".
5589
5590 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5591
5592         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5593         handle bindings.
5594
5595 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5596
5597         * gnus-win.el (gnus-configure-windows): Protect against reading
5598         ephemeral groups outside of Gnus.
5599
5600 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5601
5602         * shr.el (shr-tag-img): Don't get images displayed in tables.
5603
5604 2011-10-03  Glenn Morris  <rgm@gnu.org>
5605
5606         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5607         the "maintainer" version of debbugs.gnu.org reports.
5608
5609 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5610
5611         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5612         make asynchronous adjacent image insertion work better.
5613
5614 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5615
5616         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5617         documentation.
5618
5619 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5620
5621         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5622         `gnus-asynchronous' isn't shadowed.
5623
5624 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5625
5626         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5627
5628         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5629         (nnimap-insert-partial-structure): The charset parameter isn't
5630         case-sensitive.
5631
5632         * nnheader.el (nnheader-message-maybe): New function.
5633
5634         * shr.el (shr-tag-table): Render totally broken tables better.
5635
5636         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5637         computing the boundary.
5638
5639 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5640
5641         * pop3.el (pop3-number-of-responses): Remove.
5642         (pop3-wait-for-messages): Rewrite to take linear time instead of
5643         exponential time.
5644
5645 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5646
5647         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5648         re-fetch images.
5649
5650         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5651         re-fetch images when hitting `g' in Gnus.
5652
5653 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5656         (mml-compute-boundary): Don't check collision if it is non-nil.
5657         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5658         before checking collision.
5659
5660 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5661
5662         * message.el (message-indent-citation): Really make sure there's a
5663         newline at the end.
5664
5665         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5666         Fix suggested by John Wiegley.
5667
5668         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5669
5670         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5671
5672         * message.el (message-default-send-rename-function): Break out into its
5673         own function.
5674
5675         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5676         doesn't work under XEmacs.
5677
5678         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5679         of "imaps" to word around Windows problems.
5680         (nnimap-open-connection-1): Use it.
5681
5682         * message.el (message-indent-citation): Revert last change which made
5683         `F' not work.
5684
5685 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5686
5687         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5688         terminal as well.
5689
5690 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5691
5692         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5693         because it displays images using overlays that aren't easy to copy to
5694         the article buffer.
5695
5696 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5697
5698         * message.el (message-indent-citation): Fix empty line removal at the
5699         end of the citation.
5700
5701 2011-09-20  Julien Danjou  <julien@danjou.info>
5702
5703         * auth-source.el (auth-source-netrc-create): Use default value for
5704         password if specified.  Evaluate default.
5705         (auth-source-plstore-create): Ditto.
5706         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5707         value evaluation.
5708         (auth-source-netrc-create): Typo fix.
5709         (auth-source-plstore-create): Ditto.
5710
5711         * password-cache.el (password-cache-remove): Remove entries even if the
5712         value is nil, so that password with a nil value (negative caching) is
5713         possible to invalidate.
5714
5715         * auth-source.el (auth-source-format-cache-entry): New function.
5716
5717 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5720
5721 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5722
5723         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5724
5725 2011-09-19  Julien Danjou  <julien@danjou.info>
5726
5727         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5728         which work with things that are not ASCII.
5729
5730 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5731
5732         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5733
5734 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5735
5736         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5737         message level.
5738
5739 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5740
5741         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5742
5743 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5744
5745         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5746
5747 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5748
5749         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5750         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5751
5752 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5753
5754         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5755         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5756         articles.
5757
5758 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5759
5760         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5761         (message-mail-other-window, message-mail-other-frame)
5762         (message-news-other-window, message-news-other-frame):
5763         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5764         instead of setting buffer display varibles.
5765
5766 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5767
5768         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5769
5770         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5771
5772 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5773
5774         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5775         duplicates" to a higher level.
5776
5777         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5778         most egregious messages.
5779
5780 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5781
5782         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5783
5784 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5785
5786         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5787         up the file (bug#9351).
5788
5789 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5790
5791         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5792         it does with all other backends, but decode the names immediately after
5793         getting them.
5794
5795         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5796         decoding nnimap groups.
5797
5798         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5799         newsrc file.  It doesn't seem like an important optimization any more.
5800
5801 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5802
5803         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5804         overflows.
5805
5806 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5807
5808         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5809         (gnus-interactive-exit): Extend to `quiet'.
5810
5811         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5812
5813         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5814         string.
5815
5816         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5817         renaming function arguments from `this'.
5818
5819         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5820
5821         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5822         has been renamed.
5823         (gnus-lrm-string-p): Include RLM and PDF, too.
5824
5825         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5826         (bug#9225).
5827
5828 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5829
5830         Add autoload cookies for functions used by sendmail.el.
5831         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5832
5833         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5834
5835 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * gnus-art.el (article-date-ut): Work properly even when there are
5838         things like Date header in the body; work for forwarded parts.
5839
5840 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5841
5842         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5843         original-article-buffer.
5844
5845 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5846
5847         * nnir.el (nnir-compose-result): Fix matching of server type.
5848         (nnir-run-swish++): Ditto.
5849         (nnir-run-namazu): Ditto.
5850         (nnir-run-notmuch): Ditto.
5851
5852 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5853
5854         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5855         (bug#9405).
5856
5857         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5858         (bug#9421).
5859
5860         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5861         (bug#9425).
5862
5863         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5864         thing (bug#9426).
5865
5866 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5867
5868         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5869         the error message.
5870
5871 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5872
5873         * message.el (message-setup-1): Return t (Bug#9392).
5874
5875 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5876
5877         * gnus-sum.el: When adding article headers to a summary buffer also
5878         update gnus-newsgroup-articles (bug#9386).
5879
5880 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * auth-source.el: Autoload help-mode.
5883
5884 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5885
5886         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5887         names.
5888
5889 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5890
5891         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5892         mm-replace-in-string for compatibility issues.
5893         * mml2015.el (mml2015-epg-verify): Ditto.
5894
5895 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5898
5899         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5900
5901 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5902
5903         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5904         continue on and do the clean-up phase (bug#9188).
5905
5906         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5907         just ignore groups that can't be opened instead of erroring out
5908         (bug#9225).
5909
5910         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5911         nil since some many people are fuddy-duddies.
5912
5913         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5914         images.
5915
5916         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5917         instead.
5918
5919         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5920
5921         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5922
5923         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5924         processing.
5925
5926         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5927         buffer to avoid warnings.
5928
5929 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5930
5931         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5932         specified to reduce precision.
5933
5934 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5935
5936         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5937         bodystructures (bug#9314).
5938
5939 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5942         Make button keymap non-sticky after buttons.
5943
5944 2011-08-18  David Engster  <dengste@eml.cc>
5945
5946         * nnmairix.el (nnmairix-request-set-mark)
5947         (nnmairix-goto-original-article): Remove adding of article to registry,
5948         since `gnus-registry-add-group' isn't available anymore.
5949         (nnmairix-determine-original-group-from-registry):
5950         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5951         available anymore.
5952
5953 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5954
5955         * starttls.el (starttls-any-program-available): Define as obsolete
5956         function.
5957
5958 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5959
5960         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5961         versions which Gnus use when appropriate.
5962
5963         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5964         a pretty destructive command.
5965
5966         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5967
5968 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5969
5970         * message.el (message-fix-before-sending): Make a different warning
5971         about NUL characters (bug#9270).
5972
5973         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5974         from custom (bug#9260).
5975
5976         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5977         things work in Emacs 22 and XEmacs, too.
5978
5979         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5980         default From.
5981
5982         * gnus-spec.el (gnus-lrm-string-p): New macro.
5983         (gnus-lrm-string): New constant.
5984         (gnus-summary-line-format-spec): LRM-ify the from.
5985         (gnus-tilde-max-form): LRM-ify string chopping.
5986
5987         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5988
5989         * message.el (message-is-yours-p): Allow disabling canlock checking
5990         (bug#9295).
5991         (message-shoot-gnksa-feet): Add `canlock-verify'.
5992         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5993         message directory isn't writable (bug#9304).
5994
5995         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5996         non-world-readable.
5997
5998 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5999
6000         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
6001         articles.
6002
6003 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
6004
6005         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
6006         copy-list.
6007
6008 2011-08-12  Sam Steingold  <sds@gnu.org>
6009
6010         * gnus-score.el (gnus-score-find-alist): Keep the score files already
6011         in the reverse order to avoid modifying the cache with `nreverse'.
6012         (gnus-all-score-files): Do not modify the value returned by
6013         `gnus-score-find-alist' because it lives in a cache variable.
6014         (gnus-current-home-score-file): No need to `nreverse' the return value
6015         of `gnus-score-find-alist', it is already in the correct order.
6016
6017 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
6018
6019         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
6020         type MESSAGE and subtype RFC822 is slightly different from those of
6021         type TEXT.
6022
6023 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
6024
6025         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
6026         This allows article-referral to work from an nnir group.
6027
6028 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
6029
6030         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
6031
6032 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
6033
6034         * mml1991.el (mml1991-epg-find-usable-key)
6035         (mml1991-epg-find-usable-secret-key): New function.
6036         (mml1991-epg-sign): Check if signing key is usable.
6037         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
6038
6039 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
6040
6041         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
6042         server-variables only.  This should fix a bug introduced with commit
6043         e1889675b7f4adf057833c5513c9374134c4e053.
6044         (nnir-run-query): 'nnir-search-engine should not be set from the global
6045         environment.
6046
6047 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
6048
6049         * nnir.el (nnir-search-thread): Position point on referring article
6050         line.
6051         (nnir-warp-to-article): Clean up summary buffers.
6052
6053         * nnimap.el (nnimap-request-thread): Whitespace fix.
6054
6055 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
6056
6057         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
6058
6059 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6060
6061         * starttls.el (starttls-available-p): Rename from
6062         `starttls-any-program-available' and changed return convention.
6063
6064 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
6065
6066         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
6067         `unix-sync' unless it's defined.
6068
6069 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
6070
6071         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
6072         `aref' for XEmacs compatibiltiy.
6073
6074 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6075
6076         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
6077
6078 2011-07-31  Dave Abrahams  <dave@boostpro.com>
6079
6080         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
6081         closures, quote the form properly (bug#9194).
6082
6083 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6084
6085         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
6086         (gnus-summary-insert-new-articles): Protect against servers that are
6087         down.
6088
6089 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6090
6091         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
6092         in mm handle if none is specified.
6093
6094 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
6095
6096         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
6097
6098 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
6099
6100         * nnir.el (nnir-search-thread): New function to make an nnir group
6101         based on a thread query.
6102
6103         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
6104         of nnir in thread referral.
6105         (gnus-summary-refer-thread): Use it.
6106
6107         * nnimap.el (nnimap-request-thread): Use it.
6108
6109 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6110
6111         * shr.el (shr-tag-comment): Ignore HTML comments.
6112
6113 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
6114
6115         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
6116         argument.
6117         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
6118         Use `nnir-address' to handle server info rather than passing an arg.
6119
6120         * nnimap.el (nnimap-make-thread-query): New utility function to format
6121         an imap thread search query.
6122         (nnimap-request-thread): Use it.
6123
6124         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
6125         right select-method if we are not going back to the group buffer.
6126
6127 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6128
6129         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
6130         enter invalid buffer configurations into the quit form (bug#9107).
6131         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
6132         unplugged/plugged.
6133
6134         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
6135         keep track of which ones are unread (bug#9061).
6136
6137         * gnus.el (gnus-refer-article-method): Allow entering any sexp
6138         (bug#9055).
6139
6140         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
6141         (bug#9041).
6142
6143         * gnus-html.el (mm-util): Require (bug#9073).
6144
6145         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
6146         (gnus-summary-refer-thread): Use it to remove duplicates in the
6147         un-threaded view (bug#9053).
6148         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
6149
6150 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
6151
6152         * nnir.el (nnir-read-server-parm): Use default value from global
6153         variable.  Without this the default search engine parameters aren't
6154         used at all.
6155
6156 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6157
6158         * message.el (message-unique-id): Don't use the undocumented return
6159         value from (random t) (bug#9118).
6160
6161 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6162
6163         * message.el (message-auto-save-directory): If the ~/Mail directory
6164         doesn't exist, use ~ as the auto-save directory (bug#4432).
6165
6166         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
6167         hasn't already been started.
6168
6169 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6170
6171         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
6172
6173         * message.el (message-reply): Work around mysterious bug where
6174         `message-mode' seems to overwrite the locally bound `subject' variable.
6175
6176 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
6177
6178         * nnimap.el (nnimap-request-thread): Ensure search is performed in
6179         correct group.
6180
6181         * gnus-int.el (gnus-request-thread): Add group argument.
6182
6183         * gnus-sum.el (gnus-summary-refer-thread): Use it.
6184
6185 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6186
6187         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
6188
6189         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
6190         renamed to `debbugs-gnu-*'.
6191
6192 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
6193
6194         * plstore.el: Revert the editing feature since it is not urgent.
6195         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
6196         (plstore-mode-decoded): Remove.
6197
6198 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6199
6200         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
6201         isn't very interesting any more, and it leaks potentially secret data.
6202         (gnus-debug): Remove.
6203
6204         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
6205         use of :custom-show.
6206
6207 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6208
6209         * plstore.el: Add documentation.
6210         (plstore-mode): New mode to edit plstore file.
6211         (plstore-mode-toggle-display, plstore-mode-original)
6212         (plstore-mode-decoded): New command.
6213         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6214         (plstore--insert-buffer, plstore--make): New function.
6215         (plstore-open, plstore-save): Simplify by using them.
6216
6217 2011-07-06  Glenn Morris  <rgm@gnu.org>
6218
6219         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6220
6221 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6222
6223         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6224         no longer is much used.
6225         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6226         Articles".
6227
6228 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6229
6230         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6231         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6232         `notmuch' backend.
6233
6234 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6235
6236         * mm-decode.el (mm-text-html-renderer): Doc fix.
6237
6238         * gnus-msg.el (gnus-bug): Fix the MML tag.
6239
6240         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6241
6242 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6243
6244         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6245         secondary methods if started with `gnus-no-server'.
6246
6247 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6248
6249         * message.el (message-return-action): Fix typo in docstring.
6250
6251 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6252
6253         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6254         bug reports at once.
6255
6256         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6257
6258 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * nndraft.el: Require gnus-group.
6261         (nndraft-request-list): Declare.
6262
6263         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6264         no unread article unless it matches gnus-permanently-visible-groups.
6265
6266         * nndraft.el (nndraft-update-unread-articles): New function.
6267         (nndraft-request-associate-buffer): Use it to update the number of
6268         unread articles for the nndraft groups in the group buffer when saving
6269         or killing a draft message.
6270
6271 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6272
6273         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6274         systems to binary before writing and reading the mbox files.
6275
6276         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6277         instead of trying to list them all (bug#8978).
6278
6279 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6280
6281         * pop3.el (pop3-open-server): Use :end-of-capability.
6282
6283 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6284
6285         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6286         the id is always a number.
6287
6288         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6289
6290         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6291         debbugs mode, if possible.
6292
6293 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6294
6295         * auth-source.el (auth-source-token-passphrase-callback-function):
6296         Reindent.
6297         (epg-context-operation): Remove unnecessary autoload.
6298
6299 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6300
6301         * gnus.el (gnus-list-debbugs): New command.
6302
6303         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6304         mboxstat instead of the maintbox, since the stat seems to be fuller.
6305
6306         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6307         summary buffers.
6308
6309         * message.el (message-get-reply-headers): Delete all duplicates,
6310         instead of the first.
6311         (message-get-reply-headers): Ensure that we have progress while
6312         deleting duplicates.
6313
6314         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6315         gnus-posting-style value from the summary buffer to make it easier to
6316         make that a per-buffer conf.
6317
6318 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6319
6320         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6321         found by setting `shortcut' in 'query.
6322         (nnir-request-article): Use `shortcut' setting when requesting article
6323         by Message-ID.
6324
6325 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6326
6327         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6328         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6329         Bring the pseudo-headers back too.
6330
6331 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6332
6333         * auth-source.el (auth-source-token-passphrase-callback-function):
6334         Simplify and remove EPA dependency.
6335
6336 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6337
6338         * nnir.el (nnir-request-article): Fix error message text.
6339
6340 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6341
6342         * auth-source.el (plstore-delete): Autoload.
6343         (auth-source-plstore-search): Support delete operation.
6344         * plstore.el (plstore-delete): New function.
6345
6346 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6347
6348         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6349         mark actually existing articles as unread rather than the ones that
6350         active asserts.
6351
6352 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6353
6354         * nntp.el (nntp-record-command):
6355         * gnus-util.el (gnus-message-with-timestamp-1):
6356         Use format-time-string rather than decoding time stamps by hand.
6357         This is simpler and insulates the code from potential changes to
6358         current-time format.
6359
6360 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6363
6364 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6365
6366         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6367         (plstore-save): Support public key encryption.
6368         (plstore--init-from-buffer): New function.
6369         (plstore-open): Use it; fix error when opening a non-existent file.
6370         (plstore-revert): Use plstore--init-from-buffer.
6371
6372 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6373
6374         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6375
6376 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6377
6378         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6379         for old Emacsen.
6380
6381 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6382
6383         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6384         is not fully working.
6385
6386 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6387
6388         * dgnushack.el: Autoload sha1 on XEmacs.
6389
6390         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6391         quit window configuration.
6392
6393         * auth-source.el (epg-context-set-passphrase-callback):
6394         Remove duplicate autoload.
6395
6396 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6397
6398         * nnir.el (nnir-request-article): Allow requesting articles by
6399         Message-ID with nnimap.
6400
6401         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6402         current server.
6403
6404 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6405
6406         * auth-source.el: Autoload EPA/EPG functions.
6407         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6408         changed when EPA/EPG is not available.
6409         (auth-source-backend): Rename "arg" member to "data".
6410         (auth-source-backend-parse, auth-source-plstore-search)
6411         (auth-source-plstore-create): Use it.
6412
6413 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6414
6415         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6416         `gnus-refer-article-methods'.
6417
6418 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6419
6420         * auth-source.el: Require EPA and EPG.
6421         (auth-source-passphrase-alist): New variable.
6422         (auth-source-passphrase-callback-function)
6423         (auth-source-token-passphrase-callback-function): Callbacks for the
6424         netrc field encryption (GPG tokens).
6425         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6426         Symmetric encryption and decryption of the netrc GPG tokens.
6427         (auth-source-netrc-normalize): Use them, simplifying the closure.
6428
6429 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6430
6431         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6432         is available.
6433
6434 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6435
6436         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6437         non-nil, and `nnimap-split-methods' is nil, use the former.
6438
6439 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6440
6441         * plstore.el (plstore-revert): New function.
6442         (plstore-open): Use it; hide the buffer from user.
6443
6444 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6445
6446         * auth-source.el (auth-source-backend): New member "arg".
6447         (auth-source-backend-parse): Handle new backend 'plstore.
6448         * plstore.el: New file.
6449
6450 2011-06-30  Glenn Morris  <rgm@gnu.org>
6451
6452         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6453
6454 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6455
6456         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6457         expiring articles to.
6458
6459         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6460         variations as ASCII (bug#5458).
6461
6462 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6465
6466 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6467
6468         * message.el (message-point-in-header-p): Tweak the function to default
6469         to saying that we're not in the headers if there is no separator at
6470         all.  This makes it possible to use the Message version of `M-q' in
6471         buffers with no headers (bug#7987).
6472         (message-point-in-header-p): Fix last checkin to work with an empty
6473         mail-header-separator, too.
6474
6475         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6476         again, save the choice via customize.
6477
6478 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6479
6480         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6481
6482         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6483         ended the connection, bail out before waiting infinitely on a new
6484         connection.
6485
6486 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6487
6488         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6489         reports.
6490
6491         * gnus.el (gnus-bug-package): Use "gnus."
6492         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6493
6494 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6495
6496         * dgnushack.el: Make the timer warning go away on XEmacs.
6497
6498         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6499         animations going on at article exit time.
6500
6501         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6502         since removing it breaks people upgrading.
6503
6504         * shr.el (shr-put-image): Use the new interface for animating images.
6505         (shr-put-image): Animate for 60 seconds.
6506
6507         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6508         avoid compiler warnings.
6509
6510         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6511         error with `find-file-hooks' on Emacs 22.
6512         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6513         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6514         on all architectures.
6515
6516         * spam.el (spam-stat): Require in a normal fashion without binding
6517         `spam-stat-install-hooks' to avoid compilation warnings.
6518
6519         * spam-stat.el (spam-stat-install-hooks): Remove.
6520         (spam-stat-install-hooks): Don't run automatically.
6521
6522 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6523
6524         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6525         and keystroke.
6526
6527 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6528
6529         * auth-source.el (auth-source-netrc-cache): Move forward.
6530
6531 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6532
6533         * proto-stream.el (proto-stream-open-starttls): Use
6534         `gnutls-available-p' to see whether we have built-in support.
6535
6536         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6537         we already know.
6538         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6539         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6540
6541 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6542
6543         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6544         %S format, since that looks odd.
6545         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6546         file, especially when saving.
6547
6548 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6549
6550         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6551         article found.
6552
6553 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6554
6555         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6556         `auth-source-save-secrets' with a more sensitive alist that can be
6557         configured per file.  Experimental, so defaults to 'never.
6558         (auth-source-netrc-create): Use it.  Still experimental code.
6559         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6560         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6561
6562 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6563
6564         * auth-source.el (auth-source-save-secrets): New variable to control if
6565         secret tokens should be saved encrypted.
6566         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6567         to `auth-source-netrc-normalize'.
6568         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6569         on the EPA variables being defined.
6570         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6571         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6572         the lexical-let closure.
6573         (auth-source-netrc-create): Create "gpg:" tokens according to
6574         `auth-source-save-secrets'.
6575
6576 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * gnus-group.el (gnus-group-update-group): Add new argument
6579         `info-unchanged' that stops updating dribble buffer.
6580
6581         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6582         deletes lines matching to it in dribble buffer.
6583
6584         * gnus-agent.el (gnus-agent-fetch-group-1):
6585         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6586         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6587         * gnus-start.el (gnus-group-change-level):
6588         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6589
6590         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6591         if newsgroup info is not changed.
6592
6593         * gnus-group.el (gnus-group-get-new-news-this-group):
6594         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6595         Don't update dribble buffer.
6596
6597 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6598
6599         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6600         remove entries with groups we ignore.
6601
6602 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6603
6604         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6605         the underline comes at the bottom.
6606
6607 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6608
6609         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6610         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6611         (gnus-registry-article-marks-to-names): Rename from
6612         `gnus-registry-user-format-function-M2'.
6613
6614 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6617         ephemeral group.
6618
6619 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6620
6621         * shr.el (shr-browse-image): Copy the URL if called interactively.
6622
6623 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6624
6625         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6626         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6627         done, then unselected articles may be marked as read.
6628
6629         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6630         since not doing this seems to lead to a race condition in pop3-logon.
6631
6632         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6633         so that the call chain it correct when we call "upwards".
6634
6635         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6636         in read-only groups.
6637
6638         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6639
6640         * message.el (message-cite-reply-position): Doc string fix.
6641
6642         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6643         avoid regexp overflow.
6644         (nnimap-transform-split-mail): Ditto.
6645
6646         * pop3.el (pop3-retr): Error out if the server closes the connection.
6647
6648 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6649
6650         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6651         mm-with-unibyte-current-buffer.  The buffer should not contain any
6652         multibyte chars anyway at this stage.
6653
6654 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6655
6656         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6657         at the end of lines.
6658
6659 2011-05-29  Julien Danjou  <julien@danjou.info>
6660
6661         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6662
6663 2011-05-27  Glenn Morris  <rgm@gnu.org>
6664
6665         * gnus-group.el (gnus-bug-group-download-format-alist):
6666         Use the "maintainer" version of debian reports as well.
6667
6668 2011-05-26  Glenn Morris  <rgm@gnu.org>
6669
6670         * gnus-group.el (gnus-bug-group-download-format-alist):
6671         Use the "maintainer" version of debbugs.gnu.org reports.
6672
6673 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6676
6677 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6678
6679         * gnus-cus.el (gnus-agent-customize-category):
6680         * gnus-delay.el (gnus-delay-send-queue):
6681         * gnus.el (gnus-other-frame):
6682         Don't quote lambda expressions with `quote'.
6683
6684 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6685
6686         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6687         the thread moves us backwards and so we loop forever.
6688
6689 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6690
6691         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6692         whitespace in base64 data lines.
6693
6694 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6695
6696         * gnus-registry.el (gnus-registry-user-format-function-M):
6697         Use `mapconcat'.
6698         (gnus-registry-user-format-function-M2): Use to see the full text of
6699         the marks.  Make "," the mark text separator.
6700
6701         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6702         authentication with auth-source.
6703
6704 2011-05-17  Glenn Morris  <rgm@gnu.org>
6705
6706         * gnus-group.el (gnus-import-other-newsrc-file):
6707         Use insert-file-contents.
6708
6709 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6710
6711         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6712         1000 iterations.
6713
6714 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * nntp.el (nntp-open-connection): Check if process-type is available.
6717
6718 2011-05-16  Julien Danjou  <julien@danjou.info>
6719
6720         * shr.el (shr-tag-del): Add support for del tag.
6721
6722 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * gnus-html.el (gnus-html-put-image): Register a displayer.
6725
6726         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6727
6728 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6729
6730         * registry.el (prune-factor): New initialization parameter defaulting
6731         to 0.1.
6732         (registry-prune-hard): Use it.
6733
6734         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6735         0.1 expicitly.
6736
6737 2011-05-13  Glenn Morris  <rgm@gnu.org>
6738
6739         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6740         is bound, since this function requires sendmail.
6741
6742 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6743
6744         * registry.el (registry-usage-test): Disable pruning test.
6745
6746 2011-05-11  David Engster  <dengste@eml.cc>
6747
6748         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6749         Bind set-network-process-option for XEmacs.
6750
6751 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6752
6753         * registry.el (registry-prune-hard-candidates)
6754         (registry-prune-soft-candidates): Helper methods for registry pruning.
6755         (registry-prune): Use them.  Make the sort function optional.
6756
6757 2011-05-10  Jim Meyering  <meyering@redhat.com>
6758
6759         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6760
6761 2011-05-10  Julien Danjou  <julien@danjou.info>
6762
6763         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6764         symbol and not a list.
6765
6766 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6767
6768         * gnus-art.el (gnus-article-mode): Move binding of
6769         shr-put-image-function here from gnus-article-prepare-display.
6770
6771         * shr.el (shr-put-image-function): New variable.
6772         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6773         (shr-put-image): Return scaled image.
6774
6775         * gnus-art.el (gnus-shr-put-image): New function.
6776         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6777
6778         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6779         original ones, as deletable.
6780
6781 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6782
6783         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6784
6785 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6786
6787         * registry.el (registry-full): Add convenience method.  Fix logic.
6788         (registry-insert): Use it.  Fix logic here too.
6789
6790         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6791         `registry-prune' if `registry-full' returns t.
6792         (gnus-registry-handle-action)
6793         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6794         (gnus-registry-usage-test): Use it.
6795
6796 2011-05-07  Julien Danjou  <julien@danjou.info>
6797
6798         * shr.el (shr-link): Make shr-link inherit from link by default.
6799
6800 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6801
6802         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6803
6804 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6805
6806         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6807         error out because the face is not a list.
6808
6809 2011-05-05  Glenn Morris  <rgm@gnu.org>
6810
6811         * proto-stream.el (gnutls-negotiate): Fix declarations.
6812
6813         * gnus-start.el (gnus-propagate-marks): Declare.
6814
6815 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6816
6817         * registry.el (registry-reindex): Fix percentage message.
6818
6819         * proto-stream.el (network-stream-open-starttls): Adjust to call
6820         `gnutls-negotiate' with :process and :hostname arguments.
6821
6822 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6823
6824         * shr.el: Add shr-link face for links.
6825         (shr-urlify): Use it.
6826
6827         * registry.el (registry-insert): Make error message more helpful.
6828
6829 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6830
6831         * gnus-html.el (gnus-html-schedule-image-fetching):
6832         Use url-queue-retrieve, if it exists.
6833
6834         * shr.el (shr-tag-img): Ditto.
6835
6836         * gnus.el: Autoload more gnus-agent functions.
6837
6838         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6839         agent if we haven't already (bug#8502).
6840
6841         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6842         into the Agent, too.
6843
6844         * gnus-agent.el (gnus-agent-store-article): New function.
6845
6846         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6847         and moved from that file for reuse.
6848
6849         * pop3.el (pop3-open-server): Error messages are "-ERR".
6850
6851 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6852
6853         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6854         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6855
6856 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6857
6858         * gnus.el: No Gnus v0.17 is released.
6859
6860 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6861
6862         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6863         buffer has moved to a different frame.
6864
6865 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6866
6867         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6868         to get the conversion from unibyte to multibyte buffers to work on
6869         Emacs 22.
6870
6871         * nntp.el (nntp-request-article): Slight clean-up.
6872
6873 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6874
6875         * shr.el (shr-strike-through): New face.
6876         (shr-tag-s): Use it to provide <s> support.
6877         (shr-tag-s): Remove duplicate definition.
6878
6879 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6880
6881         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6882         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6883
6884 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6885
6886         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6887         `gnutls-negotiate'.
6888         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6889
6890 2011-04-23  Glenn Morris  <rgm@gnu.org>
6891
6892         * gnus-sum.el (gnus-extra-headers): Bump :version.
6893
6894 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6895
6896         * shr.el (shr-tag-sup): New function.
6897         (shr-tag-sub): Ditto.
6898
6899 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6900
6901         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6902         for the case where `gnus-registry-ignored-groups' is a list of lists,
6903         and don't call `gnus-parameter-registry-ignore' otherwise.
6904
6905 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6906
6907         * nnimap.el (nnimap-user): New backend variable.
6908         (nnimap-open-connection-1): Use it.
6909         (nnimap-credentials): Accept user parameter so it's explicit what user
6910         name is desired.
6911
6912         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6913         default.
6914
6915         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6916         not gnus-registry.el.
6917
6918         * gnus-registry.el: Mention in comments how to modify
6919         `gnus-extra-headers' for proper recipient tracking and that it may
6920         already have To and Cc recently, which it does as of this commit.
6921         (gnus-registry-ignored-groups): Remove defcustom.
6922         Explain why in comments.
6923         (gnus-registry-action): Fix data-header reference to use the extra
6924         headers.  Explain in package commentary how to add To and Cc headers to
6925         the gnus-extra-headers.
6926         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6927         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6928         parameter list or a string list in `gnus-registry-ignored-groups'.
6929         Fix logic error.
6930
6931 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6932
6933         * shr.el (shr-expand-url): Protect against null urls.
6934
6935 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6936
6937         * shr.el (shr-base): New binding.
6938         (shr-tag-base): Keep track of <base>.
6939         (shr-expand-url): New function used throughout.
6940
6941 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6942
6943         * gnus-registry.el
6944         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6945         (gnus-registry-ignored-groups): New variable.
6946         (gnus-registry-ignore-group-p): Use it.
6947         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6948         set the destination group to nil (same as delete) if it's ignored.
6949
6950 2011-04-20  David Engster  <dengste@eml.cc>
6951
6952         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6953
6954         * Makefile.in (test-nntp): New rule.
6955         (check): Add it.
6956         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6957
6958 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6959
6960         * gnus-registry.el (gnus-registry-action)
6961         (gnus-registry-fetch-header-fast):
6962         Don't use mail-header that looks an internal function of mailheader.el.
6963
6964 2011-04-19  Glenn Morris  <rgm@gnu.org>
6965
6966         * time-date.el (time-to-days): Remove unused local variables.
6967
6968 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6969
6970         * gnus-registry.el: Eliminate cl functions.
6971         (gnus-registry-sort-addresses): New function that replaces mapcan.
6972         (gnus-registry-action, gnus-registry-spool-action)
6973         (gnus-registry-split-fancy-with-parent)
6974         (gnus-registry-fetch-recipients-fast): Use it.
6975         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6976
6977         * registry.el (initialize-instance, registry-lookup)
6978         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6979         (registry-lookup-secondary-value, registry-search, registry-delete)
6980         (registry-insert, registry-reindex, registry-size, registry-prune):
6981         Use eval-and-compile.
6982
6983 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6984
6985         * registry.el (registry-reindex): New method to recreate the secondary
6986         registry indices.
6987
6988         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6989         tracked field changes.
6990         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6991         (gnus-registry-action, gnus-registry-spool-action)
6992         (gnus-registry-handle-action)
6993         (gnus-registry--split-fancy-with-parent-internal)
6994         (gnus-registry-split-fancy-with-parent)
6995         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6996         move, and delete actions, and for fancy splitting with parent.
6997         (gnus-registry-extract-addresses)
6998         (gnus-registry-fetch-recipients-fast)
6999         (gnus-registry-fetch-header-fast): Convenience functions.
7000         (gnus-registry-misc-test): ERT test of
7001         `gnus-registry-extract-addresses'.
7002
7003 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
7004
7005         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7006         Track by subject first, then sender.
7007
7008 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7009
7010         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
7011
7012         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
7013         Lisp.
7014
7015         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
7016         (gnus-draft-send): Use it to avoid popping
7017         up frames from gnus-group-send-queue.
7018
7019 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
7020
7021         * gnus-registry.el: Updated gnus-registry docs.
7022
7023 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7024
7025         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7026         Fix logic bug.
7027         (gnus-registry-post-process-groups): Fix logging of no results and
7028         quote sender and subject.
7029
7030 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7031
7032         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
7033         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
7034         gnutls-cli are too slow to be done opportunistically.
7035
7036         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
7037         (gnus-read-active-for-groups): Don't try to finish getting stuff where
7038         we had no early-data returned.
7039         (gnus-get-unread-articles): Add a sanity check so that we don't issue
7040         two async commands to the same server at the same time.
7041
7042 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
7043
7044         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
7045
7046 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7047
7048         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
7049         "warning" level.
7050
7051         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
7052         (mm-url-insert-file-contents): Don't set the package names.
7053
7054 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
7055
7056         * gnus-registry.el (gnus-registry-action): Remove properties and
7057         simplify subject in `gnus-registry-handle-action'.
7058         (gnus-registry-spool-action): Get subject and sender from message if
7059         they are not passed in.
7060         (gnus-registry-handle-action): Remove properties and simplify subject
7061         consistently.
7062
7063 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7064
7065         * registry.el: Require CL before using defmacro*.
7066
7067 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * gnus-art.el (article-treat-date): Assume that
7070         gnus-article-date-headers may be a group parameter.
7071
7072 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
7073
7074         * gnus-registry.el (gnus-registry-handle-action): More debugging.
7075
7076         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
7077         interactively so the newsrc file can contain foreign groups too.
7078         Useful for debugging but not much for users.
7079
7080 2011-04-07  David Engster  <dengste@eml.cc>
7081
7082         * registry.el (registry-usage-test): Only do
7083         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
7084         lexical binding.
7085
7086 2011-04-07  David Engster  <dengste@eml.cc>
7087
7088         * Makefile.in (check, test-registry): New rules for test-suite.
7089
7090 2011-04-06  David Engster  <dengste@eml.cc>
7091
7092         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
7093         argument NOERROR for `require', since XEmacs 21.4 does not support it.
7094
7095 2011-04-06  David Engster  <dengste@eml.cc>
7096
7097         * registry.el (initialize-instance): Change :after to :AFTER to be
7098         compatible with old EIEIO version in XEmacs.
7099
7100 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7101
7102         * gnus-registry.el (gnus-registry-post-process-groups)
7103         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
7104         and provide better messaging.
7105
7106 2011-04-06  David Engster  <dengste@eml.cc>
7107
7108         * Makefile.in (fail-on-warning): New rule to compile with warnings as
7109         errors.
7110
7111         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
7112         dgnushack-compile with error-on-warn enabled, and to signal an error if
7113         clean compilation failed.
7114         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
7115         with `byte-compile-error-on-warn'.  Return nil if errors occured.
7116
7117 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7118
7119         * gnus-registry.el: Don't use ERT if it's not available.  Load it
7120         unconditionally anyway, discarding errors.
7121         (gnus-registry-delete-entries): New convenience function.
7122         (gnus-registry-import-eld): Import from old .eld registry.
7123
7124         * registry.el: Don't use ERT if it's not available.  Load it
7125         unconditionally anyway, discarding errors.
7126
7127         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
7128         version from the Claudio Bley GnuTLS patch (extra optional parameters
7129         and host name).
7130
7131 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
7132
7133         * gnus-registry.el (gnus-registry-fixup-registry): New function to
7134         fixup the parameters that can be customized by the user between
7135         save/read cycles.
7136         (gnus-registry-read): Use it.
7137         (gnus-registry-make-db): Use it.
7138         (gnus-registry-spool-action, gnus-registry-handle-action):
7139         Fix messaging.
7140         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
7141         Map references to actual group names with sender and subject tracking.
7142         (gnus-registry-post-process-groups): Use `cond' for better messaging.
7143         (gnus-registry-usage-test): Add subject lookup test.
7144
7145         * registry.el (registry-db, initialize-instance): Set up constructor
7146         instead of :initform arguments for the sake of older Emacsen.
7147         (registry-lookup-breaks-before-lexbind): New method to demonstrate
7148         pre-lexbind merge bug.
7149         (registry-usage-test): Use it.
7150         (initialize-instance, registry-db): Move the non-function initforms
7151         back to the class definition.
7152
7153 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
7154
7155         * registry.el: New library to manage gnus-registry-style data.
7156
7157         * gnus-registry.el: Use it (major rewrite).
7158
7159         * nnregistry.el: Use it.
7160
7161         * spam.el: Use it.
7162
7163 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7164
7165         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
7166         marks on non-selected articles.
7167
7168 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7169
7170         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
7171         parameter to open-protocol-stream.
7172
7173 2011-04-01  Julien Danjou  <julien@danjou.info>
7174
7175         * mm-view.el (mm-display-inline-fontify): Do not fontify with
7176         fundamental-mode.
7177
7178 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7179
7180         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
7181         servers.
7182
7183 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7184
7185         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
7186         made marks not propagate, again.
7187
7188 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
7189
7190         * proto-stream.el (open-protocol-stream): Bring back `network' type.
7191         Make this the default type.
7192         (proto-stream-open-plain): Rename from proto-stream-open-default.
7193         (open-protocol-stream, proto-stream-open-starttls)
7194         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
7195         with `plain'.
7196
7197         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
7198         value.
7199
7200         * nntp.el (nntp-open-connection-function): Document the fact that some
7201         values are not functions but are instead handled specially.
7202         Recognize nntp-open-plain-stream value.
7203         (nntp-open-connection): Recognize that value.
7204
7205 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7206
7207         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7208         where it seems to be needed.
7209
7210 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7211
7212         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7213         stuff.
7214
7215         * gnus-score.el (gnus-score-string): Fix calling convention of
7216         `gnus-simplify-buffer-fuzzy' after last patches.
7217
7218         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7219         server for articles we didn't get any headers for.  This is a sanity
7220         check.
7221
7222 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7223
7224         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7225         new CAPABILITY, use it.
7226
7227 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7228
7229         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7230         downloading anything.
7231
7232         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7233
7234 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7235
7236         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7237         colors.
7238         (gnus-splash-svg-color-symbols): New function.
7239
7240 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7241
7242         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7243         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7244         (gnus-simplify-subject-fuzzy): Use the local
7245         gnus-simplify-subject-fuzzy-regex instead of the global one.
7246         This makes using this variable in group parameters work.
7247
7248 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7249
7250         * gnus-registry.el (gnus-registry-unfollowed-groups):
7251         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7252         archive:sent-YYYY-MM-DD groups).
7253         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7254         tracking if there are more than `gnus-registry-max-track-groups'
7255         matches.
7256
7257 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7258
7259         * message.el (message--yank-original-internal): New function to do the
7260         insertion cleanly inside eval in `message-yank-original'.
7261         (message-yank-original): Use it.
7262
7263 2011-03-29  Julien Danjou  <julien@danjou.info>
7264
7265         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7266         local variables disabled rather than `normal-mode'.
7267
7268 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7269
7270         * imap.el (imap-shell-open, imap-process-connection-type):
7271         Use imap-process-connection-type for 'shell' streams as well as
7272         Kerberos, SSL, other subprocesses.
7273
7274 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7275
7276         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7277         with open-network-stream.
7278         (proto-stream-always-use-starttls): Option removed.
7279         (open-protocol-stream): Return a process object by default.  Provide a
7280         new parameter :return-list specifying a list-type return value, which
7281         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7282         :type `network' to `try-starttls', and `network-only' to `default'.
7283         Make `default' the default, for compatibility with open-network-stream.
7284         Handle the no-parameter case exactly as open-network-stream, with no
7285         additional stream processing.  Search plists using plist-get.
7286         Explicitly add :end-of-commend parameter if it is missing.
7287         (proto-stream-open-default): Rename from
7288         proto-stream-open-network-only.  Return 'default as the type.
7289         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7290         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7291         failed.  Always return a list with a (possibly dead) process as the
7292         first element, for compatibility with open-network-stream.
7293         (proto-stream-open-tls): Use plist-get.  Always return a list.
7294         (proto-stream-open-shell): Return `default' as connection type.
7295         (proto-stream-capability-open): Use plist-get.
7296         (proto-stream-eoc): Function deleted.
7297
7298         * nnimap.el (nnimap-stream, nnimap-open-connection)
7299         (nnimap-open-connection-1): Handle renaming of :type parameter for
7300         open-protocol-stream.
7301         (nnimap-open-connection-1): Pass a :return-list parameter
7302         open-protocol-stream to obtain a list return value.  Parse this list
7303         using plist-get.
7304
7305         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7306         for open-protocol-stream.  Accept open-protocol-stream return value
7307         that is a subprocess object instead of a list.  Handle the case of a
7308         dead returned process.
7309
7310 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7311
7312         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7313
7314         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7315
7316 2011-03-21  Julien Danjou  <julien@danjou.info>
7317
7318         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7319         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7320         query.
7321         (mm-inline-text): Render normal text with fontification whenever
7322         possible.
7323
7324         * gnus-sum.el (gnus-summary-save-parts-1):
7325         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7326         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7327         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7328         Use `mm-handle-filename'.
7329
7330         * mm-util.el (mm-handle-filename): New function, return the filename of
7331         an handle.
7332
7333 2011-03-18  Julien Danjou  <julien@danjou.info>
7334
7335         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7336         (gnus-buffer-live-p): Check that buffer is not nil.
7337
7338 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7339
7340         * gnus.el: No Gnus v0.15 is released.
7341
7342 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7343
7344         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7345         avoid warning on XEmacs.
7346
7347         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7348         on XEmacs.
7349
7350         * gnus-art.el: Require mouse, which the build bot seems to say is
7351         needed.
7352
7353         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7354
7355         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7356         XEmacs, since it doesn't have url-retrieve-synchronously.
7357
7358         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7359         since assoc-string doesn't exist in XEmacs.
7360
7361 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7362
7363         * gnus-group.el (gnus-group-list-ticked): New function.
7364         (gnus-group-make-menu-bar): Provide a menu entry for it.
7365         (gnus-group-list-map): Provide a binding for it.
7366
7367 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7368
7369         * shr.el (shr-visit-file): New command.
7370
7371         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7372
7373 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7374
7375         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7376         servers.
7377
7378 2011-03-16  Julien Danjou  <julien@danjou.info>
7379
7380         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7381         inline.
7382
7383         * gnus-art.el (article-hide-list-identifiers):
7384         Use gnus-group-get-list-identifiers.
7385
7386         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7387         (gnus-summary-remove-list-identifiers):
7388         Use gnus-group-get-list-identifiers to get regexp.
7389         (gnus-select-newsgroup, gnus-summary-insert-subject)
7390         (gnus-summary-insert-articles):
7391         Call gnus-summary-remove-list-identifiers unconditionally.
7392
7393 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7394
7395         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7396         we're selecting a group with unread articles.
7397
7398         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7399
7400         * gssapi.el: New file separated out from imap.el to provide a general
7401         Kerberos 5 connection facility for Emacs.
7402
7403         * message.el (message-elide-ellipsis): Document the format spec
7404         ellipsis.
7405
7406 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7407
7408         * message.el (message-elide-region): Allow the ellipsis to say how many
7409         lines were removed.
7410
7411 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7412
7413         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7414         window configurations containing buffers that are now dead.
7415
7416         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7417         parsing to avoid integer overflows.
7418         (nnimap-parse-flags): Simplify the last change.
7419         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7420         too large for 32-bit Emacsen.
7421
7422 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7423
7424         * auth-source.el (auth-source-netrc-create):
7425         * message.el (message-yank-original): Fix use of `case'.
7426
7427 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7428
7429         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7430         XEmacs, which was one character too wide.
7431
7432 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7433
7434         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7435         default number of articles to display.
7436         (gnus-articles-to-read): Use pretty names for prompt.
7437
7438 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7439
7440         * gnus-int.el (gnus-open-server): Ditto.
7441
7442         * gnus-start.el (gnus-activate-group): Give a backtrace if
7443         debug-on-quit is set and the user hits `C-g'.
7444         (gnus-read-active-file): Ditto.
7445
7446         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7447
7448 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7449
7450         * message.el (message-yank-original): Use cond instead of CL case.
7451
7452 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7453
7454         * auth-source.el (auth-source-netrc-create): Use usual format for the
7455         default in prompts.
7456
7457 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7458
7459         * lpath.el: Fbind read-char-choice for XEmacs.
7460
7461 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7462
7463         * auth-source.el (auth-source-netrc-create): Show the default in the
7464         prompt when prompting for token creation.
7465
7466 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7467
7468         * auth-source.el (auth-source-format-prompt): Always convert the value
7469         to a string to avoid evaluating non-string arguments.
7470         (auth-source-netrc-create): Offer default properly, not as initial
7471         content in `read-string'.
7472         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7473         of line to determine if we've been run before.  If so, don't run again,
7474         but print a trivial message to indicate the cache was hit instead.
7475
7476 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7477
7478         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7479         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7480         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7481         Gnus.
7482
7483 2011-03-11  Julien Danjou  <julien@danjou.info>
7484
7485         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7486         modified file".
7487
7488 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7489
7490         * auth-source.el (auth-source-read-char-choice): New function to read a
7491         character choice using `dropdown-list', `read-char-choice', or
7492         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7493         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7494         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7495         (auth-source-netrc-saver): Use it.
7496         (auth-source-pick-first-password): New convenience function.
7497
7498 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7499
7500         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7501         parameter in the credentials.
7502         (nnimap-open-connection-1): Use it after a successful login.
7503         (nnimap-credentials): Add IMAP-specific user and password prompt.
7504
7505         * auth-source.el (auth-source-search): Add :require parameter, taking a
7506         list.  Document it and the :save-function return token.  Pass :require
7507         down.  Change the CREATED message from a warning to a debug statement.
7508         (auth-source-search-backends): Pass :require down.
7509         (auth-source-netrc-search): Pass :require down.
7510         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7511         Change save prompt to indicate all modifications saved here are
7512         deletions.
7513         (auth-source-netrc-create): Take user login name as default in user
7514         prompt.  Move all the save functionality to a lexically bound function
7515         under the :save-function token in the returned list.  Set up clearer
7516         default prompts for user, host, port, and secret.
7517         (auth-source-netrc-saver): New function, intended to be wrapped for
7518         :save-function.
7519
7520 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7521
7522         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7523         lines to be spaces instead.
7524
7525 2011-03-07  Julien Danjou  <julien@danjou.info>
7526
7527         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7528         (sieve-sasl-auth): Check that auth-source-search did return something,
7529         or just return an empty string.
7530
7531 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7532
7533         * gnus.el (gnus-interactive): Use read-directory-name.
7534
7535         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7536         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7537         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7538         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7539         Likewise.
7540
7541         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7542
7543 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7544
7545         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7546         onto the list of killed groups, too.  This makes killed nnimap groups,
7547         for instance, more reliably not reappear.
7548
7549         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7550         the parent.
7551
7552         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7553
7554         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7555         really have server-side marks.
7556
7557         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7558         since most backends do not usefully have server-side marks.
7559         (gnus-update-read-articles): Propagate marks to all backends that
7560         really have server-side marks.
7561
7562 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7563
7564         * message.el (message-cite-reply-position, message-cite-style):
7565         New variables.
7566         (message-yank-original): Use the new citation styles.
7567
7568 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7569
7570         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7571         buffer-local issue); don't mark it buffer-local when running under
7572         XEmacs.
7573
7574 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7575
7576         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7577         numbers too big to be `read'.
7578
7579 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7580
7581         * password-cache.el (password-in-cache-p): Add autoload.
7582
7583         * message.el (message-options): Make buffer-local two ways to attempt
7584         to fix a XEmacs bug.
7585
7586 2011-03-02  Julien Danjou  <julien@danjou.info>
7587
7588         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7589
7590 2011-03-01  Julien Danjou  <julien@danjou.info>
7591
7592         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7593         group.
7594         (article-hide-list-identifiers): Use list-identifier group parameter.
7595
7596 2011-02-28  Julien Danjou  <julien@danjou.info>
7597
7598         * sieve.el (sieve-buffer-script-name): New local variable to store
7599         sieve script name.
7600         (sieve-edit-script): Store sieve script name.
7601         (sieve-upload): Use sieve script name when uploading.
7602         (sieve-upload): Use substitute-command-keys.
7603         (sieve-edit-script): Use substitute-command-keys.
7604         (sieve-refresh-scriptlist): Use substitute-command-keys.
7605         (sieve-manage-mode-map): Define keymap properly.
7606         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7607         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7608         Remove commented code about cvs.
7609         (sieve-manage-quit): New function.
7610         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7611
7612 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7613
7614         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7615
7616 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7617
7618         * auth-source.el (auth-source-search): Cache empty result sets.
7619
7620         * password-cache.el (password-in-cache-p): Convenience function to
7621         check if a key is in the cache, even if the value is nil.
7622
7623         * auth-source.el (auth-source-save-behavior): New variable to replace
7624         `auth-source-never-create'.
7625         (auth-source-netrc-create): Use it.
7626         (auth-source-never-save): Remove.
7627
7628 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7629
7630         * nnimap.el (nnimap-stream): Doc fix.
7631         (nnimap-open-connection-1): Reverse the order of the ports to that the
7632         prompted-for port is first.
7633
7634         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7635         retrieval by the no-group selection.
7636
7637         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7638         numerical parameters.
7639
7640 2011-02-25  Julien Danjou  <julien@danjou.info>
7641
7642         * gnus-gravatar.el: Use gnus-with-article-buffer.
7643
7644         * gnus-art.el (gnus-with-article-buffer): Check that the
7645         gnus-article-buffer is alive.
7646
7647 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7648
7649         * auth-source.el (auth-source-creation-prompts): New variable to manage
7650         creation-time prompts.
7651         (auth-source-search): Document it.
7652         (auth-source-format-prompt): Add utility function.
7653         (auth-source-netrc-create): Don't default the user name to
7654         user-login-name.  Use `auth-source-creation-prompts' and some default
7655         prompts for user, host, port, and password (the default generic prompt
7656         remains ugly).
7657         (auth-source-never-save): Add customizable option to never save info.
7658         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7659         mode excursion.
7660
7661 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7662
7663         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7664         argument that XEmacs doesn't support.
7665
7666         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7667         compiled for Emacsen having no `libxml-parse-html-region' support.
7668
7669         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7670
7671         * lpath.el: Bind buffer-save-without-query for XEmacs.
7672
7673 2011-02-23  Julien Danjou  <julien@danjou.info>
7674
7675         * gnus-art.el (article-make-date-line): Ignore errors if time is
7676         invalid and not convertible.
7677         (article-make-date-line): Only add lapsed time if time is not nil.
7678
7679 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7680
7681         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7682         `read-char-choice' for backwards compatibility.
7683         (auth-source-netrc-element-or-first): New function to DTRT for
7684         parameter extraction.
7685         (auth-source-netrc-create): Use it and fix multiple parameter print
7686         bug.  Use the default passed from above (given-default) or the
7687         built-in (user-login-name for :user).
7688
7689 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7690
7691         * gnus-start.el (gnus-dribble-read-file):
7692         Set buffer-save-without-query, since we always want to save the dribble
7693         file, probably.
7694
7695         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7696         nnimap.
7697
7698         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7699         -summary- since it's a user-visible variable.
7700
7701         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7702         first time you use the new Gnus.
7703
7704 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7705
7706         * auth-source.el: Don't load netrc.el.
7707         (auth-sources): Search ~/.netrc as well by default.
7708         (auth-source-debug): Add 'trivia option for extra output.
7709         (auth-source-do-trivia): Use it.
7710         (auth-source-search): Simplify logic to use
7711         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7712         appropriate.  Don't keep a running count at this level.  Layer :create
7713         and :delete options appropriately on the first and second passes.
7714         Don't track the backend with the search results.
7715         (auth-source-search-backends): New function to search a list of
7716         backends for a processed spec.
7717         (auth-source-netrc-parse): Cache all netrc files, making
7718         auth-source-netrc-cache an alist keyed by the file name and using the
7719         file mtime as the caching criterion.  Keep the obfuscated data secret
7720         with a lexical bind.
7721         (auth-source-netrc-search): Don't calculate the length of the results
7722         unnecessarily.
7723         (auth-source-search-backends): Fix bug.
7724         (auth-source-netrc-create): Rework prompts.
7725
7726 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7727
7728         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7729         Lower case names of search constraints.
7730         (nnir-run-query): Cache and reuse search constraints for all imap
7731         servers.
7732
7733 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7734
7735         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7736         after exit.
7737         (gnus-setup-message): Define missing variable from last checkin.
7738
7739         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7740         value, show the raw article.
7741
7742 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7743
7744         * gnus.el: No Gnus v0.13 is released.
7745
7746 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7747
7748         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7749         auth-source now accepts numbers.
7750
7751         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7752         spec, too.
7753         (auth-source-ensure-strings): New function.
7754
7755         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7756         (gnus-article-setup-buffer): Always restart the date timer so that user
7757         changes to the frequency is respected.
7758
7759         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7760         port numbers, so make sure it gets that if nnimap-server-port is
7761         explicit.
7762
7763 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7764
7765         * nnimap.el (nnimap-inbox): Doc fix.
7766
7767 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7768
7769         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7770         Autoload.  Add optional arg FRAME, and pass it to color-values.
7771         (color-complement): Caller changed.  Doc fix.
7772         (color-gradient): Rewrite for better clarity and efficiency.
7773
7774 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7775
7776         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7777         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7778         color-lab-to-srgb.
7779
7780 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7781
7782         * color.el: First part of merge from hexrgb.el.
7783         (color-rgb-to-hex): Rename from color-rgb->hex.
7784         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7785         saturation to zero if the value is too small.
7786         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7787         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7788         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7789         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7790         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7791         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7792         (color-cie-de2000): Doc fix.
7793
7794 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7795
7796         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7797         given method as in the group name if we're using an extended method.
7798         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7799         command, if we're using that, instead of waiting for the beginning.
7800
7801         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7802         we're sure to get unique server names, and we don't output two async
7803         commands in the same buffer.  This fixes an NNTP hang for some users.
7804
7805 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7806
7807         * gnus.el: No Gnus v0.11 is released.
7808
7809 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7810
7811         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7812         summary buffer before reading going to the next buffer.  This avoids
7813         putting the point in the group buffer if you `C-g' the command.
7814
7815         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7816         cache (for now) to make ~/.authinfo.gpg files usable.
7817
7818         * nnfolder.el (copyright-update): Define for the compiler.
7819
7820         * auth-source.el (auth-source-search): Fix unbound variable.
7821
7822 2011-02-19  Glenn Morris  <rgm@gnu.org>
7823
7824         * gnus.el (gnus-meta): Doc fix.
7825
7826 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7827
7828         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7829         in case it's not yet loaded.
7830
7831 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7832
7833         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7834         line we're waiting for.
7835
7836 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7837
7838         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7839         face with line-width greater than zero will cause RET in gnus summary
7840         buffer to scroll down article page-wise because auto vscroll happens,
7841         it should be temporally disabled when doing a scroll-up.
7842
7843 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7844
7845         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7846         outputs from the server.
7847
7848 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7849
7850         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7851         later so that bbdb can hook in easier.
7852
7853 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7854
7855         * auth-source.el (auth-source-search): Don't try to create credentials
7856         if the caller doesn't want that.
7857         (auth-source-search): If we don't find a match, don't bug out on
7858         non-bound variables.
7859         (auth-source-search): Only ask a single backend to create the
7860         credentials.
7861
7862         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7863         logging.
7864         (nnimap-credentials): Protect against auth-source-search returning nil.
7865         (nnimap-request-list): Protect against not being able to open the
7866         server.
7867
7868 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7869
7870         * auth-source.el (auth-source-search): Do a two-phase search, one with
7871         no :create to get the responses from all backends.
7872
7873         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7874         when getting credentials.
7875
7876         * gnus-util.el (gnus-delete-duplicates): New function.
7877
7878 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7879
7880         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7881         a creation default, pass the whole port list down.  It will be
7882         completed.
7883
7884         * auth-source.el (auth-source-search): Updated docs to talk about
7885         multiple creation choices.
7886         (auth-source-netrc-create): Accept a list as a value (from the search
7887         parameters) and do completion on that list.  Keep a separate netrc line
7888         with the password obscured for showing the user.
7889
7890         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7891         first choice to `auth-source-search' so it will be used for entry
7892         creation instead of the server's Gnus-specific name.
7893         (nnimap-credentials): Rely on the auth-source library to select which
7894         port is actually wanted in the new netrc entry, so don't override
7895         `auth-source-creation-defaults'.
7896
7897         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7898         :protocol and accept a missing user, host, or port as a wildcard match.
7899         (auth-source-debug): Default to off.
7900
7901         (auth-source-netrc-search, auth-source-netrc-create)
7902         (auth-source-secrets-search, auth-source-secrets-create)
7903         (auth-source-user-or-password, auth-source-backend, auth-sources)
7904         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7905         instead of :protocol.
7906
7907         * nnimap.el (nnimap-credentials): Pass a port default to
7908         `auth-source-search' in case an entry needs to be created.
7909         (nnimap-open-connection-1): Use :port instead of :protocol.
7910
7911 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * auth-source.el: Bind load-path when loading EIEIO from
7914         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7915         21.4 doesn't support, to `require'.
7916         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7917         delete-dups that is not available in XEmacs 21.4.
7918
7919 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7920
7921         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7922         as EIEIO must also be loaded when auth-source.el is being
7923         byte-compiled.
7924
7925 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7926
7927         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7928
7929         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7930
7931         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7932
7933         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7934
7935         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7936
7937         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7938
7939         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7940
7941         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7942         necessary.
7943
7944 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7945
7946         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7947         nil means that nnimap doesn't get updated.
7948
7949 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7950
7951         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7952         result when the user doesn't want to write to the file.
7953         (auth-source-netrc-search): Expect a synthetic result and proceed
7954         accordingly.
7955         (auth-source-cache-expiry): New variable to override
7956         `password-cache-expiry'.
7957         (auth-source-remember): Use it.
7958
7959         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7960         parameter.  Create entry if necessary by using :create t.
7961         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7962
7963 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7964
7965         * auth-source.el (auth-source-debug): Enable by default and don't
7966         mention the obsolete `auth-source-hide-passwords'.
7967         (auth-source-do-warn): New function to debug unconditionally.
7968         (auth-source-do-debug): Use it.
7969         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7970         and for Secrets API entries when the secrets.el library is not
7971         available.
7972
7973 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7974
7975         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7976         (gnus-summary-exit): Kill the correct article buffer on exit from a
7977         `C-d' group.
7978
7979         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7980         gnus-propagate-marks.
7981
7982         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7983         before killing the buffers so that a non-full window conf gets handled
7984         correctly.
7985         (gnus-summary-exit): Ditto.
7986         (gnus-summary-read-group-1): Ditto.
7987
7988         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7989         async code again so that we can debug it properly.
7990
7991         * message.el (message-reply): Take an optional switch-buffer parameter
7992         so that Gnus window confs are respected better.
7993
7994 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7995
7996         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7997         `plist-get' to accept non-list parameters (XEmacs issue).
7998         Fix docstring.
7999         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
8000         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
8001         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
8002         Login collection is "Login" and not "login".
8003
8004 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8005
8006         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
8007         multiple headers.
8008
8009         * nnimap.el (nnimap-inhibit-logging): New variable.
8010         (nnimap-log-command): Don't log login commands.
8011
8012         * auth-source.el (auth-source-netrc-search): The asserts seem to want
8013         to have more parameters.
8014
8015         * nnimap.el (nnimap-send-command): Mark the command time for each
8016         command, so that we don't get NOOPs stepping on our toes.
8017
8018         * gnus-art.el (article-date-ut): Get the date from the Date header on
8019         `t'.
8020
8021 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8022
8023         * auth-source.el (auth-source-search): Use copy-sequence instead of
8024         the cl.el copy-list.
8025
8026 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8027
8028         * imap.el: Bring it back (revert
8029         84d800cd31de3064f0ed39617d725709a2f8f42f).
8030
8031 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
8032
8033         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
8034         Improve prompt.
8035
8036 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
8037
8038         * gnus-art.el (gnus-article-mode-line-format): Remove the article
8039         washing status from the default format.  It isn't very informative.
8040
8041 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
8042
8043         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
8044         Fix Gcc processing on imap.
8045
8046 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8047
8048         * imap.el: Remove file.  All the functionality is in nnimap.el.
8049
8050 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8051
8052         * message.el (message-bury): Don't pop up a new window when selected
8053         window is dedicated.
8054
8055 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
8056
8057         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
8058
8059 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
8060
8061         * sieve-manage.el: Autoload `auth-source-search'.
8062         (sieve-sasl-auth): Use it.
8063
8064 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8065
8066         * nnimap.el: Autoload `auth-source-forget+'.
8067         (nnimap-open-connection-1): Use it if the connection fails.
8068
8069         * auth-source.el: Require `password-cache'.
8070         (auth-source-hide-passwords, auth-source-cache): Remove and mark
8071         obsolete.
8072         (auth-source-magic): Marker for `password-cache' keys.
8073         (auth-source-do-cache): Update docstring.
8074         (auth-source-search): Use and check cache.
8075         (auth-source-forget-all-cached, auth-source-remember)
8076         (auth-source-recall, auth-source-forget, auth-source-forget+)
8077         (auth-source-specmatchp): Caching support functions.
8078         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
8079         Remove and obsolete.
8080         (auth-source-user-or-password): Remove caching to further discourage
8081         using it.  Always hide passwords.
8082
8083         * password-cache.el (password-cache-remove): Accept secrets that are
8084         not strings.
8085
8086 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
8087
8088         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
8089         code for now, since it doesn't work for all users.
8090
8091 2011-02-09  Julien Danjou  <julien@danjou.info>
8092
8093         * message.el (message-options): Make message-options really buffer
8094         local.
8095
8096 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
8097
8098         * mail-source.el: Autoload `auth-source-search'.
8099         (mail-source-keyword-map): Note order matters.
8100         (mail-source-set-1): Get all the mail-source source values and
8101         defaults and search auth-source on those if needed.  This can all
8102         probably be simplified.
8103
8104         * nnimap.el: Autoload `auth-source-search'.
8105         (nnimap-credentials): Use it.
8106         (nnimap-open-connection-1): Ask for the virtual server and physical
8107         address in one shot.
8108
8109         * nntp.el: Autoload `auth-source-search'.
8110         (nntp-send-authinfo): Use it.  Note TODO.
8111
8112 2011-02-08  Julien Danjou  <julien@danjou.info>
8113
8114         * shr.el (shr-tag-body): Add support for text attribute in body
8115         markups.
8116
8117         * message.el (message-options): Make message-options a local variable.
8118
8119 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
8120
8121         * auth-source.el (auth-source-secrets-search)
8122         (auth-source-user-or-password): Use `append' instead of `nconc'.
8123         (auth-source-user-or-password): Build return list better and protect
8124         against nil :secret.
8125
8126 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
8127
8128         * nnimap.el (nnimap-update-info): Refactor slightly.
8129         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
8130         (nnimap-update-info): Clean up slightly.
8131         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
8132         characters.
8133         (nnimap-process-quirk): Rename function to avoid collision.
8134         (nnimap-update-info): Fix macrology bug-out.
8135         (nnimap-update-info): Simplify split history test.
8136
8137 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
8138
8139         * auth-source.el (top): Require 'eieio unconditionally.
8140         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
8141         (auth-source-secrets-search): Limit search when `max' is greater than
8142         number of results.
8143
8144 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
8145
8146         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
8147         part not returning any data.
8148
8149         * proto-stream.el (open-protocol-stream): Document the return value.
8150
8151 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8152
8153         * auth-source.el (auth-source-secrets-search): Add examples.
8154
8155 2011-02-06  Julien Danjou  <julien@danjou.info>
8156
8157         * message.el (message-setup-1): Handle message-generate-headers-first
8158         set to t.
8159
8160 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8161
8162         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
8163         API with a string "secrets:collection-name" and with 'default.
8164         (auth-source-backend-parse): Parse "secrets:collection-name" and
8165         'default.  Recurse on parses instead of repeating code.  Use the
8166         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
8167         message when ignoring a source.
8168         (auth-source-search): List ignored search keys at the top level.
8169         (auth-source-netrc-create): Use `case' instead of `cond'.
8170         (auth-source-secrets-search): Created with TODOs.
8171         (auth-source-secrets-create): Created with TODOs.
8172         (auth-source-retrieve, auth-source-create, auth-source-delete)
8173         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8174         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8175         (auth-source-user-or-password-sftp)
8176         (auth-source-user-or-password-smtp): Remove.
8177         (auth-source-user-or-password): Deprecated and modified to be a wrapper
8178         around `auth-source-search'.  Not tested thoroughly.
8179
8180 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
8181
8182         * auth-source.el: Bring in assoc and eioeio libraries.
8183         (secrets-enabled): New variable to track the status of the Secrets API.
8184         (auth-source-backend): New EIOEIO class to represent a backend.
8185         (auth-source-creation-defaults): New variable to set prompt defaults
8186         during token creation (see the `auth-source-search' docstring for
8187         details).
8188         (auth-sources): Simplify to allow a simple string as a netrc backend
8189         spec.
8190         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
8191         (auth-source-backend-parse-parameters): Fill in the backend parameters.
8192         (auth-source-search): Main auth-source API entry point.
8193         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
8194         (auth-source-search-collection): Helper function for searching.
8195         (auth-source-netrc-parse, auth-source-netrc-normalize)
8196         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
8197         Supports search, create, and delete.
8198         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
8199         backend stubs.
8200         (auth-source-user-or-password): Call `auth-source-search' but it's not
8201         ready yet.
8202
8203 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
8204
8205         * message.el (message-setup-1): Remove the read-only stuff, since it
8206         doesn't work under XEmacs, for some reason.
8207
8208         * gnus-sum.el (gnus-user-date): Rename back from
8209         gnus-summary-user-date since user code refers to it.
8210
8211         * shr.el (shr-render-td): Store the actual background color used.
8212
8213         * message.el (message-setup-1): Don't bind the constant
8214         -forbidden-properties.
8215         (message-setup-1): Revert previous change, since it needs to bind the
8216         props to insert them.
8217         (message-resend): Allow removing the read-only separator line.
8218
8219 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8220
8221         * nnimap.el (nnimap-request-accept-article): Give an error message if
8222         the APPEND wasn't successful.
8223
8224 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8225
8226         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8227         that have no groups.
8228
8229 2011-02-03  Julien Danjou  <julien@danjou.info>
8230
8231         * gnus-draft.el: Remove progn around gnus-draft-setup.
8232
8233 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8234
8235         * gnus-start.el (gnus-read-active-for-groups): This function is never
8236         called with a nil `infos', so clean that up.
8237         (gnus-get-unread-articles): Request active files from primary/secondary
8238         methods that have no groups (yet).
8239
8240 2011-02-03  Julien Danjou  <julien@danjou.info>
8241
8242         * message.el (message-setup-1): Always generate References first.
8243         (message-mail): Return the return value of message-setup, not always t.
8244         (message-setup-1): Insert mail-header-separator with read-only and
8245         intangible properties set.
8246
8247         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8248         user-date in docstring.
8249
8250         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8251
8252         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8253         docstring.
8254
8255         * gnus.el (gnus-user-date-format-alist): Change default value.
8256         Use defcustom, with type and group.  Move from gnus-util.el.
8257         Rename to gnus-summary-user-date-format-alist.
8258
8259 2011-02-03  Glenn Morris  <rgm@gnu.org>
8260
8261         * nnimap.el (gnus-fetch-headers): Declare.
8262
8263         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8264
8265 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8266
8267         * message.el (message-forward-make-body-digest-plain)
8268         (message-followup, message-reply): Clean up things noted by Stefan.
8269
8270         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8271         gnus-article-update-date-headers is nil.
8272         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8273         it didn't really work with defcustom.
8274         (article-update-date-lapsed): Make sure the window start doesn't move,
8275         either.
8276
8277 2011-02-01  Julien Danjou  <julien@danjou.info>
8278
8279         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8280         format.
8281
8282         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8283         standard in Emacs nowadays.
8284
8285         * color.el (color-gradient): Add a color-gradient function.
8286
8287 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8288
8289         * message.el (message-expand-name): Don't trust the return value of
8290         bbdb-complete-name.
8291         (message-check-news-header-syntax): Remove unused var `start'.
8292         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8293         (message-inhibit-body-encoding): Move to before first use.
8294         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8295         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8296         (Organization, Message-ID, Date, mh-previous-window-config):
8297         Defvar the vars using dynamic scoping.
8298
8299 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8300
8301         * shr.el (shr-render-td): Only do colors at the final rendering.
8302         Should be slightly faster.
8303         (shr-insert-table): Fix up TD background colors when doing the
8304         vertical padding.
8305
8306         * gnus-art.el (article-date-ut): Protect against articles with no Date
8307         header.
8308         (article-update-date-lapsed): Don't use current-column to find the
8309         horizontal position.  It's fragile in the presence of \003 characters.
8310
8311         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8312
8313 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8314
8315         * gnus-art.el (article-transform-date): Rewrite to still work when
8316         there are several rfc2822 parts.
8317         (article-transform-date): Fix infinite recursion.
8318         (article-date-ut): Replace infinitely many Date headers with a single
8319         one when called interactively.
8320
8321         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8322         secure manner.
8323
8324         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8325         move around by not using save-window-excursion.  It seems to work...
8326
8327 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8328
8329         * gnus-art.el (article-make-date-line): Work for user-defined format.
8330
8331 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8332
8333         * nntp.el (nntp-retrieve-group-data-early)
8334         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8335         fetching functions.
8336
8337         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8338         thoroughly for all backends that have no known groups.  This should
8339         allow new nnml methods to retrieve mail.
8340
8341         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8342         that Gnus doesn't know exists again.
8343
8344         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8345         (gnus-treat-date-ut): Ditto.
8346         (gnus-article-update-date-header): Rename.
8347         (gnus-treat-date-local): Remove.
8348         (gnus-treat-date-english): Remove.
8349         (gnus-treat-date-lapsed): Remove.
8350         (gnus-treat-date-combined-lapsed): Remove.
8351         (gnus-treat-date-original): Remove.
8352         (gnus-treat-date-iso8601): Remove.
8353         (gnus-treat-date-user-defined): Remove.
8354         (gnus-article-date-headers): New variable to control all the date
8355         header options.
8356         (article-date-ut): Rewrite to allow using the new way to format date
8357         headers(s).
8358
8359 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8360
8361         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8362         method.
8363         (nnmail-article-group): A better test for fanciness.
8364
8365         * nnimap.el (nnimap-request-head): Protect against not finding the
8366         article by Message-ID.
8367
8368 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8369
8370         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8371         keep point at the "same place".
8372
8373 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8374
8375         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8376         data if the group is inactive.
8377
8378 2011-01-28  Julien Danjou  <julien@danjou.info>
8379
8380         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8381         (gnus-all-windows-visible-p): Remove old compatibility code.
8382         (gnus-window-top-edge): Add docstring.
8383
8384         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8385
8386 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8387
8388         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8389         older request-update-info.
8390
8391         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8392
8393 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8394
8395         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8396         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8397
8398 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8399
8400         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8401         groups.  This makes the nndraft:queue group pop up if it's not already
8402         there.
8403
8404         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8405         messages" logic, which was reversed.
8406
8407         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8408         the "same place" even if point is on the line being replaced.
8409         (article-update-date-lapsed): Allow updating both the combined lapsed
8410         and the lapsed headers.
8411         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8412         (article-make-date-line): Limit the number of segments dynamically to
8413         avoid too-long lines.
8414
8415 2011-01-27  Julien Danjou  <julien@danjou.info>
8416
8417         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8418         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8419
8420 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8423         Use plist-get instead of the cl function getf.
8424
8425 2011-01-27  Glenn Morris  <rgm@gnu.org>
8426
8427         * gnus-util.el (float-time): Get rid of compiler warning, again.
8428
8429 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8430
8431         * shr.el (shr-put-color): Special-case background colors: Do put them
8432         at the blank parts at the front of the lines.
8433
8434         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8435         exit hook to nix out all data on readedness on group exit.
8436
8437         * gnus-util.el (float-time): If float-time is bound, always use it on
8438         all Emacsen.  It's unclear why the subrp check was there.
8439         (time-date): Require to make some autoload issues on XEmacs go away.
8440
8441         * shr.el (shr-put-color): Don't do the box padding in tables, since
8442         they're already padded.
8443
8444 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8445
8446         * gnus-art.el (gnus-article-next-page): When the last line of the
8447         article is displayed, scroll down once more instead of going to the
8448         next article at once.
8449         (article-lapsed-string): Refactor out and allow specifying how many
8450         segments you want.
8451         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8452         (gnus-article-update-lapsed-header): New variable.
8453
8454         * shr.el: Revert change that made headings use different-sized faces.
8455         The Emacs display engine isn't advanced enough that, for instance,
8456         tables can comfortably use differently-sized faces.
8457
8458 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8459
8460         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8461         used.
8462         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8463         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8464         we're using an encrypted connection.
8465
8466         * proto-stream.el: Alter the interface functions to also return the
8467         actual stream type used: network or tls.
8468
8469 2011-01-25  Julien Danjou  <julien@danjou.info>
8470
8471         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8472         (mm-display-javascript-inline): New function.
8473
8474         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8475         viewing function.
8476
8477 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * shr.el (shr-expand-newlines): Fix variable name.
8480
8481 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8482
8483         * shr.el (shr-expand-newlines): Make nested boxes work.
8484
8485 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8486
8487         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8488         backgrounds.
8489         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8490         in a more sensible manner.
8491
8492 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8493
8494         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8495         if EPG is loaded.
8496
8497 2011-01-24  Julien Danjou  <julien@danjou.info>
8498
8499         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8500         tags.
8501
8502 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8503
8504         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8505         commands.
8506
8507         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8508         in the article buffer.
8509         (gnus-gravatar-insert): Use blank space from the current buffer to
8510         avoid breaking text properties.  This makes X-Sent updating work again.
8511
8512         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8513
8514 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8515
8516         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8517         fix the bug in url-http.el instead.
8518
8519         * shr.el (shr-image-fetched): Ditto.
8520
8521         * shr.el (shr-image-fetched): Avoid having point move in the article
8522         buffer.
8523
8524         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8525         buffer after being called.  It's apparently being killed by url.el, and
8526         killing it made point move to end-of-buffer in a random buffer.
8527
8528         * shr.el (shr-image-fetched): Ditto.
8529
8530 2011-01-23  Julien Danjou  <julien@danjou.info>
8531
8532         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8533
8534         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8535         text/x-org.
8536
8537 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8538
8539         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8540         (i.e., nnimap) returning nil as the article number.
8541
8542 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8543
8544         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8545         "DelSp" parameter in RFC3676.
8546
8547 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8548
8549         * message.el (message-check-recipients): Display the encoded version of
8550         the bogus address if they differ.
8551
8552         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8553         after sending.
8554
8555         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8556
8557         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8558
8559         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8560         group buffer after sending the queue.
8561
8562         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8563
8564 2011-01-22  Julien Danjou  <julien@danjou.info>
8565
8566         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8567
8568 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8569
8570         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8571         nested related parts.
8572
8573         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8574         unexpired articles.  This fixes the regression that led expiry marks to
8575         disappear from nnfolder groups.
8576
8577 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8578
8579         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8580         Don't confuse the "ret" of "retrograde" with RET.
8581
8582 2011-01-21  Julien Danjou  <julien@danjou.info>
8583
8584         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8585         than mm-insert-inline.
8586
8587 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8590         Widen article buffer.
8591
8592 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8593
8594         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8595         the temp buffer.
8596         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8597
8598 2011-01-20  Julien Danjou  <julien@danjou.info>
8599
8600         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8601
8602         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8603         than mm-insert-inline to insert inline part: this respect
8604         mm-inline-media-tests displayers.
8605
8606         * mm-view.el (mm-display-shell-script-inline): New function.
8607
8608         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8609
8610         * mm-uu.el (mm-uu-type-alist): Add org block.
8611         (mm-uu-org-src-code-block-extract): New function.
8612
8613         * mm-view.el (mm-display-org-inline): New function.
8614
8615         * mm-decode.el (mm-automatic-display): Add text/org.
8616
8617         * mailcap.el (mailcap-mime-extensions): Add .org.
8618
8619 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8622         gnus-article-add-buttons.
8623
8624 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8625
8626         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8627         From header with a date and "nobody" as the sender.
8628
8629 2011-01-19  Julien Danjou  <julien@danjou.info>
8630
8631         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8632         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8633         if you have the same regexp several times.
8634         (gnus-button-push): Fix matching when regexp is symbol.
8635
8636 2011-01-15  Glenn Morris  <rgm@gnu.org>
8637
8638         * message.el (message-mail): A compose-mail function should
8639         accept headers as strings.
8640
8641 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8642
8643         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8644         Add :vert-only tags.
8645         (message-mail): New arg RETURN-ACTION.
8646         (message-return-action): New var.
8647         (message-bury): Use it.
8648         (message-mode): Make it buffer-local.
8649         (message-send-and-exit): Always call message-bury.
8650
8651         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8652         message-mail.
8653
8654 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8655
8656         * nnimap.el (nnimap-convert-partial-article): Protect against
8657         zero-length body parts.
8658
8659         * mm-decode.el (mm-preferred-alternative-precedence):
8660         Discourage showing empty parts.
8661
8662         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8663         and stuff if the backend didn't return the article number.  This fixes
8664         an Exchange-related nnimap bug.
8665
8666         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8667         group window, because it does the wrong thing when a separate frame
8668         displays the group buffer.
8669
8670         * proto-stream.el (open-protocol-stream): Protect against the low-level
8671         transport functions returning nil.
8672
8673 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8674
8675         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8676         (mml2015-epg-find-usable-secret-key): New function.
8677         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8678         mml2015-epg-find-usable-key (Bug#7797).
8679         (mml2015-epg-encrypt): Ditto.
8680
8681 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8682
8683         * dgnushack.el (rot13-string): Fix the way to get the argument.
8684
8685 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8686
8687         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8688
8689 2011-01-03  Glenn Morris  <rgm@gnu.org>
8690
8691         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8692
8693         * sieve.el (sieve-open-server): Give a more explicit error if
8694         sieve-manage-open returns nil.  (Bug#7720)
8695
8696 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8697
8698         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8699
8700 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8701
8702         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8703         This avoids sending passwords in plain text over non-encrypted
8704         channels.
8705
8706         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8707
8708         * nnimap.el (nnimap-login): Refactored out into own function, and
8709         implement CRAM-MD5.
8710         (nnimap-wait-for-line): Refactored out.
8711
8712         * mm-view.el (mml-smime): Require.
8713
8714 2010-12-20  David Engster  <deng@eml.cc>
8715
8716         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8717         use EPG to decrypt S/MIME messages instead of openssl.
8718
8719 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8720
8721         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8722
8723         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8724         status is the group clearly is unreachable.
8725
8726         * auth-source.el (auth-source-create): Add the optional second
8727         parameter to `local-variable-p' to be compatible with XEmacs.
8728
8729 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8730
8731         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8732         work when using a compressed nnml folder.
8733
8734 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8735
8736         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8737         backends after sanitising on entry, because this never makes sense:
8738         If the articles have gone missing, then the data no longer exists on
8739         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8740         overwrite anything anyway.
8741
8742         * shr.el (shr-insert-document): Bind shr-width dynamically to
8743         window-width if it's nil.
8744
8745 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8746
8747         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8748         with the meaning of using the full emacs window width for rendering.
8749
8750 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8751
8752         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8753         case when sender is not given.
8754
8755 2010-12-23  Julien Danjou  <julien@danjou.info>
8756
8757         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8758         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8759         the addresses, otherwise we might misplaced the gravatar.
8760
8761 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8762
8763         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8764         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8765         obsolete in Emacs.
8766
8767 2010-12-20  Julien Danjou  <julien@danjou.info>
8768
8769         * gnus-util.el (gnus-rescale-image): Revert last change.
8770
8771 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8772
8773         * binhex.el: Improve commentary (Bug#7482).
8774
8775 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8776
8777         * gnus-group.el (gnus-group-delete-articles): New command.
8778
8779 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8780
8781         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8782
8783 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8784
8785         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8786         here, since it's up to the backends to do CRLF removal if their
8787         protocol has it.
8788
8789         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8790
8791 2010-12-17  Julien Danjou  <julien@danjou.info>
8792
8793         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8794         they are from file.  Can also scale up.
8795
8796 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8797
8798         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8799         Restore gnus-use-agent.
8800         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8801
8802         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8803
8804 2010-12-17  Julien Danjou  <julien@danjou.info>
8805
8806         * gravatar.el (gravatar-retrieve-synchronously): New function.
8807         (gravatar-get-data): Make more robust.
8808
8809 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8810
8811         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8812
8813 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8814
8815         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8816         to really consider the last line.
8817
8818 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8819
8820         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8821         list of recipient keys, or use symmetric encryption if not a list.
8822         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8823         EPA override, replacing the call to `netrc-store-data'.
8824
8825 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8826
8827         * gnus-srvr.el: Avoid passing nil regexp argument to
8828         delete-matching-lines.
8829
8830 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8831
8832         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8833         fetching stops when Gnus exits.
8834
8835         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8836         function.
8837         (nnfolder-request-expire-articles): Save all the buffers after doing
8838         expiry.
8839
8840         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8841         the last article", since that led to serious performance regressions
8842         when expiring nnml groups.
8843
8844 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8845
8846         * nnir.el: Improve customizations.
8847
8848 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8849
8850         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8851
8852         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8853         group has been killed.
8854         (gnus-group-yank-group): Ditto.
8855
8856         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8857
8858         * nnimap.el (nnimap-request-update-group-status): New function.
8859
8860         * gnus-int.el (gnus-request-update-group-status): New interface
8861         function.
8862
8863         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8864         copying read-ness to the backends.
8865
8866         * nnimap.el (nnimap-quirk): New function.
8867         (nnimap-retrieve-group-data-early): Use it.
8868         (nnimap-quirks): New alist.
8869
8870 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8871
8872         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8873         don't delete it within indentation.
8874
8875 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8876
8877         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8878         previous line.
8879
8880 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8881
8882         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8883         QRESYNC command by deleting a superfluous space which broke Cyrus
8884         servers.  This change will break other servers that are buggy the other
8885         way around.
8886
8887 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8888
8889         * spam.el: Reindent and fix long lines.
8890         (spam-copy-or-move-routine): Exclude invalid move destinations.
8891
8892 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8893
8894         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8895         installed the registry.
8896
8897 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8900
8901 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8902
8903         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8904         groupname doesn't contain "gmane".
8905
8906 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8907
8908         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8909         and netrc-bound-and-true-p bindings.
8910         (netrc-parse): Cache the netrc contents.
8911
8912         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8913         (gnus-1): Don't create the nndrafts group twice.
8914         (gnus-setup-news): There's no need to read the active file here, since
8915         that's done again later on a per-backend basis.
8916         (gnus-start-draft-setup): Make sure that the new group is started out
8917         empty.
8918
8919         * gnus-agent.el (gnus-agentize): Don't create the queue group
8920         automatically on startup.  It'll be created later, if needed.
8921
8922         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8923         of automatically subscribed groups.
8924         (gnus-auto-subscribed-categories): New variable.
8925         (gnus-matches-options-n): Use it.
8926         (gnus-default-subscribed-newsgroups): Remove unused variable.
8927         (gnus-start-draft-setup): Message a bit less.
8928
8929 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8930
8931         * nnir.el (nnir-run-imap): Return article list in order of increasing
8932         UID.
8933
8934 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8935
8936         * gnus-sum.el (gnus-summary-enter-digest-group):
8937         Mention gnus-auto-select-on-ephemeral-exit.
8938
8939         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8940         convention of the network-only option.
8941
8942 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8943
8944         * proto-stream.el (proto-stream-open-network-only): New function to
8945         have a way to specify non-STARTTLS upgrade connections.
8946
8947 2010-12-10  Julien Danjou  <julien@danjou.info>
8948
8949         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8950         email address is nil.
8951
8952         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8953
8954 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8955
8956         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8957         deletion.
8958         (nnir-run-imap): Only need to parse list once.
8959
8960 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8961
8962         * shr.el (shr-tag-script): Ignore <script>.
8963         (shr-tag-label): Add <label> support.
8964
8965 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8966
8967         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8968
8969         * shr.el (shr-image-displayer): Work for images lined side by side.
8970
8971 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8972
8973         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8974         parameter, since XEmacs doesn't accept t as a parameter.
8975
8976 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8977
8978         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8979         ids.
8980         (nnir-run-gmane): Simplify groupspec formatting.
8981         (nnir-request-expire-articles): New function.
8982
8983 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8984
8985         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8986         overflow, possibly.
8987
8988         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8989         (shr-render-td): Handle td style="" better.
8990         (shr-tag-table): Use the color from the style sheet.
8991         (shr-render-td): Make sure we copy over all the overlays, too.
8992
8993 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8994
8995         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8996         (nnir-request-article): Improve article retrieval.
8997
8998 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8999
9000         * mm-util.el (mm-extra-numeric-entities): New variable.
9001
9002         * mm-url.el (mm-url-decode-entities):
9003         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
9004
9005         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
9006
9007 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9008
9009         * message.el: Use completion-at-point.
9010         (message-completion-function): New fun, extracted from message-tab.
9011         (message-mode): Use it for completion-at-point-functions.
9012         (message-tab): Use it and completion-at-point.
9013
9014 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
9017         character if a non-breakable character follows.
9018
9019 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9020
9021         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
9022         any stream.
9023
9024         * shr.el (shr-tag-font): Colorize the region.
9025         (shr-tag-body): Ditto.
9026         (shr-tag-font): Actually let the styles be inherited instead of
9027         overwriting them.
9028         (shr-tag-font): Get the background color right.
9029         (shr-tag-style): Ignore all <style> tags for the moment.
9030
9031         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
9032         a Message-ID to avoid having nnimap depend on gnus-sum.
9033
9034         * shr.el (shr-descend): Only colorize something if we have a node that
9035         sets colors.
9036
9037 2010-12-06  Julien Danjou  <julien@danjou.info>
9038
9039         * shr.el (shr-render-td): Render td content with shr-descend, so style
9040         will be applied to <td> too.
9041         (shr-colorize-region): Colorize region even if we only have a background.
9042         (shr-tag-body): Fix color and background color inheritance.
9043         Do not recolorize after shr-generic.
9044         (shr-tag-font): Let shr-generic colorize via inheritance.
9045
9046 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
9049
9050 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
9051
9052         * nnir.el (nnir-request-move-article): Remove obsolete code.
9053
9054 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
9057
9058 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9059
9060         * gnus-sum.el (gnus-summary-respool-article): The completion function
9061         expects a list instead of an alist.
9062
9063         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
9064         string as the parameter.
9065
9066         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
9067
9068         * shr.el (shr-stylesheet): New dynamic variable for cascading the
9069         styles.
9070         (shr-colorize-region): New function.
9071         (shr-insert-background-overlay): Remove.
9072         (shr-render-td): Background setting should be taken care of on a higher
9073         level.
9074         (shr-tag-body): Use post-hoc colorizations.
9075         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
9076         (shr-put-color-1): Don't overwrite old colors.
9077         (shr-colorize-region): When the background color isn't explicit, use
9078         a fixed background.
9079
9080         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
9081         nnmail variables.
9082
9083 2010-12-05  Bjørn Mork  <bjorn@mork.no>
9084
9085         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
9086         unless necessary.
9087
9088 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
9089
9090         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
9091         server.
9092
9093 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9094
9095         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
9096         so that TAB works.
9097
9098         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
9099         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
9100
9101         * shr.el (shr-urlify): Show the URL before the title to avoid
9102         misleading URLs.
9103
9104 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
9105
9106         * shr.el (shr-urlify): Display the title in <a> tags.
9107
9108 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
9109
9110         * nnir.el (nnir-categorize): Replace mapcar with mapc.
9111
9112 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
9113
9114         * nnir.el: Rearrange code to allow macros to be autoloaded by
9115         gnus-sum.el.
9116         (nnir-retrieve-headers-override-function): Make this variable
9117         customizable.
9118         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
9119
9120         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
9121         from nnir.el.
9122
9123 2010-12-03  Julien Danjou  <julien@danjou.info>
9124
9125         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
9126
9127 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9128
9129         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
9130         allow optional argument `environment'.
9131
9132 2010-12-03  Glenn Morris  <rgm@gnu.org>
9133
9134         * mm-extern.el (message-goto-body): Update declaration.
9135
9136 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9137
9138         * gnus-util.el (gnus-macroexpand-all): New function.
9139
9140         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
9141         instead of macroexpand-all that is unavailable in XEmacs.
9142
9143 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
9144
9145         * nnir.el (nnir-summary-line-format): New variable.
9146         (nnir-mode): Use it.
9147         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
9148         (nnir-article-ids): Reimplement as defsubst.
9149         (nnir-retrieve-headers): Don't mangle the subject header.
9150         (nnir-run-imap): Use 100 as RSV score.
9151         (nnir-run-find-grep): Fix for full server searching.
9152         (nnir-run-gmane): Better restriction to gmane groups.
9153
9154         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
9155         summary buffers.
9156
9157 2010-12-02  Julien Danjou  <julien@danjou.info>
9158
9159         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
9160
9161         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
9162
9163         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
9164         support.
9165
9166 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9167
9168         * nnir.el: Update to handle the registry better.
9169         (autoload): Silence byte-compiler.
9170         (nnir-open-server): Add a hook for nnir groups.
9171         (nnir-request-move-article): Don't mangle the header.  Better to use
9172         formatting variables (which will be added in the future).
9173         (nnir-registry-action): Update the registry using the original article
9174         group name.
9175         (nnir-mode): Install nnir-specific hooks for updating the registry.
9176
9177         * gnus-sum.el
9178         (gnus-article-original-subject, gnus-newsgroup-original-name):
9179         Remove obsolete variables.
9180         (gnus-summary-move-article): Remove use of obsolete variables.
9181         (gnus-summary-local-variables): Make move and delete hooks local to
9182         summary buffers.
9183
9184 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9185
9186         * rtree.el: New file.
9187
9188 2010-12-01  Julien Danjou  <julien@danjou.info>
9189
9190         * message.el (message-user-organization): Do not use
9191         gnus-local-organization.
9192
9193         * gnus.el: Remove gnus-local-organization.
9194
9195         * gnus-msg.el: Remove nastygram thing.
9196
9197 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9198
9199         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
9200         funcall.
9201
9202 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9205         names.
9206
9207         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9208         characters.
9209
9210         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9211         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9212         Suggested by Štěpán Němec <stepnem@gmail.com>.
9213         (gnus-gravatar-transform-address): Use mail-extract-address-components
9214         that supports non-ASCII names rather than mail-header-parse-addresses.
9215
9216 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9217
9218         * proto-stream.el (open-protocol-stream): All starttls connections are
9219         handled by the network handler.
9220
9221 2010-11-30  Julien Danjou  <julien@danjou.info>
9222
9223         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9224         (nnimap-open-connection-1): Fix PREAUTH.
9225
9226         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9227
9228 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9231         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9232         (shr-insert): Use them.
9233         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9234
9235 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9236
9237         * nnir.el (nnir-request-move-article): Bail out if original group
9238         doesn't support article moves.
9239         (nnir-get-active): Improve active list retrieval.
9240
9241 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9242
9243         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9244
9245 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9246
9247         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9248         seem to accept strings-with-numbers as port numbers.
9249
9250 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9251
9252         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9253         change the registry.
9254
9255 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9258         delete-dups that is not available in XEmacs 21.4.
9259
9260         * mm-util.el (mm-delete-duplicates): Add comment.
9261
9262 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9263
9264         * nnir.el (nnir-ignored-newsgroups): New variable.
9265         (nnir-get-active): Use it.
9266
9267 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9268
9269         * proto-stream.el (proto-stream-open-network): Add some comments.
9270
9271         * nntp.el (nntp-open-connection): Provide a :success condition.
9272
9273         * nnimap.el (nnimap-open-connection-1): Ditto.
9274
9275         * proto-stream.el (proto-stream-open-network): See what the response to
9276         the STARTTLS command is.
9277
9278         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9279         backwards compatibility).
9280         (nnimap-open-connection-1): Really respect nnimap-server-port.
9281
9282         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9283         TLS upgrades we don't really care about the identity of the peer.
9284         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9285         that what we've checked for.
9286         (proto-stream-always-use-starttls): Only default to t if
9287         open-gnutls-stream exists.
9288         (proto-stream-open-network): If STARTTLS failed, then just open a
9289         normal connection.
9290         (proto-stream-open-network): Wait until the greeting before doing
9291         STARTTLS.
9292
9293         * nntp.el (nntp-open-connection): Report what the connection error is.
9294
9295         * proto-stream.el (open-protocol-stream): Rename from
9296         open-proto-stream.
9297
9298 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9299
9300         * nnimap.el (nnimap-stream): Change default to `undecided'.
9301         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9302         first, and then network.
9303         (nnimap-open-connection-1): Respect nnimap-server-port.
9304         (nnimap-open-connection): Be more backwards-compatible.
9305
9306         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9307         (proto-stream-open-starttls): De-duplicate the starttls code.
9308         (proto-stream-open-starttls): Folded back into the main function.
9309         (proto-stream-open-network): Fix typo in the gnutls path.
9310         (proto-stream-command): Refactor out.
9311
9312         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9313
9314         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9315         starttls.el STARTTLS.
9316
9317         * color.el (color-lab->srgb): Fix function call name.
9318
9319         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9320         if we're using tls.el.
9321         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9322         built in, then don't try to establish a STARTTLS connection.
9323
9324         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9325         servers.
9326
9327         * proto-stream.el (open-proto-stream): Use network, not stream.
9328         (open-proto-stream): Add a way to specify what the end of a command is.
9329
9330         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9331         connections types.
9332         (nntp-open-network-stream): Remove.
9333         (nntp-open-ssl-stream): Remove.
9334         (nntp-open-tls-stream): Remove.
9335         (nntp-ssl-program): Remove.
9336
9337         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9338
9339 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9340
9341         * nnir.el: Fix typos.
9342         (nnir-retrieve-headers-override-function): Rename variable to reflect
9343         new semantics.
9344         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9345         macros.
9346         (nnir-request-article, nnir-request-move-article): Use them.
9347         (nnir-categorize): New function.
9348         (nnir-run-query): Use it.
9349         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9350         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9351         sorted.
9352         (nnir-group-full-name): Use gnus-group-full-name instead.
9353         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9354         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9355
9356 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9357
9358         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9359
9360         * proto-stream.el: New library to provide protocol-specific
9361         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9362         protocols.
9363         (open-proto-stream): Complete the documentation.
9364         (proto-stream-open-network): Fix some typos.
9365
9366         * nnimap.el (nnimap-open-connection): Use it.
9367
9368 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9369
9370         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9371         negotiation.
9372
9373 2010-11-26  Julien Danjou  <julien@danjou.info>
9374
9375         * color.el: Rename various rgb functions to srgb.
9376
9377 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9378
9379         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9380         names.
9381
9382 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9383
9384         * shr.el (shr-insert): Revert last change.
9385         (shr-find-fill-point): Never leave point being at bol;
9386         relax the kinsoku limitation when rendering tables.
9387
9388 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9389
9390         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9391         results from -accept-article.
9392
9393         * shr-color.el: Require cl when compiling.
9394
9395         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9396         checkin.
9397
9398         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9399
9400         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9401
9402         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9403         'add and 'delete to set backend marks.
9404
9405         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9406
9407         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9408
9409         * nntp.el (nntp-request-set-mark): Use it.
9410
9411         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9412
9413         * nnml.el (nnml-request-set-mark): Ditto.
9414
9415         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9416         introduces regressions in article selection.
9417         (nnimap-find-uid-response): New function.
9418         (nnimap-request-accept-article): Use the UID returned, if any.
9419         (nnimap-request-move-article): Use the UID returned, if any.
9420         (nnimap-get-groups): Reimplement to work with folded lines.
9421         (nnimap-find-uid-response): The UID is the last element in the list.
9422         (nnimap-request-set-mark): Extend syntax with 'set.
9423
9424         * nnml.el (nnml-request-set-mark): Ditto.
9425
9426         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9427
9428         * nntp.el (nntp-request-set-mark): Ditto.
9429
9430 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * message.el (message-called-interactively-p): A temporary macro.
9433         (message-goto-body): Use it temporarily.
9434
9435 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9436
9437         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9438         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9439         (nnimap-last-response-string): Fix last unfolding fix.
9440
9441 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * shr.el (shr-insert): Fix the way to fold lines.
9444
9445 2010-11-25  Julien Danjou  <julien@danjou.info>
9446
9447         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9448
9449         * color.el: Rename from color-lab.el
9450         (color-rgb->hex): Add.
9451         (color-complement): Add.
9452         (color-complement-hex): Add.
9453
9454         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9455
9456 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9457
9458         * shr-color.el (shr-color-visible): Don't bug out if the color names
9459         don't exist.
9460
9461 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9464         assuming that article displaying or another mml-preview may be
9465         interrupted for an error or for the like.
9466
9467         * shr.el (shr-get-background): Fix argument name.
9468
9469 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9470
9471         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9472
9473         * gnus-sum.el (gnus-summary-include-articles): New function.
9474
9475         * message.el (message-goto-body): called-interactively-p needs a
9476         parameter, so use `any'.
9477
9478         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9479         clear marks before moving, since they're synced from the Gnus side
9480         first.
9481
9482         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9483         (gnus-summary-move-article): Copy over all marks before moving, so that
9484         IMAP doesn't think a new article has arrived.
9485
9486 2010-11-24  Julien Danjou  <julien@danjou.info>
9487
9488         * shr.el (shr-insert-background-overlay): Fix typo.
9489         (shr-render-td): Copy the background before rendering.
9490
9491         * shr-color.el (shr-color-visible): Fix docstring.
9492
9493         * shr.el (shr-tag-table): Add bgcolor support.
9494         (shr-render-td): Add bgcolor support.
9495         (shr-get-background): Add.
9496         (shr-insert-foreground-overlay): Use shr-get-background.
9497
9498         * message.el (message-goto-body): Use called-interactively-p.
9499         (message-in-body-p): message-goto-body returns point.
9500
9501 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9502
9503         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9504         Fixes something or other in Emacs 23, and is backwards compatible.
9505
9506         * message.el (message-goto-body): Remove the <#secure special-casing,
9507         which is too special.
9508
9509         * shr.el (shr-parse-style): Drop !important from styles.
9510
9511 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9512
9513         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9514         this function to return incorrect results when calling it with an
9515         explicit article argument different from
9516         (gnus-summary-article-number).
9517
9518 2010-11-24  Julien Danjou  <julien@danjou.info>
9519
9520         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9521         (shr-tag-body): Add background support.
9522         (shr-descend): Add background support.
9523         (shr-tag-title): Add.
9524
9525         * shr-color.el (shr-color-visible): Really return original background
9526         if fixed.
9527
9528 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9529
9530         * shr.el (shr-color-check): Protect against non-existent color names.
9531
9532 2010-11-24  Julien Danjou  <julien@danjou.info>
9533
9534         * color-lab.el: Require 'cl when compiling.
9535
9536         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9537
9538         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9539         matched part.
9540
9541         * color-lab.el: Fix all expt calls to use float type.
9542
9543 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9544
9545         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9546         expression to shr-color-check as is.
9547
9548         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9549
9550         * color-lab.el: Add coding cookie.
9551         (float-pi): Use eval-and-compile.
9552
9553         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9554         compiled for Emacsen having no `libxml-parse-html-region' support.
9555
9556 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9557
9558         * shr.el (shr-insert-color-overlay): Split stuff like
9559         "#444444 !important" to find the real color.
9560         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9561         parse <font color="red"> entries.
9562
9563 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9564
9565         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9566         point when parsing headers.
9567
9568         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9569         is positioned properly when parsing headers.
9570
9571 2010-11-23  Julien Danjou  <julien@danjou.info>
9572
9573         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9574
9575         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9576
9577         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9578
9579         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9580         Use shr-color-hue-to-rgb.
9581         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9582
9583 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9584
9585         * shr.el (shr-color->hexadecimal): Autoload.
9586         (shr-descend): Add color to all tags.
9587
9588 2010-11-22  Julien Danjou  <julien@danjou.info>
9589
9590         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9591         shr-color->hexadecimal.
9592
9593         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9594         RGB() or HSL() color representation.
9595
9596         * shr.el (shr-tag-font): Add.
9597         (shr-tag-color-check): New function to get better colors.
9598         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9599         tag-span.
9600
9601         * shr-color.el: New file.
9602
9603         * color-lab.el: New file.
9604
9605         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9606
9607 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9608
9609         * nnir.el: Fix typo in comments.
9610         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9611         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9612
9613 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9614
9615         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9616
9617         * nnimap.el (nnimap-get-capabilities): Refactor out.
9618         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9619
9620 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9621
9622         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9623         appearing when `mm-uu-hide-markers' is nil.
9624
9625 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9626
9627         * nnimap.el (nnimap-unselect-group): Make into its own function.
9628         (nnimap-request-rename-group): Unselect group before renaming.
9629         This had gotten lost somewhere.
9630         (nnimap-request-accept-article): Keep track of examined groups, and
9631         unselect the group before APPENDing to read-only groups.
9632         (nnimap-request-move-article): Clear flags before moving so that they
9633         can be re-set later.
9634
9635 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9636
9637         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9638         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9639
9640 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9641
9642         * gnus-art.el (gnus-mime-display-single):
9643         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9644         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9645         parameter.
9646
9647 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9648
9649         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9650         (shr-table-vertical-line): New variable.
9651         (shr-insert-table): Use it.
9652
9653 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9654
9655         * gnus-html.el (gnus-html-wash-images): Don't display images if
9656         gnus-inhibit-images is non-nil; register displayer for cid images.
9657         (gnus-html-display-image): Work for cid image.
9658         (gnus-html-insert-image): Allow arguments.
9659         (gnus-html-put-image): Inhibit read-only.
9660         (gnus-html-prefetch-images): Don't prefetch images if
9661         gnus-inhibit-images is non-nil.
9662
9663 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9664
9665         * shr.el (shr-put-image): Break lines when inserting big pictures.
9666
9667 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9668
9669         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9670         sender, thanks Katsumi Yamaoka.
9671
9672 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9673
9674         * nnir.el (nnir-run-imap): Reverse the article list for each group
9675         rather than the whole list.
9676
9677 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9678
9679         * shr.el (shr-image-displayer): Protect function against non-existent
9680         image source.
9681
9682         * gnus-art.el (gnus-inhibit-images): New user option.
9683         (gnus-mime-display-single): Don't display image if it is non-nil.
9684
9685         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9686         gnus-inhibit-images.
9687
9688         * shr.el (shr-image-displayer): New function.
9689         (shr-tag-img): Use it.
9690
9691 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9692
9693         * mml2015.el (mml2015-epg-sign): Use From header.
9694
9695 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9696
9697         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9698
9699         * gnus-util.el (gnus-find-text-property-region): Return markers.
9700
9701         * shr.el (shr-tag-img): Put a displayer in the text property.
9702
9703         * gnus-util.el (gnus-find-text-property-region): New utility function.
9704
9705         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9706         (gnus-html-show-images): Remove.
9707
9708         * gnus-art.el (gnus-article-show-images): New, more general function.
9709
9710         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9711         image url text properties.
9712
9713         * shr.el: Ditto.
9714
9715         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9716         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9717
9718 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9721         work for two or more articles.
9722
9723 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9726         divide an image that's in an html article to two or more when washing
9727         non-ASCII characters in alt text of it.
9728
9729 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9732         smime-decrypt-region using function argument.
9733         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9734
9735         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9736
9737         * smime.el (smime-decrypt-region): Catch it.
9738
9739 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9740
9741         * smime.el (smime-mode-map): Move initialization into declaration.
9742         (gnus-run-mode-hooks): Don't autoload.
9743         (smime-mode): Use define-derived-mode.
9744
9745 2010-11-11  Glenn Morris  <rgm@gnu.org>
9746
9747         * smime.el (from): Restrict declaration to XEmacs.
9748
9749         * nnir.el (gnus-group-topic-name): Autoload.
9750
9751 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * shr.el (shr-insert): Don't break long line if it is because of
9754         kinsoku-bol characters in the line end.
9755
9756 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9757
9758         * nnir.el (nnir-request-move-article): Fix to provide original group
9759         and subject.
9760         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9761         been retrieved.
9762
9763         * gnus-sum.el (gnus-summary-move-article): Use original group and
9764         subject for virtual articles such as those in an nnir summary buffer.
9765
9766 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9767
9768         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9769         least 21.5).
9770
9771         * smime.el (from): Declare it again for XEmacs.
9772
9773 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9774
9775         * message.el (message-resend): Don't disable encoding unless it's
9776         already encoded.
9777
9778         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9779         low-numbered articles.
9780
9781 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * rfc2047.el (rfc2047-syntax-table): Simplify.
9784
9785         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9786
9787         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9788         set-char-table-range for XEmacs.
9789
9790 2010-11-10  Glenn Morris  <rgm@gnu.org>
9791
9792         * time-date.el (time-to-seconds): Always an alias on Emacs,
9793         never a real function.
9794         (with-no-warnings): Remove compat stub, now unused.
9795         (time-less-p): Doc fix.
9796         (time-to-number-of-days): Simplify.
9797
9798         * smime.el (from): Remove unused declaration.
9799
9800         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9801         (gnus-float-time): On Emacs, always an alias.
9802
9803         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9804         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9805
9806 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * dgnushack.el: Don't use ignore-errors in the top level form since it
9809         is unavailable in XEmacs even if cl is loaded.
9810
9811         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9812
9813 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9814
9815         * shr.el (browse-url-mailto): Autoload.
9816
9817         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9818
9819         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9820         regexp doesn't need quoting.
9821
9822 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9823
9824         * message.el (message-subject-trailing-was-ask-regexp)
9825         (message-subject-trailing-was-regexp): Match was: in addition to was.
9826
9827 2010-11-09  Glenn Morris  <rgm@gnu.org>
9828
9829         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9830         (nnbabyl-check-mbox): Use point-at-bol.
9831
9832 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9833
9834         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9835
9836         * message.el (message-mailto): New function.
9837         (message-mailto): Should accept other parameters.
9838         (message-mailto): Remove since it duplicates browse-url-mailto
9839         functionality.
9840
9841 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9842
9843         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9844         methods.
9845         (gnus-read-active-file): Ditto.
9846
9847         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9848         ": " from the prompt.
9849         (gnus-group-make-group): Ditto.
9850
9851 2010-11-07  Glenn Morris  <rgm@gnu.org>
9852
9853         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9854         (gnus-bookmark-kill-line): Use point-at-eol.
9855
9856 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9857
9858         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9859         asterisks in From header.
9860
9861 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9862
9863         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9864         string to avoid making the From headers syntactically invalid.
9865
9866         * message.el (message-send-mail): Don't insert courtesy messages if the
9867         message already has List-Post and List-ID messages.
9868
9869 2010-11-06  Glenn Morris  <rgm@gnu.org>
9870
9871         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9872         `condition', `type', `length' a prefix.
9873         (gnus-treat-predicate): Update for above name changes.
9874
9875 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9876
9877         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9878         binding.  Handled by `gnus-summary-refer-thread' instead.
9879         (nnir-warp-to-article): New backend function.
9880
9881         * nnimap.el (nnimap-request-thread): Force dependency updating.
9882
9883         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9884         (gnus-summary-refer-thread): Rework to improve thread-referral.
9885
9886         * gnus-int.el (gnus-warp-to-article): New function.
9887
9888         * gnus-sum.el (gnus-summary-article-map): Bind it.
9889
9890 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9891
9892         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9893         gnus-summary-refer-thread.
9894
9895         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9896         headers.
9897         (gnus-summary-limit-include-thread): Prevent articles in thread from
9898         being cut in gnus-cut-threads.
9899         (gnus-summary-refer-thread): Limit retrieved headers to those in
9900         thread.
9901
9902 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9903
9904         * message.el (message-send-mail): Use the value of
9905         message-courtesy-message from the message buffer.
9906
9907         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9908
9909         * shr.el (shr-browse-url): Implement mailto: URLs.
9910
9911         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9912         "raw".
9913
9914         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9915         if it's already selected.
9916
9917         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9918
9919 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9922         to measure the length and truncate alt text.
9923
9924 2010-11-03  Glenn Morris  <rgm@gnu.org>
9925
9926         * nndiary.el (nndiary-generate-nov-databases-1)
9927         (nndiary-generate-active-info): Rename dynamic variable `files' to
9928         something less generic.
9929
9930 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9931
9932         * nnir.el (nnir-request-move-article): Call the underlying backend to
9933         move articles from nnir.
9934
9935 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9936
9937         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9938
9939 2010-11-02  Julien Danjou  <julien@danjou.info>
9940
9941         * nnir.el: Remove wais support.
9942
9943 2010-11-02  Glenn Morris  <rgm@gnu.org>
9944
9945         * gnus-html.el: Reorder requirements to quieten compiler.
9946
9947 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9948
9949         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9950         properly for XEmacs as well.
9951         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9952         (gnus-article-natural-long-line-p): Use window-width rather than
9953         frame-width.
9954
9955 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9956
9957         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9958         (nnir-read-parms): Don't modify query.
9959         (nnir-run-query): Add ability to search topic on current line.
9960         (nnir-get-active): Clean up.
9961
9962 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9963
9964         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9965         degenerate articles.
9966
9967         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9968         (gnus-print-buffer): Just print the buffer as is, without any copying
9969         to a buffer and then re-highlighting.
9970
9971         * nnimap.el (nnimap-request-group): Store the new updated info.
9972         (nnimap-request-group): Select the group when we don't know whether it
9973         exists or not.
9974
9975         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9976         groups.
9977
9978         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9979         groups.
9980
9981         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9982         groups.
9983
9984         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9985         long-lines case by only filling the long lines.
9986
9987         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9988         (bug#7311).
9989
9990 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9991
9992         * shr.el: No need to declare `declare-function' since shr.el is for
9993         only Emacsen that provide `libxml-parse-html-region'.
9994
9995         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9996         effective only in a file it is referred to.
9997
9998 2010-11-01  Glenn Morris  <rgm@gnu.org>
9999
10000         * mm-util.el (gnus-completing-read): Autoload.
10001         (mm-read-coding-system): Simplify Emacs definition.
10002
10003         * nnmail.el (gnus-activate-group):
10004         * nnimap.el (gnutls-negotiate):
10005         * nntp.el (netrc-parse): Fix declarations.
10006
10007 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10008
10009         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
10010         string-match-p in Emacs >=23.
10011
10012         * gnus-msg.el (gnus-configure-posting-styles):
10013         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
10014
10015 2010-11-01  Glenn Morris  <rgm@gnu.org>
10016
10017         * nnir.el (declare-function): Add compat stub.
10018         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
10019         (nnir-run-gmane): Require 'mm-url.
10020
10021         * mm-util.el (mm-string-to-multibyte): Simplify.
10022
10023         * shr.el (declare-function): Add compat stub.
10024         (url-cache-create-filename): Declare.
10025         (mm-disable-multibyte, widget-convert-button): Autoload.
10026
10027         * smime.el (ldap-search): Declare.
10028         (smime-cert-by-ldap-1): Require ldap on Emacs.
10029
10030         * nnimap.el: Require nnmail, and gnus-sum when compiling.
10031         (nnimap-keepalive): Use gnus-float-time.
10032
10033         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
10034         (mail-source-delete-crash-box): Use gnus-float-time.
10035
10036         * gnus-dired.el (gnus-completing-read): Autoload.
10037
10038         * mm-view.el (gnus-rescale-image): Autoload.
10039
10040         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
10041
10042         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
10043
10044         * sieve-manage.el: Require 'cl when compiling.
10045
10046         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
10047         (gnus-iswitchb-completing-read): Require iswitchb.
10048         (gnus-select-frame-set-input-focus): Silence compiler.
10049
10050 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10051
10052         * message.el (message-subject-trailing-was-query): Change default to t,
10053         since I think that's what most people want.
10054
10055         * nnimap.el (nnimap-request-accept-article): Erase buffer before
10056         appending for easier debugging.
10057         (nnimap-wait-for-connection): Take a regexp.
10058         (nnimap-request-accept-article): Wait for the continuation line before
10059         sending anything unless we're streaming.
10060
10061         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
10062         leave the header washing to take place.
10063
10064 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
10065
10066         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
10067         regular expression match and replace in posting styles.
10068
10069 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
10070
10071         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
10072         an entire server.
10073         (nnir-get-active): New function.
10074         (nnir-run-imap): Use it.
10075         (nnir-run-gmane): Who knew, gmane search returns an article score!
10076
10077         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
10078         server on the current line with nnir.
10079
10080 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10081
10082         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
10083         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
10084         left edge.
10085         (gnus-article-foldable-buffer): Skip past the prefix when determining
10086         raggedness.
10087
10088         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
10089         the raw article, and change `C-u g' to show the article without doing
10090         treatments.
10091
10092         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
10093         on to `gnus-treat-article'.
10094         (gnus-inhibit-article-treatments): New variable.
10095
10096         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
10097
10098         * gnus-art.el (gnus-treatment-function-alist): Have
10099         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
10100         (gnus-treat-fill-long-lines): Change default to fill all text/plain
10101         sections.
10102
10103         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
10104         parameter.
10105         (gnus-article-fill-cited-long-lines): New function.
10106         (gnus-article-fill-cited-article): Allow filling only long sections.
10107
10108         * shr.el (shr-find-fill-point): Don't break lines between punctuation
10109         and non-punctuation (like after the apostrophe in "'We").
10110
10111         * gnus-sum.el (gnus-summary-select-article): Make sure
10112         gnus-original-article-buffer is alive.
10113
10114         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
10115         reflect the order they're in in the digest.
10116
10117         * gnus.el (gnus-group-startup-message): Move point to the start of the
10118         buffer.
10119
10120         * nnimap.el (nnimap-capability): New function.
10121         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
10122         is set.
10123
10124 2010-10-31  David Engster  <dengste@eml.cc>
10125
10126         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
10127         conform with changes to gnus-completing-read.
10128
10129 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10130
10131         * shr.el (shr-tag-img): Output "*" instead of "[img]".
10132
10133 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10134
10135         * nnir.el: Move defvar, defcustom around to keep file organized
10136         and keep byte-compiler quiet.
10137         (nnir-read-parms): Accept search-engine as arg.
10138         (nnir-run-query): Pass search-engine as arg.
10139         (nnir-search-engine): Remove.
10140
10141 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10142
10143         * shr.el (shr-generic): The text nodes should be text, not :text.
10144
10145         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
10146         later in the file.
10147
10148 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10149
10150         * nnir.el: General clean up.  Allow searching with multiple engines.
10151         Allow separate extra-parameters for each engine.
10152         Batch queries when possible.
10153         (nnir-imap-default-search-key, nnir-method-default-engines):
10154         Add customize interface.
10155         (nnir-run-gmane): New engine.
10156         (nnir-engines): Use it.  Qualify all prompts with engine name.
10157         (nnir-search-engine): Remove global variable.
10158         (nnir-run-hyrex): Restore for now.
10159         (nnir-extra-parms, nnir-search-history): New variables.
10160         (gnus-group-make-nnir-group): Use them.
10161         (nnir-group-server): Remove in favor of gnus-group-server.
10162         (nnir-request-group): Avoid searching twice.
10163         (nnir-sort-groups-by-server): New function.
10164
10165 2010-10-30  Julien Danjou  <julien@danjou.info>
10166
10167         * gnus-group.el: Remove gnus-group-fetch-control.
10168
10169         * gnus-start.el (gnus-find-new-newsgroups):
10170         Remove gnus-check-first-time-used.
10171
10172         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
10173
10174 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10175
10176         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
10177         set on groups that don't have \* permanentflags.
10178
10179 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10180
10181         * shr.el (shr-tag-span): Drop colorization of regions since we don't
10182         control the background color.
10183         (shr-tag-img): Ignore very small web bug type images.
10184         (shr-put-image): Add help-echo alt texts to the images.
10185         (shr-tag-video): Show the video poster image.
10186
10187 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10188
10189         * shr.el (shr-table-depth): New variable.
10190         (shr-tag-table-1): Only insert the images after the top-level table.
10191
10192         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
10193
10194         * gnus-util.el (gnus-list-memq-of-list): New function.
10195
10196         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
10197         selected.
10198         (nnimap-unsplittable-articles): New slot.
10199         (nnimap-new-articles): Use it.
10200
10201 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
10202
10203         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
10204         move to the previous line on `M-g'.
10205
10206 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10207
10208         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10209         *-request-group, which seems unnecessary.
10210
10211         * nnimap.el (nnimap-quote-specials): Function copied over from
10212         imap.el.
10213         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10214         they support that.  Suggested by Tom Regner.
10215
10216 2010-10-29  Julien Danjou  <julien@danjou.info>
10217
10218         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10219         defalias.
10220         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10221
10222         * gnus.el: Remove `gnus-nntp-service' variable.
10223         (gnus-secondary-servers): Make obsolete.
10224         (gnus-nntp-server): Make obsolete.
10225
10226         * gnus-start.el (gnus-1): Remove x-splash calls.
10227
10228         * gnus-ems.el (gnus-x-splash): Remove.
10229
10230         * gnus.el (gnus-group-startup-message): Simplify/update code.
10231
10232         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10233         definition.
10234
10235         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10236         capability before doing anything.
10237         (gnus-group-insert-group-line): Remove useless
10238         gnus-group-remove-excess-properties.
10239
10240 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10243
10244 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10245
10246         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10247         config after reselecting.
10248
10249 2010-10-28  Julien Danjou  <julien@danjou.info>
10250
10251         * shr.el (shr-put-image): Use point even if only inserting text.
10252         (shr-put-image): Save excursion when inserting alt text on non-graphic
10253         display, so the behavior is the same when we are on a graphic display.
10254
10255         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10256
10257 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10258
10259         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10260         (gnus-mime-copy-part): Check coding system, not charset.
10261         (gnus-mime-view-part-externally): Never remove part.
10262         (gnus-mime-view-part-internally): Don't remove part here.
10263         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10264         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10265         multipart/alternative.
10266
10267         * mm-decode.el (mm-display-part): Take optional arg `force'.
10268
10269 2010-10-26  Julien Danjou  <julien@danjou.info>
10270
10271         * gnus-group.el (gnus-group-default-list-level): Add this function to
10272         compute the default list level.
10273         (gnus-group-default-list-level): Add possibility to use a function.
10274
10275 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10276
10277         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10278
10279         * gnus-group.el (gnus-group-completing-read)
10280         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10281         gnus-replace-in-string.
10282
10283 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * shr.el (shr-tag-div): Add.
10286
10287         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10288
10289 2010-10-25  Julien Danjou  <julien@danjou.info>
10290
10291         * gnus-util.el: Remove `gnus-with-local-quit'.
10292
10293         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10294
10295 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10296
10297         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10298         the original article buffer.
10299
10300 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10301
10302         * nnimap.el (nnimap-request-head): New function.
10303         (nnimap-request-move-article): Try to be slightly faster by not
10304         requesting the entire message when moving.
10305         (nnimap-transform-headers): Don't bug out on bodiless articles.
10306         (nnimap-send-command): Have no outstanding messages if the IMAP server
10307         doesn't support streaming.
10308         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10309
10310 2010-10-24  Julien Danjou  <julien@danjou.info>
10311
10312         * message.el (message-default-headers): Fix type.
10313
10314 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10315
10316         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10317         prefetching images.
10318
10319         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10320         backend for unknown groups.  This is mainly useful for nnimap groups.
10321
10322         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10323         group isn't covered by the agent.
10324
10325 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10326
10327         * nnir.el (nnir-method-default-engines): New variable.
10328         (nnir-run-query): Use it.
10329         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10330         (gnus-summary-nnir-goto-thread): Change group if needed.
10331
10332         * gnus-group.el (gnus-group-group-map): Add key binding for
10333         gnus-group-make-nnir-group.
10334
10335 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10336
10337         * shr.el (shr-tag-object): Add.
10338
10339         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10340         original article buffer live.
10341         (gnus-summary-select-article-buffer):
10342         Mention gnus-widen-article-buffer.
10343
10344 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10345
10346         * shr.el (shr-tag-strong): Add.
10347
10348 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10349
10350         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10351         group names.  They mess up the group buffer badly.
10352
10353         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10354
10355         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10356         instead of the summary one.
10357
10358 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10359
10360         * mml.el (mml-preview): Work properly when editing article.
10361
10362         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10363         gnus-have-read-active-file if it's already been in.
10364
10365 2010-10-22  Tom Tromey  <tromey@redhat.com>
10366
10367         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10368         gnus-group-completing-read.
10369
10370 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10371
10372         * message.el (message-mode-map): Don't bind M-; to comment region, to
10373         allow the global comment-dwim to work.
10374
10375 2010-10-21  Julien Danjou  <julien@danjou.info>
10376
10377         * message.el (message-setup-1): Allow message-default-headers to be a
10378         function.
10379
10380 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10381
10382         * shr.el (shr-tag-table): Simplify.
10383
10384 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10385
10386         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10387         to avoid trying to snarf invalid stuff.
10388
10389         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10390
10391         * gnus.el (gnus-message-archive-group): Quote value.
10392         (gnus-message-archive-group): Mark as changed.
10393
10394         * shr.el (shr-add-font): Don't put the font properties on the newline
10395         or the indentation.
10396
10397         * message.el (message-fix-before-sending): Change options when sending
10398         non-printable characters.
10399
10400         * gnus.el (gnus-message-archive-method): Change the default to
10401         monthly outgoing groups.
10402
10403         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10404         that have gotten new numbers.
10405
10406         * nnimap.el (nnimap-request-replace-article): New function.
10407
10408 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10411         (nnrss-request-article): Don't use special html washing code.
10412
10413 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * shr.el (shr-tag-table): Remove useless nconc.
10416
10417 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10418
10419         * gnus-art.el (article-wash-html): Simplify and remove the charset
10420         stuff.  Use the normal html rendering code instead of the special html
10421         washing code.
10422
10423         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10424         `gnus-w3m' symbols.
10425         (mm-text-html-washer-alist): Remove.
10426
10427         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10428         (mm-inline-media-tests): Remove use.
10429         (mm-text-html-renderer): Change default to the `shr' symbol.
10430
10431         * mm-view.el (mm-inline-text-html): Remove use.
10432
10433         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10434         `gnus-blocked-images' to be a function.
10435         (gnus-article-wash-function): Remove.
10436
10437 2010-10-20  Julien Danjou  <julien@danjou.info>
10438
10439         * spam.el (spam-list-of-processors): Mark as obsolete.
10440
10441         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10442         (nnimap-insert-partial-structure): Fix boundary detection.
10443
10444 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10445
10446         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10447         run file-truename on remote files.  This can be expensive and even
10448         prevent one from editing drafts if some unrelated buffer has a stale
10449         connection.
10450
10451 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10454         kinsoku-eol regardless of shr-kinsoku-shorten.
10455         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10456         (shr-tag-table): Support caption, thead, and tfoot.
10457
10458 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10459
10460         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10461         lines.
10462         (shr-save-contents): New command and keystroke.
10463
10464         * nndoc.el (nndoc-type-alist): Add git support.
10465         (nndoc-git-type-p): New function.
10466         (nndoc-transform-git-article): Ditto.
10467         (nndoc-transform-git-headers): Ditto.
10468         (nndoc-transform-git-headers): Generate Subject headers.
10469
10470         * shr.el (shr-parse-style): New function.
10471         (shr-tag-span): Ditto.
10472
10473         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10474         to `G G' to avoid collisions.
10475
10476 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10477
10478         * shr.el: Load kinsoku if necessary.
10479         (shr-kinsoku-shorten): New internal variable.
10480         (shr-find-fill-point): Make kinsoku shorten text line if
10481         shr-kinsoku-shorten is bound to non-nil.
10482         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10483         shr-indentation too when testing if table is wider than frame width.
10484         (shr-insert-table): Use `string-width' instead of `length' to measure
10485         text width.
10486         (shr-insert-table-ruler): Make sure indentation is done at bol.
10487
10488 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10489
10490         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10491         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10492         undecoded network data.
10493
10494 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10495
10496         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10497         name in the mode line spec so that the mode line menu works
10498         (bug#2431).
10499
10500         * message.el (message-get-reply-headers): If we're fed `to-address',
10501         then always use that.
10502
10503         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10504         aren't so wide as to need to switch off the edit menu.
10505
10506         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10507         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10508
10509         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10510         `M-g'.
10511         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10512         the permanent marks.
10513
10514 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10515
10516         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10517         Splitting according to references/in-reply-to obeys the ignore-groups
10518         variable, while splitting by sender and subject do not.
10519
10520 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10521
10522         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10523         alist, so that we can look for non-Unicode chars.
10524         (article-translate-strings): Allow both character and string maps.
10525
10526 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * shr.el (shr-insert): Don't insert space behind a wide character
10529         categorized as kinsoku-bol, or between characters both categorized as
10530         nospace.
10531
10532 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10533
10534         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10535         headers to gnus-newsgroup-headers.
10536
10537 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10538
10539         * shr.el (shr-tag-img): Don't align images -- since we're not
10540         rescaling, this often leads to ugly displays.
10541
10542 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10543
10544         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10545         duplicates.
10546
10547 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10548
10549         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10550         call.
10551
10552 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10553
10554         * gnus.el: Autoload gnus-html-show-images.
10555
10556         * nnimap.el: Use nnheader-message throughout.
10557
10558         * shr.el (shr-tag-img): Ignore images with no data.
10559
10560 2010-10-15  Julien Danjou  <julien@danjou.info>
10561
10562         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10563         a possibility to disable format=flow encoding when using hard newlines.
10564
10565 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10566
10567         * shr.el (shr-insert): Remove space inserted before or after a
10568         breakable character or at the beginning or the end of a line.
10569         (shr-find-fill-point): Do kinsoku; find the second best point or give
10570         it up if there's no breakable point.
10571
10572 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10573
10574         * nnimap.el (nnimap-open-connection): Message when opening connection
10575         for debugging purposes.
10576
10577         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10578         on every setup buffer call to allow this to change from article to
10579         article.
10580
10581         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10582         buffers where we have a wide table.
10583
10584 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10585
10586         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10587         uses *-request-thread.
10588
10589 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10590
10591         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10592         incantation, which is no longer valid.
10593
10594 2010-10-14  Julien Danjou  <julien@danjou.info>
10595
10596         * shr.el: Fix defcustom type (char -> character).
10597
10598 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10599
10600         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10601         programs.
10602
10603 2010-10-14  Julien Danjou  <julien@danjou.info>
10604
10605         * shr.el (shr-tag-a): Use url-link as widget type.
10606
10607         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10608         `gnus-group-get-icon'.
10609
10610 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10611
10612         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10613         This should make server editing work better.
10614
10615         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10616
10617         * tls.el (tls-program): Remove spurious %s from openssl.
10618
10619         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10620         (nnimap-parse-flags): Fix regexp.
10621
10622         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10623         probably work for CJVK text, too.
10624
10625         * nnimap.el (nnimap-extend-tls-programs): Remove.
10626         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10627
10628         * tls.el (tls-starttls-switches): Remove starttls hack.
10629         (open-tls-stream): Ditto.
10630         (tls-find-starttls-argument): Ditto.
10631
10632 2010-10-13  Julien Danjou  <julien@danjou.info>
10633
10634         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10635         responses.
10636
10637 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10638
10639         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10640
10641         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10642         anything in Emacs.
10643
10644         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10645
10646 2010-10-13  Julien Danjou  <julien@danjou.info>
10647
10648         * shr.el (shr-width): Make shr-width a defcustom with default to
10649         fill-column.
10650         (shr-tag-img): Use shr-width rather than fill-column.
10651
10652 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10653
10654         * dgnushack.el (byte-optimize-apply):
10655         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10656
10657         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10658         position when (X-)Faces exist.
10659         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10660         avatars when called interactively.
10661
10662 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10663
10664         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10665         gnus-article-x-face-too-ugly is bound.
10666
10667 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10668
10669         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10670
10671         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10672         mailbox that doesn't exist.
10673
10674 2010-10-12  Julien Danjou  <julien@danjou.info>
10675
10676         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10677         (shr-get-image-data): Encode URL properly when fetching from cache.
10678         (shr-tag-img): Use aligned-to spaces to align correctly images.
10679
10680         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10681         before inserting the Gravatar.
10682
10683         * shr.el (shr-tag-img): Add align attribute support for <img>.
10684
10685 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10686
10687         * gnus-gravatar.el (gnus-art): Require.
10688
10689         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10690         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10691         Remove long obsoleted functions.
10692
10693 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10694
10695         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10696
10697         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10698
10699         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10700         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10701         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10702         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10703         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10704         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10705         * sieve-manage.el, smime.el, spam.el:
10706         Fix comment for declare-function.
10707
10708 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10709
10710         * nnimap.el (nnimap-request-rename-group): Select group read-only
10711         before renaming it.
10712
10713         * shr.el (shr-insert): Fix up the white space only regexp.
10714
10715         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10716         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10717
10718         * shr.el (shr-current-column): New function.
10719         (shr-find-fill-point): New function.
10720
10721 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10722
10723         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10724         numbers.
10725
10726 2010-10-11  Julien Danjou  <julien@danjou.info>
10727
10728         * shr.el (shr-hr-line): Add.
10729         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10730         display hr lines.
10731         (shr-max-columns): Do not change state to nil if we just inserting
10732         spaces.
10733
10734 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10735
10736         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10737         select the last group.
10738
10739 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10740
10741         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10742
10743 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10744
10745         * dig.el (dig-mode-map): Declare and define in one step.
10746
10747 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10748
10749         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10750         for Gnus.
10751         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10752         (nnimap-update-qresync-info): Mark \Seen articles as read.
10753
10754         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10755         non-variable, too.
10756
10757         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10758         available.
10759         (nnimap-update-info): Rely more on the current active than the param
10760         active to avoid marking articles as read too much.
10761
10762         * auth-source.el (auth-source-create): Use (user-login-name) for the
10763         user name default.
10764
10765         * nnimap.el (nnimap-update-info): If the server doesn't return any
10766         useful info, just use the previous info.
10767         (nnimap-update-info): Prefer old info over start-article.
10768         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10769
10770 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10771
10772         * nnir.el (autoload): Clean up autoloads.
10773         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10774         Use key rather than value.
10775         (nnir-imap-search-other): New variable.
10776         (nnir-read-parm): Use it.
10777         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10778         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10779
10780 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10781
10782         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10783         the process, too.
10784
10785 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10786
10787         * spam.el (gnus-summary-mode-map): Bind to "$".
10788         Suggested by Russ Allbery.
10789
10790         * shr.el: Rework the way things are indented by <li> slightly.
10791
10792         * gnus.el (gnus-group-set-parameter): Fix typo.
10793
10794         * nnimap.el: Start implementing QRESYNC support.
10795
10796 2010-10-09  Julien Danjou  <julien@danjou.info>
10797
10798         * nnir.el (nnir-engines): Fix too many arguments.
10799
10800 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10801
10802         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10803         group is the "last", so that the backends like nnfolder actually save
10804         their folders.
10805
10806         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10807         try to use that for the tls stream.
10808         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10809         UIDVALIDITY and find out which groups are read-only and not.
10810         (nnimap-get-flags): Use the same marks parsing code as the rest of
10811         nnimap.
10812
10813 2010-10-09  Julien Danjou  <julien@danjou.info>
10814
10815         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10816
10817         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10818         retrieving gravatars.
10819
10820         * shr.el (shr-table-corner): Add.
10821         (shr-table-line): Add.
10822         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10823
10824 2010-10-08  Julien Danjou  <julien@danjou.info>
10825
10826         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10827
10828 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10829
10830         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10831
10832         * gnus-sum.el (gnus-mark-article-as-unread)
10833         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10834         (gnus-summary-set-bookmark): Use it.
10835
10836         * gnus-msg.el (gnus-setup-message): Use it.
10837
10838         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10839
10840         * gnus.el (gnus-group-remove-parameter): Use it.
10841
10842         * gnus-group.el (gnus-group-make-web-group): Use it.
10843
10844         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10845
10846         * nnregistry.el: Update docs to mention manual.
10847
10848         * gnus-registry.el: Update docs to mention nnregistry.el.
10849         (gnus-registry-initialize): Don't install nnregistry refer method
10850         automatically.
10851         (gnus-registry-install-nnregistry): Remove it.
10852
10853 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10854
10855         * shr.el (shr-insert): Don't insert double spaces.
10856
10857 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10858
10859         * gnus-gravatar.el (gnus-treat-from-gravatar)
10860         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10861         called interactively.
10862
10863         * gnus-art.el (gnus-mime-view-part-externally)
10864         (gnus-mime-view-part-internally): Make predicate function passed to
10865         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10866         of a mime type.
10867
10868         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10869
10870 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10871
10872         * shr.el (require): Require cl when compiling.
10873         (shr-tag-hr): New function.
10874
10875         * nnimap.el (nnimap-update-info): Remove double setting of high.
10876         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10877         This makes nnimap work properly on Courier again.
10878
10879         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10880         the variable for backwards compatibility.
10881
10882         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10883         the file name before using to avoid setting mm-default-directory to
10884         nil.
10885
10886         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10887         bidning gnus-agent variables.
10888
10889         * shr.el (shr-render-td): Use a cache for the table rendering function
10890         to avoid getting an exponential rendering behavior in nested tables.
10891         (shr-insert): Rework the line-breaking algorithm.
10892         (shr-insert): Don't leave trailing spaces.
10893         (shr-insert-table): Also insert empty TDs.
10894         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10895
10896 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10897
10898         * gnus-sum.el (gnus-number): Rename from `number'.
10899         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10900         (gnus-summary-limit-children): Update uses correspondingly.
10901
10902 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10903
10904         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10905         (gnus-gravatar-transform-address): Don't show avatars of people of
10906         which mail addresses match gnus-gravatar-too-ugly.
10907
10908 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10909
10910         * shr.el (shr-table-widths): Expand TD elements to fill available
10911         space.
10912
10913 2010-10-07  Julien Danjou  <julien@danjou.info>
10914
10915         * nnimap.el (nnimap-request-rename-group): Add this method.
10916
10917 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10918
10919         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10920         name from XEmacs' function-arglist.
10921
10922         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10923         gravatar under XEmacs.
10924
10925 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10926
10927         * auth-source.el: Update docs with TODO items.
10928
10929         * gnus-sync.el: Update docs to explain state and plans.
10930
10931         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10932         Hooks for mark updates.
10933         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10934
10935         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10936         hooks with arguments, which is needed for mark update hooks.
10937
10938 2010-10-06  Julien Danjou  <julien@danjou.info>
10939
10940         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10941         was matched.
10942
10943         * sieve-manage.el: Update example in `Commentary'.
10944
10945         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10946
10947         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10948         not 2000.
10949         (sieve-manage-authenticate): Re-add function.
10950
10951 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10952
10953         * shr.el (shr-insert): Get 'space transition right.
10954         (shr-render-td): Only delete space at the end of the TD.
10955
10956         * nnimap.el (nnimap-open-connection): Prepare to support
10957         open-gnutls-stream.
10958
10959         * shr.el: Rearrange function order to be more logical.
10960
10961 2010-10-06  Julien Danjou  <julien@danjou.info>
10962
10963         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10964         (nnrss-discover-feed): Remove 404 URL in docstring.
10965
10966         * nnir.el: Fix Swish-E URL.
10967         Fix Namazu URL.
10968
10969         * message.el (message-change-subject): Remove 404 URL in a comment.
10970
10971 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10974         called interactively.
10975
10976         * gnus-util.el (gnus-remove-if): Allow hash table.
10977         (gnus-remove-if-not): New function.
10978
10979         * gnus-art.el (gnus-mime-view-part-as-type):
10980         * gnus-score.el (gnus-summary-score-effect):
10981         * gnus-sum.el (gnus-read-move-group-name):
10982         Replace remove-if-not with gnus-remove-if-not.
10983
10984         * gnus-group.el (gnus-group-completing-read):
10985         Regard collection as a hash table if it is not a list.
10986
10987 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10988
10989         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10990
10991         * shr.el: Document the table-rendering algorithm.
10992
10993 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10994
10995         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10996         for Emacsen having no `libxml-parse-html-region' support.
10997
10998 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10999
11000         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
11001         invalid URLs.
11002
11003         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
11004         line-broken.
11005         (shr-tag-img): Ignore image fetching errors.
11006         (shr-overlays-in-region): Compute overlay positions correctly.
11007
11008         * mm-decode.el (mm-shr): Require shr.
11009
11010         * gnus-art.el (gnus-blocked-images): Move variable here.
11011
11012         * shr.el (shr-insert-table): Bind free variable.
11013
11014         * mm-decode.el (mm-shr): Bind shr-content-function.
11015
11016         * shr.el (shr-content-function): New variable.
11017
11018         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
11019         added for symmetry.
11020
11021         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
11022
11023         * gnus-group.el (gnus-group-make-group): Doc fix.
11024
11025         * nnimap.el (nnimap-request-newgroups): Return success.
11026
11027         * shr.el (shr-find-elements): New function.
11028         (shr-tag-table): Put all the images after the table.
11029         (shr-tag-table): Really inhibit images inside the table.
11030         (shr-collect-overlays): Copy over overlays from the TD elements to the
11031         main document.
11032
11033         * mm-decode.el (mm-shr): Bind shr-blocked-images to
11034         gnus-blocked-images.
11035
11036 2010-10-05  Julien Danjou  <julien@danjou.info>
11037
11038         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
11039
11040         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
11041         (gnus-html-maximum-image-size): Add this function.
11042         (gnus-html-put-image): Use gnus-html-maximum-image-size.
11043
11044         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
11045         server-value of the capability is nil.
11046
11047 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11048
11049         * shr.el (shr-tag-em): Add <EM> tag.
11050
11051 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
11052
11053         * sieve-manage.el (sieve-manage-default-stream): Make default stream
11054         customizable.
11055
11056         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
11057         handing broken links to browse-url.
11058
11059 2010-10-05  Julien Danjou  <julien@danjou.info>
11060
11061         * gnus-util.el (gnus-emacs-completing-read)
11062         (gnus-iswitchb-completing-read): Use autoload rather than require.
11063
11064 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11065
11066         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
11067         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
11068         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
11069         iswitchb-temp-buflist for XEmacs.
11070
11071         * gnus-util.el (gnus-completing-read-function): Exclude
11072         gnus-icompleting-read and gnus-ido-completing-read from candidates for
11073         XEmacs since iswitchb.el is very old and ido.el is unavailable in
11074         XEmacs.
11075
11076         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
11077         not to use `delete-dups' that is unavailable in XEmacs 21.4.
11078
11079         * gnus-html.el: Don't require help-fns under XEmacs.
11080         (gnus-html-schedule-image-fetching): Work for XEmacs.
11081
11082         * mm-decode.el (mm-shr): Decode contents by charset.
11083
11084 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11085
11086         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
11087         unknown.
11088
11089         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
11090         (shr-get-image-data): Ensure against the cache file missing.
11091
11092         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
11093         for data.
11094
11095         * spam-report.el (spam-report-url-ping-plain): Don't query about
11096         killing the process.
11097
11098         * shr.el (shr-render-td): Protect against too-wide text.
11099
11100 2010-10-04  Julien Danjou  <julien@danjou.info>
11101
11102         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
11103         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
11104
11105         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
11106         retrieved.
11107
11108 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11109
11110         * shr.el (browse-url): Require.
11111         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
11112         lines.
11113         (shr-show-alt-text, shr-browse-image): New commands.
11114         (shr-browse-url, shr-copy-url): New commands.
11115
11116         * gnus-sum.el (gnus-widen-article-window): New variable.
11117         (gnus-summary-select-article-buffer): Use it.
11118
11119         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
11120         without @ signs.
11121
11122 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11123
11124         * nnir.el (nnir-run-imap): Remove spurious space in search string.
11125
11126 2010-10-04  Julien Danjou  <julien@danjou.info>
11127
11128         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
11129         for XEmacs.
11130
11131 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11132
11133         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
11134
11135         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
11136         (nnimap-close-server): Implement.
11137
11138         * dgnushack.el (iswitchb): Require to shut up the compiler.
11139
11140         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
11141         (shr-insert): Tweak line breaking.
11142         (shr-insert): Handle <pre> better.
11143         (shr-tag-li): Get <li> indentation right.
11144         (shr-tag-li): Get <li> indentation even righter.
11145         (shr-tag-blockquote): Ensure paragraph start.
11146         (shr-make-table): Tweak table generation.
11147         (shr-make-table): Fix typo.
11148
11149         * shr.el: Implement table rendering.
11150
11151 2010-10-04  Julien Danjou  <julien@danjou.info>
11152
11153         * gnus-html.el (gnus-html-put-image): Fix resize image code.
11154
11155 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11156
11157         * shr.el (shr-insert): Use string anchors instead of line anchors.
11158
11159 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11160
11161         * shr.el: Add headings.
11162         (shr-ensure-paragraph): Actually work.
11163         (shr-tag-li): Make <ul> prettier.
11164         (shr-insert): Get white space at the beginning/end of elements right.
11165         (shr-tag-p): Collapse subsequent <p>s.
11166         (shr-ensure-paragraph): Don't insert double line feeds after blank
11167         lines.
11168         (shr-insert): \t is also space.
11169         (shr-tag-s): Fix "s" tag name function.
11170         (shr-tag-s): Fix face prop name.
11171
11172 2010-10-03  Julien Danjou  <julien@danjou.info>
11173
11174         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
11175
11176         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
11177         gnus-window-inside-pixel-edges.
11178
11179         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
11180         gnus-ems.
11181
11182         * mm-view.el (mm-inline-image-emacs): Support image resizing.
11183
11184         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
11185         function.
11186
11187         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
11188         resize choice.
11189
11190 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11191
11192         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
11193         beginning of the buffer.
11194
11195         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
11196         article buffer again.
11197
11198         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
11199
11200         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
11201         when it's at the start of the buffer.
11202
11203         * shr.el (shr-tag-blockquote): Convert name.
11204         (shr-rescale-image): Use the right image-size variant.
11205
11206         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11207         buffer isn't shown, then select the current article first instead of
11208         bugging out.
11209         (gnus-summary-select-article-buffer): Show both the article and summary
11210         buffers again.
11211
11212         * shr.el (shr-fontize-cont): Protect against regions with no text.
11213         Rename tag functions to shr-tag-* for enhanced security.
11214         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11215
11216 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11217
11218         * shr.el (shr-insert):
11219         * pop3.el (pop3-movemail):
11220         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11221         loaded.
11222
11223 2010-10-03  Glenn Morris  <rgm@gnu.org>
11224
11225         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11226
11227         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11228
11229         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11230
11231         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11232
11233         * gnus-util.el (gnus-make-local-hook): Simplify.
11234
11235 2010-10-02  Julien Danjou  <julien@danjou.info>
11236
11237         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11238         (gnus-ido-completing-read): New function.
11239         (gnus-emacs-completing-read): New function.
11240         (gnus-completing-read): Use gnus-completing-read-function.
11241         Add gnus-completing-read-function.
11242
11243 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11244
11245         * shr.el (shr-insert-document): Autoload.
11246         (shr-img): Be silent.
11247         (shr-insert): Add a newline after every picture before text.
11248         (shr-add-font): Use overlays for combining faces.
11249         (shr-insert): Pass upwards the text start point.
11250
11251         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11252         possible.
11253         (mm-shr): New function.
11254
11255 2010-10-02  Julien Danjou  <julien@danjou.info>
11256
11257         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11258         should go backward.
11259
11260 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11261
11262         * shr.el (shr): Fix typo in provide call.
11263
11264 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11265
11266         * shr.el: New file.
11267
11268         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11269
11270         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11271         completing read.
11272
11273 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11274
11275         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11276         we're being queried about.  Suggested by Dan Jacobson.
11277
11278         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11279         Suggested by Jason Eisner.
11280
11281         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11282         table, too.  Suggested by Stefan Wiens.
11283         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11284         the table unnecessary.  Suggested by Stefan Wiens.
11285
11286         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11287         longer needed, and probably doesn't work either, as pointed out by
11288         Stefan Wiens.
11289         (gnus-summary-exit): Remove call to the clearing function.
11290         (gnus-summary-exit-no-update): Ditto.
11291
11292         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11293         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11294         Reported by Stefan Monnier.
11295         (gnus-summary-save-in-rmail): Ditto.
11296
11297         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11298         article buffer, instead of both the article buffer and the summary
11299         buffer.  Sort of suggested by Dan Jacobson.
11300
11301         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11302
11303         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11304         Suggested by Dan Jacobson.
11305
11306         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11307         documentation clearer.
11308
11309         * message.el (message-shorten-references): Comment on the number "21".
11310         Suggested by Stefan Monnier.
11311
11312         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11313         Suggested by Dan Jacobson.
11314
11315         * gnus.el (gnus-large-newsgroup):
11316         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11317
11318         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11319         externalize attachments.  Bug reported by Steve Wen.
11320
11321         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11322         really message anything to the user.
11323
11324         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11325         directly.
11326
11327         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11328         messages in empty groups.
11329
11330 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11331
11332         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11333         non-UIDNEXT group.
11334
11335 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11336
11337         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11338         not the value from the collection.
11339
11340         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11341         values.  This sometimes happens on some groups that have no info.
11342         (nnimap-request-newgroups): New function.
11343
11344 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11345
11346         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11347         check into `gnus-registry-initialize'.
11348         (gnus-registry-initialize): Ditto.
11349         Fix and extend header docs.
11350
11351 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11352
11353         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11354         regexp backtrace overflows.
11355
11356         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11357         for starttls that tls.el implements; i.e. openssl.
11358
11359         * tls.el (tls-starttls-switches): Give up on using starttls with
11360         gnutls-cli.
11361         (tls-program): Add --insecure to be consistent with the defaults from
11362         openssl s_client.  Now all three commands are insecure.
11363
11364 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * lpath.el: Bind completion-styles-alist for XEmacs.
11367
11368         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11369         (gravatar-create-image): New function that's an alias to
11370         gnus-xmas-create-image, gnus-create-image, or create-image.
11371         (gravatar-data->image): Use it.
11372
11373 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11374
11375         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11376         install the nnregistry refer method.
11377         (gnus-registry-install-hooks): Use it.
11378         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11379         unfollowed groups.
11380
11381 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11382
11383         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11384         expanding threads.
11385
11386 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11387
11388         * nnir.el: Use the server names without suffixes (bug#7009).
11389
11390         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11391         unencrypted to STARTTLS, if possible.
11392
11393 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11394
11395         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11396         headers before superseding.
11397
11398 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11399
11400         * nnrss.el (nnrss-use-local): Add documentation.
11401
11402         * nnimap.el (nnimap-extend-tls-programs): New function.
11403         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11404         (nnimap-wait-for-connection): Accept the greeting from the stupid
11405         output from openssl s_client -starttls, too.
11406
11407         * tls.el (tls-starttls-switches): New variable.
11408         (tls-find-starttls-argument): Use it.
11409         (open-tls-stream): Ditto.
11410
11411         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11412         (netrc-machine): Ditto.
11413
11414         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11415         article number.
11416         (nnimap-split-fancy): New variable.
11417         (nnimap-split-incoming-mail): Use it.
11418
11419         * nntp.el (nntp-server-list-active-group): Document.
11420
11421         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11422         SELECT to get the message-id.
11423
11424         * mail-source.el (mail-sources): Remove webmail support.
11425         (defvar): Ditto.
11426         (mail-source-fetcher-alist): Ditto.
11427         (mail-source-fetch-webmail): Remove.
11428
11429         * webmail.el: Remove -- doesn't seem relevant any more.
11430
11431         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11432
11433         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11434         the \r.
11435
11436 2010-09-30  Julien Danjou  <julien@danjou.info>
11437
11438         * gnus-agent.el (gnus-agent-add-group): Fix call to
11439         gnus-completing-read.
11440
11441 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11442
11443         * nndoc.el (nndoc-retrieve-groups): New function.
11444
11445         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11446         `default', use nnmail-split-methods.
11447         (nnimap-request-article): Downcase the NILs so that they are nil.
11448
11449         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11450         symbol.
11451
11452         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11453         code, since if the user has requested network, that's what they ought
11454         to get.
11455         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11456         (nnimap-split-rule): Mark as obsolete.
11457
11458         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11459         New variable.
11460
11461         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11462         correct slot, too.
11463
11464 2010-09-29  Julien Danjou  <julien@danjou.info>
11465
11466         * gnus.el (gnus-local-domain): Declare variable obsolete.
11467
11468         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11469         Fix history computing.
11470         (gnus-ido-completing-read): Require ido.
11471
11472 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11473
11474         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11475         build Gnus.
11476
11477         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11478         when interpreting the structures.
11479         (nnimap-request-accept-article): Add \r\n to the lines to make this
11480         work with Cyrus.
11481
11482         * nndraft.el (nndraft-request-expire-articles): Use the group name
11483         instead if "nndraft".  Fix found by Nils Ackermann.
11484
11485 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11486
11487         * nnregistry.el: Add.
11488
11489 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11490
11491         * nnmail.el (group, group-art-list, group-art):
11492         Remove unneeded directives.
11493
11494 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11495
11496         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11497         (mm-mime-charset):
11498         * rfc2047.el (rfc2047-syntax-table):
11499         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11500
11501         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11502         rather than `insert-file-contents' and `eval-region'.
11503
11504         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11505         construction.
11506
11507         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11508
11509         * time-date.el: No need to require cl for Emacs 21.
11510
11511 2010-09-29  Julien Danjou  <julien@danjou.info>
11512
11513         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11514         replacement of `gnus-gravatar-relief' to mimic
11515         `gnus-faces-properties-alist'.
11516         Add :version property.
11517
11518 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11519
11520         * mail-source.el (mail-source-report-new-mail):
11521         * message.el (message-default-mail-headers):
11522         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11523
11524         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11525
11526 2010-09-28  Julien Danjou  <julien@danjou.info>
11527
11528         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11529         mail-address contains the same string as real-name.
11530
11531         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11532         non-blank in header, otherwise it'll get stripped.
11533
11534         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11535         real-name, and then for mail address rather than doing : or , search.
11536
11537 2010-09-27  Julien Danjou  <julien@danjou.info>
11538
11539         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11540         right completing-read function.
11541         (gnus-use-ido): New variable
11542         (gnus-completing-read-with-default): Remove.
11543         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11544         (gnus-agent-add-group):
11545         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11546         * mm-view.el (mm-view-pkcs7-decrypt):
11547         * mm-util.el (mm-codepage-setup):
11548         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11549         * mml-smime.el (mml-smime-openssl-sign-query):
11550         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11551         (mml-insert-multipart):
11552         * gnus-msg.el (gnus-summary-yank-message):
11553         * gnus-int.el (gnus-start-news-server):
11554         * mm-decode.el (mm-interactively-view-part):
11555         * gnus-dired.el (gnus-dired-attach):
11556         * gnus.el (gnus-read-method):
11557         * gnus-bookmark.el (gnus-bookmark-jump):
11558         * gnus-art.el (gnus-mime-view-part-as-type)
11559         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11560         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11561         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11562         * nnmairix.el (nnmairix-create-server-and-default-group)
11563         (nnmairix-update-groups, nnmairix-get-server)
11564         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11565         (nnmairix-get-group-from-file-path):
11566         * nnrss.el (nnrss-find-rss-via-syndic8):
11567         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11568         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11569         (gnus-group-browse-foreign-server):
11570         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11571         (gnus-summary-execute-command, gnus-summary-respool-article)
11572         (gnus-read-move-group-name):
11573         * gnus-score.el (gnus-summary-increase-score)
11574         (gnus-summary-score-effect):
11575         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11576
11577 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11578
11579         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11580         x-focus-frame.
11581
11582         * nnimap.el (auth-source-forget-user-or-password)
11583         (auth-source-user-or-password): Autoload.
11584
11585         * message.el (message-from-style, message-interactive)
11586         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11587         (message-yank-prefix, message-indentation-spaces, message-signature)
11588         (message-signature-file): Add comment.
11589
11590 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11591
11592         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11593         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11594         new articles.
11595
11596         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11597         parts.
11598         (nnimap-request-article): Work with the t setting, too.
11599
11600         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11601         that you don't get flashes of other buffers.
11602         (gnus-summary-show-complete-article): Intern before setting.
11603
11604 2010-09-27  David Engster  <dengste@eml.cc>
11605
11606         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11607         well as HEADERS.
11608         (nnmairix-retrieve-headers): Provide new argument for the above.
11609
11610 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11611
11612         * gnus-sum.el (gnus-summary-move-article): Don't alter
11613         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11614         group.
11615
11616         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11617
11618         * message.el (message-cite-prefix-regexp): Revert my last edit.
11619
11620         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11621         variable instead of the Gnus variable.
11622
11623         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11624
11625         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11626
11627         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11628         since some servers don't like it.
11629         (nnimap-open-connection): Forget credentials if the server says the
11630         password was wrong.
11631         (nnimap-parse-line): Protect against invalid data.
11632
11633         * gnus-sum.el (gnus-summary-move-article): Add comment.
11634         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11635         nothing alters it while scanning for new messages.
11636
11637         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11638         which may or may not help.
11639         (nnimap-open-connection): If we're doing a stream connection, and then
11640         discover we're on a STARTTLS-capable server, then open a STARTTLS
11641         connection instead.
11642
11643 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11644
11645         * nnimap.el (utf7): Require.
11646
11647         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11648         prefix.
11649
11650 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11651
11652         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11653
11654 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11655
11656         * nnimap.el (nnimap-request-accept-article): Message the error on
11657         error.
11658
11659 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11662
11663 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11664
11665         * nndoc.el (nndoc-request-list): Return success always.
11666
11667         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11668         `fetch-old' -- we only want to fetch the articles we've requested.
11669         The rest are in the agent, probably.
11670         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11671         disappeared server" to something low.  It's not important.
11672
11673         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11674         arrived before the FETCH data.
11675
11676         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11677         target here, because we don't know the Gnus name of the group.
11678
11679         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11680         for the correct group.
11681
11682         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11683
11684         * gnus.el (gnus): Give a final warning after startup.
11685
11686         * gnus-util.el (gnus-action-message-log): New variable.
11687         (gnus-message): Use it.
11688         (gnus-final-warning): New function.
11689
11690         * nnimap.el (nnimap-open-connection): Record the greeting.
11691         (nnimap): Add greeting.
11692
11693 2010-09-26  Julien Danjou  <julien@danjou.info>
11694
11695         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11696         arguments.
11697         (gnus-html-wash-images): Fix spec computing to include start/end.
11698
11699         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11700
11701 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11702
11703         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11704         deletion.
11705         (nnimap-retrieve-headers): Don't select the group, because that's
11706         already done by nnimap-possibly-change-group.
11707
11708         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11709         (gnus-picon-transform-address): Use it.
11710
11711         * mail-source.el (mail-source-value): Revert previous patch.
11712
11713         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11714         on failure.
11715         (nnimap-open-connection): Look up both virtual and physical server name
11716         credentials.
11717
11718         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11719
11720 2009-02-07  Dave Love  <fx@gnu.org>
11721
11722         * tls.el (open-tls-stream): Don't query killing process.
11723
11724 2009-02-08  Dave Love  <fx@gnu.org>
11725
11726         * gnus-win.el (gnus-window-to-buffer-helper)
11727         (gnus-all-windows-visible-p): Function needn't be a symbol.
11728
11729         * mail-source.el (mail-source-value): Function needn't be a symbol.
11730
11731 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11732
11733         * message.el (message-cite-prefix-regexp): Remove } from the cite
11734         prefix.
11735
11736         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11737         highlight again, so that the highlight is correct.
11738
11739         * gnus-picon.el (gnus-picon): Remove again.
11740         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11741
11742         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11743         doing the header highlightling, so that the background color of the
11744         picon is correct.
11745
11746         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11747         (gnus-picon): Ditto.
11748         (gnus-picon): Reinstate.  The background color for picons is white.
11749         (gnus-picon-insert-glyph): Make the background white.
11750
11751         * nnml.el (nnml-open-nov): Don't return dead buffers.
11752
11753         * auth-source.el (auth-source-create): Query the user for whether to
11754         store the credentials.
11755
11756         * netrc.el (netrc-store-data): New function.
11757
11758         * auth-source.el (auth-source-user-or-password): Use the existing auth
11759         sources, if any, for creation.
11760
11761         * gnus.el (gnus-group-fast-parameter): Return the last matching
11762         parameter instead of the first matching parameter.
11763
11764 2010-09-26  Julien Danjou  <julien@danjou.info>
11765
11766         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11767
11768 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11769
11770         * mml2015.el (mml2015-use): Remove gpg support.
11771
11772         * mml1991.el (mml1991-function-alist): Remove gpg function.
11773         (mml1991-gpg-sign): Remove.
11774
11775 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11776
11777         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11778         (gnus-browse-unsubscribe-current-group): Document it.
11779         (gnus-browse-unsubscribe-group): Use it.
11780
11781 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11782
11783         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11784         address to the To list for easier response.
11785
11786         * gnus.el (gnus-play-startup-jingle): Remove.
11787         (gnus-splash): Don't play jingle.
11788         (gnus): Silence gnus-load message.
11789
11790         * gnus-art.el (gnus-treat-play-sounds): Remove.
11791
11792         * gnus.el (gnus-play-jingle): Remove audio support.
11793
11794         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11795
11796         * earcon.el: Remove -- no users.
11797
11798         * gnus-audio.el: Remove -- no users of this package.
11799
11800         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11801
11802         * gnus-start.el (gnus-setup-news): Remove nocem support.
11803
11804         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11805
11806         * gnus.el (gnus-use-nocem): Remove.
11807
11808         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11809         Remove.
11810
11811         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11812         uses NoCeM any more.
11813
11814         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11815         (gnus-button-ctan-handler): Ditto.
11816         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11817         (gnus-button-ctan-directory-regexp): Ditto.
11818         (gnus-button-handle-ctan): Ditto.
11819         (gnus-button-tex-level): Ditto.
11820         (gnus-button-alist): Remove CTAN stuff.
11821
11822 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11823
11824         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11825         nnimap-streaming test.
11826
11827         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11828         servers twice.
11829
11830         * nnimap.el (nnimap-open-connection): Add more error reporting when
11831         nnimap fails early.
11832
11833         * nnheader.el (nnheader-get-report-string): New function.
11834         (nnheader-get-report): Use it.
11835
11836         * gnus-int.el (gnus-check-server): Say what the error was when opening
11837         failed.
11838
11839         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11840         using streaming.
11841
11842 2010-09-25  Julien Danjou  <julien@danjou.info>
11843
11844         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11845         gnus-window-inside-pixel-edges.
11846
11847 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11848
11849         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11850
11851         * mm-decode.el (mm-save-part): Allow saving to other directories the
11852         normal Emacs way.
11853
11854         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11855         Suggested by Jay Berkenbilt.
11856
11857         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11858         there isn't a single byte.
11859
11860         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11861         just do it.  It doesn't really seem to matter what the user responds
11862         here, I think, so it's just a confusing question.
11863
11864         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11865         non-streaming case.
11866
11867         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11868         (gnus-article-encrypt-body): Use it.
11869
11870         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11871         keystroke.
11872
11873         * nnimap.el (nnimap-find-wanted-parts-1):
11874         Use gnus-fetch-partial-articles.
11875
11876         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11877
11878         * nnimap.el (nnimap-insert-partial-structure): New function.
11879         (nnimap-get-partial-article): New function.
11880         (nnimap-request-article): Use it.
11881         (nnimap-wait-for-response): Return whether the wait was successful.
11882         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11883         retrieval wasn't successful.
11884         (nnimap-retrieve-group-data-early): Allow throttling servers.
11885         (nnimap-streaming): New variable.
11886         (nnimap-fetch-partial-articles): Remove.
11887
11888         * mm-decode.el (mm-with-part): Protect against killed buffers.
11889
11890         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11891         for prettier summary display.
11892
11893 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11894
11895         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11896
11897 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11898
11899         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11900         apparently third-party libraries depend on it.
11901
11902         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11903         before starting negotiation.
11904
11905         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11906         privacy reasons.
11907         (gnus-treat-mail-gravatar): Ditto.
11908
11909         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11910         buffer when inserting images.  Inserting text into the headers, for
11911         instance, can make them invalid.
11912
11913 2010-09-25  Julien Danjou  <julien@danjou.info>
11914
11915         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11916         variables.
11917
11918         * nnheader.el: Remove useless variables news-reply-yank-from and
11919         news-reply-yank-message-id.
11920
11921         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11922         variables.
11923
11924         * mml1991.el: Remove useless mml1991-verbose.
11925
11926         * gnus.el: Remove useless variable gnus-use-generic-from.
11927         Remove obsolete variable gnus-topic-indentation.
11928
11929         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11930
11931         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11932
11933         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11934
11935         * gnus-group.el: Remove useless gnus-group-icon-cache.
11936         Remove useless gnus-ephemeral-group-server.
11937
11938         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11939
11940         * mml2015.el: Remove useless mml2015-verbose.
11941
11942         * mml-smime.el: Remove useless mml-smime-verbose.
11943
11944         * gnus.el: Remove useless gnus-local-domain.
11945
11946         * gnus-gravatar.el (gnus-gravatar-transform-address):
11947         Use gnus-gravatar-size.
11948
11949         * gnus-art.el: Remove useless gnus-treat-translate.
11950
11951 2010-09-24  Julien Danjou  <julien@danjou.info>
11952
11953         * gnus-sum.el: Add support for Gravatars.
11954
11955         * gnus-art.el: Add support for Gravatars.
11956
11957         * gnus-gravatar.el: Add this file.
11958
11959         * gravatar.el: Add this file.
11960
11961 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11962
11963         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11964
11965         * gnus-group.el (gnus-group-fetch-faq): Remove.
11966
11967         * gnus.el (gnus-group-faq-directory): Remove.
11968
11969         * gnus-group.el (gnus-group-fetch-charter): Remove.
11970
11971         * gnus.el (gnus-group-charter-alist): Remove.
11972
11973         * gnus-group.el (gnus-group-archive-directory): Remove.
11974         (gnus-group-recent-archive-directory): Ditto.
11975         (gnus-group-make-archive-group): Remove.
11976
11977         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11978
11979         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11980         use the same article number for all the cached articles.
11981
11982         * nnimap.el (nnimap-command): Register the last command time so
11983         that we can use it for idling NOOPs.
11984         (nnimap-open-connection): Start the keeplive timer.
11985         (nnimap-make-process-buffer): Store all the process buffers.
11986         (nnimap-keepalive): New function.
11987
11988         * starttls.el (starttls-open-stream): Add autoload cookie.
11989
11990 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11991
11992         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11993         handling.
11994
11995 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11996
11997         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11998         its data structures.
11999
12000         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
12001         instead of the cl.el copy-list.
12002         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
12003         equalp.
12004
12005 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12006
12007         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
12008         and tool-bar-local-item-from-menu.
12009
12010         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
12011         mode-line-highlight face for Emacs.
12012
12013         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
12014         loading gnus-sum.elc; fix comment for canlock-verify.
12015         (gnus-article-jump-to-part): Use read-number.
12016         (gnus-insert-mime-button, gnus-insert-mime-security-button):
12017         Remove Emacs pre-21 compatible code for help-echo.
12018         (gnus-article-next-page-1): No need to adjust the number of lines.
12019         (gnus-article-describe-bindings): Always use help-buffer.
12020
12021         * gnus-audio.el (gnus-audio-inline-sound):
12022         * gnus-cus.el (gnus-custom-mode):
12023         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
12024
12025         * gnus-sum.el (gnus-remove-overlays): Doc fix.
12026
12027         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
12028         compatible code.
12029
12030 2010-09-24  Glenn Morris  <rgm@gnu.org>
12031
12032         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
12033         visiting the fcc file in rmail-mode.
12034
12035         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
12036
12037 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * nnir.el: Silence the byte compiler.
12040
12041         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
12042         alias to browse-url-url-encode-chars if any.
12043         (gnus-html-encode-url): Use it.
12044
12045 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12046
12047         * gnus-start.el (gnus-use-backend-marks): New variable.
12048         (gnus-get-unread-articles-in-group): Use it.
12049
12050         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
12051         makeover.
12052
12053 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12054
12055         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
12056
12057 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12058
12059         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
12060         Remove.
12061         (gnus-setup-news-hook):
12062         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
12063
12064         * gnus-int.el (gnus-request-update-info): Protect against backends not
12065         having the function.
12066
12067         * nnimap.el (nnimap-stream): Mention starttls.
12068         (nnimap-open-connection): Add starttls support.
12069
12070 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12071
12072         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
12073
12074 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12075
12076         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
12077         BODYSTRUCTUREs.
12078         (nnimap-transform-headers): Unfold quoted {42} headers.
12079
12080         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
12081         the info.
12082         (gnus-get-unread-articles): Only call updatep on backends that support
12083         it.
12084
12085         * nnweb.el (nnweb-request-update-info): NOOP.
12086
12087         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
12088
12089         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
12090         since it only deals with marks.
12091
12092         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
12093         gnus-request-marks, and make a new gnus-request-update-info.
12094
12095         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
12096         the active instead of the high number, which is usually too low.
12097
12098 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
12099
12100         * netrc.el (netrc-parse): Remove encrypt.el mentions.
12101         * encrypt.el: Remove.
12102
12103 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12104
12105         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
12106         server in symbolic form.
12107
12108         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
12109
12110 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12111
12112         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
12113         (nnimap-update-info): Fix up code slightly.
12114
12115         * gnus-int.el (gnus-open-server): Add tracing for performance
12116         debugging.
12117
12118         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
12119         (gnus-group-insert-group-line): Pass the real group name so that it
12120         gets the right data.
12121
12122         * gnus-start.el (gnus-get-unread-articles): Don't have
12123         `gnus-get-unread-articles-in-group' update info, since that can be
12124         really slow and doesn't seem to be needed?
12125
12126 2010-09-22  Dan Christensen  <jdc@uwo.ca>
12127
12128         * time-date.el (date-to-time): Try using parse-time-string first before
12129         using the slower timezone-make-date-arpa-standard.
12130
12131 2010-09-22  Julien Danjou  <julien@danjou.info>
12132
12133         * gnus-group.el (gnus-group-insert-group-line):
12134         Call gnus-group-highlight-line.
12135         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
12136         default hook list.
12137         (gnus-group-update-eval-form): Add new function.
12138         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
12139         (gnus-group-get-icon): Use gnus-group-update-eval-form.
12140
12141 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12142
12143         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
12144         immediate, then expire all articles.
12145         (nnimap-update-info): Fix off-by-one errors.
12146         (nnimap-flags-to-marks): Would return no marks lists for group with no
12147         flags.  Instead return the other data.
12148
12149 2010-09-22  Julien Danjou  <julien@danjou.info>
12150
12151         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
12152         Only return an icon.
12153         (gnus-group-insert-group-line): Compute icon to return.
12154
12155         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
12156         (gnus-html-image-fetched): Only cache if
12157         gnus-html-image-automatic-caching is set.
12158         (gnus-html-image-fetched): Check for errors.
12159
12160 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12161
12162         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
12163         once per method on `g'.  This ensures that backends like nnfolder don't
12164         open all their folders.
12165
12166         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
12167         (nnimap-request-list): Nix out group in the correct buffer.
12168         (nnimap-parse-flags): Implement by using `read' instead of
12169         hand-parsing.
12170         (nnimap-flags-to-marks): Pass on permanent-flags.
12171         (nnimap-make-process-buffer): Record the server name.
12172         (nnimap-parse-flags): Fix typo.
12173         (nnimap-request-scan): Run split on the server in general, not just a
12174         single group.
12175
12176         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
12177         parameter, and propagate this downwards.
12178
12179         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12180         since EXAMINE changes it on the server.
12181
12182         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
12183         this command might take a while.
12184
12185 2010-09-22  Julien Danjou  <julien@danjou.info>
12186
12187         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
12188         harmful if you have 2 images side-by-side, they can't be properly
12189         update on text deletion.  Using text-property is safer here.
12190         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
12191         data.
12192
12193 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12194
12195         * nnimap.el (nnimap-expunge-inbox): Remove.
12196         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
12197         (nnimap-expunge): Flip default to t.
12198
12199         * gnus.el (gnus-method-to-server): Don't push things to the cache
12200         unless it's unique.
12201         (gnus-server-to-method): Ditto.
12202
12203 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12204
12205         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12206
12207 2010-09-22  Julien Danjou  <julien@danjou.info>
12208
12209         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12210         get the start of data.
12211         (gnus-html-encode-url): Add this function to encode special chars in
12212         URL.
12213         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12214         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12215
12216         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12217         default.
12218         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12219
12220         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12221         images alt-text.
12222         (gnus-html-put-image): Put alt-text as help-echo.
12223
12224 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12225
12226         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12227         * mm-util.el (mm-decompress-buffer):
12228         * nnir.el (nnir-run-find-grep):
12229         * pop3.el (pop3-list): Use 3rd arg of split-string.
12230
12231         * time-date.el (format-seconds): Comment fix.
12232
12233         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12234         and byte-optimize-form-code-walker.
12235         (dgnushack-make-auto-load): Don't advise make-autoload.
12236
12237         * lpath.el: Remove Emacs 21 stuff.
12238
12239 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12240
12241         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12242         outside the active range.  Suggested by Dan Christensen.
12243
12244         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12245         slightly later to avoid double-getting it.
12246
12247         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12248         previous patch.
12249
12250         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12251
12252 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12253
12254         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12255
12256 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12257
12258         * gnus-int.el (gnus-open-server): Give a better error message in the
12259         "go offline" case.
12260
12261         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12262         marks for nnimap, which is seldom the right thing to do.
12263
12264         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12265         (gnus-same-method-different-name): New function.
12266
12267         * nnimap.el (parse-time): Require.
12268
12269         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12270         method in the presence of many similar methods.
12271
12272         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12273
12274         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12275         nnml-inhibit-expiry.
12276
12277         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12278         find out whether methods are equal.
12279
12280         * nnimap.el (nnimap-find-expired-articles): New function.
12281         (nnimap-process-expiry-targets): New function.
12282         (nnimap-request-move-article): Request the article before looking at
12283         what the Message-ID is.  Fix found by Andrew Cohen.
12284         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12285
12286         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12287         for oldness in addition to being a predicate.
12288
12289         * nnimap.el (nnimap-request-group): When we have zero articles, return
12290         the right data to Gnus.
12291         (nnimap-request-expire-articles): Only delete articles immediately if
12292         the target is 'delete.
12293
12294         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12295         method, this would bug out.
12296
12297         * gnus-group.el (gnus-group-expunge-group): Rename from
12298         gnus-group-nnimap-expunge, and implemented as a normal interface
12299         function.
12300
12301         * gnus-int.el (gnus-request-expunge-group): New function.
12302
12303         * nnimap.el (nnimap-request-create-group): Implement.
12304         (nnimap-request-expunge-group): New function.
12305
12306 2010-09-21  Julien Danjou  <julien@danjou.info>
12307
12308         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12309         (gnus-html-cache-expired): Add new function.
12310         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12311         wethever we should display image for fetch it.
12312         Compute alt-text earlier to pass it to the fetching function too.
12313         (gnus-html-schedule-image-fetching): Change function argument to only
12314         get one image at a time, not a list.
12315         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12316         cache.
12317         (gnus-html-get-image-data): New function to retrieve image data from
12318         cache.
12319         (gnus-html-put-image): Change buffer argument to use image data rather
12320         than file, and place image above region rather than inserting a new
12321         one.  Do not take alt-text as argument, since it's useless now: we place
12322         the image above alt-text.
12323         (gnus-html-prune-cache): Remove.
12324         (gnus-html-show-images): Start to fetch image when we find one, do not
12325         push into a temporary list.
12326         (gnus-html-prefetch-images): Only fetch image if they have expired.
12327         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12328         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12329
12330 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12333
12334 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12335
12336         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12337         spec inser "*" if the group isn't active instead of 0.
12338
12339         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12340         opening the server.
12341         (nnimap-request-delete-group): Implement group deletion.
12342         (nnimap-transform-headers): Return the size of the entire message in
12343         the Bytes header, not just the size of the first part.
12344         (nnimap-request-move-article): When moving an article from nnimap,
12345         request the article first so the accepting form has an article to
12346         accept.  Reported by Dan Christensen.
12347         (nnimap-command): Make sure that the error message doesn't error out.
12348
12349 2010-09-20  David Edmondson  <dme@dme.org>
12350
12351         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12352         we haven't requested anything.
12353
12354 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12355
12356         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12357         "".  Fix found by Andrew Cohen.
12358
12359         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12360         instead of -encode-string.
12361
12362 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12365
12366         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12367         by mm-subst-char-in-string.
12368
12369 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12370
12371         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12372         waiting for the connection string.
12373
12374         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12375         arriving.
12376
12377         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12378         bogus characters.  This allows selecting certain Gmail groups.
12379
12380         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12381         (nnimap-fetch-partial-articles): New variable.
12382         (nnimap-open-connection): When looking for credentials, also use the
12383         nnimap-server-port.
12384         (nnimap-request-article): Return the group/article number, so that Gnus
12385         `^' works as expected.
12386         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12387
12388         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12389         comments.
12390         (gnus-methods-sloppily-equal): New function.
12391         (gnus): When using the development version of Gnus, load the gnus-load
12392         file.
12393
12394         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12395         `gnus-open-server' on each method before trying to scan them etc.
12396         This ensures that all the backend parameters are set correctly.
12397
12398         * nnimap.el (nnimap-authenticator): New variable.
12399         (nnimap-open-connection): Allow anonymous login.
12400         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12401         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12402
12403         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12404         patch, found by Knut Anders Hatlen.
12405
12406 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12407
12408         * gnus-agent.el (gnus-agent-batch-confirmation)
12409         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12410         to gnus-message.
12411         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12412         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12413         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12414         * gnus-int.el (gnus-open-server): Likewise.
12415         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12416         (gnus-score-check-syntax): Likewise.
12417         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12418         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12419         Likewise.
12420         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12421
12422 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12423
12424         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12425         calling conventions so that prefetch doesn't bug out.
12426
12427 2010-09-19  Julien Danjou  <julien@danjou.info>
12428
12429         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12430         rather than `subst-char-in-region' in order to be able to replace ASCII
12431         char by UTF-8 ones.
12432
12433         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12434         than curl.
12435         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12436         the right URL and ALT text on images.
12437         (gnus-html-wash-tags): Fix tag case.
12438         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12439         (gnus-article-html): Add -o display_ins_del=2 option.
12440         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12441
12442 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12443
12444         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12445         the extra mail headers, which sometimes seem to happen for unknown
12446         reasons.
12447
12448         * mail-parse.el (mail-header-encode-parameter): Define as
12449         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12450         (or most, perhaps?) mail readers don't understand the latter, but do
12451         understand the former.
12452
12453         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12454         to nil, so that no methods are automatically agentized.  I think this
12455         is probably what most users want.
12456
12457         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12458         from url-retrieve, for instance about invalid URLs.
12459
12460         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12461         groups that have no articles.
12462         (nnimap-request-article): Check that we really got an article when we
12463         requested one.
12464
12465         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12466         doesn't exist.
12467
12468         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12469         nntp buffer so the agent can save it.
12470         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12471         that CRLF doesn't get translated to \n.
12472         (nnimap-open-connection): Don't make 'shell commands only send \n.
12473
12474 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12475
12476         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12477         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12478         Update var name.
12479         (nnml-generate-nov-file): Use dolist.
12480         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12481         Use with-current-buffer.
12482
12483 2010-09-18  Julien Danjou  <julien@danjou.info>
12484
12485         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12486         parallel.
12487
12488 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12489
12490         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12491         the range update right.
12492         (nnimap-request-group): Don't make `M-g' bug out on group with no
12493         marks.
12494         (nnoo): Require, so that other packages can require nnimap.
12495         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12496         command we're looking for.  This helps when the server sends more
12497         responses after we've gotten everything we expected.
12498         (nnimap): Add a `newlinep' field to keep track of end-of-line
12499         conventions.
12500         Don't send CRLF to things that don't want it.
12501         (nnimap-request-accept-article): Ditto.
12502
12503 2010-09-18  Julien Danjou  <julien@danjou.info>
12504
12505         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12506         than curl to retrieve images.
12507
12508 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12509
12510         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12511         the marks.
12512         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12513         (nnimap-wait-for-connection): New function.
12514         (nnimap-open-connection): If we have PREAUTH, don't query for login
12515         credentials.
12516         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12517         when doing a partial update.
12518
12519 2010-09-18  Julien Danjou  <julien@danjou.info>
12520
12521         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12522         tags.
12523
12524 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12525
12526         * nnimap.el (nnimap-credentials): New function.
12527         (nnimap-open-connection): Use the new function to look for credentials
12528         also on the numeric equivalents of "imap" and "imaps".
12529
12530         * gnus-start.el (gnus-activate-group): Send the info to
12531         gnus-request-group.
12532
12533         * nnimap.el (nnimap-request-group): Have the "check" version of the
12534         function parse flags and update the info, so that a `M-g' get a total
12535         resync of all flags from the group.
12536
12537         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12538         to allow backends to alter the info on group selection.  Also alter all
12539         the backend -request-group functions to take the parameter.
12540
12541         * nnimap.el (nnimap-store-info): New function.
12542         (nnimap-update-info): Store the info for later usage.
12543         (nnimap-request-group): Use the stored info for the dont-check case, so
12544         that we don't retrieve all marks when we enter a group.
12545
12546         * nnimap.el: Use deffoo instead of defun for interface functions.
12547
12548         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12549         update the group info.  This makes the nndraft groups, for instance, go
12550         back to their old behavior.
12551
12552         * gnus-sum.el (gnus-select-newsgroup): Indent.
12553
12554         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12555         in.
12556         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12557         nothing.
12558
12559         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12560         from methods that are denied.
12561
12562         * gnus-int.el (gnus-method-denied-p): New function.
12563
12564         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12565         store the password instead of netrc.
12566         (nnimap-open-connection): Don't error out when we can't make a
12567         connections.
12568
12569         * auth-source.el (auth-source-create): In the password prompt, say what
12570         we're querying for.  Also prompt for user name if that hasn't been
12571         given.
12572
12573         * nnimap.el (nnimap-with-process-buffer): Remove.
12574
12575 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12576
12577         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12578         method when we're reading from the agent.
12579
12580         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12581
12582         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12583         that's probably most useful for users.
12584
12585         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12586         "failed" all the time.
12587
12588         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12589         ...)) with (with-current-buffer ... ).
12590
12591         * nntp.el (nntp-open-server): Return whether the open was successful or
12592         not.
12593
12594         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12595         select an unread unseen article first.
12596
12597         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12598         /etc/services, supply some sensible port defaults.
12599
12600         * dgnushack.el: Define netrc-credentials.
12601
12602 2010-09-17  Julien Danjou  <julien@danjou.info>
12603
12604         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12605
12606 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12607
12608         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12609         doesn't have any parameters.
12610
12611 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12612
12613         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12614         only upcased checks.
12615
12616         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12617
12618         * nnimap.el (nnimap-open-shell-stream): New function.
12619         (nnimap-open-connection): Use it.
12620         (nnimap-transform-headers): Get the number of lines in each message.
12621         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12622         number of lines.
12623         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12624         problem.
12625
12626         * utf7.el (utf7-encode): Autoload.
12627
12628         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12629         to allow the mail splitting to not return a default group.  This is
12630         useful for nnimap, which will leave unmatched mail in the inbox.
12631
12632         * nnimap.el: Rewritten.
12633
12634         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12635         nnimap usage.
12636
12637         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12638         if the move is internal, so that nnimap can do fast internal moves.
12639
12640         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12641         data.
12642         (gnus-read-active-for-groups): Support finishing the early retrieval of
12643         data.
12644
12645         * gnus-range.el (gnus-range-nconcat): New function.
12646
12647         * gnus-int.el (gnus-finish-retrieve-group-infos)
12648         (gnus-retrieve-group-data-early): New functions.
12649
12650 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12651
12652         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12653         (nnrss-retrieve-groups):
12654         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12655         (pop3-quit): Use with-current-buffer.
12656
12657 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12658
12659         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12660         instead of nnheader-accept-process-output.
12661
12662         * dgnushack.el (dgnushack-compile): Add comment.
12663
12664         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12665
12666         * gnus-html.el (gnus-html-schedule-image-fetching)
12667         (gnus-html-prefetch-images): Replace process-kill-without-query by
12668         gnus-set-process-query-on-exit-flag.
12669
12670 2010-09-16  Romain Francoise  <romain@orebokech.com>
12671
12672         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12673
12674 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12675
12676         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12677         parameter to unintern is mandatory-ish in Emacs 24.
12678
12679         * gnus-html.el (gnus-html-schedule-image-fetching)
12680         (gnus-html-prefetch-images): Check for curl before using it.
12681
12682         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12683         depend on curl, which isn't essential.
12684
12685         * imap.el: Revert back to version
12686         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12687         seem problematic.
12688
12689 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12690
12691         * gnus-registry.el (gnus-registry-install-shortcuts):
12692         Explicitly pass `obarray' to `unintern' to avoid a warning.
12693
12694 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12695
12696         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12697         change.
12698
12699         * nnrss.el (nnrss-request-list): Remove this function and related
12700         functions, including the moreover stuff.
12701
12702 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12703
12704         * nnrss.el (nnrss-retrieve-groups): New function.
12705
12706 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12707
12708         * .dir-locals.el: Add no-byte-compile cookie.
12709
12710 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * time-date.el (format-seconds): Comment fix.
12713
12714         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12715         for back end that doesn't support request-scan.
12716
12717 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12718
12719         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12720         then do request scans from the backends.
12721
12722         * netrc.el (netrc-credentials): New conveniency function.
12723
12724         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12725         avoid running a hook per line, since this takes a lot of time,
12726         profiling shows.
12727         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12728         directly if gnus-visual-p is true.
12729
12730 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12733         groups; replace mapcar with dolist which is a bit faster; pass groups
12734         info to gnus-read-active-file-1.
12735         (gnus-read-active-file-1): Scan only specified groups if the new
12736         optional arg `infos' is given.
12737
12738 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12739
12740         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12741
12742         * pop3.el (pop3-movemail): Remove.
12743         (pop3-streaming-movemail): Rename to pop3-movemail.
12744
12745         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12746         don't restrict end-tag searches to the end of the line.
12747
12748 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12751         articles of every unchecked group to t, which means unknown since the
12752         server has never been opened.
12753
12754 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12755
12756         * gnus-html.el (gnus-html-show-alt-text): New command.
12757         (gnus-html-browse-image): Ditto.
12758         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12759         to browse the image directly.
12760         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12761         better.
12762
12763         * gnus-async.el (gnus-async-article-callback):
12764         Call `gnus-html-prefetch-images' unconditionally.
12765
12766         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12767         before feeding URLs to curl.
12768
12769 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12772         internal images as deletable by `W D D'.
12773
12774         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12775         (gnus-async-article-callback): Fix typo.
12776
12777 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12778
12779         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12780         current line to work around bugs in the output from w3m.
12781
12782         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12783         for groups that want that.
12784
12785         * nntp.el (nntp-wait-for-string): Supply a timeout for
12786         accept-process-output to ensure progress.
12787
12788         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12789         level to get unread articles from, then use that for foreign groups,
12790         too.
12791
12792         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12793         confuses the rest of the function.
12794
12795         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12796         for the methods that support -retrieve-groups, too.
12797
12798         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12799
12800 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12801
12802         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12803         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12804
12805         * pop3.el: Require cl when compiling.
12806         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12807
12808 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12809
12810         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12811         that aren't going to be activated.
12812         (gnus-get-unread-articles): Fix up the last commit.
12813
12814         * gnus-html.el (gnus-article-html): Allow calling without specifying
12815         the handle.  In that case, dissect the buffer first.
12816
12817         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12818
12819         * nnimap.el (nnimap-open-connection): Revert the change that would look
12820         into authinfo for imaps instead of imap.
12821
12822         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12823         say that you don't want to call gnus-request-group with don-check, but
12824         do check the reponse.  This is for virtual groups only.
12825         (gnus-get-unread-articles): Count the archive groups as secondary, so
12826         that they're activated the same way as before.
12827
12828         * imap.el (imap-message-map): Removed optional buffer parameter, since
12829         no callers use it.
12830         (imap-message-get): Ditto.
12831         (imap-message-put): Ditto.
12832         (imap-mailbox-map): Ditto.
12833         (imap-mailbox-put): Ditto.
12834         (imap-mailbox-get): Ditto.
12835         (imap-mailbox-get): Revert last change for this function.
12836
12837         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12838         case-insensitively.
12839         (nnimap-debug): Remove.
12840
12841         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12842         callers to use `imap-fetch' instead.  According to the comments, this
12843         should be safe, since all other IMAP clients use the 1:* syntax.
12844         (imap-enable-exchange-bug-workaround): Remove.
12845         (imap-debug): Remove -- doesn't seem very useful.
12846
12847         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12848         mail from a file, and the file doesn't exist.
12849
12850         * imap.el (imap-log): New convenience function used throughout instead
12851         of repeating the same code all over the place.
12852
12853         * pop3.el (pop3-streaming-movemail): Return t for success.
12854
12855         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12856         .authinfo if we're using ssl connection.
12857
12858         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12859         already have if we're in a main Gnus `g' run.
12860
12861         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12862
12863 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12866
12867         * nnmh.el (nnmh-request-list-1): Bind `file'.
12868
12869         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12870         alias to set-process-query-on-exit-flag or process-kill-without-query.
12871         (pop3-open-server): Use it.
12872
12873 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12874
12875         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12876         box to the Incoming file.  Fixes mistake in previous checkin.
12877
12878         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12879         request loop (for debugging purposes) removed.
12880
12881         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12882         culprit is more visible.
12883         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12884         (nnml-add-incremental-nov): New functions to do "incremental" nov
12885         updates, where we just append to the end of the existing nov files
12886         without reading/writing them in full.
12887
12888         * mail-source.el (mail-source-delete-crash-box): Really only check the
12889         incoming files once in a while.
12890
12891         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12892
12893         * mail-source.el (mail-source-delete-crash-box): Only check the
12894         incoming files for deletion once per day to save a lot of file
12895         accesses.
12896
12897         * pop3.el (pop3-logon): Fix up unbound variable typo.
12898
12899         * mail-source.el (pop3-streaming-movemail): Autoload.
12900
12901         * pop3.el (pop3-streaming-movemail):
12902         Respect pop3-leave-mail-on-server.
12903
12904         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12905         retrieval.
12906
12907         * pop3.el (pop3-process-filter): Remove unused function.
12908         (pop3-streaming-movemail, pop3-send-streaming-command)
12909         (pop3-wait-for-messages, pop3-write-to-file)
12910         (pop3-number-of-responses): New functions for streaming pop3
12911         retrieval.
12912
12913         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12914         come from no known methods.
12915         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12916         list.
12917
12918         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12919         message sizes.
12920         (pop3-movemail): Use erase-buffer instead of looping and deleting
12921         regions, which seems rather odd.
12922
12923         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12924         file once per `g' run.
12925
12926         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12927         directories.  This makes the draft queue directory work.
12928
12929         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12930         data from the backends, so that we only request the list of groups from
12931         each method once.  This should speed things up considerably.
12932
12933         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12934         detect that it's not implemented.
12935
12936         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12937         we actually do recurse down into the tree, but don't stat all leaf
12938         nodes.
12939
12940         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12941         then say so instead of bugging out.
12942
12943         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12944         files exist before trying to read them.
12945
12946         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12947         around <pre_int>.
12948
12949         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12950
12951         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12952
12953 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12954
12955         * mm-util.el (mm-image-load-path): Just return the image directories,
12956         not all directories in the path in addition to the image directories.
12957         (mm-image-load-path): Maintain a cache of the image directories so that
12958         the `g' command in Gnus doesn't have to stat dozens of directories each
12959         time.
12960
12961         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12962         (gnus-html-wash-tags): Add a new `i' command to insert images.
12963         (gnus-html-insert-image): New command and keystroke.
12964         (gnus-html-redisplay-with-images): New command and keystroke.
12965         (gnus-html-show-images): Rename command.
12966         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12967         spacers.
12968         (gnus-html-wash-tags): Decode entities at the end, so that entities
12969         inside the tags don't mess up the rest of the "parsing".
12970
12971         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12972         so that nnimap methods aren't agentized by default.  There's apparently
12973         many problems related to agent/imap behavior.
12974
12975         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12976
12977         * gnus-html.el: Doc fix.
12978
12979 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12980
12981         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12982         specifier-spec-list for Emacs 21.
12983
12984         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12985         glyph-width and glyph-height instead of display-graphic-p and
12986         image-size; make avoidance of displaying small images work for XEmacs.
12987
12988         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12989         for XEmacs.
12990
12991         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12992         of symbol that holds plist data.
12993         (gnus-process-plist): Remove plist of process after getting it.
12994
12995 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12996
12997         * message.el (message-generate-hashcash): Change default to
12998         'opportunistic if hashcash is installed.
12999
13000         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
13001         (gnus-html-put-image): Only call image-size once, since it's somewhat
13002         time-consuming on remote X servers.
13003
13004 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13005
13006         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
13007         type on data, not a file name.
13008
13009         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
13010         window-pixel-edges for Emacs 21.
13011
13012         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
13013         decoded contents.
13014         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
13015
13016 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13017
13018         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
13019         group line format, since it isn't very interesting.
13020
13021         * gnus-agent.el (gnus-agent-short-article),
13022         (gnus-agent-long-article): Increase values for these two variables,
13023         since most people are likely to have more network connection and
13024         storage than before.
13025
13026         * gnus.el (gnus-refer-article-method): Change default to 'current.
13027         When referring an article, the common behavior is to refer it from the
13028         current select method, not the native select method.  The chances of
13029         the native select method having the message in question is rather slim
13030         these days.
13031
13032         * gnus-sum.el (gnus-auto-select-subject): Change default to
13033         `unseen-or-unread'.  I think it's likely that most people want to
13034         select an unseen article over a previously seen, but unread one.
13035
13036         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
13037         means that in the article buffer none of the minor mode elements will
13038         be shown, usually, and this is not desirable in most cases.
13039
13040         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
13041         that commands like `d' (and the like) go to the next line in the
13042         buffer, instead of the next unread article.  I think this is the
13043         behavior that is most natural for most users.
13044         (gnus-single-article-buffer): Change default to nil, so that people can
13045         have as many article buffers open as they have summary buffer.  I think
13046         this is the most natural way for the groups to behave.
13047
13048         * message.el (message-generate-new-buffers): Change default to
13049         `unsent', so that all new message buffers start their names with the
13050         string "*unsent", and it's easier to find the buffers if you move from
13051         them.
13052
13053 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13054
13055         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
13056         small.  They're probably tracking images.
13057         (gnus-html-wash-tags): Remove all <pre_int> place holders.
13058         (gnus-html-rescale-image): Yet another try at getting the image sizing
13059         right.
13060
13061         * nntp.el (nntp-request-set-mark): Refuse to do marks if
13062         nntp-marks-file-name is nil.
13063
13064 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13065
13066         * gnus-html.el (gnus-html-wash-tags)
13067         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
13068         Better logging.
13069
13070 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13071
13072         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
13073
13074         * gnus-html.el (gnus-html-wash-tags): Check the value of
13075         gnus-blocked-images in the summary buffer.
13076
13077 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13078
13079         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
13080
13081 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13082
13083         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
13084         like "a", it seems like.
13085         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
13086         since it needs to be picked from the correct buffer.
13087
13088         * nnwfm.el: Remove.
13089
13090         * nnlistserv.el: Remove.
13091
13092 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13093
13094         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
13095         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
13096
13097 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13098
13099         * nnkiboze.el: Remove.
13100
13101         * nndb.el: Remove.
13102
13103         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
13104         alt text.
13105         (gnus-html-rescale-image): Try to get the rescaling logic right for
13106         images that are just wide and not tall.
13107
13108         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
13109         overshadow variable bindings.
13110
13111 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13112
13113         * gnus-html.el (gnus-html-wash-tags)
13114         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
13115         Add extra logging.
13116
13117 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13118
13119         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
13120         (gnus-max-image-proportion): New variable.
13121         (gnus-html-rescale-image): New function.
13122         (gnus-html-put-image): Rescale images.
13123
13124 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13125
13126         Fix up some byte-compiler warnings.
13127         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
13128         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
13129         (gnus-article-fill-cited-article, gnus-article-hide-citation)
13130         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
13131         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
13132         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
13133         (gnus-group-update-group): Use save-excursion and with-current-buffer.
13134
13135 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13136
13137         * gnus-html.el (gnus-article-html): Decode contents by charset.
13138
13139 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13140
13141         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
13142         (gnus-html-frame-width, gnus-blocked-images):
13143         * message.el (message-prune-recipient-rules): Add custom version.
13144         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
13145
13146         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
13147         functions.
13148
13149         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
13150         gnus-process-get.
13151
13152 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
13153
13154         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
13155         instead of lsub directly.
13156
13157 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13158
13159         * nnwarchive.el: Remove.
13160
13161         * gnus-soup.el: Remove.
13162
13163         * nnsoup.el: Remove.
13164
13165         * nnultimate.el: Remove.
13166
13167         * gnus-html.el (gnus-blocked-images): New variable.
13168
13169         * message.el (message-prune-recipients): New function.
13170         (message-prune-recipient-rules): New variable.
13171
13172         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
13173         guess whether a long line is natural text or not.
13174
13175         * gnus-html.el (gnus-html-schedule-image-fetching):
13176         Use gnus-process-plist and friends for compatibility.
13177
13178 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13179
13180         * gnus-html.el: Require packages that define macros used in this file.
13181         (gnus-article-mouse-face): Declare to silence byte-compiler.
13182         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
13183         process-get.
13184         (gnus-html-put-image): Use plist-get to avoid getf.
13185         (gnus-html-prefetch-images): Use with-current-buffer.
13186
13187 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * gnus-ems.el: Provide compatibility functions for
13190         gnus-set-process-plist.
13191
13192         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
13193         header-line-format for XEmacs 21.4.
13194
13195         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
13196         * gnus.el (gnus-valid-select-methods):
13197         * message.el (message-send-mail-partially-limit):
13198         * mm-decode.el (mm-text-html-renderer):
13199         * mml.el (mml-insert-mime-headers-always):
13200         * smiley.el (smiley-regexp-alist): Bump custom version.
13201
13202 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13203
13204         * gnus-html.el: Require mm-url.
13205         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13206         with the url to `url'.
13207         (gnus-html-wash-tags): Support cid: URLs/images.
13208
13209 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13210
13211         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13212         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13213         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13214
13215         * gnus-move.el: Remove file, since it doesn't really work.
13216
13217         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13218         UTF-8.  This seems to fix problems with some German web feeds.
13219
13220         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13221         at the top so that the proper colors are applied.
13222
13223         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13224         don't have dots in their names.
13225
13226         * gnus-art.el (gnus-article-view-part): Doc fix.
13227
13228         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13229         XEmacs-compatible.
13230         (gnus-html-put-image): Don't do images on non-graphic displays.
13231
13232         * nnslashdot.el: Remove this unused backend.
13233
13234         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13235         actions.
13236         (gnus-undo-register-1): Revert last change.
13237
13238         * gnus-group.el (gnus-group-completing-read): Protect against not
13239         having completion-styles bound.
13240
13241         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13242         make broken recipients happier.
13243
13244         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13245
13246         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13247         point parameter.
13248
13249         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13250
13251         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13252         completion-styles for group selection.
13253
13254 2009-02-04  Andreas Schwab  <schwab@suse.de>
13255
13256         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13257         headers and regexp-quote the match if necessary.
13258
13259 2009-03-24  Miles Bader  <miles@gnu.org>
13260
13261         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13262         the blinking smiley.
13263
13264 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13265
13266         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13267         blink smiley.
13268
13269 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13270
13271         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13272         where the dribbel file lives exists.
13273
13274         * message.el (message-send-mail-partially-limit): Change the default to
13275         nil, since most people don't want this.
13276
13277         * mm-url.el (mm-url-decode-entities): Also decode entities like
13278         &#x3212.
13279
13280 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13281
13282         * gnus-sum.el (gnus-summary-idna-message):
13283         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13284         Hyperlink urls in docstrings with URL `...'.
13285
13286 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13287
13288         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13289         functions.
13290
13291 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13292
13293         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13294         say what the mouseover text should be.
13295
13296         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13297         version of the mm-w3m-safe-url-regexp variable to only download images
13298         in the groups where we want that to happen.
13299
13300         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13301
13302         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13303         easier debugging.
13304         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13305         big pictures in the article buffer.
13306
13307         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13308         gnus-article-html.
13309         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13310         w3m.
13311
13312         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13313
13314 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13315
13316         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13317         which doesn't exist.
13318
13319         * message.el (message-inhibit-ecomplete): New variable to allow some
13320         function to inhibit ecomplete address storage.
13321         (message-resend): Disable ecomplete message storage when resending
13322         messages.
13323
13324         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13325
13326 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13329         Save excursion while copying, moving, and deleting articles in order to
13330         prevent the cursor from jumping to unforeseen place.
13331
13332 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13333
13334         * lpath.el: No need to bind bookmark-current-buffer,
13335         bookmark-yank-point and bookmark-make-record-function.
13336
13337 2010-08-17  Glenn Morris  <rgm@gnu.org>
13338
13339         * gnus-sync.el: Require gnus components whose functions are used.
13340
13341         * gnus-art.el (bookmark-make-record-function):
13342         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13343         Declare for compiler.
13344
13345         * mm-url.el (mml-compute-boundary): Autoload.
13346
13347 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13348
13349         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13350
13351 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13352
13353         Typo fix "hoo4a" -> "hook".
13354
13355         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13356
13357 2010-08-14  Glenn Morris  <rgm@gnu.org>
13358
13359         * gnus-sync.el (gnus-sync): Fix defgroup version.
13360
13361 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13362
13363         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13364
13365         * gnus-sync.el: Fix docs.
13366         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13367         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13368
13369 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13370
13371         Optimizations for gnus-sync.el.
13372
13373         * gnus-sync.el: Add docs about gnus-sync-backend
13374         possibilities.
13375         (gnus-sync-save): Remove unnecessary message.
13376         (gnus-sync-read): Optimize and show what groups were skipped.
13377
13378 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13379
13380         Minor bug fixes for gnus-sync.el.
13381
13382         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13383         Don't read the sync on get-new-news.
13384
13385         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13386         quiet.
13387
13388         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13389         (fix typo).
13390
13391 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13392
13393         Make saving and restoring of hidden threads work with overlays.
13394         Patch applied by Ted Zlatanov.
13395
13396         * gnus-sum.el (gnus-hidden-threads-configuration)
13397         (gnus-restore-hidden-threads-configuration): Update to deal with text
13398         properties, rather than searching for a magic character.
13399
13400 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13401
13402         New gnus-sync.el library for synchronization of marks.
13403
13404         * gnus-sync.el: New library for synchronization of marks.
13405
13406         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13407         renamed from `gnus-registry-grep-in-list'.
13408
13409         * gnus-registry.el (gnus-registry-follow-group-p):
13410         Use `gnus-grep-in-list'.
13411
13412         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13413
13414 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13415
13416         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13417         determining charset of text fails.
13418
13419 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13420
13421         * nnmail.el (nnmail-get-new-mail-1): Revert.
13422
13423         * nnml.el (nnml-active-number): Make sure names of newly created groups
13424         in nnml-group-alist are encoded.
13425
13426 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13427
13428         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13429         containing non-ASCII characters in active file for nnml back end.
13430
13431 2010-07-24  David Engster  <dengste@eml.cc>
13432
13433         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13434         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13435
13436 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13437
13438         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13439         tag (Bug#6654).
13440
13441 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13442
13443         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13444         the article buffer, not the summary buffer.
13445
13446 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13449         Emacs 23 as well.
13450
13451 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13452
13453         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13454         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13455
13456 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13457
13458         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13459         Patch applied by Karl Fogel.
13460
13461         * gnus-sum.el (gnus-summary-bookmark-make-record):
13462         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13463
13464 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13465
13466         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13467         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13468         C-w still not working correctly from Article buffers; Thierry's
13469         patch to fix that will be applied after this.
13470
13471         * gnus-art.el (bookmark-make-record-function): New local variable.
13472
13473         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13474         article buffer.
13475         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13476
13477 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13478
13479         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13480         on changes in bookmark.el.
13481
13482 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13485         `no-log' instead of message not to log prompt string.
13486
13487 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13488
13489         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13490         the *other* type of HTML form submission.
13491
13492 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13493
13494         * auth-source.el (auth-source-pick): If choice does not contain a
13495         questioned keyword, set the check to t.
13496
13497 2010-06-12  Romain Francoise  <romain@orebokech.com>
13498
13499         * gnus-util.el (gnus-date-get-time): Move up before first use.
13500
13501 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13502
13503         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13504         (gnus-article-edit-part): Bind it to make last part that is substituted
13505         or deleted visible.
13506         (gnus-mime-display-single): Buttonize part of which id equals to
13507         gnus-mime-buttonized-part-id.
13508
13509 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13510
13511         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13512         (gnus-dd-mmm): Use gnus-date-get-time.
13513         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13514         simplify logic.
13515         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13516         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13517
13518 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13519
13520         * auth-source.el (top): Autoload `secrets-list-collections',
13521         `secrets-create-item', `secrets-delete-item'.
13522         (auth-sources): Fix tag string.
13523         (auth-get-source, auth-source-retrieve, auth-source-create)
13524         (auth-source-delete): New defuns.
13525         (auth-source-pick): Rewrite in order to avoid 2 passes.
13526         (auth-source-forget-user-or-password): New parameter USERNAME.
13527         (auth-source-user-or-password): New parameters CREATE-MISSING and
13528         DELETE-EXISTING.  Retrieve password interactively, if needed.
13529
13530 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13531
13532         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13533         deleting unused directories when gnus-expert-user is t.
13534
13535 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13536
13537         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13538         for each temp file when gnus-article-browse-delete-temp is ask.
13539
13540 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13541
13542         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13543         Replace Lisp calls to delete-backward-char by calls to delete-char.
13544
13545 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13546
13547         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13548
13549 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13550
13551         * password-cache.el (password-cache-remove): Fix docstring.
13552
13553 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13556         article unless decoding article to be saved.
13557
13558 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13561         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13562         generated within the mm-with-unibyte-current-buffer macro.
13563
13564 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13565
13566         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13567         to nil when we're in a mml-preview buffer and no group is selected.
13568
13569 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13570
13571         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13572         when catching the `C-g'.  Reported by "Leo".
13573
13574 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * message.el (message-forward-make-body-plain)
13577         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13578         multibyte-string-p.
13579
13580         * lpath.el: Revert.
13581
13582 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13583
13584         * message.el (message-forward-make-body-mml): Assume original message
13585         is multibyte string; error on unibyte.
13586         (message-forward-make-body-plain): Ditto; don't add excessive newline
13587         in body end.
13588
13589         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13590
13591 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13592
13593         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13594         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13595
13596 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13597
13598         * mm-extern.el (mm-extern-url): Don't use
13599         mm-with-unibyte-current-buffer.
13600         (mm-extern-cache-contents): Use with-current-buffer instead of
13601         save-excursion + set-buffer.
13602
13603 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13604
13605         * mm-util.el (mm-emacs-mule): Remove.
13606
13607 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13608
13609         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13610         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13611         change.
13612
13613 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13614
13615         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13616         bind the default value of enable-multibyte-characters to nil.
13617
13618 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13619
13620         * message.el (message-forward-make-body-plain)
13621         (message-forward-make-body-mml):
13622         Don't use mm-with-unibyte-current-buffer.
13623
13624 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13625
13626         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13627
13628 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13629
13630         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13631         (Bug#5592).
13632
13633 2010-05-07  Julien Danjou  <julien@danjou.info>
13634
13635         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13636         it to mm-pipe-part.
13637
13638         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13639         it is given.
13640
13641 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13642
13643         * binhex.el (binhex-decode-region-internal):
13644         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13645         (dns-query):
13646         * nnweb.el (nnweb-gmane-search):
13647         * pgg-parse.el (pgg-parse-armor):
13648         * pgg.el (pgg-verify-region):
13649         * sha1.el (sha1-string-external):
13650         * uudecode.el (uudecode-decode-region-internal):
13651         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13652         XEmacs.
13653
13654         * gnus-art.el (gnus-article-browse-html-parts):
13655         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13656         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13657         make-temp-file.
13658
13659         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13660         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13661         compiling.
13662
13663         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13664         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13665         XEmacs when compiling.
13666
13667         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13668         gnus-pick-mode-off-hook for XEmacs when compiling.
13669         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13670         gnus-binary-mode-off-hook for XEmacs when compiling.
13671
13672         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13673         Return nil if char-charset is not available.
13674
13675         * imap.el (imap-disable-multibyte)
13676         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13677         macros.
13678
13679         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13680         instead of encode-coding-string.
13681
13682         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13683         'xemacs) instead of mm-emacs-mule to switch function definitions.
13684         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13685
13686         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13687         bind temporary-file-directory for XEmacs;
13688         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13689         timer-set-function for XEmacs 21.4 and SXEmacs;
13690         bind timer-list for XEmacs 21.4 and SXEmacs;
13691         fbind char-charset and find-charset-region for non-Mule XEmacs;
13692         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13693         encode-coding-region and encode-coding-string for XEmacs having no
13694         file-coding feature.
13695
13696 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13697
13698         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13699
13700 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13703         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13704
13705 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13706
13707         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13708         alias `jka-compr-delete-temp-file' no longer exists.
13709
13710 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13711
13712         Use define-minor-mode in Gnus where applicable.
13713         * mml.el (mml-mode): Use define-minor-mode.
13714         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13715         (gnus-undo-mode): Use define-minor-mode.
13716         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13717         (gnus-dead-summary-mode): Use define-minor-mode.
13718         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13719         Initialize in declaration.
13720         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13721         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13722         (gnus-mailing-list-mode): Use define-minor-mode.
13723         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13724         (gnus-draft-mode): Use define-minor-mode.
13725         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13726         (gnus-dired-mode): Use define-minor-mode.
13727
13728 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13729
13730         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13731         handles on recursive mml-to-mime translation and check them for
13732         boundary delimiter collisions.  Reported by Greg Troxel.
13733
13734 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13735
13736         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13737
13738 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13739
13740         * mm-util.el (mm-find-buffer-file-coding-system):
13741         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13742
13743 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13744
13745         * message.el (message-generate-headers): Record insertion of optional
13746         headers as well.  Otherwise the check to prevent repeated insertion of
13747         optional headers is a no-op.
13748
13749 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13750
13751         * smime.el: Don't mention CVS.
13752
13753         * nnrss.el (nnrss-fetch): Don't mention CVS.
13754
13755         * nnir.el: Don't mention CVS.
13756
13757 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13758
13759         * gnus-sum.el (gnus-summary-bookmark-make-record):
13760         Add `location' field.
13761
13762 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13763
13764         * lpath.el: Fbind bookmark-default-handler,
13765         bookmark-get-bookmark-record, bookmark-make-record-default,
13766         bookmark-prop-get for Emacs <23 and XEmacs.
13767
13768 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13769
13770         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13771         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13772         Use with-current-buffer to silence the byte-compiler.
13773         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13774         bother to require `gnus'.
13775         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13776
13777 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13778
13779         * gnus-sum.el (gnus-summary-bookmark-make-record)
13780         (gnus-summary-bookmark-jump): New functions.
13781         (gnus-summary-mode): Setup bookmark support.
13782
13783 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13784
13785         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13786         if set.
13787
13788 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13791         gnus-article-browse-html-save-cid-image; make it work recursively for
13792         forwarded messages as well.
13793         (gnus-article-browse-html-parts): Work when prefix arg is given.
13794         (gnus-article-browse-html-article): Doc fix.
13795
13796 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13797
13798         * message.el (message-default-mail-headers)
13799         (message-default-headers): Carry the value mail-default-headers over
13800         into message-default-mail-headers, rather than message-default-headers.
13801
13802 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13803
13804         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13805         charset.
13806
13807         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13808         charset into the <meta> tag when the article is encoded to utf-8.
13809
13810 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * gnus-art.el (gnus-article-browse-delete-temp-files):
13813         Delete directories as well.
13814         (gnus-article-browse-html-parts): Work for images that do not specify
13815         file names; delete temp directory when quitting; insert header at the
13816         right place; use file: scheme for image files.
13817
13818 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13819
13820         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13821         (gnus-article-browse-html-parts): Use it to make temporary cid image
13822         files in addition to html file so that browser may display them.
13823
13824 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13827
13828 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13829
13830         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13831
13832 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13833
13834         * auth-source.el (auth-sources): Change default to be simpler.
13835         Explain about Secret Service API sources.  Improve Customize options.
13836         (auth-source-pick): Change to accept any number of search parameters.
13837         Implement fallbacks iteratively, not recursively.  Add scoring on the
13838         second pass and sort by score.  Call Secret Service API when needed.
13839         (auth-source-user-or-password): Use it.  Call Secret Service API
13840         directly when needed to get the user name and the password.
13841
13842 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13843
13844         * message.el (message-interactive): Doc fix.
13845         (message-qmail-inject-args): Reflow.
13846         (message-kill-to-signature): Fix typo in docstring.
13847
13848         * smiley.el (smiley-buffer): Fix typo in docstring.
13849
13850 2010-03-24  Glenn Morris  <rgm@gnu.org>
13851
13852         * mail-source.el (gnus-message): Declare.
13853         (mail-source-delete-old-incoming): Require gnus-util.
13854
13855 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13856
13857         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13858
13859         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13860
13861         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13862         password-cache's default if it is not bound.
13863         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13864         password-cache-expiry's default if it is not bound.
13865
13866         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13867         available in Emacs 21.
13868
13869         * lpath.el: Suppress compiler warnings for:
13870         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13871         XEmacs;
13872         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13873         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13874         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13875
13876 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13877
13878         * auth-source.el (auth-sources): Fix up definition so extra parameters
13879         are always inline.
13880
13881 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13882
13883         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13884         wasn't updated after mismatch.  Clear cached mailbox info correctly
13885         when uidvalidity changes.
13886         (nnimap-group-prefixed-name): New function to avoid some code
13887         duplication.
13888         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13889         (nnimap-request-group): Use it.
13890         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13891         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13892         with many imap folders.  This is done by caching the group status from
13893         the imap server persistently in a group parameter `imap-status'.  (This
13894         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13895         but not persistently, so every Gnus startup was still very slow.)
13896
13897 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13898
13899         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13900         delete the extra newline.  Otherwise editing of :string and :number
13901         types don't work.
13902
13903 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13904
13905         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13906         secrets.el dependency.
13907         (auth-sources): Add optional user name.  Add secrets.el configuration
13908         choice (unused right now).
13909
13910 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13911
13912         * gnus-sum.el (gnus-summary-make-menu-bar):
13913         Let `gnus-registry-install-shortcuts' fill in the functions.
13914
13915         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13916         warnings.
13917         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13918         (gnus-registry-install-shortcuts): Populate and use it in a
13919         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13920
13921 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13922
13923         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13924         In-place substitutions for the group name encoding/decoding.
13925         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13926         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13927         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13928         (nnimap-update-unseen, nnimap-request-list)
13929         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13930         (nnimap-request-set-mark, nnimap-split-to-groups)
13931         (nnimap-split-articles, nnimap-request-newgroups)
13932         (nnimap-request-create-group, nnimap-request-accept-article)
13933         (nnimap-request-delete-group, nnimap-request-rename-group)
13934         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13935         `encoded-mbx' for consistency.
13936         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13937         variable `imap-current-mailbox'.
13938
13939         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13940         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13941
13942 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13943
13944         * pop3.el (pop3-display-message-size-flag): Display message size byte
13945         counts during POP3 download.
13946         (pop3-movemail): Use it.
13947         (pop3-list): Implement listing of available messages.
13948
13949 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13950
13951         * nnir.el (nnir-get-article-nov-override-function): New function to
13952         override the normal NOV retrieval.
13953         (nnir-retrieve-headers): Use it.
13954
13955 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13956
13957         * auth-source.el (netrc-machine-user-or-password): Autoload.
13958
13959 2010-03-19  Glenn Morris  <rgm@gnu.org>
13960
13961         Stop message.el from loading about 40 libraries it doesn't always need.
13962         The general approach is to autoload rather than require, and to
13963         require in the specific functions rather than the file.  (Bug#5642)
13964
13965         * gmm-utils.el: Don't require wid-edit.
13966         (widget-create-child-value, widget-convert, widget-default-get):
13967         Autoload.
13968
13969         * gnus-util.el: Don't require time-date, netrc.
13970         (message-fetch-field, gnus-group-name-decode): Declare rather than
13971         autoloading.
13972         (gnus-fetch-field): Require message.
13973         (gnus-decode-newsgroups): Require gnus-group.
13974
13975         * ietf-drums.el: Don't require time-date.
13976
13977         * message.el: Don't require hashcash, canlock, ecomplete.
13978         Do require mail-utils.  Require nnheader only when compiling.
13979         (smtpmail-default-smtp-server): Remove declaration.
13980         (message-send-mail-function): Check smtpmail-default-smtp-server
13981         is bound rather than requiring smtpmail.
13982         (message-auto-save-directory, message-insert-signature):
13983         Use expand-file-name rather than nnheader-concat.
13984         (nnheader-insert-file-contents): Autoload.
13985         (hashcash-wait-async): Declare.
13986         (message-send-mail): Only call gnus-setup-posting-charset if
13987         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13988         (message-send-mail-with-sendmail): Require sendmail.
13989         (canlock-password, canlock-password-for-verify): Declare.
13990         (message-canlock-password): Require canlock.
13991         (nnheader-get-report): Autoload.
13992         (gnus-setup-posting-charset): Declare.
13993         (message-send-news): Require gnus-msg.
13994         (message-make-references, message-make-in-reply-to): Use mail-header-id
13995         rather than the alias mail-header-message-id.
13996         (ecomplete-add-item, ecomplete-save): Declare.
13997         (message-put-addresses-in-ecomplete): Require ecomplete.
13998         (ecomplete-display-matches): Autoload.
13999
14000         * mm-decode.el: Don't require mailcap, gnus-util.
14001         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
14002         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
14003         Autoload.
14004         (mailcap-mime-extensions): Declare.
14005
14006         * mm-encode.el: Don't require mailcap.
14007         (mailcap-extension-to-mime): Autoload.
14008
14009         * mml-sec.el: Don't require password-cache.
14010
14011         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
14012         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
14013         (mml-minibuffer-read-type): Require mailcap.
14014         (mml-preview): Require gnus-msg.
14015
14016         * mml1991.el: Require password-cache.
14017         (password-cache-expiry): Remove declaration.
14018
14019         * mml2015.el: Require password-cache.
14020         (password-cache-expiry): Remove declaration.
14021
14022         * nneething.el (mailcap): Require mailcap.
14023
14024         * nnheader.el (declare-function): Add compatibility stub.
14025         (message-remove-header): Declare rather than autoload.
14026         (nnheader-replace-header): Require message.
14027
14028         * nnimap.el (declare-function): Add compatibility stub.
14029         (netrc-parse, netrc-machine-user-or-password): Declare.
14030         (nnimap-open-connection): Require netrc.
14031
14032         * nntp.el (declare-function): Add compatibility stub.
14033         (netrc-parse, netrc-machine, netrc-get): Declare.
14034         (nntp-send-authinfo): Require netrc.
14035
14036         * rfc2047.el: Don't require qp.
14037         (quoted-printable-encode-region, quoted-printable-decode-string):
14038         Autoload.
14039
14040         * sieve-mode.el: Don't require easymenu.
14041         (easy-menu-add-item): Autoload it.
14042
14043         * spam-stat.el (time-to-number-of-days): Autoload it.
14044
14045 2010-03-19  Glenn Morris  <rgm@gnu.org>
14046
14047         * password-cache.el (password-cache, password-cache-expiry): Autoload.
14048
14049 2010-03-18  Glenn Morris  <rgm@gnu.org>
14050
14051         * hashcash.el (declare-function): Remove duplicate definition.
14052
14053 2010-03-17  Kevin Ryde  <user42@zip.com.au>
14054
14055         * mml.el (mml-read-tag): Unquote values with `read' to reverse
14056         prin1 in mml-insert-tag (just stripping the quotes gave wrong
14057         value if any backslash escapes).
14058
14059 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14060
14061         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
14062         if it is available.  (bug#5647)
14063
14064         * lpath.el: Suppress compiler warning for coding-system-from-name for
14065         Emacs 21 and XEmacs.
14066
14067 2010-03-14  Juri Linkov  <juri@jurta.org>
14068
14069         * hmac-def.el:
14070         * hmac-md5.el:
14071         * netrc.el: Fix keywords.
14072
14073 2010-02-26  Glenn Morris  <rgm@gnu.org>
14074
14075         * message.el (message-send-mail-function): Change the default, so that
14076         it inherits from a customized send-mail-function.  (Bug#5643)
14077
14078 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14079
14080         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
14081         shell-command-to-string signals an error (bug#5299).
14082
14083 2010-02-24  Glenn Morris  <rgm@gnu.org>
14084
14085         * message.el (message-smtpmail-send-it)
14086         (message-send-mail-with-mailclient): Doc fixes.
14087
14088 2010-02-16  Glenn Morris  <rgm@gnu.org>
14089
14090         * message.el (message-default-mail-headers): Change the default value
14091         to ease the transition from mail-mode to message-mode.  (Bug#5555)
14092
14093 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14094
14095         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
14096         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
14097
14098 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
14099
14100         * time-date.el (date-to-time): Doc fix (Bug#5408).
14101
14102 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
14103
14104         * message.el (message-mail): Just pass yank-action on to message-setup.
14105         (message-setup): Handle (FUN . ARGS) form of yank-action.
14106         (message-with-reply-buffer, message-widen-reply)
14107         (message-yank-original): Handle non-buffer values of
14108         message-reply-buffer (Bug#4080).
14109         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
14110
14111 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
14112
14113         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
14114         Fix typo in docstring.
14115
14116 2010-01-08  Jason Rumney  <jasonr@gnu.org>
14117
14118         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
14119         response.
14120
14121 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
14124
14125         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14126
14127         * message.el (message-check-news-header-syntax): Protect against a
14128         string that `rfc822-addresses' returns when parsing fails.
14129
14130 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14131
14132         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
14133         (gnus-previous-char-property-change): New functions.
14134
14135         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
14136
14137 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
14138
14139         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
14140         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
14141
14142 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
14143
14144         * message.el (message-exchange-point-and-mark): Rework last change to
14145         avoid using optional arg of exchange-point-and-mark, for backward
14146         compatibility.
14147
14148 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
14149
14150         * message.el (message-exchange-point-and-mark):
14151         Call exchange-point-and-mark with an argument rather than setting
14152         mark-active by hand (Bug#5175).
14153
14154 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14155
14156         * nntp.el (nntp-service-to-port): Work for service expressed with
14157         numeric string; replace [:digit:] with [0-9] for XEmacs.
14158
14159 2009-12-17  Glenn Morris  <rgm@gnu.org>
14160
14161         * gnus-group.el (gnus-bug-group-download-format-alist):
14162         Change emacs entry to debbugs.gnu.org.  Bump :version.
14163
14164 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14165
14166         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
14167
14168 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14169
14170         * message.el (message-info): Explain why we use `Info-goto-node'.
14171
14172 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14173
14174         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
14175
14176 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14177
14178         * message.el (message-completion-in-region): New compatibility function.
14179         (message-expand-group): Use it.
14180
14181 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14182
14183         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
14184         with no unread article should be listed if the 2nd arg `predicate' is
14185         given.
14186
14187 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
14190
14191 2009-11-29  Juri Linkov  <juri@jurta.org>
14192
14193         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14194         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
14195         on `gnus-recenter'.  (Bug#4698, Bug#4981)
14196
14197 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14198
14199         * sha1.el (sha1-string-external): default-directory "/" in case
14200         otherwise non-existent.  process-connection-type pipe for touch of
14201         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14202
14203 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14204
14205         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14206         it's comms related and sgml-mode.el has "comm" on that basis too.
14207
14208 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14209
14210         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14211         containing tspecial characters if they have been already quoted.
14212
14213 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14214
14215         * dns-mode.el (auto-mode-alist): Purecopy string.
14216
14217 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14218
14219         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14220
14221 2009-10-24  Glenn Morris  <rgm@gnu.org>
14222
14223         * gnus-art.el (help-xref-stack-item): Define for compiler.
14224
14225 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14226
14227         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14228
14229 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14232
14233 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14234
14235         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14236         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14237
14238 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14239
14240         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14241         (gnus-overlays-in): New alias to overlays-in.
14242
14243         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14244         gnus-overlay-get, and gnus-delete-overlay.
14245         (gnus-summary-show-thread): Make it work as well for systems in which
14246         next-single-char-property-change is not available.
14247         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14248
14249         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14250         (gnus-overlay-get): New alias to extent-property.
14251         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14252
14253         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14254         SXEmacs.
14255
14256         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14257         SXEmacs.
14258
14259 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14260
14261         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14262
14263 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14264
14265         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14266         and XEmacs that don't have `remove-overlays'.
14267
14268 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14269
14270         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14271         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14272         selective display.  Use overlays instead.
14273
14274 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14275
14276         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14277
14278 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14279
14280         * spam-stat.el (spam-stat-load): Fix typo in message.
14281
14282 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14283
14284         * dig.el (dig-invoke): Fix typo in docstring.
14285         (query-dig): Reflow docstring.
14286
14287 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14288
14289         * gnus-art.el (gnus-article-encrypt-body):
14290         * message.el (message-check-recipients):
14291         * mm-util.el (mm-codepage-setup):
14292         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14293         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14294
14295 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14296
14297         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14298         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14299         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14300         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14301         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14302
14303 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14304
14305         * dig.el: Add "Keywords: comm", as per net-utils.el.
14306
14307 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14308
14309         * dig.el (dig-mode): Use define-derived-mode.
14310
14311 2009-09-19  Glenn Morris  <rgm@gnu.org>
14312
14313         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14314
14315 2009-09-18  Glenn Morris  <rgm@gnu.org>
14316
14317         * gnus-diary.el (gnus-diary-check-message):
14318         * message.el (message-insert-formatted-citation-line):
14319         * nnbabyl.el (top-level):
14320         * nndiary.el (nndiary-schedule):
14321         Fix typos in condition-case handlers.
14322
14323 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14326         configuration that provides the sole article window in a frame;
14327         position point correctly after deleting a part.
14328
14329 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14330
14331         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14332         (spam-resolve-registrations-routine): Use it to unregister articles
14333         that change status.
14334
14335 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14336
14337         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14338         with XEmacs.
14339         (parse-time-string-chars): Use it.
14340
14341 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14342
14343         * imap.el (imap-interactive-login): Better messages.
14344         (imap-open): Fix bug with renamed buffer on reconnect.
14345         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14346         for easier debugging and cleaner code.  On successful (guessed based on
14347         server capabilities) secondary authentication, set imap-state
14348         correctly.
14349         (imap-last-authenticator): Define imap-last-authenticator as a variable
14350         to avoid warnings.
14351
14352 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14353
14354         * nnrss.el (nnrss-request-article): Remove binding of
14355         default-enable-multibyte-characters that has gotten needless by
14356         the 2007-07-13 change in rfc2047-encode-message-header.
14357
14358         * mml.el (mml-insert-multipart): Error on the message header.
14359         (mml-insert-part): Error on the message header; position point at
14360         the end of a MIME tag.
14361
14362 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14363
14364         * time-date.el (autoload): Expand define-obsolete-function-alias into
14365         defalias and make-obsolete for old Emacsen that Gnus supports.
14366         (with-no-warnings): Define it for old Emacsen.
14367         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14368         is available.
14369         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14370         float-time is available; suppress compile warning for time-to-seconds.
14371
14372         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14373         (gnus-float-time): Alias to float-time if it exists.
14374
14375         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14376         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14377         float-time is available; suppress compile warning for time-to-seconds.
14378
14379         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14380         XEmacs.
14381
14382 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14383
14384         * imap.el (imap-message-map): Docstring fix.
14385
14386 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14387
14388         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14389         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14390         Add the optional argument `encoding' that overrides the default.
14391
14392         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14393         mm-encode-buffer.
14394
14395 2009-09-04  Glenn Morris  <rgm@gnu.org>
14396
14397         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14398         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14399         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14400         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14401         * mm-util.el (mm-with-unibyte-current-buffer)
14402         (mm-find-buffer-file-coding-system):
14403         * yenc.el (yenc-decode-region): Use default-value rather than
14404         default-enable-multibyte-characters.
14405
14406 2009-09-03  Glenn Morris  <rgm@gnu.org>
14407
14408         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14409         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14410         than default-enable-multibyte-characters.
14411
14412 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14413
14414         * gnus-art.el (gnus-article-read-summary-keys):
14415         Fix gnus-buffer-configuration's value temporarily used.
14416
14417 2009-09-02  Glenn Morris  <rgm@gnu.org>
14418
14419         * gnus-util.el (gnus-float-time): New function.
14420         * gnus-delay.el (gnus-delay-article):
14421         * gnus-sum.el (gnus-thread-latest-date):
14422         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14423         * nnspool.el (nnspool-request-newgroups):
14424         Use gnus-float-time rather than time-to-seconds.
14425         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14426
14427         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14428         (gnus-header-subject-face, gnus-header-newsgroups-face)
14429         (gnus-header-name-face, gnus-header-content-face):
14430         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14431         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14432         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14433         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14434         (gnus-cite-face-11):
14435         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14436         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14437         (gnus-server-closed-face, gnus-server-denied-face)
14438         (gnus-server-offline-face):
14439         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14440         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14441         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14442         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14443         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14444         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14445         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14446         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14447         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14448         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14449         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14450         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14451         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14452         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14453         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14454         (gnus-summary-high-undownloaded-face)
14455         (gnus-summary-low-undownloaded-face)
14456         (gnus-summary-normal-undownloaded-face)
14457         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14458         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14459         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14460         (gnus-splash-face):
14461         * message.el (message-header-to-face, message-header-cc-face)
14462         (message-header-subject-face, message-header-newsgroups-face)
14463         (message-header-other-face, message-header-name-face)
14464         (message-header-xheader-face, message-separator-face)
14465         (message-cited-text-face, message-mml-face):
14466         * sieve-mode.el (sieve-control-commands-face)
14467         (sieve-action-commands-face, sieve-test-commands-face)
14468         (sieve-tagged-arguments-face):
14469         * spam.el (spam-face):
14470         Mark face aliases with "-face" in the name as obsolete.
14471
14472 2009-09-01  Glenn Morris  <rgm@gnu.org>
14473
14474         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14475         than goto-line.
14476
14477 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14480         Don't move point if the command is invoked inside the message header.
14481
14482 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14483
14484         * imap.el (imap-send-command): Simplify.
14485         (imap-wait-for-tag): point-max -> buffer-size.
14486
14487 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14488
14489         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14490         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14491         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14492         * nnir.el (nnir-swish-e-index-file):
14493         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14494         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14495         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14496         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14497         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14498         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14499
14500 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14501
14502         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14503         Don't save excursion.
14504
14505 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14506
14507         * nnheader.el (nnheader-find-file-noselect):
14508         * mm-util.el (mm-insert-file-contents):
14509         Use (default-value 'major-mode) instead of default-major-mode.
14510
14511 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14512
14513         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14514
14515 2009-08-26  Glenn Morris  <rgm@gnu.org>
14516
14517         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14518         than placing in files.el.
14519
14520 2009-08-25  Glenn Morris  <rgm@gnu.org>
14521
14522         * nnir.el (top-level): Don't require cl at run-time.
14523         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14524         Replace cl-function substitute with gnus-replace-in-string.
14525         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14526         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14527         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14528         simplified expansions.
14529
14530 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14531
14532         * dig.el (dig): Add autoload cookie.
14533
14534 2009-08-22  Glenn Morris  <rgm@gnu.org>
14535
14536         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14537         goto-line.
14538
14539 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14540
14541         * parse-time.el (parse-time-string-chars): Save match data.
14542
14543 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14544
14545         * parse-time.el (parse-time-string-chars): Compute using character
14546         classes, to handle non-ascii characters (Bug#3190).
14547
14548 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14549
14550         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14551
14552         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14553         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14554         (gnus-mm-display-part, gnus-mime-display-single)
14555         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14556         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14557
14558         * gnus-sum.el
14559         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14560         (gnus-summary-move-article): Add expirable mark to articles copied or
14561         moved to group that has auto-expire turned on if the option is non-nil.
14562
14563 2009-07-24  Glenn Morris  <rgm@gnu.org>
14564
14565         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14566         Fix typo.  (Bug#3903)
14567
14568 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14569
14570         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14571         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14572         that should not be used for draft articles.
14573         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14574         that has no concern in minor mode keys.
14575         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14576         Abolish.
14577
14578 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14579
14580         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14581         article without making inquiry to a user for unknown encoding.
14582
14583         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14584         (nnmaildir--scan): Assume i-node and device number that file-attributes
14585         returns might be cons-cell.
14586
14587         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14588
14589         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14590
14591 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14592
14593         * auth-source.el: Remove docs now in auth.texi.  Don't use
14594         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14595         `auth-source-hide-passwords' and use them.
14596
14597 2009-07-15  Glenn Morris  <rgm@gnu.org>
14598
14599         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14600
14601 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14602
14603         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14604         excessive whitespace from the default values of title and description.
14605
14606 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14609         mail-fetch-field to fetch Content-Description header in order to
14610         exclude newlines.
14611
14612 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14613
14614         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14615         format used by GnuPG 2.0.11.
14616
14617 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14618
14619         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14620         to deleted part.
14621
14622 2009-05-30  David Engster  <dengste@eml.cc>
14623
14624         * nnmairix.el: Remove old documentation in the commentary block.
14625         (nnmairix-request-group): Do not update active file for nnml back ends.
14626         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14627         end so that overview files are ignored.
14628         (nnmairix-update-groups): Make updating the groups more robust by using
14629         marks.
14630         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14631         with dollar characters in message-id.
14632
14633 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14634
14635         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14636         2008-12-25 in dns.el.
14637
14638 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14639
14640         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14641         could happen if the text is only composed of spaces and/or tabs.
14642
14643 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14644
14645         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14646         when sending a queued message to avoid extra mml tags.
14647
14648 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14651
14652 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14653
14654         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14655         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14656         rmail-toggle-header for XEmacs;
14657         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14658
14659 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14660
14661         * gnus-dired.el: Remove autoload for gnus-setup-message.
14662         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14663         displaying Gnus logo; always use compose-mail.
14664
14665 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14668
14669 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14670
14671         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14672         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14673         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14674         available.
14675         (gnus-nocem-epg-verify): New function.
14676
14677 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14678
14679         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14680
14681 2009-02-15  Glenn Morris  <rgm@gnu.org>
14682
14683         * gnus-util.el (rmail-insert-rmail-file-header)
14684         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14685         autoloads.
14686         (rmail-default-rmail-file): Remove unnecessary declaration.
14687         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14688
14689 2009-02-14  Glenn Morris  <rgm@gnu.org>
14690
14691         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14692         variable (only used in gnus-util, which declares it anyway).
14693         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14694         which was only needed by gnus-art (changed to not use it any more).
14695         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14696         only used in gnus-util, which autoloads it itself.
14697         (rmail-update-summary): Fix autoload.
14698
14699         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14700         rather than rmail-output-to-rmail-file.
14701
14702 2009-02-07  Glenn Morris  <rgm@gnu.org>
14703
14704         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14705         autoload of function that no longer exists.
14706         (rmail-toggle-header): Declare.
14707         (message-forward-rmail-make-body): Handle mbox Rmail.
14708
14709 2009-01-31  Glenn Morris  <rgm@gnu.org>
14710
14711         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14712         2009-01-09 change.
14713
14714 2009-01-31  Dave Love  <fx@gnu.org>
14715
14716         * imap.el (imap-fetch-safe): Bind debug-on-error.
14717         (imap-debug): Add imap-fetch-safe.
14718
14719 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14720
14721         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14722         (auth-source-forget-all-cached): New convenience function.
14723         (auth-source-user-or-password): Accept list of modes or a single mode.
14724
14725         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14726         auth-source modes.
14727
14728         * netrc.el (netrc-machine-user-or-password): Use list of
14729         auth-source modes.
14730
14731         * nnimap.el (nnimap-open-connection): Use list of
14732         auth-source modes.
14733
14734         * nntp.el (nntp-send-authinfo): Use list of
14735         auth-source modes.
14736
14737 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14738
14739         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14740         now.
14741
14742 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14743
14744         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14745         coding system in XEmacs; add a workaround for XEmacs.
14746
14747         * lpath.el: Fbind coding-system-aliasee.
14748
14749 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14752         of current-language-environment.
14753
14754 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14755
14756         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14757         available at runtime.
14758
14759 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14762
14763 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14764
14765         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14766         the greatest positive fixnum value doesn't work under an XEmacs with
14767         bignum support; use the most-positive-fixnum constant instead,
14768         available since Emacs 21.1 with cl and XEmacs 21.1.
14769
14770 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14771
14772         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14773         XEmacs gets not to work.
14774
14775 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14776
14777         * mm-util.el (mm-coding-system-priorities): Allow the value like
14778         "Japanese (UTF-8)" of current-language-environment.
14779
14780 2009-01-09  Glenn Morris  <rgm@gnu.org>
14781
14782         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14783         with last-command-event.
14784
14785 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14786
14787         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14788         in the doc string.
14789
14790         * message.el (message-fix-before-sending): Amend comment.
14791
14792 2009-01-08  Dave Love  <fx@gnu.org>
14793
14794         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14795
14796 2009-01-07  David Engster  <dengste@eml.cc>
14797
14798         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14799         simplified server definitions by converting it via
14800         gnus-server-to-method.
14801
14802 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14805         parameter's operands.
14806
14807 2009-01-06  David Engster  <dengste@eml.cc>
14808
14809         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14810         primary select method (for gnus-group-mark-article-as-read).
14811
14812 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14813
14814         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14815         `(gnus)Face', not `(gnus)X-Face'.
14816
14817 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14818
14819         * mm-util.el (mm-ucs-to-char): New function.
14820
14821         * mm-url.el (mm-url-decode-entities): Use it.
14822
14823         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14824         unicode-to-char.
14825
14826 2009-01-05  Dave Love  <fx@gnu.org>
14827
14828         * time-date.el: Require cl for `declare'.
14829
14830 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14831
14832         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14833         Dave Love.
14834
14835 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14836
14837         * message.el (message-fix-before-sending): Add `eight-bit' to
14838         illegible-text check.
14839
14840 2009-01-03  Michael Olson  <mwolson@gnu.org>
14841
14842         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14843         `headers' is nil.  This can occur if the IMAP server does not have
14844         permissions to read messages from a folder, but can write new messages
14845         to the folder.
14846         (nnimap-request-article-part): Do not insert `data' if it is nil.
14847
14848         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14849         characters which will confuse `read', so skip past them.
14850
14851 2009-01-01  Dave Love  <fx@gnu.org>
14852
14853         * imap.el (imap-string-to-integer): Fix typo.
14854         (imap-fetch-safe): New function.
14855         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14856
14857         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14858
14859         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14860         (imap-parse-greeting): Fix doc strings.
14861         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14862         (imap-parse-flag-list): Make messages unique.
14863         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14864
14865         * nnimap.el: Fix author email.
14866         (nnimap-split-rule): Add FIXME comment.
14867         (nnimap-debug): Fix doc string.
14868
14869 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14870
14871         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14872
14873 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14874
14875         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14876         nslookup if resolv.conf isn't available.
14877         (dns-query): Rename from query-dns.
14878         (dns-query-cached): Rename from query-dns-cached.
14879
14880 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14881
14882         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14883         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14884         to check if those variables exist (first appeared in Emacs 18.50).
14885
14886 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14887
14888         * mm-util.el (mm-line-number-at-pos): New function.
14889
14890         * spam-report.el (spam-report-process-queue): Use it.
14891
14892 2008-12-24  David Engster  <dengste@eml.cc>
14893
14894         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14895         parameters that haven't existed as variables as buffer-local variables.
14896
14897 2008-12-23  Dave Love  <fx@gnu.org>
14898
14899         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14900         cadar.
14901
14902         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14903         imap-starttls-p.
14904         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14905
14906 2008-12-22  Dave Love  <fx@gnu.org>
14907
14908         * imap.el: Fix author email.  Doc fixes.
14909         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14910         reply.
14911
14912 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14913
14914         * spam-report.el (spam-report-gmane-max-requests): New constant.
14915         (spam-report-gmane-wait): New variable.
14916         (spam-report-gmane-ham, spam-report-gmane-spam)
14917         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14918         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14919         the server.
14920
14921         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14922         Add explanations.
14923
14924         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14925         nnheader-accept-process-output and nnheader-read-timeout if available.
14926         (pop3-movemail): Use it.
14927
14928         * message.el (message-check-news-body-syntax): Fix signature check if
14929         there's an attachment.
14930
14931 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * mm-util.el: Add comments to the mm- emulating functions.
14934
14935 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14936
14937         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14938         Reported by Stephen Berman <stephen.berman@gmx.net>.
14939
14940 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * mm-util.el (mm-substring-no-properties): New function.
14943         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14944         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14945         (mm-string-to-multibyte): Doc fix.
14946
14947         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14948
14949 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14950
14951         * mml.el (mml-attach-file): Strip text properties from file name.
14952         (Bug#1574)
14953
14954 2008-12-16  Glenn Morris  <rgm@gnu.org>
14955
14956         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14957
14958 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14959
14960         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14961         knows since the charset specified might be a bogus alias that
14962         mm-charset-synonym-alist provides.
14963
14964 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14965
14966         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14967         "ISO_8859-1".
14968
14969         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14970
14971 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14972
14973         * mm-util.el (mm-charset-eval-alist):
14974         Define it before mm-charset-to-coding-system.
14975         (mm-charset-to-coding-system): Add optional argument `silent';
14976         define it before mm-charset-override-alist.
14977         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14978         default value if it can be used in Emacs currently running;
14979         silence mm-charset-to-coding-system.
14980
14981 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14982
14983         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14984         `allow-override' which says whether to use `mm-charset-override-alist'.
14985         (rfc2047-decode-encoded-words): Use it.
14986
14987         * mm-util.el (mm-charset-override-alist): Fix custom type;
14988         add `(gb2312 . gbk)' to choices.
14989
14990 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14991
14992         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14993         fast.
14994
14995         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14996
14997         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14998
14999 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
15000
15001         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
15002         on links.
15003
15004         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15005
15006 2008-12-03  Lute Kamstra  <lute@gnu.org>
15007
15008         * sha1.el: Remove leading * from docstrings of defcustoms,
15009         deffaces, defconsts and defuns.
15010
15011 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15012
15013         * message.el (message-idna-to-ascii-rhs-1): Protect against local
15014         users' addresses that don't have domain parts.
15015         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
15016         rather than message-narrow-to-head since there will be the message
15017         header separator.
15018
15019 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15020
15021         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
15022         since the result is inserted in a unibyte buffer anyway.
15023         (nnimap-demule-use-string-to-multibyte): Remove.
15024         (nnimap-demule): Alias it to mm-string-to-multibyte.
15025
15026 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15027
15028         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
15029         variable for debugging bug#464 and bug#1174.
15030         (nnimap-demule): Use it.
15031
15032 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15033
15034         * gnus-score.el (gnus-score-find-trace): Handle default score in total
15035         score calculation correctly.
15036
15037 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15038
15039         * message.el (message-send-mail): Just set the buffer to unibyte
15040         rather than use mm-with-unibyte-current-buffer which does a lot more.
15041         (message-send-mail-partially): Don't bother with
15042         mm-with-unibyte-current-buffer since it's already been made unibyte by
15043         message-send-mail.
15044
15045 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
15046
15047         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
15048
15049 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
15050
15051         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
15052
15053 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15054
15055         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
15056         require itself and to remove `with-no-warnings'.
15057
15058 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
15059
15060         * starttls.el (starttls-any-program-available): Get the name of the
15061         available TLS layer program.
15062         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
15063         well as the host name in the "opening" message.
15064
15065         * auth-source.el (auth-source-cache, auth-source-do-cache)
15066         (auth-source-user-or-password): Cache passwords and logins by default,
15067         allow override with `auth-source-do-cache'.
15068         (auth-source-forget-user-or-password): Allow users to remove cache
15069         entries if needed.
15070
15071 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
15072
15073         * md4.el (md4-buffer): Fix typo in docstring.
15074         (md4, md4-64): Doc fixes.
15075         (md4-pack-int32): Reflow docstring.
15076
15077 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15078
15079         * ietf-drums.el (ietf-drums-remove-comments): Localize second
15080         condition-case to only the forward-sexp call.
15081
15082 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15083
15084         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
15085         quotes contained.  Make it more robust regardless by an extra
15086         condition-case wrapper.
15087
15088 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15089
15090         * lpath.el: No need to fbind codepage-setup for Emacs 23.
15091
15092 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15093
15094         * nnml.el (nnml-request-expire-articles): Check if the function set to
15095         `nnmail-expiry-target' returns the symbol `delete'.
15096
15097         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
15098
15099         * nnmail.el (nnmail-expiry-target): Fix custom type.
15100
15101 2008-10-02  Glenn Morris  <rgm@gnu.org>
15102
15103         * mm-util.el (mm-codepage-setup): Tweak codepage error.
15104         Silence compiler warning.
15105
15106 2008-10-01  Magnus Henoch  <mange@freemail.hu>
15107
15108         * tls.el (open-tls-stream): Show the actual command being
15109         executed, instead of the format string.
15110
15111 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * lpath.el: Fbind codepage-setup for Emacs 23.
15114
15115 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
15116
15117         * mml.el (mml-menu): Don't assume mml2015 is bound.
15118
15119 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15120
15121         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
15122         exists.
15123
15124 2008-09-27  Glenn Morris  <rgm@gnu.org>
15125
15126         * gnus-util.el (mail-header-remove-comments): Autoload it.
15127
15128 2008-09-27  Andreas Schwab  <schwab@suse.de>
15129
15130         * gnus-util.el (gnus-split-references): Strip comments.
15131         (gnus-parent-id): Likewise.
15132
15133 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
15134
15135         * message.el (message-confirm-send): Fix version.
15136
15137 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15138
15139         * message.el (message-idna-to-ascii-rhs-1): Use
15140         mail-extract-address-components rather than mail-header-parse-addresses
15141         that is an alias by default to ietf-drums-parse-addresses that does not
15142         support non-ASCII names in headers' contents.
15143
15144 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15145
15146         * message.el (message-confirm-send): Fix variable documentation to
15147         avoid the "y/n" wording.
15148
15149 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
15150
15151         * message.el (message-set-auto-save-file-name): Save to a different
15152         filename so multiple messages (especially drafts) can be recovered.
15153
15154 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
15155
15156         * message.el (message-confirm-send): Add appropriate version.
15157
15158 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
15159
15160         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
15161         defvar.
15162
15163 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
15164
15165         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
15166         (mm-pkcs7-enveloped-magic): Ditto.
15167
15168 2008-09-17  Simon Josefsson  <simon@josefsson.org>
15169
15170         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
15171         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
15172
15173 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
15174
15175         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
15176         default, it's better.
15177
15178 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
15179
15180         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
15181         summary line gnus-number property and ignore them (with a warning
15182         message).
15183
15184 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
15187         macro caddr in the interactive form since it won't be expanded.
15188
15189 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15190
15191         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
15192         `charset'; fix name of function called recursively.
15193         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
15194
15195 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15198         (gnus-mime-set-charset-parameters): New function.
15199         (gnus-mime-view-part-as-charset): Use it to correctly display part
15200         specifying wrong charset.
15201
15202 2008-09-08  David Engster  <dengste@eml.cc>
15203
15204         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
15205         in completing-read for back end server.
15206
15207 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15208
15209         * message.el (message-confirm-send): New variable to confirm sending a
15210         message.
15211         (message-send): Use it.
15212
15213 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15214
15215         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15216
15217 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15220
15221 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15222
15223         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15224         prevent tracking too many groups.
15225         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15226         Use it.
15227
15228 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15229
15230         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15231         moving point to the bottom of the window in order to avoid recentering.
15232
15233 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15234
15235         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15236
15237         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15238         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15239         (gnus-article-beginning-of-window): Fix calculation.
15240
15241 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15242
15243         * gnus-msg.el (gnus-summary-supersede-article)
15244         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15245         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15246         message header.
15247
15248 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15249
15250         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15251         pending output coming after the status change.
15252
15253 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15254
15255         * message.el:
15256         * gnus-start.el:
15257         * gnus-registry.el: Remove VMS support.
15258
15259 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15260
15261         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15262         macro.
15263         (rfc2104-hash): Use it.
15264
15265 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15266
15267         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15268         (gnus-summary-sort-by-most-recent-date): New commands.
15269         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15270         and menu entries.
15271
15272 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15273
15274         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15275         don't redisplay article for raw contents; remove plural articles stuff.
15276
15277         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15278         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15279         on gnus-summary-save-article; display results properly.
15280
15281 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15282
15283         * lpath.el: No need to fbind ns-focus-frame.
15284
15285 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15288
15289 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15290
15291         * gnus-art.el (gnus-summary-save-in-pipe):
15292         Consider gnus-save-all-headers.
15293
15294 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15295
15296         * gnus-util.el (ns-focus-frame): Remove declaration.
15297         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15298         like x.
15299
15300 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15301
15302         * rfc2104.el (rfc2104-zero): Delete defconst.
15303         (rfc2104-hex-alist): Likewise.
15304         (rfc2104-hex-to-int): Delete func.
15305         (rfc2104-hexstring-to-bitstring): Likewise.
15306         (rfc2104-nybbles): New defconst.
15307         (rfc2104-hash): Rewrite for speed.
15308
15309 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15310
15311         * tls.el (open-tls-stream): Make it work with the 2nd argument
15312         BUFFER that is a string but does not exist as a buffer object, as
15313         mentioned in the doc-string.
15314
15315 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15316
15317         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15318         SXEmacs.
15319
15320 2008-07-16  Glenn Morris  <rgm@gnu.org>
15321
15322         * gnus-util.el (ns-focus-frame): Declare for compiler.
15323
15324 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15325
15326         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15327         set as a group parameter.
15328         (gnus-summary-save-in-pipe): Work when it is called independently.
15329         (gnus-summary-pipe-to-muttprint): Don't modify
15330         gnus-summary-pipe-output-default-command.
15331
15332 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15333
15334         * message.el (message-send-mail-with-sendmail):
15335         Display the error message.
15336
15337 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * gnus-art.el (gnus-default-article-saver):
15340         Add gnus-summary-save-in-pipe to choices.
15341         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15342         gnus-summary-pipe-output-default-command as the default command.
15343         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15344         instead of gnus-last-shell-command.
15345
15346         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15347         New user option.
15348         (gnus-summary-muttprint-program): Mention the value will be changed.
15349         (gnus-summary-save-article): Force showing of all headers.
15350         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15351
15352 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15353
15354         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15355
15356 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15357
15358         * nnimap.el (nnimap-id):
15359         * sieve-manage.el (sieve-manage-open): Doc fixes.
15360
15361 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15362
15363         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15364         if available.
15365
15366 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15367
15368         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15369
15370         * nnkiboze.el (nnkiboze-generate-group):
15371         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15372
15373         * nnmairix.el: Require CL.
15374
15375 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15376
15377         * dgnushack.el: Autoload get-display-table and put-display-table for
15378         XEmacs 21.5.
15379
15380         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15381         21.4 and SXEmacs.
15382
15383 2008-06-15  David Engster  <dengste@eml.cc>
15384
15385         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15386
15387 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15388
15389         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15390         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15391         runtime choice under XEmacs.
15392
15393         * gnus-sum.el (gnus-summary-set-display-table):
15394         Use `gnus-put-display-table', `gnus-get-display-table',
15395         `gnus-set-display-table' for the display table, instead of `aset'.
15396
15397         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15398         Use `gnus-put-display-table', `gnus-get-display-table',
15399         `gnus-set-display-table' for the display table.
15400
15401 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15402
15403         * nnmairix.el: Add autoloads.
15404
15405 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15406
15407         * nnmairix.el (nnmairix-delete-recreate-group)
15408         (nnmairix-update-and-clear-marks): Fix error messages.
15409
15410 2008-06-14  David Engster  <dengste@eml.cc>
15411
15412         * nnmairix.el: Upgrade to version 0.6.
15413         (nnmairix-group-toggle-propmarks-this-group)
15414         (nnmairix-group-toggle-readmarks-this-group)
15415         (nnmairix-group-delete-recreate-this-group)
15416         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15417         (nnmairix-remove-tick-mark-original-article): New commands.
15418         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15419         (nnmairix-propagate-marks-to-nnmairix-groups)
15420         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15421         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15422         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15423         functions needed for marks propagation and manipulation of read marks.
15424         (nnmairix-update-groups): New function.
15425         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15426         (nnmairix-determine-original-group-from-registry)
15427         (nnmairix-determine-original-group-from-path)
15428         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15429         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15430         New helper functions.
15431         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15432         keystrokes for new commands.
15433         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15434         (nnmairix-request-group): Check allow-fast group parameter.
15435         (nnmairix-request-create-group): Set allow-fast group parameter if
15436         nnmairix-allowfast-default is set.
15437         (nnmairix-close-group): Propagate marks upon closing if needed.
15438         (nnmairix-group-toggle-threads-this-group): Use new.
15439         nnmairix-group-toggle-parameter helper function.
15440         (nnmairix-search): Better check for empty search result.
15441         (nnmairix-goto-original-article): Use new helper functions for
15442         determining original article.
15443         (nnmairix-show-original-article): Make sure message-id is in brackets.
15444         (nnmairix-call-mairix-binary): Change variable name.
15445         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15446         helper function.
15447         (nnmairix-widget-toggle-activate): Fix doc string.
15448
15449 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15450
15451         * nnir.el: Require edmacro when compiling with XEmacs.
15452         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15453         available in Emacs 21.
15454
15455 2008-06-11  Glenn Morris  <rgm@gnu.org>
15456
15457         * gnus-util.el (x-focus-frame):
15458         * gnus.el (image-size):
15459         * mm-decode.el (image-size): Declare.
15460
15461         * gnus-picon.el (declare-function): Add compat definition.
15462         (image-size): Declare.
15463
15464         * gnus-group.el (tool-bar-map):
15465         * gnus-sum.el (tool-bar-map): Define for compiler.
15466
15467         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15468
15469         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15470
15471         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15472         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15473         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15474         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15475         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15476         * sieve-manage.el, spam-report.el, spam.el:
15477         Remove unnecessary eval-and-compile of autoloads.
15478
15479 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15480
15481         * auth-source.el: Precise Tramp doc.
15482
15483 2008-06-07  Glenn Morris  <rgm@gnu.org>
15484
15485         * nnmairix.el: Remove unnecessary eval-when-compile.
15486
15487 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15488
15489         * lpath.el: Fbind propertize for XEmacs 21.4.
15490
15491 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15492
15493         * nnir.el: Move here from ../contrib.
15494
15495 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15496
15497         * gnus-util.el (gnus-read-shell-command): New function.
15498         * mm-decode.el (mm-pipe-part):
15499         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15500
15501 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15502
15503         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15504
15505 2008-06-03  Glenn Morris  <rgm@gnu.org>
15506
15507         * pop3.el (nnheader-accept-process-output): Autoload it.
15508
15509 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15510
15511         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15512         are not 2-digit hexadecimal characters that follow `%'s.
15513
15514 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15515
15516         * message.el (message-bogus-recipient-p): Fix type in doc string.
15517         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15518         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15519         Improve custom options.
15520         (message-bogus-recipient-p): Adjust accordingly.
15521
15522 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15523
15524         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15525         long-form month and day names.
15526
15527 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15528
15529         * dgnushack.el: Autoload debug, eudc-expand-inline and
15530         pgg-snarf-keys-region for XEmacs.
15531
15532         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15533
15534         * nnmairix.el: Require edmacro when compiling with XEmacs.
15535
15536 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15537
15538         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15539         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15540
15541 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15542
15543         * auth-source.el: Add more docs.
15544
15545         * netrc.el (netrc-machine): Always match if the port is not given.
15546
15547 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15548
15549         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15550         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15551         retrieval faster in some cases, but might make CPU usage larger.
15552         If this has any bad side effects, we might revert this change.
15553
15554         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15555         seems to make mail retrieval much, much faster.
15556         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15557         unconditionally.
15558
15559         * gnus-draft.el (gnus-group-send-queue):
15560         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15561
15562 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15563
15564         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15565
15566         * message.el (message-bogus-address-regexp): Fix and improve custom
15567         type.
15568         (message-setup-hook): Add message-check-recipients as custom option.
15569
15570 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15571
15572         * message.el (message-cite-function): Remove bogus autoload which crept
15573         in during merge from v5-10.
15574
15575 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15576
15577         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15578
15579         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15580
15581         * auth-source.el: Preliminary Tramp docs.
15582         (auth-sources): Change the default auth-sources to use
15583         EPA .gpg files.
15584
15585 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15586
15587         * nntp.el: Autoload `auth-source-user-or-password'.
15588         (nntp-send-authinfo): Use it.
15589
15590         * nnimap.el: Autoload `auth-source-user-or-password'.
15591         (nnimap-open-connection): Use it.
15592
15593         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15594         for the gnus-message function.
15595         (auth-source-user-or-password): Use it.
15596
15597 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15598
15599         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15600         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15601         (rfc2104-hash): Use it.
15602
15603 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15604
15605         * gnus-art.el (gnus-article-toggle-truncate-lines):
15606         Don't use `iff' in docstring.
15607
15608 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15609
15610         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15611
15612         * gnus-util.el (gnus-extract-address-component-name)
15613         (gnus-extract-address-component-email): Convenience functions around
15614         `gnus-extract-address-components'.
15615
15616         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15617         Use `gnus-extract-address-component-email' to fix bug of comparing full
15618         sender name to `user-mail-address'.
15619
15620 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15621
15622         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15623         catch/throw to optimize.
15624         (gnus-registry-find-keywords): Just use member to find a keyword.
15625
15626 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15627
15628         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15629         is current before calling gnus-server-prepare.
15630         (gnus-server-setup-buffer, gnus-server-update-server)
15631         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15632
15633 2008-05-04  Juri Linkov  <juri@jurta.org>
15634
15635         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15636         (mailcap-file-default-commands): Use mailcap-replace-in-string
15637         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15638         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15639
15640 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15641
15642         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15643
15644 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15645
15646         * gnus.el: Bump version to 0.11.
15647
15648 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15649
15650         * gnus.el: No Gnus v0.10 is released.
15651
15652 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15653
15654         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15655         hooks.
15656         (gnus-update-read-articles): Speed up non-marks-using users.
15657         (gnus-use-marks): Define gnus-use-marks.
15658         (gnus-propagate-marks): Rename variable to something more sensible.
15659
15660 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15661
15662         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15663         (gmm-image-load-path-for-library): Fix typos in docstrings.
15664         (gmm-message): Reflow docstring.
15665
15666 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15667
15668         * mail-source.el (mail-source-set-1, mail-source-bind):
15669         Move auth-source code out of the macro to clean it up and fix bugs.
15670
15671 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15672
15673         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15674         by sender if it's equal to user-mail-address, it's likely to be
15675         useless.
15676
15677         * mail-source.el (mail-source-bind): Don't use user or password if they
15678         are not bound.  Unintern them if they are nil.  Don't use server unless
15679         it's bound, and default it to empty string otherwise.
15680
15681 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15682
15683         * mail-source.el: Load auth-source.el.
15684         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15685         get user name or password, if auth-sources is set up.
15686
15687         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15688         strategy of splitting with parent.
15689         (gnus-registry-split-fancy-with-parent)
15690         (gnus-registry-post-process-groups): Use it and fix prior
15691         bug (returning a list as the split result).
15692
15693         * auth-source.el (auth-sources): Remove server parameter.
15694         (auth-source-pick, auth-source-user-or-password)
15695         (auth-source-user-or-password-imap)
15696         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15697         (auth-source-user-or-password-sftp)
15698         (auth-source-user-or-password-smtp): Remove server parameter.
15699
15700 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15701
15702         * smime.el (smime-sign-region, smime-encrypt-region)
15703         (smime-decrypt-region):
15704         Remove redundant calls to `generate-new-buffer-name'.
15705
15706 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15707
15708         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15709         Don't use QP for message/rfc822.
15710         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15711
15712 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15713
15714         * sieve-manage.el (sieve-string-bytes): Remove.
15715         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15716         correct byte-length only if the process's coding-system is the same as
15717         the one used internally by Emacs to represent strings.
15718
15719 2008-04-22  Juri Linkov  <juri@jurta.org>
15720
15721         * mailcap.el (mailcap-file-default-commands): New function.
15722
15723 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15724
15725         * message.el (message-signature-separator, message-cite-function):
15726         Change custom version.
15727
15728 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15729
15730         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15731         commands.
15732         (tls-checktrust): Ditto.
15733
15734 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15735
15736         * mm-decode.el (mm-display-external): Make temp file read-only.
15737
15738 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15739
15740         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15741         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15742         `C-c C-f d'.
15743
15744 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15745
15746         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15747
15748 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15749
15750         * gnus.el: Bump version to 0.9.
15751
15752 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15753
15754         * gnus.el: No Gnus v0.8 is released.
15755
15756 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15757
15758         * mail-source.el (mail-source-value):
15759         Prefer fboundp to functionp so it works with macros as well.
15760
15761 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15762
15763         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15764         Fix last change in case the element is not even a symbol.
15765
15766 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15767
15768         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15769         Prefer fboundp to functionp so it works with macros as well.
15770
15771 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15772
15773         * auth-source.el: Add docs.
15774         (auth-sources): Modify format to support server.
15775         (auth-source-pick, auth-source-user-or-password)
15776         (auth-source-user-or-password-imap)
15777         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15778         (auth-source-user-or-password-sftp)
15779         (auth-source-user-or-password-smtp): Add server parameter.
15780
15781 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15782
15783         * gnus-registry.el: Initialize the registry when gnus-registry-install
15784         is t.
15785
15786 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15787
15788         * compface.el (uncompface): Make buffer unibyte.
15789
15790 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15791
15792         * mail-source.el (mail-source-value):
15793         Prefer fboundp to functionp so it works with macros as well.
15794
15795 2008-04-05  Glenn Morris  <rgm@gnu.org>
15796
15797         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15798
15799 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15800
15801         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15802         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15803
15804         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15805         multibyteness after rather than before erasing it.
15806
15807         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15808         mm-with-multibyte.
15809         (gnus-request-article-this-buffer): Make sure the proper decoding is
15810         used if gnus-original-article-buffer happens to be unibyte.
15811
15812         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15813         default-enable-multibyte-characters.
15814
15815         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15816         default-enable-multibyte-characters.
15817
15818         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15819
15820         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15821
15822 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15823
15824         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15825         Fix last change in case the element is not even a symbol.
15826
15827 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15828
15829         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15830         (imap-message-copyuid-1): Use it.
15831         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15832         J. Williams in
15833         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15834
15835         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15836         imap-enable-exchange-bug-workaround.
15837         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15838
15839 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15840
15841         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15842         a 100 byte status-checks into a 2-3MB transfer for each group.
15843         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15844         to enable bug workaround or not.
15845         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15846
15847 2008-03-31  Glenn Morris  <rgm@gnu.org>
15848
15849         * message.el (mml2015-use): Declare for compiler.
15850         (message-info): Require mml2015 when appropriate.
15851
15852 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15853
15854         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15855         whitespace.
15856
15857 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15858
15859         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15860         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15861         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15862         (nntp-service-to-port): New function.
15863         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15864         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15865         (nntp-open-netcat-stream): New function.
15866         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15867
15868 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15869
15870         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15871
15872 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15873
15874         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15875
15876 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15877
15878         * dns.el (dns-write): Use set-buffer-multibyte.
15879
15880 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15881
15882         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15883
15884 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15885
15886         * message.el (message-signature-separator): Change default.
15887         Improve custom type.
15888         (message-cite-function): Change default to
15889         message-cite-original-without-signature.
15890
15891         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15892         toggle.
15893
15894         * message.el (message-check-news-body-syntax): Fix signature check.
15895         (message-setup-1): Mark buffer as unmodified _after_ running
15896         message-setup-hook and handling message-alternative-emails.
15897         (message-shorten-references): Be more strict when building list of
15898         valid references to comply with GNKSA.
15899
15900         * gnus-group.el (gnus-read-ephemeral-bug-group)
15901         (gnus-read-ephemeral-debian-bug-group)
15902         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15903
15904         * message.el (message-info): Don't use booleanp which isn't supported
15905         in Emacs 21 and XEmacs.
15906
15907 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15908
15909         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15910         gnus-group-gmane-group-download-format.
15911         (gnus-group-read-ephemeral-gmane-group): Rename from
15912         gnus-group-read-ephemeral-gmane-group.
15913         (gnus-read-ephemeral-gmane-group-url): Rename from
15914         gnus-group-read-ephemeral-gmane-group-url.
15915         (gnus-bug-group-download-format-alist): New variable.
15916         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15917         (gnus-read-ephemeral-emacs-bug-group): New commands.
15918
15919 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15920
15921         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15922         (gnus-visible-headers): Improve custom type.
15923
15924 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15925
15926         * mml.el (mml-menu): Add workarounds for XEmacs.
15927
15928         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15929         X-Boundary header.
15930
15931         * message.el (message-simplify-recipients): Fix previous commit.
15932
15933 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15934
15935         * mm-util.el (mm-set-buffer-multibyte): New function.
15936         * mm-decode.el (mm-copy-to-buffer): Use it.
15937
15938         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15939         Prefer fboundp to functionp so it works with macros as well.
15940
15941 2008-03-19  Glenn Morris  <rgm@gnu.org>
15942
15943         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15944         Accidentally removed in the sync process with Emacs.
15945
15946 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15947
15948         * message.el (message-alter-recipients-discard-bogus-full-name):
15949         New function.
15950         (message-alter-recipients-function): New variable.
15951         (message-get-reply-headers): Use it.
15952         (message-replace-header): New helper function.
15953         (message-recipients-without-full-name): New variable.
15954         (message-simplify-recipients): New command.
15955
15956         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15957
15958         * message.el (message-info): Handle EasyPG manual.
15959
15960         * mml.el (mml-menu): Add entry for EasyPG.
15961
15962 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15963
15964         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15965         parameter.
15966
15967         * message.el (message-disassociate-draft): Specify drafts group name
15968         fully.
15969
15970 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15971
15972         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15973         Eliminate unnecessary duplicates from the match list.
15974
15975 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15976
15977         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15978
15979         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15980
15981         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15982         args of `how-many' of which the XEmacs version doesn't take; declare
15983         Info-index-next as function.
15984
15985 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15986
15987         * gnus-score.el (gnus-score-headers): Fix handling of
15988         gnus-inhibit-slow-scoring.
15989
15990         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15991         string.
15992         (gnus-button-url-regexp): Improve handling of parenthesis.
15993         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15994         (gnus-button-handle-info-keystrokes): Handle index entries.
15995
15996 2008-03-15  Glenn Morris  <rgm@gnu.org>
15997
15998         * parse-time.el (parse-time-string): Simplify.
15999
16000 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16001
16002         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
16003         Incoming* files.
16004
16005 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
16006
16007         * auth-source.el (auth-sources): Rename from auth-source-choices.
16008         (auth-source-pick): Use it.
16009
16010 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16011
16012         * binhex.el (binhex-decode-region-internal):
16013         * uudecode.el (uudecode-decode-region-internal):
16014         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16015         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16016         setting default-enable-multibyte-characters.
16017
16018 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
16019
16020         * auth-source.el (auth-source-protocols)
16021         (auth-source-protocols-customize, auth-source-choices): Add and
16022         modified variable customizations and defaults.
16023         (auth-source-pick, auth-source-user-or-password)
16024         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
16025         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
16026         (auth-source-user-or-password-sftp)
16027         (auth-source-user-or-password-smtp): Use new variables and provide an
16028         interface to netrc.el.
16029
16030 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16031
16032         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
16033         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
16034         Make sure the nntp port to specify is a string.
16035
16036 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16037
16038         * nntp.el: Use with-current-buffer.
16039         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
16040         dubious mm-with-unibyte-current-buffer.
16041         (nntp-with-open-group-function): New function extracted from
16042         nntp-with-open-group macro.
16043         (nntp-with-open-group): Use the function, so it's easier to debug.
16044         Add indentation and debugging info.
16045         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
16046         Recommend the use of the netcat alternatives.
16047
16048         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
16049         Avoid mm-string-as-multibyte as well.
16050
16051         * nnweb.el (nnweb-insert-html):
16052         Remove use of nnheader-string-as-multibyte.
16053
16054         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
16055         (nnheader-string-as-multibyte): Remove.
16056
16057         * mm-view.el: Use inhibit-read-only.
16058         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
16059         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
16060         or unibyte-string.
16061
16062         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
16063         (mm-uu-yenc-extract): Use with-current-buffer.
16064
16065         * gnus-soup.el (gnus-soup-send-packet): Don't use
16066         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
16067
16068         * nnmh.el: Use with-current-buffer.
16069         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
16070         mm-string-as-multibyte on the output of mm-encode-coding-string.
16071
16072         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
16073         (nnimap-request-move-article): Use with-current-buffer.
16074
16075         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
16076         inserting the handle-buffer's text, so the implicit multibyte->unibyte
16077         conversion uses string-make-unibyte rather than string-as-unibyte.
16078
16079         * gnus-msg.el: Use with-current-buffer.
16080
16081         * message.el (message-ignored-resent-headers): Add "Delivered-To".
16082
16083 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
16084
16085         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
16086         string for caching if it is 'PIN.
16087
16088 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16089
16090         * lpath.el: Consider the case without Emacs/W3.
16091
16092 2008-03-08  Glenn Morris  <rgm@gnu.org>
16093
16094         * time-date.el (date-to-time, time-subtract, time-add)
16095         (safe-date-to-time): Doc fixes.
16096
16097 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16098
16099         * mail-source.el (mail-source-delete-old-incoming-confirm):
16100         Change default to nil.
16101         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
16102
16103 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16104
16105         * lpath.el: Rearrange.
16106
16107         * gnus-art.el (gnus-narrow-to-page): Position point properly.
16108         (gnus-article-goto-prev-page): Work for articles having ^L's.
16109
16110         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
16111
16112         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
16113
16114 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
16115
16116         * gnus-bookmark.el: Adjust for renames in bookmark.el.
16117         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
16118         (gnus-bookmark-jump): Adjust some variable names.
16119
16120 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
16121
16122         * auth-source.el: New package.
16123         (auth-source-choices): Add customization entry point variable.
16124
16125         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
16126         bug.
16127
16128 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
16129
16130         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
16131         (gnus-registry-initialize, gnus-registry-install-p): Use it.
16132         (gnus-registry-install-shortcuts): Rename from
16133         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
16134         the `gnus-registry-mark-map' keymap dynamically from
16135         `gnus-registry-marks'.  The generated functions update the summary line
16136         when a registry mark is added or deleted, and will call
16137         `gnus-registry-install-p' (see the comments in the code).
16138         (gnus-registry-user-format-function-M): Use concat intelligently.
16139
16140         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
16141         the registry mark functions.
16142
16143 2008-03-05  Glenn Morris  <rgm@gnu.org>
16144
16145         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
16146         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
16147         gnus-art.
16148         (top-level): No need to load own source when compiling.
16149
16150 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16151
16152         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
16153         Suggested by <chris.anderton@zetnet.co.uk>.
16154
16155 2008-03-04  Glenn Morris  <rgm@gnu.org>
16156
16157         * gnus-sum.el (top-level): No need to require gnus when compiling,
16158         since unconditionally required near start of file.
16159         (gnus-summary-display-while-building): Move definition before use.
16160
16161 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16162
16163         * gnus-registry.el (gnus-registry-user-format-function-M):
16164         Add formatting function.
16165
16166 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16167
16168         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
16169         with plists.
16170         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
16171         Use new format.
16172
16173 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16174
16175         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
16176         `where-is-internal' that returns a range of key sequences.
16177
16178 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16179
16180         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
16181
16182         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
16183         (gnus-summary-jump-to-group): Consider windows on other displayed
16184         frames as well.  Similar changes might be needed elsewhere, but that's
16185         the one I've bumped into during my use.
16186
16187         * nndoc.el (nndoc-oe-dbx-type-p):
16188         * gnus-msg.el (gnus-debug):
16189         * gnus-group.el (gnus-update-group-mark-positions):
16190         Use mm-string-to-multibyte.
16191
16192 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16193
16194         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
16195         doesn't handle NotDashEscaped.
16196
16197         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
16198         (mml-dnd-attach-options): Fix typo in custom choice.
16199
16200         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
16201         Change nndoc-article-type to mbox.
16202         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
16203
16204         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
16205         to nil, instead of html2text.
16206
16207         * imap.el (imap-debug): Add `imap-ping-server'.
16208
16209         * gnus-bookmark.el: Add FIXMEs.
16210
16211         * message.el (message-form-letter-separator)
16212         (message-send-form-letter-delay): New variables.
16213         (message-send-form-letter): Use them.  New command to send form
16214         letters.  Requested by Uwe Siart.
16215         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16216
16217 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16218
16219         * Update copyright years.
16220
16221 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16222
16223         Sync from EMACS_22_BASE.
16224
16225         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16226
16227 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16228
16229         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16230         empty author.
16231
16232 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16233
16234         * gnus-registry.el (gnus-registry-marks): Add variable for
16235         customization of marks and their appearance.
16236         (gnus-registry-read-mark): Use it.
16237         (gnus-registry-do-marks): Add utility function to loop through
16238         `gnus-registry-marks'.
16239         (gnus-registry-install-shortcuts-and-menus): Add function to install
16240         shortcuts and menus.
16241         (gnus-registry-initialize): Use it.
16242         (gnus-registry-default-mark): Clarify documentation.
16243
16244 2008-02-29  Glenn Morris  <rgm@gnu.org>
16245
16246         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16247         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16248         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16249         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16250         Change defcustom :version from 23.0 to 23.1.
16251
16252 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16253
16254         * gnus-registry.el (gnus-registry-follow-group-p)
16255         (gnus-registry-post-process-groups): Add functions to aid registry
16256         splitting and improve logging.  Clarify behavior in function
16257         documentation.
16258         (gnus-registry-split-fancy-with-parent): Use them.
16259
16260 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16261
16262         * gnus-art.el: Use with-current-buffer.
16263
16264 2008-02-27  David Engster  <dengste@eml.cc>
16265
16266         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16267         Express real group name in the response.
16268
16269 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16270
16271         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16272         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16273         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16274         autoload gnus-registry-fetch-group when compiling.
16275         (nnmairix-request-group-with-article-number-correction):
16276         Remove unreferenced argument passed to nnmairix-call-backend.
16277
16278 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16279
16280         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16281         (mm-uu-extract): Improve face for low color ttys.
16282         Reported by Sascha Wilde.
16283
16284 2008-02-27  Glenn Morris  <rgm@gnu.org>
16285
16286         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16287         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16288         variables to defconsts.  Convert comments to doc-strings.
16289         (nnmairix-last-server, nnmairix-current-server): Convert from free
16290         variables to defvars.  Convert comments to doc-strings.
16291         (gnus-registry-fetch-group): Autoload.
16292         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16293         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16294         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16295         caddr.
16296         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16297         nnmairix-request-group-with-article-number-correction call.
16298         (nnmairix-fast, nnmairix-group): New, less general names, for free
16299         variables passed from nnmairix-request-group to
16300         nnmairix-request-group-with-article-number-correction.  Declare.
16301         (nnmairix-request-group-with-article-number-correction):
16302         Use nnmairix-fast, nnmairix-group rather than fast, group.
16303
16304 2008-02-26  David Engster  <dengste@eml.cc>
16305
16306         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16307         version 0.5.
16308
16309 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16310
16311         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16312         instead of making an extra function call.  Don't add the current group
16313         to articles only when they have the group.  Use
16314         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16315         Reported by David <de_bb@arcor.de>.
16316
16317 2008-02-24  Miles Bader  <miles@gnu.org>
16318
16319         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16320         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16321         (mm-find-mime-charset-region):
16322         * mm-bodies.el (mm-encode-body):
16323         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16324
16325 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16326
16327         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16328         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16329
16330 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16331
16332         * mail-source.el (mail-source-delete-incoming): Change default.
16333         Supplement doc string.
16334
16335         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16336
16337 2008-02-14  Glenn Morris  <rgm@gnu.org>
16338
16339         * time-date.el (format-seconds): New function.
16340
16341 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16342
16343         * nnmail.el (nnmail-message-id-cache-file): Derive from
16344         `gnus-home-directory'.
16345
16346 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16347
16348         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16349         Document negative prefix.
16350
16351         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16352
16353 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16354
16355         * message.el (message-unsent-separator): Add the Exim bounce
16356         separator.
16357
16358 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16359
16360         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16361         list.
16362         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16363         recipient/signer list.
16364
16365 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16366
16367         * Makefile.in (datarootdir): Define.
16368         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16369         name that might contain whitespace.
16370
16371 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16372
16373         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16374         fbound (Emacs 23 unicode), signal an error.
16375
16376 2008-02-08  Glenn Morris  <rgm@gnu.org>
16377
16378         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16379
16380 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16381
16382         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16383         ports to the calls to `netrc-machine-user-or-password' in addition to
16384         "imap" and "imaps".
16385
16386 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16387
16388         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16389
16390         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16391
16392 2008-02-01  Kenichi Handa  <handa@m17n.org>
16393
16394         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16395         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16396         (rfc2104-hash): Convert the result of concat to unibyte string.
16397
16398 2008-02-01  Dave Love  <fx@gnu.org>
16399
16400         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16401         coding-system-for-read.
16402         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16403
16404 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16405
16406         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16407         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16408         <hanche@math.ntnu.no>.
16409
16410 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16411
16412         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16413
16414         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16415
16416 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16417
16418         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16419         * message.el (message-beginning-of-line): Use featurep instead of bound
16420         tests in order to resolve conditionals at compile time.
16421
16422 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16423
16424         * mail-source.el (mail-sources): Add `group' choice.
16425
16426         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16427         parameter `in-group' to control into which group the articles go.
16428         Add treatment of `group' mail-source.
16429
16430 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16431
16432         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16433
16434         * mm-decode.el (mm-dissect-buffer): Decode description.
16435
16436         * mml.el (mml-to-mime): Encode message header first.
16437
16438 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16439
16440         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16441         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16442
16443         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16444         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16445
16446 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16447
16448         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16449
16450 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16451
16452         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16453         prefix keys.
16454         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16455         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16456         gnus-xmas.el.
16457
16458         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16459         (gnus-xmas-article-describe-bindings): New function.
16460         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16461         gnus-xmas-article-describe-bindings.
16462
16463         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16464
16465 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16466
16467         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16468         Add new variables for article mark management.
16469         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16470         list of extra data entries which, when present, will indicate that the
16471         article ID should not be trimmed from the registry.
16472         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16473         functions.
16474         (gnus-registry-read-mark): New function to read a mark name from the
16475         user.
16476         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16477         (gnus-registry-set-article-mark-internal): New functions to add and
16478         remove marks.
16479         (gnus-registry-get-article-marks): New function to show the marks for
16480         an article, or retrieve them for further use.
16481
16482 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16483
16484         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16485         keys when no argument is given.
16486
16487 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16488
16489         * imap.el (imap-ping-server): New variable.
16490         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16491         (imap-ping-server): Minor doc string fixes.
16492
16493 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16494
16495         * imap.el (imap-ping-server): New function.
16496         (imap-opened): Call imap-ping-server.
16497
16498 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16499
16500         * gnus-sum.el (gnus-article-sort-by-random)
16501         (gnus-thread-sort-by-random): Fix doc strings.
16502         Reported by jidanni@jidanni.org.
16503
16504 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16505
16506         * gnus-art.el (gnus-article-describe-bindings): New function.
16507         (gnus-article-read-summary-keys): Use it.
16508         (gnus-article-mode-map): Bind `C-h b' to it.
16509
16510 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16511
16512         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16513         XEmacs.
16514         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16515         Protect against non-character events.
16516
16517         * lpath.el: Fbind map-keymap for Emacs 21.
16518
16519 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16520
16521         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16522         New command.
16523         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16524         instead of END.  Change name of the temp file.
16525         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16526         customizable.
16527
16528 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16529
16530         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16531         bind `S W' to gnus-article-wide-reply-with-original; set default
16532         binding to gnus-article-read-summary-send-keys.
16533         (gnus-article-read-summary-keys): Fix the order of keys; display
16534         continuation keys correctly in the echo area; describe bindings
16535         correctly when keys end with `C-h'.
16536         (gnus-article-read-summary-send-keys): New function.
16537         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16538         Work for gnus-article-read-summary-send-keys; display continuation keys
16539         correctly in the echo area.
16540         (gnus-article-reply-with-original): Ignore prefix argument.
16541         (gnus-article-wide-reply-with-original): New function.
16542
16543         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16544         Emacs 21.
16545
16546 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16547
16548         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16549         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16550
16551 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16552
16553         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16554         (gnus-group-read-ephemeral-gmane-group): New command.
16555
16556 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16557
16558         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16559
16560 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16561
16562         * message.el (message-send-mail-function): Increase custom version.
16563
16564         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16565         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16566
16567 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16568
16569         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16570         for the cases where imap-authenticate is called with a nil buffer
16571         parameter.
16572
16573 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16574
16575         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16576         html parts correctly; support forwarded messages.
16577         (gnus-article-browse-html-article): Remove work buffers.
16578
16579         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16580         compiling.
16581         (netrc-bound-and-true-p): New macro.
16582         (netrc-parse): Use it instead of bound-and-true-p that is not available
16583         in XEmacs 21.4.
16584
16585 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16586
16587         * gnus-registry.el (gnus-registry-mark-article)
16588         (gnus-registry-article-marks): Add functionality to mark articles
16589         through the Gnus registry.
16590
16591         * encrypt.el: Clarify documentation for the new pgg method.
16592         (encrypt-file-alist): Add PGG option.
16593         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16594         functionality.  Abstract password key and messaging to external
16595         functions.
16596         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16597         (encrypt-message-method-and-cipher): Add new convenience external
16598         functions.
16599         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16600         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16601
16602         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16603         (netrc-parse): Use encrypt-file-alist to determine if
16604         encrypt-find-model or encrypt-insert-file-contents should be used.
16605
16606         * encrypt.el: Clarify documentation.  Load password-cache or
16607         password, whichever one is found first, instead of autoloading.
16608
16609 2007-12-19  Glenn Morris  <rgm@gnu.org>
16610
16611         * mml.el (message-options-set, message-narrow-to-head)
16612         (message-in-body-p, message-mail-p, message-encode-message-body):
16613         Autoload.
16614         (message-remove-header, message-narrow-to-headers-or-head)
16615         (message-subscribed-p, message-make-mail-followup-to)
16616         (message-position-on-field, message-news-p)
16617         (message-options-set-recipient, message-generate-headers)
16618         (message-sort-headers): Declare as functions.
16619
16620 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16621
16622         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16623         convention in doc string.
16624
16625 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16628         title to html parts.
16629         (gnus-article-browse-html-article): Pass message header to it.
16630
16631         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16632
16633 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16634
16635         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16636         or password compatible with XEmacs.
16637
16638 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16639
16640         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16641         format document.
16642         (gnus-mime-delete-part): Don't write description line if empty.
16643         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16644
16645 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16646
16647         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16648         (gnus-summary-mark-read-and-unread-as-read)
16649         (gnus-summary-mark-current-read-and-unread-as-read)
16650         (gnus-summary-mark-unread-as-ticked): Doc fix.
16651         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16652
16653 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16654
16655         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16656         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16657
16658 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16659
16660         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16661         yes-or-no-p.
16662
16663 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16664
16665         * mm-decode.el (mm-add-meta-html-tag): New function.
16666         (mm-save-part-to-file, mm-pipe-part): Use it.
16667
16668         * gnus-art.el (gnus-article-browse-delete-temp-files):
16669         Use gnus-y-or-n-p instead of y-or-n-p.
16670         (gnus-article-browse-html-parts): Work with message/external-body; use
16671         mm-add-meta-html-tag.
16672
16673 2007-12-11  Glenn Morris  <rgm@gnu.org>
16674
16675         * gnus-cache.el: Require gnus-sum not just when compiling.
16676
16677         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16678
16679         * gnus-int.el (gnus-server-opened, gnus-status-message):
16680         Move definitions before use.
16681
16682         * mm-decode.el: Require gnus-util.
16683         (mm-remove-part): Only call delete-annotation on XEmacs.
16684
16685         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16686
16687         * nnmail.el: Require gnus-int.
16688
16689         * spam.el: Move `require's before `eval-when-compile's.
16690
16691         * gnus-ems.el (gnus-alive-p):
16692         * gnus-fun.el (message-goto-eoh):
16693         * gnus-util.el (gnus-group-name-decode):
16694         * mail-source.el (gnus-compress-sequence):
16695         * message.el (Info-goto-node, format-spec):
16696         * mm-bodies.el (message-options-get):
16697         * mm-decode.el (mm-view-pkcs7):
16698         * mm-util.el (gmm-write-region):
16699         * mml-smime.el (mml-compute-boundary)
16700         (gnus-completing-read-with-default):
16701         * mml.el (widget-button-press, gnus-make-hashtable):
16702         * mml1991.el (mm-decode-content-transfer-encoding)
16703         (mm-encode-content-transfer-encoding)
16704         (message-options-get, message-options-set):
16705         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16706         * nnfolder.el (gnus-request-group):
16707         * nnheader.el (ietf-drums-unfold-fws):
16708         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16709         * smime.el (gnus-run-mode-hooks):
16710         * spam-stat.el (gnus-message): Autoload.
16711
16712         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16713         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16714         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16715         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16716         Add declare-function compatibility definition.
16717
16718         * gnus-cache.el (nnvirtual-find-group-art):
16719         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16720         (gnus-add-image, gnus-add-wash-type):
16721         * gnus-group.el (nnkiboze-score-file):
16722         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16723         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16724         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16725         (message-tokenize-header, gnus-get-buffer-create)
16726         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16727         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16728         * gnus.el (gnus-group-decoded-name):
16729         * mail-source.el (imap-capability):
16730         * mm-bodies.el (message-options-set):
16731         * mm-decode.el (gnus-configure-windows):
16732         * mm-extern.el (message-goto-body):
16733         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16734         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16735         (epg-sub-key-validity, message-options-set):
16736         * mml.el (widget-event-point, gnus-configure-windows):
16737         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16738         * mml2015.el (epg-check-configuration, epg-configuration)
16739         (message-options-set):
16740         * nndb.el (nndb-request-article):
16741         * nnfolder.el (gnus-request-create-group):
16742         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16743         * nnmaildir.el (gnus-group-mark-article-read):
16744         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16745         * rfc1843.el (message-fetch-field):
16746         * spam.el (gnus-extract-address-components):
16747         Declare as functions.
16748
16749 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16750
16751         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16752
16753         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16754
16755         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16756         bind show-trailing-whitespace for XEmacs.
16757
16758 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16759
16760         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16761         new no-op macro for backward compatibility.
16762
16763         * imap.el (imap-string-to-integer): New function.
16764
16765 2007-12-09  Glenn Morris  <rgm@gnu.org>
16766
16767         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16768
16769         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16770         * message.el, mm-view.el, sieve-manage.el, smime.el:
16771         Add declare-function compatibility definition.
16772
16773         * gnus-art.el (w3-region, w3m-region, Info-menu):
16774         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16775         * gnus-sum.el (gnus-get-predicate):
16776         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16777         * message.el (mail-abbrev-in-expansion-header-p):
16778         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16779         (w3m-detect-meta-charset, w3m-region):
16780         * sieve-manage.el (password-read, password-cache-add)
16781         (password-cache-remove):
16782         * smime.el (password-read-and-add): Declare as functions.
16783
16784 2007-12-08  David Kastrup  <dak@gnu.org>
16785
16786         * gnus-sum.el (gnus-summary-simplify-subject-query):
16787         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16788         `message'.
16789
16790 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16791
16792         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16793         it to bind idna-program, installation-directory, defined-colors, and
16794         face-attribute for XEmacs of the version that compiles defcustom forms.
16795
16796 2007-12-07  Glenn Morris  <rgm@gnu.org>
16797
16798         * gnus-art.el (article-make-date-line): Revert previous change.
16799
16800 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16801
16802         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16803
16804 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16805
16806         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16807         Call gnus-add-to-range ranges only once with a prepared article-list.
16808
16809 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16810
16811         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16812         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16813         group names with backslashes.
16814         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16815
16816 2007-12-06  Deepak Goel  <deego3@gmail.com>
16817
16818         * gnus-art.el (article-make-date-line):
16819         * gnus-start.el (gnus-load):
16820         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16821
16822 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16823
16824         * gnus-art.el (gnus-use-idna):
16825         * gnus-start.el (gnus-site-init-file):
16826         * message.el (message-use-idna):
16827         * mm-uu.el (mm-uu-hide-markers):
16828         * smiley.el (smiley-style): Revert changes that suppress warnings.
16829
16830 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16831
16832         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16833         specify charset to html source.
16834         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16835
16836 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16837
16838         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16839         idna-program in order to suppress byte compile warning issued by XEmacs
16840         that came to byte compile the default value section of defcustom forms
16841         recently.
16842
16843         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16844         value of installation-directory.
16845
16846         * message.el (message-use-idna): Don't directly refer to the value of
16847         idna-program.
16848
16849         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16850
16851         * smiley.el (smiley-style): Don't directly call face-attribute.
16852
16853 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16854
16855         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16856
16857         * gnus-dired.el: Reduce Gnus dependencies.
16858         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16859         Don't require.  Use autoloads instead.
16860         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16861         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16862         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16863         (gnus-dired-mode): Adjust doc string.
16864         (gnus-dired-mail-mode): New variable.
16865         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16866         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16867         (gnus-dired-mail-buffers): New function.  Return mail or message
16868         composition buffers.
16869         (gnus-dired-attach): Use it.
16870         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16871         NO-DECODE.
16872         (gnus-dired-print): Use `gnus-print-buffer' depending on
16873         `gnus-dired-mail-mode'.
16874
16875 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16876
16877         * rfc2047.el (rfc2047-encoded-word-regexp)
16878         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16879         explaining what regexp patterns are for.
16880
16881 2007-12-04  Glenn Morris  <rgm@gnu.org>
16882
16883         * password.el: Move to password-cache.el.
16884
16885         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16886         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16887         * mml-smime.el (password-read, password-cache-add)
16888         (password-cache-remove):
16889         No need to autoload, since mml-sec requires password.
16890
16891         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16892         * message.el (gnus-extract-address-components):
16893         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16894
16895         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16896         password.
16897
16898 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16899
16900         * mailcap.el: Reduce dependencies.
16901         (mail-header-parse-content-type): Autoload.
16902         (mailcap-delete-duplicates): New alias.
16903         (mailcap-mime-info): Add optional argument NO-DECODE.
16904         (mailcap-mime-types): Use mailcap-delete-duplicates.
16905
16906         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16907
16908 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16909
16910         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16911         (imap-parse-status): Upcase status-att for servers that sends them
16912         lower-case (e.g., MS Exchange 2007).
16913
16914 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16915
16916         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16917         function.
16918
16919         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16920         (gnus-uu-yenc-article): New function.
16921
16922         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16923
16924         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16925
16926 2007-12-02  Glenn Morris  <rgm@gnu.org>
16927
16928         * binhex.el (binhex): New custom group.
16929         (binhex-decoder-program, binhex-decoder-switches)
16930         (binhex-use-external): Move to the binhex custom group.
16931
16932         * uudecode.el (uudecode): New custom group.
16933         (uudecode-decoder-program, uudecode-decoder-switches)
16934         (uudecode-use-external): Move to the uudecode custom group.
16935
16936         * netrc.el (top-level): Don't load `encrypt' features.
16937         (netrc-parse): Don't use encrypt.
16938         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16939
16940         * encrypt.el: Remove file.
16941
16942 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16943
16944         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16945         matches on patches.
16946
16947         * gnus-art.el (gnus-article-browse-html-article):
16948         Mention `mm-text-html-renderer' in the doc string.
16949
16950         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16951         string.  Add comments.
16952
16953         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16954         if rhs is ASCII.
16955
16956 2007-12-01  Glenn Morris  <rgm@gnu.org>
16957
16958         * mail-source.el (top-level): Require format-spec before
16959         eval-when-compile.
16960
16961 2007-11-30  Glenn Morris  <rgm@gnu.org>
16962
16963         * encrypt.el: Require password, rather than autoloading password-read.
16964
16965 2007-11-29  Glenn Morris  <rgm@gnu.org>
16966
16967         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16968         (sasl-make-client, sasl-next-step, sasl-step-data)
16969         (sasl-step-set-data): Declare as functions.
16970
16971 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16972
16973         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16974
16975 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16976
16977         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16978         certs should be verified and what is to be done in the event of a
16979         verification failure.
16980
16981         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16982         caller can indicate whether the cache should be disregarded for this
16983         call.  This way the result of the call is reproducible at all times and
16984         can be considered a canonical server name for the supplied method.
16985         (gnus-agent-method-p): Canonicalize server names by pushing their
16986         method through `gnus-method-to-server' using the no-cache argument.
16987
16988         * gnus-srvr.el (gnus-server-insert-server-line):
16989         Call `gnus-method-to-server' with `no-cache' argument.
16990
16991         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16992         gnus-agent-possibly-synchronize-flags as this should be called when the
16993         server is actually being opened.
16994         (gnus-agent-possibly-synchronize-flags)
16995         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16996         flags file of an agentized server to the latter function.
16997
16998         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16999         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
17000         after a connection has been established successfully.
17001
17002 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17003
17004         * gnus-art.el (article-display-face): Force to display face if called
17005         interactively; check if gnus-article-x-face-too-ugly matches author.
17006         (article-display-x-face): Display face even if From header is missing
17007         as article-display-face does.
17008
17009 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
17010
17011         * hashcash.el (message-narrow-to-headers-or-head)
17012         (message-fetch-field, message-goto-eoh)
17013         (message-narrow-to-headers): Declare as functions.
17014
17015 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
17016
17017         * mail-source.el (mail-sources): Default to fetch from file for
17018         compatibility with default of nnmail-spool-file.
17019
17020 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17021
17022         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
17023         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
17024         to look for encoded word that should be encoded again.
17025         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
17026         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
17027         encoding pattern.
17028         (rfc2047-decode-region): Switch strict regexp and loose one according
17029         to rfc2047-allow-irregular-q-encoded-words.
17030
17031 2007-11-25  Romain Francoise  <romain@orebokech.com>
17032
17033         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
17034
17035 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17036
17037         * tls.el (tls-program): Provide more custom choices from
17038         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
17039         (tls-process-connection-type, tls-success): Remove "*" in doc string.
17040
17041 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17042
17043         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
17044         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
17045
17046         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
17047         `nnmail-spool-file'.
17048
17049         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
17050         `nnmail-spool-file'.
17051
17052         * gnus-move.el (gnus-change-server): Ditto.
17053
17054         * gnus-kill.el (gnus-batch-score): Ditto.
17055
17056         * gnus-cache.el (gnus-jog-cache): Ditto.
17057
17058         * gnus-msg.el (gnus-summary-reply):
17059         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
17060
17061 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17062
17063         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
17064         version.  Minor improvement to doc strings.
17065         (tls-program): Add comment.
17066
17067 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
17068
17069         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
17070         (tls-checktrust): New variable.  Check if GNU TLS complained about a
17071         mismatch between the hostname provided in the certificate and the name
17072         of the host connnecting to.
17073         (open-tls-stream): Use them.  Check certificates against trusted root
17074         certificates.
17075
17076 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17077
17078         * gnus-cache.el (gnus-cache-generate-nov-databases):
17079         Use nnml-generate-nov-databases-directory instead of
17080         nnml-generate-nov-databases-1.
17081
17082 2007-11-24  Glenn Morris  <rgm@gnu.org>
17083
17084         * message.el (message-tool-bar-retro): Update for rename
17085         mail_send.xpm->mail-send.xpm.
17086
17087 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
17088
17089         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
17090         `smime-ldap-search' for Emacs 22 and up.
17091
17092 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17093
17094         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
17095
17096         * message.el (message-send-mail-function): Fix error convention.
17097         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
17098         (message-widen-reply, message-send-mail, message-talkative-question)
17099         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
17100         (message-clone-locals, message-send-news): Use with-current-buffer.
17101         (message-insert-or-toggle-importance): Remove unused var `valid'.
17102         (message-make-references): Remove unused var `new-references'.
17103         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
17104
17105 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
17106
17107         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
17108         (spam-split-symbolic-return-positive): Reflow docstring.
17109         (spam-backends, spam-summary-exit-behavior)
17110         (spam-mark-ham-unread-before-move-from-spam-group)
17111         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
17112         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17113         (spam-clear-cache, spam-backend-check, spam-install-backend)
17114         (spam-install-statistical-backend, spam-list-of-processors)
17115         (spam-group-processor-p, spam-split, spam-bogofilter-score)
17116         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
17117         (spam-check-crm114, spam-initialize, spam-unload-hook):
17118         Fix typos in docstrings.
17119
17120 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17121
17122         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
17123         been checked if they have never been read and those group levels are
17124         higher than the one that a user specified.
17125
17126 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17127
17128         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
17129         foreign groups unless a group level is specified by a user.
17130         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
17131
17132 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
17133
17134         * message.el (message-send-mail-function): Require sendmail.
17135
17136 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
17137
17138         * message.el (message-send-mail-function): Check for smtpmail too.
17139
17140         * utf7.el (utf7-encode, utf7-decode): Use coding system
17141         `utf-7'/`utf-7-imap' from utf-7.el' if available.
17142
17143         * message.el (message-send-mail-function): New function.
17144         (message-send-mail-function): Set default using
17145         message-send-mail-function.  Adjust doc string.
17146         (message-send-mail-with-mailclient): New function.
17147
17148 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
17149
17150         * smime.el (from):
17151         * rfc2047.el (message-posting-charset):
17152         * qp.el (mm-use-ultra-safe-encoding):
17153         * pop3.el (parse-time-months):
17154         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
17155         * nnml.el (files):
17156         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
17157         (jka-compr-compression-info-list, ange-ftp-path-format)
17158         (efs-path-regexp):
17159         * nndiary.el (files):
17160         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
17161         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
17162         (epg-digest-algorithm-alist, inhibit-redisplay)
17163         (password-cache-expiry):
17164         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
17165         (pgg-output-buffer, password-cache-expiry):
17166         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
17167         (efs-path-regexp):
17168         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
17169         (inhibit-redisplay):
17170         * mm-uu.el (file-name, start-point, end-point, entry)
17171         (gnus-newsgroup-name, gnus-newsgroup-charset):
17172         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
17173         (latin-unity-ucs-list):
17174         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
17175         (mm-uu-binhex-decode-function):
17176         * message.el (gnus-message-group-art, gnus-list-identifiers)
17177         (rmail-enable-mime-composing, gnus-local-organization)
17178         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
17179         (gnus-read-active-file, facemenu-add-face-function)
17180         (facemenu-remove-face-function, gnus-article-decoded-p)
17181         (tool-bar-mode):
17182         * mail-source.el (display-time-mail-function):
17183         * gnus-util.el (nnmail-pathname-coding-system)
17184         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
17185         (gnus-original-article-buffer, gnus-user-agent)
17186         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
17187         (xemacs-codename, sxemacs-codename, emacs-program-version):
17188         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
17189         * gnus-start.el (gnus-agent-covered-methods)
17190         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
17191         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
17192         (gnus-newsgroup-headers, gnus-group-list-mode)
17193         (gnus-group-mark-positions, gnus-newsgroup-data)
17194         (gnus-newsgroup-unreads, nnoo-state-alist)
17195         (gnus-current-select-method, mail-sources)
17196         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
17197         (nnmail-spool-file, gnus-cache-active-hashtb):
17198         * gnus-mh.el (mh-lib-progs):
17199         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
17200         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
17201         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
17202         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
17203         (gnus-group-buffer):
17204         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
17205         (font-lock-set-defaults):
17206         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17207         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17208         (gnus-summary-post-menu, total-parts, type, condition, length):
17209         * gnus-agent.el (gnus-agent-read-agentview):
17210         * flow-fill.el (show-trailing-whitespace):
17211         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17212         eval-and-compile wrappers for byte compiler pacifiers.
17213
17214         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17215         (mm-display-inline-fontify): Check for featurep 'xemacs not
17216         extent-list.
17217
17218         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17219         itimer-list.
17220         (mm-create-image-xemacs): Only do something for XEmacs.
17221         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17222
17223         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17224
17225         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17226         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17227
17228 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17229
17230         * nnimap.el (nnimap-split-download-body):
17231         * gnus-demon.el (gnus-demon):
17232         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17233
17234 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17235
17236         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17237         New macros.
17238         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17239         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17240         copy data from unibyte buffer to multibyte current buffer.
17241         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17242         to copy data from unibyte current buffer to multibyte buffer.
17243         (nntp-make-process-buffer): Make process buffer unibyte.
17244
17245         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17246
17247 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17248
17249         * pop3.el (pop3-open-server): Accept and process data more robustly at
17250         connection start to avoid spurious "POP SSL connection failed" errors.
17251
17252 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17253
17254         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17255         read group names.
17256
17257 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17258
17259         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17260
17261 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17262
17263         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17264         (nnmail-save-active): Use a unibyte buffer when saving active file,
17265         which may contain non-ASCII group names.
17266
17267         * nnml.el (nnml-request-group): Decode group names in messages.
17268
17269 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17270
17271         * message.el (message-citation-line-function)
17272         (message-insert-formatted-citation-line): Fix spelling of
17273         `message-insert-formated-citation-line'.
17274
17275 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17276
17277         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17278
17279 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17280
17281         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17282         nnmail-pathname-coding-system.
17283
17284         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17285         that a user enters; decode group names in messages.
17286
17287         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17288
17289 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17290
17291         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17292
17293         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17294
17295         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17296         risky local variable.
17297
17298         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17299
17300 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17301
17302         * encrypt.el: Improve documentation to fix function name typo.
17303         Reported by Daiki Ueno <ueno@unixuser.org>.
17304
17305 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17306
17307         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17308         even if the point is not in the last page of an article.
17309         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17310         back to the previous page.
17311
17312 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17313
17314         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17315
17316 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17317
17318         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17319
17320 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17321
17322         * message.el (message-check-news-body-syntax):
17323         Avoid mm-string-as-multibyte.
17324         (message-hide-headers): Don't assume (point-min)==1.
17325
17326 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17327
17328         * message.el (message-remove-blank-cited-lines): Fix if remove is
17329         given.
17330         (message-bogus-address-regexp): New variable.
17331         (message-bogus-recipient-p): New function.
17332         (message-check-recipients): New command.
17333         (message-syntax-checks): Add `bogus-recipient'.
17334         (message-fix-before-sending): Add `bogus-recipient'.
17335
17336         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17337         (gnus-treat-body-boundary): Don't test window-system.
17338
17339 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17340
17341         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17342
17343 2007-10-28  Miles Bader  <miles@gnu.org>
17344
17345         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17346         at compile-time too.
17347
17348 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17349
17350         * gnus-msg.el (gnus-message-setup-hook):
17351         Add `message-remove-blank-cited-lines' to options.
17352
17353 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17354
17355         * message.el (message-remove-blank-cited-lines): New function.
17356         Suggested by Karl Plästerer.
17357
17358 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17359
17360         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17361         mapc.
17362
17363         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17364         (top-level): Use mapc to set functions to be traced for debugging.
17365
17366         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17367         called for effect with while loop.
17368
17369         * message.el (message-talkative-question): Replace mapcar called for
17370         effect with mapc.
17371
17372         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17373         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17374         called for effect with dolist.
17375
17376         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17377
17378         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17379         gnus-extra-headers and nnmail-extra-headers.
17380
17381         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17382         called for effect with dolist.
17383         (top-level): Use mapc to set functions to be traced for debugging.
17384
17385         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17386         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17387         dolist.
17388
17389         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17390         Replace mapcar called for effect with mapc.
17391         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17392         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17393         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17394         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17395
17396         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17397         remove-if that's a cl function.
17398
17399         * webmail.el (webmail-debug): Replace mapcar called for effect with
17400         dolist.
17401
17402         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17403         with mapc.
17404
17405 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17406
17407         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17408         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17409         with while loop.
17410
17411         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17412         functions from article-* functions.
17413         (gnus-multi-decode-header): Replace mapcar called for effect with
17414         dolist.
17415
17416         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17417         (gnus-bookmark-show-details): Replace mapcar called for effect with
17418         while loop.
17419
17420         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17421         called for effect with while loop.
17422
17423         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17424         with dolist.
17425
17426         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17427         Replace mapcar called for effect with dolist.
17428
17429         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17430
17431         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17432         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17433         Replace mapcar called for effect with dolist.
17434         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17435         mapc.
17436
17437         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17438         Replace mapcar called for effect with dolist.
17439         (gnus-topic-list): Replace mapcar called for effect with mapc.
17440
17441         * gnus.el: Use mapc instead of mapcar to add autoloads.
17442
17443 2007-10-23  Richard Stallman  <rms@gnu.org>
17444
17445         * gnus-group.el (gnus-group-highlight): Mark as risky.
17446
17447 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17448
17449         * gnus.el (gnus-server-to-method): Return method found first in
17450         gnus-newsrc-alist.
17451
17452         * gnus-art.el (gnus-article-highlight-signature)
17453         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17454         button overlay without the front stickiness.
17455
17456 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17457
17458         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17459         overview buffer needed a catch to receive its throw.
17460         (gnus-agent-flush-cache): Declare as interactive to make this function
17461         easier to use.
17462
17463 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17464
17465         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17466         `next-line'.
17467
17468 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17469
17470         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17471         exclude address matching message-dont-reply-to-names.
17472
17473 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17474
17475         * gnus-util.el (gnus-string<): New function.
17476
17477         * gnus-sum.el (gnus-article-sort-by-author)
17478         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17479
17480 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17481
17482         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17483         the frame-focus tag is set in gnus-buffer-configuration.
17484
17485 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17486
17487         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17488         the front stickiness.
17489
17490 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17491
17492         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17493         url pattern; remove duplicate one.
17494         (gnus-article-extend-url-button): New function.
17495         (gnus-article-add-buttons): Use it.
17496         (gnus-button-push): Use concatenated url that it makes.
17497
17498 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17499
17500         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17501
17502 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17503
17504         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17505         Don't hardcode point-min==1.
17506
17507 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17508
17509         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17510         Fix comment about "iso8859-1".
17511
17512 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17513
17514         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17515         ones returned from the verify-function.
17516
17517         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17518         Call mml2015-extract-cleartext-signature if extraction failed.
17519
17520 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17521
17522         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17523         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17524         failed.
17525
17526 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17527
17528         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17529
17530 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17531
17532         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17533         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17534         recommends to use EasyPG instead of PGG.
17535
17536         * pgg.el: Revert to revision 6.23.2.16.
17537
17538         * pgg-def.el: Revert to revision 6.6.2.14.
17539
17540         * pgg-gpg.el: Revert to revision 6.23.2.34.
17541
17542 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17543
17544         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17545         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17546         thread for both the null and zero (kill/expire thread) universal prefix
17547         cases.
17548         (gnus-summary-expire-thread): Add new function to expire a thread,
17549         using gnus-summary-kill-thread.
17550         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17551         shortcuts for gnus-summary-expire-thread.
17552         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17553         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17554
17555 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17556
17557         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17558         extras value, so an extras entry can be deleted.
17559         (gnus-registry-delete-extra-entry): Use it.
17560         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17561         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17562         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17563         storage through the gnus-registry, and provide an appropriate API for
17564         it.
17565
17566 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17567
17568         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17569         Suggested by Leo <sdl.web@gmail.com>.
17570
17571         * gnus.el: Do.
17572
17573 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17574
17575         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17576         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17577
17578         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17579
17580         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17581         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17582
17583 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17584
17585         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17586         newline.
17587         (nnmbox-request-accept-article): Don't change article in source buffer;
17588         narrow to header to use message-fetch-field rather than
17589         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17590         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17591         as delimiters; make sure article ends with newline.
17592         (nnmbox-delete-mail): Correct last position of article to be deleted;
17593         ignore X-Gnus-Newsgroup header in article body.
17594         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17595         positions; make sure article ends with newline.
17596
17597         * message.el (message-display-abbrev): Don't infloop when a user
17598         inserts SPC in the beginning of header.
17599
17600         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17601         coding-system-for-read and coding-system-for-write for XEmacs having no
17602         file-coding feature.
17603
17604         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17605
17606 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17607
17608         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17609         list of groups not followed by default.  Fix type to be regexp.
17610         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17611
17612 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17613
17614         * hmac-def.el (define-hmac-function): Switch from old-style to
17615         new-style backquotes.
17616
17617         * md4.el (md4-make-step): Likewise.
17618
17619 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17620
17621         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17622         raw-text coding system when saving .newsrc file, which may contain
17623         non-ASCII group names.
17624
17625 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17626
17627         * gnus-cus.el (gnus-score-extra): New widget.
17628         (gnus-score-extra-convert): New function.
17629         (gnus-score-customize): Use it for Extra.
17630
17631 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17632
17633         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17634         (mml2015-mailcrypt-clear-verify): Use it.
17635         (mml2015-gpg-clear-verify): Use it.
17636         (mml2015-pgg-clear-verify): Use it.
17637         (mml2015-epg-clear-verify): Replace the current part with the output
17638         from GnuPG; don't extract the plaintext by itself.
17639
17640         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17641         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17642         mml2015-clear-verify-function; don't touch the armor headers or
17643         dash-escaped text here.
17644
17645 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17646
17647         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17648         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17649         parts, or application/octet-stream as a last resort.
17650         (gnus-mime-view-part-as-type): Don't toggle display.
17651         (gnus-mime-view-part-as-charset): Don't turn off display before
17652         querying charset.
17653
17654         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17655         stuff to undisplayer function in Emacs.
17656         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17657
17658         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17659         text/calendar parts.
17660
17661 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17662
17663         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17664         decoding text/calendar parts.
17665
17666         * message.el (message-forward-make-body-mime): Always mark body as
17667         having no illegible text; remove signed-or-encrypted argument.
17668         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17669
17670         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17671         (mml-generate-mime-1): Don't encode body if it is specified to be in
17672         raw form; don't make buffer be unibyte when inserting multibyte string.
17673
17674 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17675
17676         * sha1.el: Fix up comment style.
17677         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17678         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17679
17680         * hex-util.el: Fix up comment style.
17681         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17682
17683         * gnus-salt.el: Use with-current-buffer.
17684         (gnus-pick-setup-message): Fix long-standing typo.
17685
17686 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17687
17688         * imap.el (imap-logout-timeout): New variable.
17689         (imap-logout, imap-logout-wait): New functions.
17690         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17691
17692         * nnimap.el (nnimap-logout-timeout): New server variable.
17693         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17694         nnimap-logout-timeout.
17695
17696         * gnus-art.el (gnus-article-summary-command-nosave)
17697         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17698
17699 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17700
17701         * gnus.el (gnus-maximum-newsgroup): New variable.
17702
17703         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17704         according to gnus-maximum-newsgroup.
17705
17706         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17707         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17708         Limit the range of articles according to gnus-maximum-newsgroup.
17709
17710 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17711
17712         * gnus-art.el (gnus-sticky-article): Fix problems described in
17713         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17714         Don't perform gnus-configure-windows here; reuse existing sticky
17715         article buffer.
17716
17717         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17718         it doesn't exist in gnus-article-mode.
17719
17720 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17721
17722         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17723         (gnus-agent-decoded-group-name): New function.
17724         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17725         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17726
17727 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17728
17729         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17730         Add binding for gnus-sticky-article.
17731         (gnus-summary-exit): Don't kill sticky article buffers.
17732
17733         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17734         article buffer.
17735         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17736         (gnus-kill-sticky-article-buffers): New commands.
17737
17738 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17739
17740         * nntp.el (nntp-xref-number-is-evil): New server variable.
17741         (nntp-find-group-and-number): If it is non-nil, don't trust article
17742         numbers in the Xref header.
17743
17744 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17745
17746         * gnus-agent.el (gnus-agent-read-group): New function.
17747         (gnus-agent-flush-group, gnus-agent-expire-group)
17748         (gnus-agent-regenerate-group): Use it.
17749         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17750         nnmail-pathname-coding-system.
17751
17752 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17753
17754         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17755
17756         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17757         that are unread as unread, and also as selected so that information of
17758         marks having been changed by a user may be updated when exiting group.
17759
17760 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17761
17762         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17763
17764 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17765
17766         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17767         calculated ignoring signature parts to gnus-treat-article.
17768
17769 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17770
17771         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17772         a point here in order to keep the window start.
17773         (gnus-insert-mime-security-button): Make a button overlay without the
17774         front stickiness.
17775         (gnus-mime-display-security): Goto the end of a button.
17776
17777         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17778
17779 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17780
17781         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17782         group-name-at-point.
17783         (gnus-group-completing-read): New function that offers decoded
17784         non-ASCII group names for completion.
17785         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17786         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17787         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17788         (gnus-group-fetch-control): Use it.
17789         (gnus-fetch-group): Use group-name-at-point for the initial value
17790         rather than the default value; use gnus-alive-p.
17791
17792         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17793         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17794         (gnus-summary-post-news): Use gnus-group-completing-read.
17795
17796         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17797         (gnus-read-move-group-name): Decode group name for completion.
17798
17799 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17800
17801         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17802         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17803         Yamaoka slightly modified the code).
17804
17805 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17806
17807         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17808         (nnmail-split-incoming): Bind it.
17809
17810         * nnml.el (nnml-group-name-charset): New function.
17811         (nnml-decoded-group-name): Use it; don't decode group name if
17812         nnmail-group-names-not-encoded-p is non-nil.
17813         (nnml-encoded-group-name): New function.
17814         (nnml-group-pathname): Inline nnml-decoded-group-name.
17815         (nnml-request-expire-articles): Decode group name in message.
17816         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17817         nnmail-pathname-coding-system.
17818         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17819         not decoded ones according to nnmail-group-names-not-encoded-p.
17820         (nnml-generate-active-info): Use nnml-encoded-group-name.
17821
17822 2007-08-08  Glenn Morris  <rgm@gnu.org>
17823
17824         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17825         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17826         doc-strings and comments.
17827
17828 2007-07-25  Glenn Morris  <rgm@gnu.org>
17829
17830         * Relicense all FSF files to GPLv3 or later.
17831
17832 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17833
17834         * gnus-sum.el (gnus-summary-move-article):
17835         Make gnus-summary-respool-article work.
17836
17837 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17838
17839         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17840         string.
17841
17842 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17843
17844         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17845         that should be ignored when comparing distant RSS articles with local
17846         ones.
17847         (nnrss-make-hash-index): New function.  Create a hash index according
17848         to the ignored fields.
17849         (nnrss-check-group): Use it.
17850
17851 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17852
17853         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17854
17855         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17856
17857         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17858         the new optional argument ENCODED is non-nil.
17859         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17860         coding system for encoding group name.
17861         (gnus-group-make-rss-group): Pass un-encoded group name to
17862         gnus-group-make-group.
17863         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17864         encoded.
17865
17866         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17867         Encode group name to which articles are moved or copied.
17868         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17869         coding system for encoding Newsgroup, Followup-To and Xref headers.
17870
17871         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17872         marks; use nnheader-file-coding-system to write a file.
17873         (nnagent-retrieve-headers): Bind file-name-coding-system to
17874         nnmail-pathname-coding-system.
17875
17876         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17877
17878         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17879         (nnml-request-article, nnml-request-create-group)
17880         (nnml-request-rename-group, nnml-find-id)
17881         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17882         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17883         (nnml-save-marks): Use nnml-group-pathname instead of
17884         nnmail-group-pathname.
17885
17886         (nnml-request-create-group, nnml-request-expire-articles)
17887         (nnml-request-move-article, nnml-request-delete-group)
17888         (nnml-deletable-article-p, nnml-possibly-create-directory)
17889         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17890         (nnml-open-marks): Bind file-name-coding-system to
17891         nnmail-pathname-coding-system.
17892
17893         (nnml-request-article): Pass server argument to nnml-find-group-number.
17894         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17895         Pass server argument to nnml-possibly-create-directory.
17896         (nnml-request-accept-article): Pass server argument to
17897         nnml-active-number and nnml-save-mail.
17898         (nnml-find-group-number): Pass server argument to nnml-find-id.
17899         (nnml-request-update-info): Pass server argument to
17900         nnml-marks-changed-p.
17901
17902         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17903         (nnml-save-mail, nnml-active-number): Add server argument.
17904
17905         (nnml-request-delete-group): Warn if group is missing.
17906         (nnml-get-nov-buffer): Decode group name.
17907         (nnml-generate-active-info): Encode group name.
17908         (nnml-open-marks): Decode group name in messages.
17909
17910 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17911
17912         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17913         if it is not specified.
17914         (gnus-article-pipe-part, gnus-article-save-part)
17915         (gnus-article-interactively-view-part, gnus-article-copy-part)
17916         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17917         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17918         (gnus-article-replace-part, gnus-article-delete-part)
17919         (gnus-article-view-part-as-type): Pass raw prefix argument to
17920         gnus-article-part-wrapper.
17921
17922 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17923
17924         * gnus-agent.el (gnus-agent-save-active):
17925         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17926
17927         * gnus-cache.el (gnus-cache-save-buffers)
17928         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17929         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17930         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17931         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17932         (gnus-cache-generate-active, gnus-cache-rename-group)
17933         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17934         (gnus-cache-update-overview-total-fetched-for):
17935         Bind file-name-coding-system to nnmail-pathname-coding-system.
17936         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17937         New variables.
17938         (gnus-cache-decoded-group-name): New function.
17939         (gnus-cache-file-name): Use it.
17940         (gnus-cache-generate-active): Use non-decoded group name for active.
17941
17942         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17943         right place.
17944         (gnus-write-active-file): Don't break non-ASCII group names.
17945
17946         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17947         nnmail-pathname-coding-system.
17948
17949         * lpath.el: Bind default-file-name-coding-system,
17950         file-name-coding-system and language-info-alist for XEmacs.
17951
17952         * gnus-uu.el (gnus-uu-decode-save): Typo.
17953
17954 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17955
17956         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17957
17958 2007-07-14  David Kastrup  <dak@gnu.org>
17959
17960         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17961         finishing actions if we did not edit the article.
17962
17963 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17966         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17967         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17968         (gnus-agent-flush-group, gnus-agent-flush-cache)
17969         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17970         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17971         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17972         (gnus-agent-regenerate-group)
17973         (gnus-agent-update-files-total-fetched-for)
17974         (gnus-agent-update-view-total-fetched-for):
17975         Bind file-name-coding-system to nnmail-pathname-coding-system.
17976         (gnus-agent-group-pathname): Don't encode file names by
17977         nnmail-pathname-coding-system.
17978         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17979         coding-system-for-write instead of buffer-file-coding-system to
17980         gnus-agent-file-coding-system.
17981
17982         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17983         Decode group name.
17984
17985         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17986
17987         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17988         (gnus-read-newsrc-el-file): Make group names unibyte.
17989
17990         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17991         nnmail-pathname-coding-system.
17992
17993         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17994         (nnrss-request-delete-group): Bind file-name-coding-system to
17995         nnmail-pathname-coding-system.
17996         (nnrss-read-server-data, nnrss-read-group-data):
17997         Bind file-name-coding-system correctly.
17998         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17999
18000         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
18001         (nntp-server-to-method-cache): New variable.
18002         (nntp-group-pathname): New function that decodes non-ASCII group names.
18003         (nntp-possibly-create-directory, nntp-marks-changed-p)
18004         (nntp-save-marks, nntp-open-marks): Use it.
18005         (nntp-possibly-create-directory, nntp-open-marks):
18006         Bind file-name-coding-system to nnmail-pathname-coding-system.
18007         (nntp-open-marks): Decode group names when bootstrapping marks.
18008
18009         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
18010         Newsgroups and Followup-To headers.
18011
18012 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18013
18014         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18015         (gnus-server-closed-face, gnus-server-denied-face)
18016         (gnus-server-offline-face): Remove variable.
18017         (gnus-server-font-lock-keywords): Use faces that are not aliases.
18018
18019         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
18020         of modifying message-stack directly for XEmacs.
18021
18022         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
18023         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
18024         if the coding-system argument is nil for XEmacs.
18025
18026         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
18027         mm-charset-override-alist.
18028
18029         * rfc2047.el: Don't require base64; require rfc2045 for the function
18030         rfc2045-encode-string.
18031         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
18032         to quote the parameter value.
18033
18034 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18035
18036         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
18037         form in gnus-group-name-charset-method-alist.
18038
18039         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
18040         overrides the default layout edit-form.
18041
18042         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
18043
18044         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
18045
18046 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18047
18048         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
18049         as unfetched articles.
18050
18051 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
18052
18053         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
18054
18055 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18056
18057         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
18058         original back end that keeps marks in the local system.
18059
18060 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18061
18062         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
18063         arg of pop-to-buffer for XEmacs.
18064         (gnus-article-read-summary-keys): Ditto; don't restore window
18065         configuration if summary command ends up with neither article buffer
18066         nor summary buffer; describe bindings if summary keys end with C-h.
18067
18068 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18069
18070         * message.el (message-fix-before-sending): Skip raw message part to be
18071         forwarded while checking illegible text.
18072         (message-forward-make-body-mime, message-forward-make-body):
18073         Mark signed or encrypted raw message as having no illegible text.
18074
18075 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18076
18077         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
18078         (gnus-message-with-timestamp-1): New macro.
18079         (gnus-message-with-timestamp): New function.
18080         (gnus-message): Use them.
18081
18082         * nnheader.el (nnheader-message): Use them.
18083
18084 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
18085
18086         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
18087         .newsrc.eld file.
18088
18089 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18090
18091         * gnus-agent.el (gnus-agent-fetch-headers)
18092         (gnus-agent-retrieve-headers):
18093         Bind gnus-decode-encoded-address-function to identity.
18094
18095         * nntp.el (nntp-send-xover-command): Recognize an xover command is
18096         available also when the server returns simply a dot.
18097
18098         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
18099
18100 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18101
18102         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
18103
18104 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18105
18106         * gnus-ems.el (gnus-x-splash): Make it work.
18107
18108         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
18109         from being used.
18110
18111         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
18112
18113 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18114
18115         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
18116         4th and the 5th arguments.
18117
18118         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
18119         the front stickiness.
18120         (gnus-article-summary-command-nosave): Correct the order of the
18121         arguments passed to pop-to-buffer.
18122         (gnus-article-read-summary-keys): Ditto; make it work properly when the
18123         summary command ends up with the article buffer.
18124
18125         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
18126         the same faces.
18127
18128 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18129
18130         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
18131
18132 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18133
18134         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
18135         * gnus-sum.el (gnus-summary-highlight):
18136         * pgg.el (pgg-sign-region, pgg-sign):
18137         * mail-source.el (mail-source-delete-old-incoming-confirm):
18138         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
18139
18140 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18141
18142         * gnus-art.el (gnus-mime-view-part-externally)
18143         (gnus-mime-view-part-internally): Fix predicate function passed to
18144         completing-read.
18145
18146         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
18147
18148         * gnus.el (gnus-update-message-archive-method): Add :version.
18149
18150 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18151
18152         * gnus.el (gnus-update-message-archive-method): New variable.
18153
18154         * gnus-start.el (gnus-setup-news): Update saved "archive" method
18155         according to gnus-message-archive-method if
18156         gnus-update-message-archive-method is non-nil.
18157
18158 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18159
18160         * gnus-sum.el (gnus-summary-limit-to-address): New function.
18161         Suggested by Loic Dachary <loic@dachary.org>.
18162         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18163
18164 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18165
18166         * message.el (message-pop-to-buffer): Add switch-function argument.
18167         (message-mail): Pass switch-function argument to it.
18168
18169 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
18170
18171         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
18172         Improve doc string.
18173
18174 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18175
18176         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
18177         (gnus-header-content):
18178         * gnus-cite.el (gnus-cite-10):
18179         * gnus-srvr.el (gnus-server-closed):
18180         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
18181         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
18182         (gnus-group-mail-3-empty, gnus-group-mail-low)
18183         (gnus-group-mail-low-empty, gnus-splash):
18184         * message.el (message-header-to, message-header-cc)
18185         (message-header-subject, message-header-other, message-header-name)
18186         (message-header-xheader, message-separator, message-cited-text)
18187         (message-mml): Lighten colors of faces used for dark background.
18188
18189 2007-05-24  Simon Josefsson  <simon@josefsson.org>
18190
18191         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
18192         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
18193
18194 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18195
18196         * message.el (message-narrow-to-headers-or-head):
18197         Ignore mail-header-separator in the body.
18198
18199 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18200
18201         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
18202         same as window size.
18203
18204 2007-05-22  Kevin Ryde  <user42@zip.com.au>
18205
18206         * message.el (message-font-lock-keywords): Use message-header-xheader
18207         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18208         ahead of the anything pattern, to get it recognized.
18209
18210 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18211
18212         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18213         spam.el loads uses it in the compiled defadvice form.
18214
18215 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18216
18217         * gnus-sum.el (gnus-articles-to-read)
18218         (gnus-summary-insert-old-articles): Don't truncate group name for
18219         `read-string'.
18220
18221         * gnus-util.el (gnus-limit-string): Delete this function.
18222
18223         * gnus-sum.el (gnus-simplify-subject-fully):
18224         Use `truncate-string-to-width' instead.
18225
18226 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18227
18228         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18229         Tell if, on summary exit, the next group has to be selected.
18230         (gnus-summary-exit): Use it.
18231
18232 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18233
18234         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18235         non-break space.
18236
18237 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18238
18239         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18240         Check if group is not a directory.
18241         (nnfolder-request-expire-articles): Don't delete articles if the target
18242         group is not available.
18243
18244         * nnml.el (nnml-request-create-group): Properly check if group is not a
18245         file.
18246         (nnml-request-expire-articles): Don't delete articles if the target
18247         group is not available.
18248
18249         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18250         Don't quote characters that are within parentheses.
18251
18252 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18253
18254         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18255         (gnus-handle-ephemeral-exit): Select article according to it.
18256
18257 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18258
18259         * message.el (message-insert-formated-citation-line): Remove newline.
18260         (message-citation-line-format): Add final \n here so that the user can
18261         avoid a blank line.
18262
18263 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18264
18265         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18266         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18267         Update lanl/arXiv support.
18268
18269 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18270
18271         * gnus.el: Bump version number.
18272
18273 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18274
18275         * gnus.el (gnus-version-number): Bump version.
18276
18277 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18278
18279         * gnus.el: No Gnus v0.6 is released.
18280
18281 2007-04-27  Didier Verna  <didier@xemacs.org>
18282
18283         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18284         * gmm-utils.el (gmm-regexp-concat): ... here.
18285         * message.el: Don't require 'gnus-util.
18286         (message-dont-reply-to-names): Handle name change above.
18287         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18288
18289 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18290
18291         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18292         since the initial value varies according to the system.
18293
18294 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18295
18296         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18297
18298 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18299
18300         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18301
18302 2007-04-24  Didier Verna  <didier@xemacs.org>
18303
18304         Improve the type of gnus-ignored-from-addresses.
18305         * gnus-util.el (gnus-orify-regexp): New function.
18306         * message.el (gnus-util): Require it.
18307         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18308         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18309         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18310
18311 2007-04-24  Didier Verna  <didier@xemacs.org>
18312
18313         * gnus-sum.el:
18314         * gnus-utils.el: Fix some trailing whitespaces.
18315
18316 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18317
18318         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18319         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18320         article's Message-ID; refer parent article in summary buffer.
18321
18322         * message.el (message-bounce): Call mime-to-mml.
18323
18324         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18325         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18326         optimize and/or forms properly.
18327
18328 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18329
18330         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18331         URL.
18332
18333 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18334
18335         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18336
18337 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18338
18339         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18340         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18341         displayed of multipart/alternative part if it is invoked from summary
18342         buffer.
18343
18344         * mm-view.el (mm-inline-text-html-render-with-w3m)
18345         (mm-inline-text-html-render-with-w3m-standalone)
18346         (mm-inline-render-with-function): Use mail-parse-charset by default.
18347
18348 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18349
18350         * parse-time.el (parse-time-string-chars): Check if CHAR
18351         is less than the length of parse-time-syntax.
18352
18353 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18354
18355         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18356         from gnus-newsgroup-processable.
18357
18358 2007-04-16  Didier Verna  <didier@xemacs.org>
18359
18360         * gnus-msg.el (gnus-configure-posting-styles):
18361         Handle message-signature-directory properly with :file syntax.
18362         Reported by "Leo".
18363
18364 2007-04-11  Didier Verna  <didier@xemacs.org>
18365
18366         New user option: message-signature-directory.
18367         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18368         * message.el (message-insert-signature): Ditto.
18369         * message.el (message-signature-file): Doc update.
18370         * message.el (message-signature-directory): New.
18371
18372 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18373
18374         * gnus-msg.el (gnus-inews-yank-articles):
18375         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18376
18377 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18378
18379         * message.el (message-yank-original): Make sure cited text ends with
18380         newline; don't exchange point and mark.
18381
18382 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18383
18384         * tls.el (open-tls-stream): Properly handle case where there
18385         is no associated buffer.
18386
18387 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18388
18389         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18390         message-yank-original, make sure (< mark TEXT point).
18391
18392 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18393
18394         * message.el (message-fill-column): New variable.
18395         (message-mode): Use it.  Add comment on a possible new hook.
18396
18397         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18398         (nnmail-get-new-mail): Reformat.
18399
18400         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18401
18402         * gmm-utils.el: Fix Commentary.
18403         (gmm-tool-bar-from-list): Fix typo in doc string.
18404
18405 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18406
18407         * message.el (message-yank-original): Don't switch point and mark
18408         unnecessarily to put point and mark as documented.
18409
18410 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18411
18412         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18413         from the message heads.
18414
18415 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18416
18417         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18418         article buffer does not have a window.  This may not be the best
18419         solution but is certainly better than setting the start of the null,
18420         that is the current, window.
18421
18422 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18423
18424         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18425         (gnus-draft-setup): Run it.
18426
18427         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18428         gnus-score-fast-scoring.  Allow regexp.
18429         (gnus-score-headers): Use it.
18430
18431         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18432         XEmacs.
18433
18434         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18435         string.
18436         (gnus-button-alist): Also catch `<f1> k ...'.
18437         (gnus-treat-display-x-face): Fix doc string.
18438
18439 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18440
18441         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18442         evaluation of gnus-extended-version to ensure correct generation of the
18443         User-Agent header when message-generate-headers-first is used.
18444
18445 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18446
18447         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18448         hashcash-path is nil.  Don't call callback with incorrect number of
18449         parameters if val is 0.
18450
18451 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18452
18453         * message.el (message-required-news-headers):
18454         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18455
18456 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18457
18458         * tls.el (open-tls-stream): In handshake-waiting loop,
18459         don't wait more if there is output available to process.
18460
18461 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18462
18463         * tls.el (tls-program): Doc fix.
18464
18465 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18466
18467         * message.el (message-generate-new-buffers): Change the meaning of the
18468         nil value; add `standard' to the choices; treat t as `unique'; improve
18469         doc string.
18470         (gnus-select-frame-set-input-focus): Autoload.
18471         (message-buffer-name): Search for the existing message buffer if
18472         message-generate-new-buffers is nil or `standard'; treat the value t of
18473         message-generate-new-buffers as `unique'.
18474         (message-pop-to-buffer): Raise the frame already displaying the message
18475         buffer; clear the echo area after querying.
18476         (message-setup): Pass the `continue' argument to compose-mail.
18477         (message-mail): Prefer `switch-function' if it is given; search for the
18478         existing message buffer if the `continue' argument is non-nil; pass
18479         continue and switch-function arguments to compose-mail by way of
18480         message-setup.
18481         (message-mail-other-window): Adjust argument of message-setup.
18482         (message-mail-other-frame): Ditto.
18483
18484 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18485
18486         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18487         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18488         to turn font-lock on when turning gnus-message-citation-mode on.
18489
18490 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18491
18492         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18493         (mml-smime-function-alist): New variable; add epg as the backend.
18494         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18495         mml-smime- functions instead.
18496         * mm-view.el: Require smime.
18497
18498 2007-03-05  Didier Verna  <didier@xemacs.org>
18499
18500         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18501         instead of just inheritance for posting styles.
18502         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18503
18504 2007-02-24  Chris Moore  <dooglus@gmail.com>
18505
18506         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18507         * pgg-pgp.el (pgg-pgp-encrypt-region):
18508         * pgg-gpg.el (pgg-gpg-encrypt-region):
18509         Check pgg-encrypt-for-me if no other recipients.
18510
18511 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18512
18513         * tls.el (tls-certtool-program): Fix custom type.
18514
18515 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18516
18517         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18518         and point-at-eol instead of line-(beginning|end)-position.
18519
18520         * assistant.el (assistant-parse-buffer): Ditto.
18521
18522         * netrc.el (netrc-parse-services): Ditto.
18523
18524 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18525
18526         * mml2015.el (mml2015-epg-find-usable-key): New function.
18527         (mml2015-epg-sign): Use it.
18528         (mml2015-epg-encrypt): Use it.
18529
18530 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18531
18532         * message.el (message-make-in-reply-to): Quote name containing
18533         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18534         if there are special characters.  Reported by NAKAJI Hiroyuki
18535         <nakaji@jp.freebsd.org>.
18536
18537 2007-02-27  Didier Verna  <didier@xemacs.org>
18538
18539         Include the group parameters as well as the topic ones in the
18540         inheritance filter process.
18541         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18542         argument GROUP-PARAMS-LIST.
18543         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18544
18545 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18546
18547         * nntp.el (nntp-never-echoes-commands)
18548         (nntp-open-connection-functions-never-echo-commands): New variables.
18549         (nntp-send-command): Use them.
18550
18551 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18552
18553         * mml2015.el (mml2015-epg-verify): Simplify.
18554
18555 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18556
18557         * mml.el (mml-content-disposition-alist): New user option.
18558         (mml-content-disposition): New function.
18559         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18560         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18561
18562 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18563
18564         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18565         verification.
18566
18567 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18568
18569         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18570         articles posted in the last 24 hours.
18571
18572 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18573
18574         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18575
18576 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18577
18578         * nntp.el (nntp-send-command): Don't wait for echoes when
18579         nntp-open-ssl-stream is used.
18580
18581 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18582
18583         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18584         (gnus-message-add-citation-keywords)
18585         (gnus-message-remove-citation-keywords): Remove.
18586         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18587         directly, make the variables in font-lock-defaults buffer-local, add
18588         gnus-message-citation-keywords to them and then update the value of
18589         font-lock-keywords.
18590
18591 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18592
18593         * message.el (message-cite-original-1): Don't call
18594         gnus-article-highlight-citation.
18595
18596         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18597         citations; fix line count.
18598
18599 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18600
18601         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18602         (gnus-message-add-citation-keywords)
18603         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18604         versions of font-lock-add-keywords and font-lock-remove-keywords to
18605         work with XEmacs correctly.
18606
18607 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18608
18609         * gnus-cite.el (gnus-cite-face-list): Set the values of
18610         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18611         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18612         (gnus-message-cite-prefix-regexp): New variable.
18613         (gnus-message-search-citation-line): Use it; protect against long
18614         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18615         the 0th match data for Emacs.
18616         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18617         (gnus-message-add-citation-keywords): Append keywords rather than
18618         prepending; emulate font-lock-add-keywords if it is not available.
18619         (gnus-message-remove-citation-keywords):
18620         Emulate font-lock-remove-keywords if it is not available.
18621
18622         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18623
18624         * message.el (message-cite-prefix-regexp): Set the value of
18625         gnus-message-cite-prefix-regexp.
18626
18627 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18628
18629         * nnweb.el (nnweb-google-parse-1): Update parser.
18630
18631 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18632
18633         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18634
18635 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18636
18637         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18638         regexp.
18639
18640 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18641
18642         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18643         string-to-multibyte.
18644         (uudecode-decode-region-internal): Use it.
18645
18646         * lpath.el: Fbind string-as-multibyte for XEmacs.
18647
18648 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18649
18650         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18651         Fix custom choice.
18652
18653         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18654
18655 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18656
18657         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18658
18659         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18660         `write-region' to respect `mm-inhibit-file-name-handlers'.
18661
18662 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18663
18664         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18665         Use gnus-home-directory instead of "~/" or "$HOME".
18666
18667 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18668
18669         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18670         to mention filename.
18671         Add comments at beginning regarding usage.
18672         (encrypt-write-file-contents): Change interactive so a string is
18673         acceptable.  If the file has no associated model, show an error instead
18674         of a nonsense prompt.
18675
18676 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18677
18678         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18679         Thanks to Yoshihiko Yamada for kind notification of this typo.
18680
18681 2007-01-12  Kenichi Handa  <handa@m17n.org>
18682
18683         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18684         multibyte buffer.
18685
18686 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18687
18688         * gnus-score.el (gnus-score-fast-scoring): New variable.
18689         (gnus-score-headers): Use it.
18690
18691         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18692
18693         * message.el (message-cite-original-1):
18694         Call gnus-article-highlight-citation if requested.
18695         (message-make-from): Allow name and address as optional arguments.
18696
18697         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18698
18699         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18700         bugs to doc string.
18701         (gnus-button-alist): Add mid\\|message-id.
18702         (gnus-button-fetch-group): Extend for use in
18703         `browse-url-browser-function'.
18704         (gnus-button-url-regexp): Try to catch paired parentheses like in
18705         Wikipedia URLs.
18706
18707         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18708         Suggested by Simon Krahnke <overlord@gmx.li>.
18709
18710 2007-01-13  Romain Francoise  <romain@orebokech.com>
18711
18712         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18713         Update copyright.
18714
18715 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18716
18717         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18718
18719 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18720
18721         * gnus-registry.el (gnus-registry-unfollowed-groups)
18722         (gnus-registry-split-fancy-with-parent): Fix documentation.
18723
18724 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18725
18726         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18727         from nnweb groups.
18728
18729 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18730
18731         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18732         Xref urls.  Erase buffer before requesting head.
18733
18734         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18735
18736 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18737
18738         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18739         customizable.
18740
18741 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18742
18743         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18744         no signing key is found.
18745         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18746         no encrypting and/or signing key is found.
18747
18748 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18749
18750         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18751
18752 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18753
18754         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18755         headers read from disk with the ones newly found in the current search.
18756         This should no longer cause problems, because the article numbers in
18757         Gmane's `nov.php' output are ignored since the previous change.
18758
18759 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18760
18761         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18762
18763 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18764
18765         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18766         replace-regexp-in-string; bind url-version; fbind display-images-p and
18767         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18768         find-face and set-itimer-function for Emacs; bind itimer-list for
18769         Emacs.
18770
18771         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18772
18773 2007-01-01  Romain Francoise  <romain@orebokech.com>
18774
18775         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18776
18777 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18778
18779         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18780         `define-minor-mode' macro definition expanded properly.
18781         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18782         exclude it there.
18783
18784         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18785         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18786         `fboundp' test.
18787         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18788         This is OK to autoload in (S)XEmacs now.
18789
18790 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18791
18792         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18793         keystroke.
18794         (gnus-summary-limit-to-singletons): Fix typo.
18795
18796         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18797         else fails.
18798
18799 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18800
18801         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18802         docstring.
18803
18804         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18805         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18806         (gnus-summary-insert-dormant-articles): Fix typo in message.
18807
18808 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18809
18810         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18811         nil for XEmacs.
18812         (gnus-message-citation-mode): Don't autoload in XEmacs.
18813
18814         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18815
18816 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18817
18818         * nnimap.el (nnimap-expunge-search-string):
18819         Mention nnimap-search-uids-not-since-is-evil in docstring.
18820
18821 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18822
18823         * spam.el: Revert to make-obsolete-variable because
18824         define-obsolete-variable-alias is not supported in Emacs 21.
18825
18826         * spam.el (spam-ifile-path, spam-ifile-database-path)
18827         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18828         make-obsolete-variable.
18829         (spam-bsfilter-path, spam-bsfilter-program)
18830         (spam-spamassassin-path, spam-spamassassin-program)
18831         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18832         Don't use "path" inappropriately.
18833         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18834         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18835         variable names.
18836
18837 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18838
18839         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18840         summary buffer.
18841
18842         * password.el (password-cache-remove): Use clear-string to burn
18843         password, if available.
18844
18845 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18846
18847         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18848
18849         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18850
18851         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18852         (gnus-message-highlight-citation): Move defcustom here from
18853         gnus-cite.el.
18854         (gnus-message-citation-mode): Autoload.
18855
18856         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18857         checks to make it compile with XEmacs.
18858         (gnus-message-citation-mode): New minor mode.
18859         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18860         (gnus-message-highlight-citation): New variables.
18861         (gnus-message-search-citation-line)
18862         (gnus-message-add-citation-keywords)
18863         (gnus-message-remove-citation-keywords)
18864         (turn-on-gnus-message-citation-mode)
18865         (turn-off-gnus-message-citation-mode): New functions.
18866
18867 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18868
18869         * gnus-cite.el: Enable highlighting of different citation levels in
18870         message-mode.
18871
18872 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18873
18874         * message.el (message-make-fqdn): Fix comment.
18875         (message-bogus-system-names): Add ".local".
18876
18877         * spam.el (spam-ifile-path, spam-ifile-program)
18878         (spam-ifile-database-path, spam-ifile-database)
18879         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18880         Don't use "path" inappropriately.
18881         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18882         strings.
18883         (spam-check-ifile, spam-ifile-register-with-ifile)
18884         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18885         Use new variable names.
18886
18887         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18888         (gnus-treat-display-smileys): Simplify using
18889         gnus-image-type-available-p.
18890
18891         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18892         available.
18893
18894         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18895         Use `display-images-p' if available.
18896
18897 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18898
18899         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18900         one after turning on the buffer's multibyteness instead of decoding
18901         them directly in the unibyte buffer that causes unexpected conversion
18902         in Emacs 23 (unicode).
18903
18904 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18905
18906         * message.el (message-generate-hashcash): Fix custom type.
18907
18908 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18909
18910         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18911
18912 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18913
18914         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18915         disconnect icons.  Add help text.
18916
18917 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18918
18919         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18920         negated to be consistent with the others we handle.
18921
18922 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18923
18924         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18925         version of gnus-summary-buffer to something, so that we can use two
18926         article buffers at the same time.
18927
18928 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18929
18930         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18931         trigger all the extra headers.
18932         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18933         sorting.
18934
18935 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18936
18937         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18938         solid groups.
18939
18940 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18941
18942         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18943
18944 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18945
18946         * legacy-gnus-agent.el: Add Copyright notice.
18947
18948 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18949
18950         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18951
18952 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18953
18954         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18955
18956         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18957         to make it work reliably in CVS Emacs.
18958         (gnus-summary-limit-strange-charsets-predicate)
18959         (gnus-summary-limit-to-predicate): New functions.
18960
18961 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18962
18963         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18964         specifying array size.
18965         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18966         array if it is too small.
18967         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18968         (gnus-sort-threads-loop): New function.
18969
18970 2006-12-06  Chris Moore  <dooglus@gmail.com>
18971
18972         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18973         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18974
18975 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18976
18977         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18978         options.
18979
18980 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18981
18982         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18983         DOS-ing the recipient.
18984
18985         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18986         the headers when creating the mapping to avoid mismappings.
18987         (nnweb-gmane-create-mapping): Always nix out old mapping.
18988
18989 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18990
18991         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18992         and mm-verify-option to never.
18993
18994 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18995
18996         * message.el (message-signed-or-encrypted-p): New function.
18997         (message-forward-make-body): Use it.
18998
18999         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
19000         Replace encode-coding-string with mm-encode-coding-string.
19001
19002 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19003
19004         * nneething.el (nneething-decode-file-name):
19005         Replace decode-coding-string with mm-decode-coding-string.
19006
19007         * gnus-int.el (gnus-open-server): Say failed server's name.
19008
19009 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19010
19011         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
19012         strings to a single string.  Quote `errors-file-name'.
19013         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
19014         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
19015         Adjust calls.  Use `shell-quote-argument'.
19016
19017 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
19018
19019         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
19020         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
19021
19022         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
19023         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
19024         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
19025         (gnus-group-make-directory-group, gnus-group-transpose-groups):
19026         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
19027         (gnus-subscribe-newsgroup, gnus-1):
19028         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
19029         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
19030         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
19031         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
19032
19033 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19034
19035         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
19036         keystroke.
19037         (gnus-summary-limit-to-bodies): Implement headersp.
19038
19039 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19040
19041         * dns.el (query-dns): Protect against "Process dns deleted" strings.
19042
19043 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19044
19045         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
19046
19047 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19048
19049         * message.el (message-generate-hashcash): Expand range of values to
19050         include `opportunistic'.
19051         (message-send-mail): Use it.
19052
19053 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19054
19055         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
19056         and comment it.
19057
19058         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
19059
19060 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
19061
19062         * gnus-util.el (gnus-extract-address-components): Improve comment.
19063
19064 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19065
19066         * gnus-util.el (gnus-extract-address-components): Work with address in
19067         which the name portion contains @.
19068
19069         * lpath.el: Fbind custom-autoload.
19070
19071 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19072
19073         * gnus.el (gnus-start): Move custom group up.
19074         (gnus-select-method): Don't autoload, but make it available for
19075         `customize-variable'.
19076         (gnus-getenv-nntpserver): Don't autoload.
19077
19078 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
19079
19080         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
19081
19082 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19083
19084         * message.el (message-sendmail-extra-arguments): New variable.
19085         (message-send-mail-with-sendmail): Use it.
19086
19087 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19088
19089         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
19090         mm-with-unibyte-current-buffer to make string unibyte.
19091
19092         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
19093         mm-string-as-multibyte.
19094
19095 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
19096
19097         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
19098         Reported by Werner Koch <wk@gnupg.org>.
19099
19100 2006-11-14  Daiki Ueno  <ueno@p360>
19101
19102         * mml2015.el: Autoload epa-select-keys when compiling.
19103
19104 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19105
19106         * mml2015.el (mml2015-epg-sign): Save the signing keys in
19107         message-options.
19108         (mml2015-epg-encrypt): Save the recipient keys in message-options.
19109
19110 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19111
19112         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
19113         EasyPG (< 0.0.6).
19114         (mml2015-always-trust): New user option.
19115         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
19116         prompt.
19117
19118 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19119
19120         * nntp.el (nntp-authinfo-force): New variable.
19121         (nntp-send-authinfo): Use it.
19122
19123 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
19124
19125         * message.el (message-strip-subject-encoded-words): Allow _not_ to
19126         decode encoded words.  Improve prompt.  Add comment about forwarding.
19127         (message-replacement-char): Move up.
19128
19129 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19130
19131         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
19132         instead of gnus-intersection because arguments of gnus-sorted-nunion
19133         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
19134
19135 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
19136
19137         * message.el (message-strip-subject-encoded-words): Reformat prompt.
19138         (message-simplify-subject-functions):
19139         Enable message-strip-subject-encoded-words by default.
19140
19141 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
19142
19143         * message.el (message-strip-subject-encoded-words): New function.
19144         (message-simplify-subject-functions): New variable.
19145         (message-simplify-subject): Use it.  Fix typo in doc string.
19146         Support message-strip-subject-encoded-words.
19147
19148 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
19149
19150         * gnus-diary.el (gnus-diary-delay-format-function):
19151         * nndiary.el (nndiary-reminders):
19152         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
19153
19154 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19155
19156         * gnus-art.el (article-hide-boring-headers): Fetch date from
19157         gnus-original-article-buffer to avoid problems with localized date
19158         strings.
19159
19160 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19161
19162         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
19163
19164 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
19165
19166         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19167         New variables.
19168         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19169         (mm-charset-synonym-alist): Move some entries to
19170         mm-codepage-iso-8859-list.
19171         (mm-charset-synonym-alist, mm-charset-override-alist):
19172         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19173
19174 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19175
19176         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
19177
19178 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19179
19180         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
19181         with Emacs 21 and XEmacs.
19182
19183 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
19184
19185         * spam.el (spam-parse-address): New function for better parsing,
19186         catching errors, etc.
19187         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
19188
19189 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19190
19191         * mm-view.el: Add interactive arg to html2text autoload.
19192
19193 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19194
19195         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
19196
19197 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
19198
19199         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19200         New variables.
19201         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19202         (mm-charset-synonym-alist): Move some entries to
19203         mm-codepage-iso-8859-list.
19204
19205         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19206
19207 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19208
19209         * message.el (message-citation-line-format)
19210         (message-insert-formated-citation-line): Fix implementation of %E, %N
19211         and %n according to the doc string.
19212
19213 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19214
19215         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19216         Use car-safe to avoid bad parses.
19217
19218 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19219
19220         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19221         names.
19222
19223         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19224
19225 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19226
19227         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19228         header.
19229
19230         * message.el (message-draft-headers): Add Date.
19231         (message-headers-to-generate): Fix typo in docstring.
19232
19233         * nndraft.el (nndraft-required-headers): New variable.
19234         (nndraft-generate-headers): Use it.
19235
19236         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19237
19238 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19239
19240         * gnus-registry.el (gnus-registry-wash-for-keywords)
19241         (gnus-registry-find-keywords): New functions to allow easy searching of
19242         articles that are in the registry.
19243
19244 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19245
19246         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19247         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19248         Reported by Damien Elmes <damien@repose.cx>.
19249
19250 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19251
19252         * gnus.el (gnus-mime): Remove unused custom group.
19253
19254 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19255
19256         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19257         "blank line" when searching for end of armor headers.
19258
19259 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19260
19261         * gmm-utils.el (gmm-write-region): Fix variable name.
19262
19263 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19264
19265         * gmm-utils.el (gmm-write-region): New function based on compatibility
19266         code from `mm-make-temp-file'.
19267
19268         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19269
19270         * nnmaildir.el (nnmaildir--update-nov)
19271         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19272         Use `gmm-write-region'.
19273
19274 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19275
19276         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19277         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19278
19279         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19280
19281         * message.el (message-replacement-char): New variable.
19282         (message-fix-before-sending): Use it.
19283         (message-simplify-subject): New function to remove duplicate code.
19284         (message-reply, message-followup): Use it.
19285
19286         * gnus-sum.el (gnus-summary-make-menu-bar):
19287         Clarify gnus-summary-limit-to-articles.
19288
19289 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19290
19291         * gnus-util.el (gnus-with-local-quit): New macro.
19292
19293         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19294
19295 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19296
19297         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19298         ignore non-string data.
19299
19300 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19301
19302         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19303         non-string data (needs to be done in the registry too).
19304
19305 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19306
19307         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19308         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19309         (gnus-registry-split-fancy-with-parent)
19310         (gnus-registry-fetch-simplified-message-subject-fast)
19311         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19312         Remove text properties on ingress into the registry and when it's saved.
19313         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19314         registry from entries with no groups.
19315
19316 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19317
19318         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19319         function to remove string properties.
19320
19321 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19322
19323         * gmm-utils.el (gmm): Adjust custom version.
19324
19325         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19326         Adjust custom version.
19327
19328         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19329
19330 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19331
19332         * gnus-art.el (gnus-insert-prev-page-button)
19333         (gnus-insert-next-page-button): Simplify.  Reformat.
19334
19335 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19336
19337         * gnus-art.el (gnus-insert-prev-page-button)
19338         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19339
19340 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19341
19342         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19343
19344 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19345
19346         * gnus-art.el (gnus-insert-mime-button)
19347         (gnus-insert-mime-security-button):
19348         Apply gnus-article-button-face to MIME and security buttons.
19349
19350 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19351
19352         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19353         readable.
19354
19355 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19356
19357         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19358
19359 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19360
19361         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19362         `browse-url-of-file' instead of `browse-url'.
19363
19364 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19365
19366         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19367         regexp.  Articles containing quotation were cut prematurely.
19368
19369 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19370
19371         * message.el (message-cite-original-1): Use nobody by default for the
19372         value of From header.
19373         (message-reply): Ditto.
19374
19375 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19376
19377         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19378         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19379         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19380
19381 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19382
19383         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19384         mails in the doc string.  Add some URLs in comment.
19385         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19386
19387 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19388
19389         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19390         backslashes handling and the way to find boundaries of quoted strings.
19391
19392 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19393
19394         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19395         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19396         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19397         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19398
19399 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19400
19401         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19402         doc string.
19403         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19404
19405 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19406
19407         * lpath.el: Fbind epg-check-configuration.
19408
19409 2006-09-06  Simon Josefsson  <jas@extundo.com>
19410
19411         * mml2015.el (mml2015-use): Doc fix, mention epg.
19412
19413 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19414
19415         * mml2015.el (mml2015-use): Default to epg, if available.
19416
19417 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19418
19419         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19420         message-sender.
19421         (mml1991-epg-encrypt): Ditto.
19422         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19423         message-sender.
19424         (mml2015-epg-encrypt): Ditto.
19425
19426 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19427
19428         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19429         several common directories.
19430
19431 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19432
19433         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19434         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19435
19436 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19437
19438         * gnus-art.el (article-decode-encoded-words): Make it fast.
19439
19440 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19441
19442         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19443
19444         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19445         in quoted string into `\'.
19446
19447 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19448
19449         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19450         Use standard-syntax-table.
19451
19452 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19453
19454         * gnus-art.el (gnus-decode-address-function): New variable.
19455         (article-decode-encoded-words): Use it to decode headers which are
19456         assumed to contain addresses.
19457         (gnus-mime-delete-part): Remove useless `or'.
19458
19459         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19460         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19461         (gnus-nov-parse-line): Use it to decode From header.
19462         (gnus-get-newsgroup-headers): Ditto.
19463         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19464
19465         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19466         (mail-decode-encoded-address-string): New alias.
19467
19468         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19469         New function.
19470         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19471         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19472         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19473         (rfc2047-decode-string): Ditto.
19474         (rfc2047-decode-address-region): New function.
19475         (rfc2047-decode-address-string): New function.
19476
19477 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19478
19479         * message.el (message-caesar-buffer-body): Allow rotating headers.
19480
19481         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19482
19483         * message.el (message-insert-formated-citation-line): Fix %f.
19484         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19485
19486 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19487
19488         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19489         (gnus-bookmark-mouse-available-p): New macro.
19490         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19491         (gnus-bookmark-bmenu-show-infos): Use it.
19492         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19493         (gnus-bookmark-bmenu-hide-infos): Ditto.
19494         (gnus-bookmark-remove-properties): New function.
19495         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19496         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19497         (gnus-bookmark-write-file): Bind coding-system-for-write.
19498         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19499         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19500         group before selecting it.
19501         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19502         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19503         quit-window if it is not available; use gnus-mouse-2 and bind it to
19504         gnus-bookmark-bmenu-select-by-mouse.
19505         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19506         (gnus-bookmark-bmenu-select-by-mouse): New function.
19507
19508 2006-08-13  Romain Francoise  <romain@orebokech.com>
19509
19510         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19511         space.
19512
19513 2006-08-10  Romain Francoise  <romain@orebokech.com>
19514
19515         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19516         (dns-mode-soa-auto-increment-serial): New user option.
19517         (dns-mode-soa-maybe-increment-serial): New function.
19518         (dns-mode): Add the latter to `write-contents-functions'.
19519
19520 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19521
19522         * compface.el (uncompface): Use binary rather than raw-text-unix.
19523
19524 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19525
19526         * compface.el (uncompface): Make sure the eol conversion doesn't take
19527         place when communicating with the external programs.
19528         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19529
19530 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19531
19532         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19533
19534 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19535
19536         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19537         Make it more robust by parsing author and date independently.
19538
19539 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19540
19541         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19542
19543 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19544
19545         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19546         first matching secret key.
19547         (mml2015-epg-encrypt): Ditto.
19548
19549         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19550         first matching secret key.
19551         (mml1991-epg-encrypt): Ditto.
19552
19553         * mml2015.el (mml2015-encrypt-to-self): New user option.
19554         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19555         mml2015-epg-encrypt-to-self is set.
19556
19557         * mml1991.el (mml1991-encrypt-to-self): New variable.
19558         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19559         mml1991-epg-encrypt-to-self is set.
19560
19561         * mml2015.el (mml2015-signers): New user option.
19562         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19563         (mml2015-epg-encrypt): Allow to select signing keys.
19564
19565         * mml1991.el (mml1991-signers): New variable.
19566         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19567         (mml1991-epg-encrypt): Allow to select signing keys.
19568
19569 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19570
19571         * nnheader.el (nnheader-insert-head): Make it work even if the file
19572         uses CRLF for the line-break code.
19573
19574 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19575
19576         * mml2015.el: Require mml-sec instead of password.
19577         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19578         (mml2015-cache-passphrase): Inherit the default value from
19579         mml-secure-cache-passphrase.
19580         (mml2015-passphrase-cache-expiry): Inherit the default value from
19581         mml-secure-passphrase-cache-expiry.
19582
19583         * mml1991.el: Require mml-sec instead of password.
19584         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19585         (mml1991-cache-passphrase): Inherit the default value from
19586         mml-secure-cache-passphrase.
19587         (mml1991-passphrase-cache-expiry): Inherit the default value from
19588         mml-secure-passphrase-cache-expiry.
19589
19590         * mml-sec.el: Require password.
19591         (mml-secure-verbose): New user option.
19592         (mml-secure-cache-passphrase): New user option.
19593         (mml-secure-passphrase-cache-expiry): New user option.
19594
19595 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19596             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19597
19598         * pgg-def.el (pgg-truncate-key-identifier):
19599         Truncate the key ID to 8 letters from the end.
19600
19601 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19602
19603         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19604         workaround for the url package included with Emacs.
19605
19606         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19607
19608 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19609
19610         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19611         correctly.  This fixes a bug caused by the 2006-05-12 change.
19612
19613 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19614
19615         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19616         some information about the error when saying that the `bogus' mail
19617         group will be used.
19618
19619 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19620
19621         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19622         string.
19623
19624 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19625
19626         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19627
19628 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19629
19630         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19631
19632 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19633
19634         * mml1991.el (mml1991-function-alist): Add epg.
19635         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19636         (mml1991-epg-encrypt): New functions.
19637
19638 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19639
19640         * mml2015.el (mml2015-verbose): New variable.
19641         (mml2015-cache-passphrase): Ditto.
19642         (mml2015-passphrase-cache-expiry): Ditto.
19643         (mml2015-function-alist): Add epg.
19644         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19645         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19646         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19647         New functions.
19648
19649 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19650
19651         * message.el (message-cite-original-1): Preserve region when removing
19652         quoted text due to X-No-Archive in order to avoid bogus attribution
19653         when citing multiple messages.
19654
19655 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19656
19657         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19658         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19659
19660 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19661
19662         * gnus-diary.el (gnus-user-format-function-d)
19663         (gnus-user-format-function-D): Autoload.
19664
19665         * imap.el (Commentary): Fix typo.
19666
19667         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19668         2006-04-22 contribution.
19669
19670 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19671
19672         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19673         It didn't really fix the bogosity I'm seeing with solid web groups.
19674
19675 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19676
19677         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19678         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19679         created using server names.  If we use the feature without declaring
19680         it, Gnus does not properly manage server and group state.
19681
19682         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19683         bound.
19684
19685 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19686
19687         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19688         looking up the method using GROUP's prefix before inventing a new one.
19689         It is used on killed/unknown groups in various places where returning
19690         an all-new method isn't expected by the caller.
19691
19692         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19693         and match semantics of gnus-group-real-prefix.
19694
19695 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19696
19697         * nnmail.el (nnmail-broken-references-mailers): New variable.
19698         (nnmail-ignore-broken-references): New function generalizing
19699         nnmail-fix-eudora-headers.
19700         (nnmail-fix-eudora-headers): Now obsolete.
19701
19702         * gnus-art.el (gnus-button-handle-custom):
19703         Support `customize-apropos*'.
19704
19705 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19706
19707         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19708
19709         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19710         articles.
19711
19712 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19713
19714         * message.el (message-cite-reply-above): New variable.
19715         (message-yank-original): Use it.
19716
19717 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19718
19719         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19720
19721 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19722
19723         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19724         as read.
19725
19726         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19727
19728 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19729
19730         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19731         (gnus-bookmark-default-file): Use gnus-directory.
19732         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19733         Remove "*" in doc string.
19734         (gnus-bookmark-write-file): Simplify.
19735         (gnus-bookmark-maybe-sort-alist): Use `when'.
19736         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19737         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19738         Add FIXME about Emacs 21 and XEmacs compatibility.
19739         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19740         compatibility.
19741         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19742         compatibility.
19743         (gnus-bookmark-menu-heading): Fix version.
19744
19745 2006-06-19  Bastien Guerry  <bzg@altern.org>
19746
19747         * gnus-bookmark.el: New file.
19748
19749 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19750
19751         * message.el (message-syntax-checks): Doc fix.
19752
19753 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19754
19755         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19756         unsubscribed groups as if they were killed ones.  It causes duplicate
19757         entries in gnus-newsrc-alist.
19758
19759 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19760
19761         * message.el (message-syntax-checks): Doc fix.
19762         (message-send-mail): Add check for continuation headers.
19763         (message-check-news-header-syntax): Fix regexp used to check for
19764         continuation headers.
19765
19766 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19767
19768         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19769
19770 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19771
19772         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19773
19774 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19775
19776         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19777         default-truncate-lines.
19778
19779 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19780
19781         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19782         to fill the utf-8 entry.
19783
19784         * lpath.el: Fbind unicode-precedence-list.
19785
19786 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19787
19788         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19789
19790 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19791
19792         * gnus-agent.el (directory-files-and-attributes): Move all the way
19793         forward (the third and final move).
19794         (gnus-agent-read-agentview): Trap reconstruction errors due to
19795         nonexistent directory.  Handle by returning nil.
19796
19797 2006-05-30  Didier Verna  <didier@xemacs.org>
19798
19799         * message.el (message-dont-reply-to-names): Update the custom type.
19800         * message.el (message-dont-reply-to-names): New defsubst: potentially
19801         convert a list of regexps into a single one.
19802         * message.el (message-get-reply-headers): Use it.
19803         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19804
19805 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19806
19807         * gnus-agent.el (directory-files-and-attributes): Move forward.
19808
19809 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19810
19811         * gnus-ml.el (gnus-mailing-list-subscribe)
19812         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19813         (gnus-mailing-list-message): Fix doc strings.
19814
19815 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19816
19817         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19818         of doing it manually.
19819
19820 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19821
19822         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19823         comment.
19824
19825 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19826
19827         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19828         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19829         (gnus-agent-read-local): All symbols allocated in my-obarray.
19830         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19831         (gnus-agent-regenerate-group): Check numeric names to see if they are
19832         messages or groups.
19833         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19834         better way of do this...)
19835
19836         * gnus-cache.el (gnus-agent-total-fetched-for):
19837         Ignore 'dummy.group' (there should be a better way of do this...)
19838
19839 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19840
19841         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19842         (gnus-saved-headers): Ditto.
19843         (gnus-default-article-saver): Mention functions may have properties.
19844         (gnus-article-save): Override gnus-save-all-headers and
19845         gnus-saved-headers by :headers property which saver function may have.
19846         (gnus-summary-save-in-file): Add :headers property.
19847         (gnus-summary-write-to-file): Ditto.
19848
19849         * gnus-sum.el (gnus-summary-save-article): Bind
19850         gnus-prompt-before-saving to t when saving many articles in a file;
19851         always show all headers.
19852
19853         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19854
19855 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19856
19857         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19858         marks.
19859
19860         * message.el (message-indent-citation): Add optional arguments to allow
19861         using it outside of message buffers.
19862
19863         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19864         (gnus-article-treat-unfold-headers): Use it.
19865         (gnus-article-truncate-lines): New variable.
19866         (gnus-article-mode): Use it.
19867         (gnus-article-toggle-truncate-lines): New function.
19868
19869         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19870         Add gnus-article-toggle-truncate-lines.
19871
19872         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19873         coding system in XEmacs, use binary.
19874
19875 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19876
19877         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19878         after-load-alist.
19879
19880         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19881         this function should save decoded articles.
19882         (gnus-summary-write-to-file): Use property to specify this function
19883         should save decoded articles and specify gnus-summary-save-in-file
19884         should be used to save articles other than the first one when saving
19885         many articles.
19886         (gnus-summary-save-body-in-file): Use property to specify this
19887         function should save decoded articles.
19888         (gnus-summary-write-body-to-file): Use property to specify this
19889         function should save decoded articles and specify
19890         gnus-summary-save-body-in-file should be used to save articles other
19891         than the first one when saving many articles.
19892
19893         * gnus-sum.el (gnus-summary-save-article): Simplify.
19894
19895 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19896
19897         * gnus-art.el (gnus-default-article-saver):
19898         Add gnus-summary-write-body-to-file.
19899         (gnus-article-save-coding-system): Don't use coding system object
19900         in XEmacs.
19901         (gnus-read-save-file-name): Add optional `dir-var' argument which
19902         specifies directory in which files are saved; work even if optional
19903         `variable' argument is not specified.
19904         (gnus-summary-write-to-file): Read file name.
19905         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19906         (gnus-summary-write-body-to-file): New function.
19907
19908         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19909         (gnus-summary-local-variables): Add it.
19910         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19911         (gnus-summary-save-article): Remove optional `decode' argument;
19912         determine whether to decode articles by the value of
19913         gnus-default-article-saver; when saving many files using
19914         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19915         it first and use gnus-summary-save-in-file or
19916         gnus-summary-save-body-in-file thereafter unless
19917         gnus-prompt-before-saving is always; move point to article which
19918         will be saved.
19919         (gnus-summary-save-article-file): Revert.
19920         (gnus-summary-write-article-file): Revert.
19921         (gnus-summary-save-article-body-file): Revert.
19922         (gnus-summary-write-article-body-file): New function.
19923
19924 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19925
19926         * gnus-art.el (gnus-default-article-saver): Doc fix.
19927         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19928         from gnus-summary-save-article-coding-system, and default to a
19929         certain coding system.
19930         (gnus-output-to-file): Add coding cookie and encode text according
19931         to gnus-article-save-coding-system; don't use mm-append-to-file.
19932
19933         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19934         gnus-art.el and rename to gnus-article-save-coding-system.
19935         (gnus-summary-save-article): Require gnus-art; don't show all
19936         headers if it decodes articles; don't add coding cookie here;
19937         don't bind mm-text-coding-system-for-write.
19938         (gnus-summary-save-article-file): Save decoded articles.
19939         (gnus-summary-write-article-file): When saving many files, use
19940         gnus-summary-write-to-file first and gnus-summary-save-in-file
19941         thereafter unless gnus-prompt-before-saving is always.
19942         (gnus-summary-save-article-body-file): Save decoded articles.
19943
19944         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19945
19946 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19947
19948         * nnrss.el (nnrss-check-group): Bind hash-index.
19949
19950 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19951
19952         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19953         its hash index.  Store this hash in `nnrss-group-data'.
19954         (nnrss-read-group-data): Update accordingly.
19955
19956 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19957
19958         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19959         entry.
19960
19961         * gnus-sum.el (gnus-summary-make-menu-bar):
19962         Add gnus-article-browse-html-article.
19963
19964 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19965
19966         * gnus-sum.el (gnus-summary-mime-map):
19967         Add gnus-article-browse-html-article.
19968
19969         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19970
19971 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19972
19973         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19974         suitable coding systems in customize.
19975
19976 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19977
19978         * mail-source.el (mail-sources): Fix custom type.
19979
19980 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19981
19982         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19983         (gnus-summary-expire-articles-now): Shorten prompt.
19984
19985         * gmm-utils.el (wid-edit): Require.
19986         (defun-gmm): Rename from `gmm-defun-compat'.
19987         (gmm-image-search-load-path): Use it.
19988         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19989
19990 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19991
19992         * gnus-sum.el (gnus-summary-save-article-coding-system):
19993         New variable.
19994         (gnus-summary-save-article): Add optional `decode' argument.
19995         If it is set and gnus-summary-save-article-coding-system is non-nil,
19996         save decoded article.
19997         (gnus-summary-write-article-file): Save decoded article if
19998         gnus-summary-save-article-coding-system is non-nil.
19999
20000         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
20001         type.
20002
20003 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20004
20005         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
20006
20007 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20008
20009         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
20010         first to test gnus-single-article-buffer which may be buffer-local.
20011
20012         * gnus-sum.el (gnus-summary-setup-buffer):
20013         Make gnus-single-article-buffer buffer-local and nil in ephemeral
20014         group; make gnus-article-buffer, gnus-article-current, and
20015         gnus-original-article-buffer always buffer-local.
20016         (gnus-summary-exit): Kill article buffer belonging to ephemeral
20017         group.
20018         (gnus-handle-ephemeral-exit): Don't move to next summary line.
20019
20020 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
20021
20022         * nnml.el (nnml-request-compact-group): Compressed files might not
20023         have .gz extension.
20024
20025 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20026
20027         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
20028         (mm-copy-to-buffer): Use with-current-buffer.
20029         (mm-display-part): Simplify.
20030         (mm-inlinable-p): Add optional arg `type'.
20031
20032 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20033
20034         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
20035         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
20036         Try harder to show the attachment internally or externally using
20037         gnus-mime-view-part-as-type.
20038
20039 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
20040
20041         * message.el (message-from-style, message-signature-separator)
20042         (message-user-organization-file, message-send-mail-function)
20043         (message-citation-line-function, message-yank-prefix)
20044         (message-indent-citation-function, message-signature)
20045         (message-signature-file, message-signature-insert-empty-line):
20046         Remove autoloads.
20047
20048         * gnus-art.el (gnus-buttonized-mime-types):
20049         Remove "multipart/signed".  Revert 2006-04-26 change.
20050
20051 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20052
20053         * gnus.el (gnus-version-number): Bump version.
20054
20055 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20056
20057         * gnus.el: No Gnus v0.5 is released.
20058
20059 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20060
20061         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
20062         fetching articles by message-id.
20063
20064 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20065
20066         * message.el (hashcash): Require hashcash as normal.
20067
20068         * ecomplete.el (ecomplete-highlight-match-line):
20069         Use point-at-eol.
20070         (ecomplete-highlight-match-line): Use `highlight', because that
20071         face exists in both Emacs and XEmacs.
20072
20073         * message.el (message-display-abbrev): Use point-at-bol.
20074
20075         * mail-source.el: Don't require timer/timer-funcs.
20076
20077         * gnus-async.el: Ditto.
20078
20079         * password.el: Ditto.
20080
20081         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
20082
20083         * mm-url.el: Ditto.
20084
20085         * gnus-xmas.el: Don't require timer-funcs.
20086
20087         * mm-util.el: Require timer/timer-funcs.
20088
20089 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20090
20091         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
20092         Close.
20093
20094 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20095
20096         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
20097         unibyte after clear-decrypt function runs.
20098
20099         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
20100         returns as a unibyte string.
20101
20102 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20103
20104         * lpath.el: Revert.
20105
20106         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
20107         (pgg-gpg-process-sentinel): Revert.
20108
20109         * pgg-pgp.el (pgg-pgp-process-region): Revert.
20110         (pgg-pgp-lookup-key): Revert.
20111
20112         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
20113         (pgg-pgp5-lookup-key): Revert.
20114
20115         * pgg.el (pgg-fetch-key): Revert.
20116
20117 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20118
20119         * lpath.el: Fbind string-as-multibyte for XEmacs.
20120
20121         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
20122         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
20123         (mml1991-pgg-encrypt): Ditto.
20124
20125         * pgg-gpg.el (pgg-string-to-multibyte): New function.
20126         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
20127         a multibyte buffer.
20128
20129         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
20130         (pgg-pgp-lookup-key): Ditto.
20131
20132         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
20133         (pgg-pgp5-lookup-key): Ditto.
20134
20135         * pgg.el (pgg-fetch-key): Ditto.
20136
20137 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
20138
20139         * message.el (message-user-organization-file): Check several
20140         locations of the organization file.
20141
20142         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
20143         Add gnus-article-view-part-as-type.
20144
20145         * gnus-art.el (gnus-article-view-part-as-type): New function.
20146
20147         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
20148         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
20149
20150         * mml.el: Simplify autoload.
20151         (mml-mode): defvar dnd-protocol-alist instead of using
20152         symbol-value.
20153         (mml-default-directory): New variable.
20154         (mml-minibuffer-read-file): Use it.
20155         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
20156
20157         * message.el (message-citation-line-format): New variable.
20158         (message-insert-formated-citation-line): New function.
20159         (message-citation-line-function):
20160         Add `message-insert-formated-citation-line' to custom type.
20161
20162         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
20163         to doc string.
20164
20165         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
20166         depending on mm-verify-option.
20167
20168 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20169
20170         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
20171         binding pgg-* variables; reimplement the section which prevents
20172         MIME header from being signed.
20173         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
20174         pgg-text-mode; remove a blank line at the top of body.
20175
20176         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
20177         lines at the top of body; use gnus-newsgroup-charset if there's no
20178         Charset header.
20179
20180 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20181
20182         * message.el (message-self-insert-commands): Doc fix.
20183
20184         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
20185         (mm-uu-pgp-encrypted-test): Ditto.
20186         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
20187         between header and body; return application/pgp-encrypted handle
20188         if decryption failed; decode decrypted body by charset.
20189
20190         * mm-decode.el (mm-automatic-display): Don't make application/pgp
20191         element match to application/pgp-*.
20192
20193 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20194
20195         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
20196         HTML.
20197
20198 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20199
20200         * mail-source.el (mail-source-call-script): Message the error
20201         string.
20202
20203 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20204
20205         * gnus-util.el (gnus-byte-compile): Use it.
20206
20207 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20208
20209         * gnus-util.el (kill-empty-logs): New function.
20210
20211 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20212
20213         * message.el (message-mail-alias-type): Doc fix.
20214         (message-mail-alias-type-p): New function.
20215         (message-send): Use it.
20216         (message-mode): Ditto.
20217         (message-strip-forbidden-properties): Ditto.
20218
20219         * ecomplete.el (ecomplete-database-file-coding-system):
20220         New variable.
20221         (ecomplete-save): Use it.
20222         (ecomplete-setup): Use it.
20223
20224 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20225
20226         * message.el (message-self-insert-commands): New variable.
20227         (message-strip-forbidden-properties): Use it.
20228
20229 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20230
20231         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20232         that doesn't make XEmacs choke.
20233
20234 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20235
20236         * gnus-util.el (gnus-replace-in-string):
20237         Prefer replace-regexp-in-string over of replace-in-string.
20238
20239 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20240
20241         * gnus-util.el (gnus-select-frame-set-input-focus):
20242         Use select-frame-set-input-focus if it is available in XEmacs; use
20243         definition defined in Emacs 22 for old Emacsen.
20244
20245         * dgnushack.el: Autoload unmorse-region for XEmacs.
20246
20247         * lpath.el: Bind cursor-in-non-selected-windows and
20248         select-frame-set-input-focus for XEmacs.
20249
20250 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20251
20252         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20253
20254 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20255
20256         * gnus-registry.el (gnus-registry-cache-save): Remove text
20257         properties when saving via the temp buffer.
20258
20259 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20260
20261         * message.el (message-generate-hashcash): Honor custom type.
20262
20263 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20264
20265         * message.el (message-generate-hashcash): Default to non-nil when
20266         hashcash is found.
20267
20268         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20269         (gnus-refer-thread-limit): Increase default to 500.
20270
20271         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20272
20273         * flow-fill.el (fill-flowed): Allow delete-space.
20274
20275 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20276
20277         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20278         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20279         Remove autoloads.
20280
20281 2006-04-18  Simon Josefsson  <jas@extundo.com>
20282
20283         * message.el (message-generate-hashcash): Default to.
20284
20285 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20286
20287         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20288         concatenating segments rather than before concatenating them.
20289
20290 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20291
20292         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20293
20294 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20295
20296         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20297
20298         * message.el (message-forward-make-body-plain):
20299         Allow message-forward-ignored-headers to be a list.
20300         (message-remove-ignored-headers): Factor out into function.
20301         (message-forward-make-body-mml): Use it.
20302
20303         * imap.el (imap-quote-specials): New function.
20304         (imap-login-auth): Quote specials.
20305
20306         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20307         (rfc2231-parse-string): Allow concatanation of parameters that
20308         aren't contiguous.  The test case is
20309           (mail-header-parse-content-type "message/external-body;
20310             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20311             access-type=LOCAL-FILE;
20312             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20313
20314 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20315
20316         * nntp.el (nntp-accept-process-output): Return the value of
20317         `nnheader-accept-process-output'.
20318
20319 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20320
20321         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20322         (gnus-button-alist): Recognize more diff formats.
20323         (gnus-button-patch): Strip directory.
20324
20325 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20326
20327         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20328         Emacs 22 when setting focus.
20329
20330 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20331
20332         * gnus-art.el (gnus-article-treat-types): Do treatment of
20333         text/x-verbatim parts.
20334         (gnus-button-patch): New command.
20335
20336         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20337         addresses that contain invalid characters.
20338
20339 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20340
20341         * message.el (message-put-addresses-in-ecomplete):
20342         Use gnus-replace-in-string.
20343         (message-is-yours-p): Use the more correct
20344         mail-header-parse-address instead of
20345         mail-extract-address-components.
20346         (message-put-addresses-in-ecomplete): Fix typo.
20347
20348         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20349         keystroke.
20350
20351         * gnus-art.el (gnus-treatment-function-alist): Change order of
20352         newsgroups/generic header folding to avoid double-folding.
20353
20354         * message.el (message-hidden-headers): Add X-Draft-From.
20355
20356         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20357         New command.
20358         (gnus-summary-repeat-search-article-backward): New command.
20359
20360         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20361         groups in the parent topic.
20362
20363 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20364
20365         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20366         (spam-extra-header-to-number): Return the CRM114 number as a
20367         number instead of a string.
20368
20369 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20370
20371         * gnus-art.el (gnus-face-properties-alist): Move here from
20372         gnus-fun.
20373
20374         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20375
20376 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20377
20378         * message.el (message-strip-forbidden-properties): Only display on
20379         self-insert-command.
20380
20381         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20382         reindent.
20383         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20384
20385 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20386
20387         * smiley.el (smiley-style): Fix typo.
20388
20389 2006-03-23  Kenichi Handa  <handa@m17n.org>
20390
20391         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20392         instead of set-buffer-multibyte.
20393
20394 2006-03-23  Kenichi Handa  <handa@m17n.org>
20395
20396         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20397         buffer and then decode the buffer text if necessary.
20398         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20399         first, and after mm-encode-body, change the buffer to unibyte.
20400
20401 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20402
20403         * hashcash.el (hashcash-insert-payment-async-2):
20404         Use message-goto-eoh instead of doing it manually.
20405         (mail-add-payment): Use message-narrow-to-header instead of trying
20406         to do the same itself.
20407
20408         * message.el (message-hidden-headers): Add Face.
20409
20410         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20411         reparenting code.
20412         (gnus-summary-reparent-children): Refactored out code.
20413         (gnus-summary-thread-map): New keystroke.
20414         (gnus-summary-reparent-children): Make into command.
20415
20416         * smiley.el (smiley-style): Default to `medium' if using a large
20417         font.
20418
20419         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20420         does it itself.
20421
20422         * message.el (message-point-in-header-p): Simplify definition.
20423
20424 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20425
20426         * nnagent.el (nnagent-request-set-mark): Silence log file
20427         writing.
20428         (nnagent-request-set-mark): Use write-region instead of
20429         append-to-file.
20430
20431         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20432         strange select method.
20433
20434         * ecomplete.el (ecomplete-display-matches): Get highlightling
20435         right.
20436         (ecomplete-display-matches): Use literals.
20437         (ecomplete-display-matches): Disable message logging.
20438
20439         * message.el (message-display-abbrev): Small optimization.
20440
20441         * ecomplete.el (ecomplete-display-matches): Allow automatic
20442         display.
20443
20444         * message.el (message-strip-forbidden-properties):
20445         Display abbrevs.
20446         (message-display-abbrev): Get automatic display right.
20447
20448         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20449         keystrokes.
20450
20451 2006-04-13  Romain Francoise  <romain@orebokech.com>
20452
20453         TODO: Backport to v5-10!
20454
20455         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20456         Move here (and rename) from gnus-registry.el.
20457
20458         * gnus-registry.el: Require gnus-util.
20459         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20460
20461 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20462
20463         * gnus-group.el (gnus-group-catchup-current):
20464         Change if-then-else-if-then-else into cond.
20465         (gnus-group-catchup): Indent.
20466         (group-name-at-point): New function.
20467         (gnus-fetch-group): Provide default from thing at point.
20468
20469 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20470
20471         * message.el (message-display-abbrev): Fix regexp.
20472
20473         * ecomplete.el (ecomplete-highlight-match-line):
20474         Reimplement choosing.
20475         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20476         dead variables.
20477
20478         * message.el (message-newline-and-indent): Remove debugging.
20479         (message-display-abbrev): Use new implementation.
20480
20481 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20482
20483         * gnus-art.el (gnus-article-mode):
20484         Set cursor-in-non-selected-windows to nil.
20485
20486         * smiley.el: Revert previous change.
20487         (smiley-data-directory): defvar it before using it in the
20488         defcustom of `smiley-style'.
20489
20490 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20491
20492         * message.el (message-newline-and-indent): New function.
20493
20494         * ecomplete.el: Implement more bits.
20495
20496         * message.el (message-put-addresses-in-ecomplete): Clean up the
20497         string.
20498
20499         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20500
20501         * gnus-sum.el (gnus-summary-save-parts):
20502         Bind gnus-summary-save-parts-counter and use it to make unique file
20503         names.
20504
20505         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20506
20507         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20508         parameter to say whether to actually parse the individual
20509         addresses.
20510
20511         * message.el (message-put-addresses-in-ecomplete): New function.
20512         (ecomplete): Require.
20513         (message-mail-alias-type): Add ecomplete as an option.
20514
20515 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20516
20517         * flow-fill.el (fill-flowed): Remove trailing space from blank
20518         quoted lines.
20519
20520 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20521
20522         * smiley.el (smiley-style): Move definition later to avoid a
20523         compilation warning.
20524
20525 2006-04-12  Kenichi Handa  <handa@m17n.org>
20526
20527         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20528         buffer and then decode the buffer text if necessary.
20529         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20530         first, and after mm-encode-body, change the buffer to unibyte.
20531         Use mm-disable-multibyte instead of set-buffer-multibyte.
20532
20533 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20534
20535         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20536         Content-Type header instead of Content-Disposition header.
20537         (gnus-mime-inline-part): Ditto.
20538         (gnus-mime-view-part-as-charset): Ignore charset that the part
20539         specifies.
20540
20541         * mm-decode.el (mm-display-part): Work with external parts and
20542         usual parts similarly.
20543
20544         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20545         instead of gnus-display-mime.
20546
20547         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20548         instead of with-temp-buffer.
20549
20550         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20551         tag to summarized topics part in order to encode non-ASCII text.
20552
20553 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20554
20555         * smiley.el (smiley-style): New variable.
20556         (smiley-directory): New function.
20557         (smiley-data-directory): Derive from `smiley-style' using
20558         `smiley-directory'.
20559         (smiley-regexp-alist): Add new entries.
20560
20561         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20562         (gnus-article-browse-delete-temp): Add :version.
20563
20564 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20565
20566         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20567         the sieve region.
20568
20569 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20570
20571         * gnus.el (gnus-version-number): Bump version.
20572
20573 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20574
20575         * gnus.el: No Gnus v0.4 is released.
20576
20577 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20578
20579         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20580         layout.
20581
20582         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20583         unknown charset.
20584
20585         * message.el (message-header-synonyms): Add Original-To to the
20586         default.
20587
20588         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20589         optional parameter.
20590
20591 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20592
20593         * gnus-fun.el (gnus): Require it for gnus-directory.
20594
20595 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20596
20597         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20598
20599 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20600
20601         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20602
20603 2006-04-05  Simon Josefsson  <jas@extundo.com>
20604
20605         * password.el (password-reset): New function.
20606
20607 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20608
20609         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20610         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20611
20612 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20613
20614         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20615         Some whitespace was matched into the url, which broke browsing hits
20616         > 100 when mm-url-use-external was nil.
20617
20618 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20619
20620         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20621         Check gnus-extra-headers for 'Newsgroups.
20622
20623         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20624         bound.
20625
20626 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20627
20628         * pgg-gpg.el: Clean up process buffers every time gpg processes
20629         complete.
20630
20631 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20632
20633         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20634         doc string.
20635
20636 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20637
20638         * pgg-gpg.el (pgg-gpg-process-filter)
20639         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20640
20641         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20642         lines, temporary fix.
20643
20644 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20645
20646         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20647
20648 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20649
20650         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20651         default-enable-multibyte-characters.  This reverts the change from
20652         revision 6.17 which is no longer necessary because the passphrase
20653         is sent separately now.  GnuPG messages are unreadable under
20654         multibyte locales with default-enable-multibyte-characters set to
20655         nil.
20656
20657 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20658
20659         * message.el (message-tool-bar-gnome): Move "spell".
20660
20661 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20662
20663         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20664         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20665         instead.
20666
20667 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20668
20669         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20670         Improve newsgroups handling for NNTP overviews which don't include
20671         Newsgroups.
20672
20673 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20674
20675         * message.el (message-resend): Bind message-generate-hashcash to nil.
20676
20677 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20678
20679         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20680         when searching for already-paid recipients.
20681
20682 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20683
20684         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20685         passphrases when it is not needed.
20686         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20687         passphrase stuff from gpg, should only be necessary when you use
20688         gpg with a smartcard.
20689
20690 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20691
20692         * mml.el (mml-insert-mime): Ignore cached contents of
20693         message/external-body part.
20694
20695         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20696         (mm-insert-part): Ditto.
20697
20698 2006-03-23  Simon Josefsson  <jas@extundo.com>
20699
20700         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20701         Reiner.
20702         (pgg-gpg-use-agent-p): Use it again.
20703
20704 2006-03-23  Simon Josefsson  <jas@extundo.com>
20705
20706         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20707         older emacsen.
20708         (pgg-gpg-use-agent-p): Don't use it.
20709
20710 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20711
20712         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20713         if we can.
20714
20715 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20716
20717         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20718         (pgg-gpg-update-agent): New function.
20719         (pgg-gpg-use-agent-p): New function.
20720         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20721         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20722         (pgg-gpg-sign-region): Use it.
20723
20724 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20725
20726         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20727         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20728
20729 2006-03-21  Simon Josefsson  <jas@extundo.com>
20730
20731         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20732         <wilde@sha-bang.de>.
20733         (pgg-gpg-use-agent): New variable.
20734         (pgg-gpg-process-region): Use it.
20735         (pgg-gpg-encrypt-region): Likewise.
20736         (pgg-gpg-encrypt-symmetric-region): Likewise.
20737         (pgg-gpg-decrypt-region): Likewise.
20738         (pgg-gpg-sign-region): Likewise.
20739         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20740
20741 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20742
20743         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20744
20745         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20746         Add comment on version.
20747
20748 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20749
20750         * smiley.el: Add missing test smiley.
20751
20752 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20753
20754         * mm-decode.el (mm-with-part): New macro.
20755         (mm-get-part): Use it; work with message/external-body as well.
20756         (mm-save-part): Treat name and filename equally.
20757
20758         * mm-extern.el (mm-extern-cache-contents): New function.
20759         (mm-inline-external-body): Use it; force the part to be displayed;
20760         move undisplayer added to the cached handle to the parent.
20761
20762         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20763         (gnus-mime-view-part-as-type): Work with message/external-body.
20764
20765         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20766
20767 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20768
20769         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20770         images in image-load-path.  [Sync with image.el, revision 1.60, in
20771         Emacs.]
20772
20773 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20774
20775         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20776         path rather than symbol.  Always return list of directories.
20777         Guarantee that image directory comes first.  [Sync with image.el,
20778         revision 1.59, in Emacs.]
20779
20780         * message.el (message-make-tool-bar): Adjust to new API of
20781         `gmm-image-load-path-for-library'.
20782
20783         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20784
20785         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20786
20787 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20788
20789         * gnus-art.el (gnus-article-only-boring-p):
20790         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20791         intangible text.
20792         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20793
20794 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20795
20796         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20797         Use `defun' instead of `gmm-defun-compat'.
20798
20799 2006-03-14  Simon Josefsson  <jas@extundo.com>
20800
20801         * message.el (message-unique-id): Don't use message-number-base36
20802         if (user-uid) is a float.
20803         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20804
20805 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20806
20807         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20808
20809         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20810         empty line between a part and a message part.
20811
20812 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20813
20814         * smiley.el: Add more test smileys.
20815         (smiley-data-directory, smiley-regexp-alist)
20816         (gnus-smiley-file-types): Fix doc strings.
20817         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20818         adding new elements.
20819         (smiley-mouse-map): Unused code.  Make it a comment.
20820
20821 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20822
20823         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20824         scan latest NoCeM messages instead of old ones.
20825         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20826         delimiters that are recently used.
20827         (gnus-nocem-load-cache): Add autoload cookie.
20828
20829         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20830
20831         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20832         level which is larger than gnus-use-nocem is specified.
20833
20834         * gnus-group.el (gnus-group-get-new-news): Ditto.
20835
20836 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20837
20838         * gnus-util.el (gnus-tool-bar-update): New function.
20839
20840         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20841         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20842
20843         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20844
20845         * gnus-group.el (gnus-group-redraw-when-idle)
20846         (gnus-group-redraw-check): Remove.
20847         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20848
20849 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20850
20851         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20852         if optional last element is specified in splits (FIELD VALUE...).
20853
20854 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20855
20856         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20857         to gmm-image-load-path-for-library.  Call with no-error argument.
20858         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20859
20860         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20861
20862         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20863
20864         * gmm-utils.el (gmm-image-load-path): Remove alias.
20865
20866 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20867
20868         * gmm-utils.el (gmm-image-load-path): Add alias.
20869
20870         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20871         nnml-generate-nov-databases-1.
20872         (nnml-generate-nov-databases): Use it.
20873         (nnml-generate-nov-databases-directory): Document no-active
20874         argument.
20875
20876         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20877         directory if path is t.  Add no-error.
20878
20879         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20880         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20881
20882         * gnus-art.el (gnus-article-browse-delete-temp-files):
20883         Simplify resetting gnus-article-browse-html-temp-list.
20884
20885         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20886         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20887         Add example to docstring.  Rename local variables.  Move error
20888         checks to default case in cond and simplify.
20889
20890 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20891
20892         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20893         handle is multipart when calling it recursively.
20894         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20895
20896 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20897
20898         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20899         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20900
20901 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20902
20903         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20904         is loaded.
20905
20906         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20907         loaded.
20908
20909 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20910
20911         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20912         to "Emacs 23 (unicode)" in doc string.
20913
20914         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20915         "Emacs 23 (unicode)" in comment.
20916
20917 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20918
20919         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20920
20921         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20922         characters 160 through 255 in Emacs 23.
20923
20924 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20925
20926         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20927         gnus-article-browse-html-temp.
20928         (gnus-article-browse-delete-temp): Make it customizable.
20929         Add `file'.  Adjust doc string.
20930         (gnus-article-browse-delete-temp-files): Add argument.
20931         Allow query for each file.  Adjust doc string.
20932         (gnus-article-browse-html-parts):
20933         Add `gnus-article-browse-delete-temp-files' to
20934         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20935
20936 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20937
20938         * gnus-art.el (gnus-article-browse-html-temp)
20939         (gnus-article-browse-delete-temp): New variables.
20940         (gnus-article-browse-delete-temp-files): New function.
20941         (gnus-article-browse-html-parts): Use it.
20942
20943 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20944
20945         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20946
20947         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20948         string.
20949
20950         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20951         gnus-summary-insert-new-articles when unplugged.
20952         Remove gnus-summary-search-article-forward.
20953
20954         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20955         display-visual-class instead of display-color-cells.
20956
20957 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20958
20959         * dgnushack.el: Autoload customize-group for XEmacs.
20960
20961         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20962         message/* containing non-ASCII text properly.
20963
20964 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20965
20966         * message.el: Require gmm-utils, remove autoloads.
20967         (message-tool-bar): Set default based on
20968         gmm-tool-bar-style.
20969         (message-tool-bar-gnome): Add gmm-customize-mode.
20970
20971         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20972         gmm-tool-bar-style.
20973         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20974
20975         * gnus-group.el (gnus-group-tool-bar): Set default based on
20976         gmm-tool-bar-style.
20977         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20978
20979         * gmm-utils.el (gmm-image-directory): Rename variable from
20980         gmm-image-load-path.
20981         (gmm-image-load-path): Use gmm-image-directory.
20982         (gmm-customize-mode): New function.
20983         (gmm-tool-bar-style): New variable.
20984
20985         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20986         gnus-group-redraw-line-number.
20987         (gnus-group-redraw-check): Simplify.
20988         (gnus-group-tool-bar-update): Remove redraw check.
20989         (gnus-group-make-tool-bar): Add redraw check.
20990
20991 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20992
20993         * gnus-art.el (gnus-button): Add missing parentheses.
20994
20995 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20996
20997         * lpath.el: Fbind line-number-at-pos.
20998
20999 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21000
21001         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
21002
21003 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21004
21005         * gnus-art.el (gnus-button): New face.
21006         (gnus-article-button-face): Use it.
21007
21008         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21009         Add gnus-summary-next-page.  Re-order.
21010
21011         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
21012         next-node are now included.
21013         (gnus-group-redraw-line-number): New internal variable.
21014         (gnus-group-redraw-check): Helper function for updating the tool
21015         bar.
21016         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
21017
21018         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
21019
21020         * spam.el (spam-spamassassin-score-regexp): New internal variable.
21021         (spam-extra-header-to-number, spam-check-spamassassin-headers):
21022         Use it to match format of Spamassassin 3.0 and later.
21023         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
21024         (spam-check-bogofilter)
21025         (spam-bogofilter-register-with-bogofilter): Fix args of
21026         `gnus-error' calls.
21027
21028 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21029
21030         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
21031         unnecessary interaction when sending queued mails.
21032         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
21033
21034 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
21035
21036         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
21037         first or last are nil.
21038
21039 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
21040
21041         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
21042
21043 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21044
21045         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
21046
21047 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21048
21049         * dns.el (query-dns): Protect more against buggy tcp output.
21050
21051 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21052
21053         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
21054         nov.php.
21055
21056 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21057
21058         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
21059         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
21060         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
21061         output on the server side.
21062         (nnweb-google-create-mapping): Update regexps and add some
21063         progress indication.
21064
21065 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
21066
21067         * gnus-group.el (gnus-group-tool-bar-gnome):
21068         Fix gnus-agent-toggle-plugged.  Re-order icons.
21069         (gnus-group-tool-bar-gnome):
21070         Add gnus-group-{prev,next}-unread-group.
21071         (gnus-group-tool-bar-gnome): Re-order icons.
21072
21073         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21074         Move gnus-summary-insert-new-articles.
21075
21076         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
21077         Fix comments.
21078
21079         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
21080         also available in Emacs 21.3.
21081
21082         * message.el (message-fix-before-sending): Change "Emacs 22" to
21083         "Emacs 23 (unicode)" in comment.
21084
21085         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
21086         "Emacs 23 (unicode)" in comment.
21087
21088         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
21089         comment.
21090         (mm-coding-system-p): Add comment about no-MULE XEmacs.
21091
21092         * mm-view.el (mm-fill-flowed): Add :version.
21093
21094 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21095
21096         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
21097         and load-path.
21098
21099 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
21100
21101         * message.el: Autoload gmm-image-load-path.
21102         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
21103         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
21104         consitency.
21105
21106         * gmm-utils.el (gmm-image-load-path): Also search in
21107         "../etc/images".  Don't set gmm-image-load-path if we don't find
21108         the image.
21109
21110 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21111
21112         * gmm-utils.el (gmm-image-load-path): Don't make
21113         `gmm-image-load-path' include subdirectories which the second arg
21114         `image' might specify.
21115
21116         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
21117         subdirectory to icon file names.
21118
21119         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
21120
21121 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21122
21123         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
21124         gmm-image-load-path calls.
21125
21126         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21127
21128         * message.el (message-make-tool-bar): Ditto.
21129
21130         * mml.el (mml-preview): Add comment concerning tool bar icons.
21131
21132         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
21133         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
21134
21135         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
21136         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
21137
21138         * message.el (message-tool-bar-gnome): Use new icon names.
21139         (message-make-tool-bar): Use `gmm-image-load-path'.
21140
21141         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
21142         New functions from MH-E.
21143         (gmm-image-load-path): New variable from MH-E.
21144         (gmm-image-load-path): New function from MH-E.  Add arguments
21145         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
21146         *-image-load-path-called-flag.
21147
21148 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
21149
21150         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
21151
21152 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
21153
21154         * nnimap.el (nnimap-request-move-article): Change folder back to
21155         source group before deleting.
21156
21157 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
21158
21159         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
21160
21161         * gnus-art.el (mm-url-insert-file-contents-external):
21162         Autoload mm-url.
21163
21164         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
21165
21166 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21167
21168         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
21169         coding system which mm-charset-to-coding-system returns for a
21170         given charset is valid.
21171
21172 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
21173
21174         * html2text.el (html2text-remove-tag-list):
21175         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
21176
21177 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
21178
21179         * gnus-cus.el: Revert 2005-10-17 change.
21180
21181 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21182
21183         * gnus-art.el (article-strip-banner):
21184         Call article-really-strip-banner only when the regexp match is made.
21185
21186 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21187
21188         * gnus-art.el (article-strip-banner):
21189         Use gnus-extract-address-components instead of
21190         mail-header-parse-addresses to make it work with non-ASCII text;
21191         remove mail-encode-encoded-word-string.
21192
21193         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
21194         values which are surrounded with \"...\"; make it never cause a
21195         Lisp error; give up parsing of parameters if it failed in
21196         extracting type.
21197
21198 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
21199
21200         * smime.el (smime-cert-by-ldap-1): Fix bug where
21201         `smime-ldap-search' returns results without userCertificates.
21202
21203 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21204
21205         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21206
21207 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21208
21209         * spam.el (spam-check-spamassassin-headers): Adapt format for
21210         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21211         <ari@mbf.ocn.ne.jp>.
21212         (spam-list-of-processors): Add spam-use-gmane.
21213
21214 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21215
21216         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21217         make-temp-file; make it work with XEmacs as well.
21218
21219         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21220         mm-make-temp-file.
21221
21222         * mm-decode.el (mm-display-external): Use the 3rd arg of
21223         mm-make-temp-file.
21224         (mm-create-image-xemacs): Ditto.
21225
21226 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21227
21228         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21229         with message-narrow-to-headers.
21230         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21231         (gnus-draft-check-draft-articles): New function.
21232         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21233
21234 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21235
21236         * gnus-art.el (gnus-article-browse-html-parts):
21237         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21238         Don't use suffix argument for mm-make-temp-file for Emacs 21
21239         compatibility.  Remove useless `format'.
21240
21241 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21242
21243         * nnweb.el (nnweb-google-wash-article): Update regexps.
21244         (nnweb-group-alist): Use defvoo instead of defvar.
21245
21246 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21247
21248         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21249         re-loading nn* modules.
21250
21251 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21252
21253         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21254         for `tool-bar-mode' and don't check it's default-value.
21255
21256         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21257
21258         * message.el (message-make-tool-bar): Ditto.
21259
21260         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21261         `substring'.  Shorten tmp-file name.
21262
21263         * gnus.el: Remove bogus comment.
21264
21265 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21266
21267         * gnus-art.el (gnus-article-browse-html-parts): New function.
21268         (gnus-article-browse-html-article): New function for viewing html
21269         articles with a browser.
21270
21271 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21272
21273         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21274         in elisp.
21275         (pgg-gpg-encrypt-symmetric-region): Ditto.
21276         (pgg-gpg-sign-region): Ditto.
21277
21278         * pgg-def.el (pgg-text-mode): New variable.
21279
21280         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21281         (mml2015-pgg-encrypt): Ditto.
21282
21283         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21284         (mml1991-pgg-encrypt): Ditto.
21285
21286 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21287
21288         * nnfolder.el (nnfolder-insert-newsgroup-line):
21289         Use message-make-date instead of current-time-string.
21290
21291         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21292         to gnus-decoded which mm-uu might set.
21293
21294 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21295
21296         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21297         don't decode quoted parameters; remove misimported Emacs code.
21298         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21299         (rfc2231-decode-encoded-string): Don't use split-string which
21300         behaves differently according to Emacs version; use
21301         mm-decode-coding-region to convert charset to coding-system.
21302         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21303         (rfc2231-encode-string): Remove misimported Emacs code.
21304
21305 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21306
21307         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21308         when calling mail-header-parse-content-type.
21309         (article-de-quoted-unreadable): Ditto.
21310         (article-de-base64-unreadable): Ditto.
21311         (article-wash-html): Ditto.
21312
21313         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21314         calling mail-header-parse-content-type and
21315         mail-header-parse-content-disposition.
21316         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21317         mail-header-parse-content-type.
21318
21319         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21320         insert charset and format parameters; encode description after
21321         inserting it to buffer.
21322         (mml-insert-parameter): Fold lines properly even if a parameter is
21323         segmented into two or more lines; change the max column to 76.
21324
21325         * rfc1843.el (rfc1843-decode-article-body): Don't use
21326         ignore-errors when calling mail-header-parse-content-type.
21327
21328         * rfc2231.el (rfc2231-parse-string): Return at least type if
21329         possible; don't cause an error even if it fails in parsing of
21330         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21331         (rfc2231-encode-string): Don't break lines at the beginning, leave
21332         it to mml-insert-parameter.
21333
21334         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21335         calling mail-header-parse-content-type.
21336
21337 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21338
21339         * spam-report.el (spam-report-gmane-use-article-number):
21340         Improve doc string.
21341         (spam-report-gmane-internal): Check if a suitable header was found
21342         in the article.
21343
21344 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21345
21346         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21347         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21348
21349 2006-02-05  Romain Francoise  <romain@orebokech.com>
21350
21351         Update copyright notices of all files in the gnus directory.
21352
21353 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21354
21355         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21356
21357 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21358
21359         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21360         segmented lines of parameter value to cope with Thunderbird 1.5
21361         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21362         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21363         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21364
21365 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21366
21367         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21368         parts.
21369
21370 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21371
21372         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21373         there's only one active file for all servers.
21374         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21375         solid groups.  Gnus might have used a FAST request to select the group.
21376         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21377         and nnweb-search redundantly in the active file.
21378         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21379         (nnweb-request-create-group): Don't use ARGS.
21380         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21381         initializations.  Let nnoo do the work.
21382
21383 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21384
21385         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21386         Say the part has been decoded.
21387
21388         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21389
21390 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21391
21392         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21393         mailcap-viewer-test-cache when there's no 'test clause, since that
21394         will invert the meaning of a "nil" test previously determined by
21395         mailcap-mailcap-entry-passes-test.
21396
21397 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21398
21399         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21400         compiling.
21401
21402         * gnus-sum.el: Ditto.
21403
21404         * message.el: Don't bind tool-bar-map when compiling.
21405
21406 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21407
21408         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21409
21410 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21411
21412         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21413         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21414         current Google Groups.
21415
21416 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21417
21418         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21419         and tool-bar-mode.
21420
21421         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21422         and tool-bar-mode.
21423
21424         * message.el (message-tool-bar-update): Simplify.
21425         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21426
21427         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21428         gnus-summary-buffer.
21429         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21430         gnus-summary-reply.
21431
21432         * gmm-utils.el (gmm): Add :version.
21433
21434 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21435
21436         * Makefile.in (clean): New rule.
21437         (distclean): Use it.
21438
21439 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21440
21441         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21442         Don't autoload.
21443
21444 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21445
21446         * gmm-utils.el (gmm-verbose): Add :group.
21447
21448 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21449
21450         * message.el: Change some comments WRT tool-bars.
21451
21452         * gnus-sum.el (gnus-summary-tool-bar)
21453         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21454         (gnus-summary-tool-bar-zap-list): New variables.
21455         (gnus-summary-make-tool-bar): Complete rewrite using
21456         `gmm-tool-bar-from-list'.
21457
21458         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21459         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21460         New variables.
21461         (gnus-group-make-tool-bar): Complete rewrite using
21462         `gmm-tool-bar-from-list'.
21463         (gnus-group-tool-bar-update): New function.
21464
21465         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21466
21467 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21468
21469         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21470         is dissected into a single part of which the type is the same as
21471         the given one; decode charset.
21472
21473 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21474
21475         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21476         into alists as symbol not string, since that's what
21477         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21478         look for.
21479
21480 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21481
21482         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21483         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21484
21485         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21486
21487 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21488
21489         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21490         (gnus-xmas-mime-security-button-menu): New function.
21491
21492         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21493         (gnus-mime-security-button-menu): New definition.
21494         (gnus-mime-security-button-map): Use them.
21495         (gnus-mime-security-button-menu): New function.
21496         (gnus-insert-mime-security-button): Addition to help echo.
21497         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21498         (gnus-mime-security-pipe-part): New functions.
21499
21500         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21501         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21502
21503         * mm-decode.el (mm-handle-set-disposition): Remove.
21504         (mm-handle-set-description): Remove.
21505
21506 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21507
21508         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21509         (mm-w3m-standalone-supports-m17n-p): New function.
21510         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21511         w3m usage.
21512
21513         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21514         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21515
21516 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21517
21518         * message.el (message-tool-bar-zap-list):
21519         Use gmm-tool-bar-zap-list as custom type.
21520         (message-tool-bar-update): New function.
21521         (message-tool-bar, message-tool-bar-gnome)
21522         (message-tool-bar-retro): Add message-tool-bar-update.
21523         (message-tool-bar-gnome): Add flyspell-buffer.
21524
21525         * gnus-util.el (gnus-error): Describe `args'.
21526
21527         * gmm-utils.el (gmm-error): Describe `args'.
21528         (gmm-tool-bar-zap-list): New widget.
21529         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21530
21531 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21532
21533         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21534         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21535         the number of recursive calls.
21536
21537         * mm-decode.el (mm-handle-set-disposition): New macro.
21538         (mm-handle-set-description): New macro.
21539
21540 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21541
21542         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21543         encoding.
21544
21545 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21546
21547         * message.el (message-tool-bar-zap-list, message-tool-bar)
21548         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21549         (message-tool-bar-local-item-from-menu): Remove.
21550         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21551         (message-make-tool-bar): New function.
21552         (message-mode): Use `message-make-tool-bar'.
21553
21554         * gmm-utils.el: New file.
21555         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21556         (gmm-lazy): New widget copied from `nnmail.el'.
21557         (gmm-tool-bar-from-list): New function for creating customizable
21558         tool bars.
21559         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21560         output.
21561         (gmm): Add :prefix to defgroup.
21562
21563 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21564
21565         * gmm-utils.el (gmm-widget-p): New function.
21566
21567 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21568
21569         * mml.el (mml-attach-file): Describe `description' in doc string.
21570         (mml-menu): Add Emacs MIME manual and PGG manual.
21571
21572 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21573
21574         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21575
21576 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21577
21578         * nntp.el (nntp-end-of-line): Doc fix.
21579
21580 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21581
21582         * imap.el (imap-open): Handle case where buffer is a buffer
21583         object.
21584
21585 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21586
21587         * gnus-delay.el (gnus-delay): Don't autoload.
21588         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21589         to be re-loaded when customizing the `gnus-delay' group.
21590
21591 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21592
21593         * message.el (message-insert-citation-line): Use newlines.
21594
21595 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21596
21597         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21598         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21599         these routines, so the passphrase can be managed externally and
21600         passed in to the system.
21601         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21602         pgg-add-passphrase-to-cache function.
21603
21604         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21605         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21606         these routines, so the passphrase can be managed externally and
21607         passed in to the system.
21608         (pgg-pgp5-sign-region): Use new name of
21609         pgg-add-passphrase-to-cache function.
21610
21611 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21612
21613         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21614         part of the decoded armor to find the key-identifier.
21615         (pgg-gpg-lookup-key-owner): New function to return the
21616         human-readable identifier of a key owner.
21617         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21618         itself.
21619         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21620         the key value) if we have a key and can match it against a secret
21621         key.  Also, added a note pointing out fact that the prompt only
21622         indicates the first matching key.
21623
21624         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21625         pgg-decrypt-region.
21626         (pgg-add-passphrase-to-cache): Rename from
21627         `pgg-add-passphrase-cache' to reduce confusion (all callers
21628         changed).
21629         (pgg-remove-passphrase-from-cache): Rename from
21630         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21631         changed).
21632         (pgg-read-passphrase, pgg-add-passphrase-cache)
21633         (pgg-remove-passphrase-cache): Add informative docstrings.
21634         (pgg-decrypt): Convey provided passphrase in subordinate call to
21635         pgg-decrypt-region.
21636
21637 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21638
21639         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21640         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21641         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21642         'passphrase' argument, so the passphrase can be managed externally
21643         and then passed in to the system.
21644
21645         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21646         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21647         so the passphrase cache can be used reliably with identifiers
21648         besides a pgp packet's key id.
21649
21650         * pgg-gpg.el (pgg-gpg-encrypt-region)
21651         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21652         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21653         these routines, so the passphrase can be managed externally and
21654         passed in to the system.
21655
21656         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21657         'notruncate' argument, so the passphrase cache can be used
21658         reliably with identifiers besides a pgp packet's key id.
21659
21660 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21661
21662         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21663         symmetric encryption.
21664         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21665         encrypted session key.
21666         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21667         message ask for the passphrase in a proper way.
21668
21669         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21670         New user commands for symmetric encryption.
21671
21672 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21673
21674         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21675
21676         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21677
21678 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21679
21680         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21681
21682 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21683
21684         * mm-decode.el (mm-inlined-types): Add application/pgp.
21685         (mm-automatic-display): Ditto.
21686
21687         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21688         part as text.
21689
21690 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21691
21692         * nnrss.el: Update copyright.
21693         (nnrss-opml-import): Query whether to subscribe to each entry.
21694
21695         * gnus-art.el:
21696         * gnus-sum.el:
21697         * gnus-xmas.el:
21698         * messagexmas.el:
21699         * mm-uu.el:
21700         * mm-view.el: Update copyright.
21701
21702 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21703
21704         * message.el (message-info): New function.
21705         (message-mode-menu): Add it.
21706         Update copyright.
21707
21708         * ChangeLog: Fix and update copyright.
21709
21710 2006-01-13  Romain Francoise  <romain@orebokech.com>
21711
21712         * message.el (message-forward-subject-name-subject): Prefer the
21713         address to 'nowhere' if the sender has no name.
21714         Fix typo.  Update copyright year.
21715
21716 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21717
21718         * gnus-art.el (article-wash-html):
21719         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21720         (gnus-article-wash-html-with-w3m-standalone): New function.
21721
21722         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21723         mm-inline-text-html-render-with-w3m-standalone.
21724         (mm-text-html-washer-alist): Map w3m-standalone to
21725         gnus-article-wash-html-with-w3m-standalone.
21726         (mm-inline-text-html-render-with-w3m-standalone): New function.
21727
21728 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21729
21730         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21731         Improve LaTeX.
21732
21733 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21734
21735         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21736         (nnrss-request-article): Render text/plain parts as HTML.
21737
21738         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21739         the buffer.
21740
21741 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21742
21743         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21744         custom definition of `gnus-posting-styles'.
21745
21746         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21747         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21748
21749 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21750
21751         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21752         Use nntp for bug archive.
21753
21754 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21755
21756         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21757         parts.
21758         (nnrss-normalize-date): New function converts ISO 8601 date into
21759         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21760         (nnrss-check-group): Use it.
21761
21762 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21763
21764         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21765
21766         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21767         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21768         (nnrss-insert-w3): Ditto.
21769
21770 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21771
21772         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21773         the articles to be forwarded including the case where neither a
21774         number of articles nor a region is specified.
21775
21776 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21777
21778         * nnrss.el (nnrss-request-article): Fix last change; fill
21779         text/plain parts.
21780
21781 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21782
21783         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21784         in text/plain part.
21785         (nnrss-check-group): Don't add excessive newline to dc:subject.
21786
21787 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21788
21789         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21790         article.
21791
21792 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21793
21794         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21795         (nnml-use-compressed-files, nnml-save-mail): Support other
21796         comression programs such as bzip2.
21797
21798 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21799
21800         * dns.el (query-dns): Make sure we check the buffer size before
21801         removing tcp headers.
21802
21803 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21804
21805         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21806         remove MIME buttons associated with multipart/alternative parts.
21807         (gnus-mime-display-alternative): Tag buttons using `article-type'
21808         text property.
21809
21810         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21811         associated with multipart/alternative parts.
21812
21813         * gnus-art.el (gnus-signature-separator): Fix custom type.
21814
21815         * mm-decode.el (mm-inlined-types): Fix custom type.
21816         (mm-keep-viewer-alive-types): Ditto.
21817         (mm-automatic-display): Ditto.
21818         (mm-attachment-override-types): Ditto.
21819         (mm-inline-override-types): Ditto.
21820         (mm-automatic-external-display): Ditto.
21821
21822 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21823
21824         * spam-report.el (spam-report-user-mail-address)
21825         (spam-report-user-agent): New variables.
21826         (spam-report-url-ping-plain): Use spam-report-user-agent.
21827
21828 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21829
21830         * gnus-art.el (gnus-button-handle-custom): Do not just use
21831         `customize-apropos' for any "M-x customize-*" button but the
21832         function called for.  Accept both the function name and its
21833         argument in order to achieve this.
21834         (gnus-button-alist): Remove support for "custom:" URL's.
21835         Pass function name to `gnus-button-handle-custom' in case of "M-x
21836         customize-*" buttons.
21837
21838 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21839
21840         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21841         multipart/alternative and add xref to mm-discouraged-alternatives
21842         in doc string.
21843
21844         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21845         gnus-buttonized-mime-types in doc string.
21846
21847 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21848
21849         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21850         Suggest image/.* in the doc string.
21851
21852 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21853
21854         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21855         message-marks (Debian bug#342521).
21856
21857 2005-12-12  Simon Josefsson  <jas@extundo.com>
21858
21859         * password.el (password-read-from-cache): Add.
21860         (password-read): Use it.
21861
21862 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21863
21864         * rfc2047.el (rfc2047-charset-to-coding-system):
21865         Recognize us-ascii as a MIME charset.
21866
21867         * mm-bodies.el (mm-decode-content-transfer-encoding):
21868         Protect against the case where the 2nd arg TYPE is nil.
21869
21870 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21871
21872         * pop3.el (pop3-stream-type): Fix custom version.
21873
21874         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21875
21876 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21877
21878         * mm-decode.el (mm-display-external): Add missing cdr.
21879
21880 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21881
21882         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21883         RFC1524) if it is in mailcap or add a suffix according to
21884         mailcap-mime-extensions when generating a temp filename; postpone
21885         deleting a temp file for 2 seconds for some wrappers, shell
21886         scripts, and so on, which might exit right after having started a
21887         viewer command as a background job.
21888
21889 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21890
21891         * nntp.el (nntp-marks-directory): Fix custom group.
21892
21893         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21894         steps when < 10.
21895
21896         * gnus-start.el (gnus-no-server-1):
21897         Mention `gnus-level-default-subscribed' in doc string.
21898
21899 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21900
21901         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21902         parens.
21903
21904 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21905
21906         * gnus-xmas.el (gnus-use-toolbar): Revert.
21907         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21908         gnus-use-toolbar is default.
21909
21910         * messagexmas.el (message-use-toolbar): Revert.
21911         (message-setup-toolbar): Use global default-toolbar if
21912         message-use-toolbar is default.
21913
21914 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21915
21916         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21917         according to default-toolbar-visible-p.
21918
21919         * messagexmas.el (message-use-toolbar): Ditto.
21920
21921 2005-11-26  Dave Love  <fx@gnu.org>
21922
21923         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21924         (tls-program, tls-success): Provide openssl alternative.
21925
21926         * starttls.el: Doc fixes.
21927         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21928         SERVICE to PORT.
21929
21930         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21931         port null or service name.
21932         (starttls-negotiate): Autoload.
21933
21934 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21935
21936         * message.el (message-kill-to-signature): Fix interactive spec.
21937
21938 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21939
21940         * pop3.el (pop3-open-server): Recognize a string as a service name.
21941
21942 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21943
21944         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21945
21946 2005-11-23  Dave Love  <fx@gnu.org>
21947
21948         Add pop3s, pop3/starttls.
21949
21950         * pop3.el (pop3-authentication-scheme): Clarify doc.
21951         (open-tls-stream, starttls-open-stream): Autoload.
21952         (pop3-stream-type): New.
21953         (pop3-open-server): Use it.
21954
21955         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21956         for POP.
21957         (mail-source-keyword-map): Add :stream for POP.
21958         (mail-source-fetch-pop): Use pop3-stream-type.
21959
21960 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21961
21962         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21963         of current-time-string.
21964
21965 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21966
21967         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21968         date header.
21969
21970 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21971
21972         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21973         it can seriously impact performance as it bypasses the agent's
21974         local caches.
21975
21976 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21977
21978         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21979         must be explicitly online rather than "not explicitly offline" for
21980         its flags to be synchronized.
21981
21982         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21983         that gnus-uu-unmark-thread will function correctly.
21984
21985         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21986         1024K is instead displayed as 1M.
21987
21988 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21989
21990         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21991
21992 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21993
21994         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21995
21996 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21997
21998         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21999         error message to display actual error condition.
22000         (gnus-agent-save-local): Avoid saving symbols that are bound to
22001         nil as they simply result in a warning message in
22002         gnus-agent-read-local.
22003
22004 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22005
22006         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
22007         rather than make-variable-buffer-local for file-precious-flag.
22008
22009 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22010
22011         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
22012         for duplicates which are removed.  The invalid sort check then
22013         triggers a rescan after the sort as sorting may have moved
22014         duplicate entries such that they can be cheaply detected.
22015
22016 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22017
22018         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
22019
22020 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22021
22022         * gnus-agent.el (gnus-agent-article-alist-save-format):
22023         Change internal variable to a custom variable.  Change default value
22024         from compressed(2) to uncompressed(1).
22025         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
22026         support for uncompressed agentview files.  Taken together, reading
22027         the agentview file should now be 6-7 times faster.
22028
22029 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
22030
22031         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
22032         as a buffer-local variable.  This avoids creating truncated
22033         dribble files as a result of a hang up, eg.
22034
22035 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
22036
22037         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
22038         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
22039         XEmacs.
22040
22041 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
22042
22043         * gnus-start.el (gnus-start-draft-setup):
22044         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
22045
22046         * gnus.el (gnus-splash): Change custom group.
22047         (gnus-group-get-parameter, gnus-group-parameter-value):
22048         Describe allow-list argument.
22049
22050         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
22051         string.
22052
22053 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
22054
22055         * gnus-art.el (gnus-default-article-saver): Add user-defined
22056         `function' to custom type.
22057
22058 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22059
22060         * imap.el (imap-open): Handle case where buffer is a buffer
22061         object.
22062
22063 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
22064
22065         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
22066         long lines.
22067         (gnus-cache-delete-group): Wrap doc strings.
22068
22069         * gnus-agent.el (gnus-agent-rename-group)
22070         (gnus-agent-delete-group): Wrap doc strings.
22071
22072 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22073
22074         * messagexmas.el (message-use-toolbar): Change the valid values
22075         into default, top, bottom, left, and right.
22076         (message-toolbar-thickness): New variable.
22077         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
22078         well.
22079         (message-setup-toolbar): Make it work.
22080
22081         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
22082         (gnus-use-toolbar): Change the valid values into default, top,
22083         bottom, left, and right.
22084         (gnus-toolbar-thickness): New variable.
22085         (gnus-xmas-setup-toolbar): New function.
22086         (gnus-xmas-setup-group-toolbar): Use it.
22087         (gnus-xmas-setup-summary-toolbar): Use it.
22088
22089 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22090
22091         * gnus-start.el (gnus-1): Add "native" to
22092         gnus-predefined-server-alist.
22093
22094         * gnus.el (gnus-method-to-server): Don't add "native" to the
22095         lists here, because that leads to problems when
22096         gnus-select-method is bound.
22097
22098 2005-11-09  Simon Josefsson  <jas@extundo.com>
22099
22100         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
22101         use (not sort-by-date) instead.
22102
22103 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22104
22105         * gnus-delay.el (gnus-delay-group): Don't autoload.
22106         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
22107         to be re-loaded when customizing the `gnus-delay' group.
22108
22109 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
22110
22111         * message.el: Revert last changes.
22112         (message-insert-citation-line): Use newlines.
22113
22114 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22115
22116         * message.el (message-courtesy-message)
22117         (message-mark-insert-begin, message-mark-insert-end)
22118         (message-elide-ellipsis, message-cancel-message)
22119         (message-add-header, message-change-subject)
22120         (message-cross-post-followup-to-header)
22121         (message-cross-post-insert-note, message-reduce-to-to-cc)
22122         (message-widen-reply, message-delete-not-region)
22123         (message-kill-to-signature, message-insert-signature)
22124         (message-insert-importance-high, message-insert-importance-low)
22125         (message-insert-or-toggle-importance)
22126         (message-insert-disposition-notification-to)
22127         (message-indent-citation, message-yank-original)
22128         (message-cite-original-without-signature, message-cite-original)
22129         (message-insert-citation-line, message-position-on-field)
22130         (message-fix-before-sending, message-send-mail-partially)
22131         (message-send-mail, message-send-mail-with-sendmail)
22132         (message-send-mail-with-qmail, message-send-news)
22133         (message-check-news-header-syntax, message-generate-headers)
22134         (message-insert-courtesy-copy, message-fill-address)
22135         (message-fill-header, message-shorten-references)
22136         (message-setup-1, message-cancel-news)
22137         (message-forward-make-body-plain, message-forward-make-body-mime)
22138         (message-forward-make-body-mml, message-encode-message-body)
22139         (message-forward-make-body-digest-plain)
22140         (message-forward-make-body-digest-mime)
22141         (message-use-alternative-email-as-from): Insert `hard-newline'
22142         instead of ordinary newlines.
22143
22144 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22145
22146         * message.el (message-generate-headers): Downcase the argument
22147         given to message-check-element.
22148
22149 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
22150
22151         * nntp.el (nntp-authinfo-rejected): New error condition.
22152         (nntp-wait-for): Use new error condition to signal authentication
22153         error.
22154         (nntp-retrieve-data): Rethrow new error condition to break out of
22155         recursive call to nntp-send-authinfo.
22156
22157 2005-11-08  Romain Francoise  <romain@orebokech.com>
22158
22159         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
22160         (gnus-summary-exit-map): Bind to `Z p'.
22161         (gnus-summary-make-menu-bar): Add menu item.
22162
22163 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
22164
22165         * gnus-art.el (gnus-article-treat-custom): Add `first'.
22166         (gnus-treat-*): Add `first' in all doc strings.
22167
22168         * gnus-group.el (gnus-group-compact-group): Fix typo.
22169
22170 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22171
22172         * gnus.el (gnus-parameters-case-fold-search): New variable.
22173         (gnus-parameters-get-parameter): Use it.
22174
22175         * gnus-score.el (gnus-home-score-file): Doc fix.
22176
22177 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
22178
22179         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
22180
22181 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22182
22183         * mm-util.el (mm-special-display-p): New function.
22184
22185         * mml.el (mml-preview): Use it; doc fix.
22186
22187 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22188
22189         * imap.el (imap-open): Handle case where buffer is a buffer object.
22190
22191 2005-10-29  Romain Francoise  <romain@orebokech.com>
22192
22193         * message.el (message-fix-before-sending): Fix comment.
22194
22195 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22196
22197         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
22198
22199 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22200
22201         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
22202         Used in gnus-score.el.
22203
22204 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
22205
22206         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22207
22208 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22209
22210         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22211         whitespace removed in revision 7.8.  Use concatenated string to
22212         protect trailing whitespace.
22213
22214 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22215
22216         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22217         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22218         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22219         Courier IMAP ("some version from 2004").  Mostly based on similar
22220         code in the same function.
22221
22222 2005-10-26  Didier Verna  <didier@xemacs.org>
22223
22224         * gnus-group.el (gnus-group-compact-group): Invalidate original
22225         article buffer.
22226         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22227         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22228         NOV database and in article itself.
22229         Invalidate article backlog.
22230
22231 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22232
22233         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22234
22235 2005-10-26  Simon Josefsson  <jas@extundo.com>
22236
22237         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22238         part of 2004-07-25 change.
22239
22240 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22241
22242         * message.el (message-display-completion-list): New function.
22243         (message-expand-group): Use it; make sure the Completions buffer
22244         is modifiable.
22245 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22246
22247         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22248         user-mail-name is an empty string.
22249
22250 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22251
22252         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22253         depending on gnus-score-decay-constant.
22254
22255         * encrypt.el (encrypt-insert-file-contents)
22256         (encrypt-write-file-contents): Don't use `gnus-message'.
22257
22258         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22259         arguments.
22260         (mm-uu-type-alist): Add message-marks and insert-marks.
22261         Pass arguments to mm-uu-verbatim-marks-extract.
22262         (mm-uu-hide-markers): New variable.
22263         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22264
22265         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22266         (gnus-convert-image-to-face-command): Use "convert" by default to
22267         allow other input image formats.
22268         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22269         accordingly.
22270
22271 2005-10-23  Simon Josefsson  <jas@extundo.com>
22272
22273         * imap.el (imap-gssapi-program): Align command line parameters
22274         with latest GNU SASL.
22275         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22276
22277 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22278
22279         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22280         HTML.
22281         (nnslashdot-request-article): Ditto.
22282
22283         * lpath.el (featurep): Add nobreak-char-display.
22284
22285 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22286
22287         * mail-source.el (mail-source-fetch-pop): Require pop3.
22288         (mail-source-check-pop): Ditto.
22289
22290 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22291
22292         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22293         errors.
22294
22295 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22296
22297         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22298         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22299
22300         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22301
22302         * mm-bodies.el (mm-decode-string):
22303         Call `mm-charset-to-coding-system' with allow-override argument.
22304
22305 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22306
22307         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22308         (rfc2047-charset-to-coding-system): New function.
22309         (rfc2047-decode-encoded-words): New function.
22310         (rfc2047-decode-region): Use them.
22311         (rfc2047-decode-cte): Remove.
22312         (rfc2047-parse-and-decode): Remove.
22313         (rfc2047-decode): Remove.
22314
22315 2005-10-15  Kenichi Handa  <handa@m17n.org>
22316
22317         * rfc2047.el (rfc2047-decode-cte): New function.
22318         (rfc2047-decode-region): Change the way to decode successive
22319         encoded-words: decode B- or Q-encoding in each encoded-word,
22320         concatenate them, and decode it as charset.
22321
22322 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22323
22324         * lpath.el: Fbind codepage-setup for XEmacs.
22325
22326 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22327
22328         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22329         widget-move-and-invoke.
22330         (gnus-custom-mode): Use gnus-custom-map.
22331
22332 2005-10-15  Bill Wohler  <wohler@newt.com>
22333
22334         * message.el (message-tool-bar-map): Rename image file from
22335         mail_send to mail/send.
22336
22337 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22338
22339         * message.el (message-expand-group): Pass the common
22340         prefix substring of completion to `display-completion-list'.
22341
22342 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22343
22344         * mml-sec.el (mml-secure-method): New internal variable.
22345         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22346         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22347         New functions using mml-secure-method.
22348
22349         * mml.el (mml-mode-map): Add key bindings for those functions.
22350         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22351         Harder <harder@myrealbox.com>.
22352         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22353         Goto end of message if point is the headers of the message.
22354
22355         * message.el (message-in-body-p): New function.
22356
22357         * assistant.el: Autoload gnus-util and netrc.
22358
22359         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22360         Use `mm-charset-override-alist' only when decoding.
22361
22362         * mm-bodies.el (mm-decode-body):
22363         Call `mm-charset-to-coding-system' with allow-override argument.
22364
22365         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22366         `filename' from Content-Disposition if Content-Type doesn't
22367         provide `name'.
22368         (gnus-mime-view-part-as-type): Set default instead of
22369         initial-input.
22370
22371 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22372
22373         * format-spec.el (format-spec): Propagate text properties of % spec.
22374
22375 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22376
22377         * gnus-art.el (gnus-treat-predicate): Add `first'.
22378
22379 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22380
22381         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22382         (mm-charset-override-alist): New variable.
22383         (mm-charset-to-coding-system): Use it.
22384         (mm-codepage-setup): New helper function.
22385         (mm-charset-eval-alist): New variable.
22386         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22387         Warn about unknown charsets.
22388
22389         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22390
22391 2005-10-04  David Hansen  <david.hansen@gmx.net>
22392
22393         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22394         (nnrss-check-group): Ditto.
22395
22396 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22397
22398         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22399         Rename x-gnus-verbatim to x-verbatim.
22400         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22401
22402         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22403         x-verbatim.
22404
22405         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22406
22407         * gnus-util.el (gnus-remove-duplicates): Remove.
22408
22409         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22410         instead of gnus-remove-duplicates.
22411
22412         * message.el (message-remove-duplicates): Remove.
22413         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22414         message-remove-duplicates.
22415
22416         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22417         available, else use implementation from `delete-dups'.
22418
22419         * message.el (message-insert-expires): New function.
22420         (message-mode-map): Add key binding.
22421         (message-mode-field-menu): Add menu entry.
22422         (message-mode): Document it.
22423         (message-make-expires-date): Use `message-make-date'.
22424
22425 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22426
22427         * message.el (message-make-expires-date): New function.
22428
22429 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22430
22431         * Makefile.in (list-installed-shadows): New entry.
22432         (install): Use it.
22433         (remove-installed-shadows): New entry.
22434
22435         * dgnushack.el (dgnushack-default-load-path): New variable.
22436         (dgnushack-find-lisp-shadows): New function.
22437         (dgnushack-remove-lisp-shadows): New function.
22438
22439 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22440
22441         * Makefile.in (install-el-elc): New entry.
22442         (install): Use it so that .el files are necessarily installed.
22443
22444 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22445
22446         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22447
22448 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22449
22450         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22451         function rather than the diff-mode.el package.
22452         (mm-display-external): Use with-current-buffer.
22453         (mm-viewer-completion-map, mm-viewer-completion-map):
22454         Move initialization inside declaration.
22455
22456 2005-09-29  Simon Josefsson  <jas@extundo.com>
22457
22458         * spam.el: Load hashcash when compiling, to avoid warnings.
22459         Don't autoload mail-check-payment.
22460         (spam-check-hashcash): Define unconditionally, since hashcash.el
22461         is part of Gnus now.  Ignore errors from payment checking.
22462
22463 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22464
22465         * message.el (message-bold-region, message-unbold-region):
22466         Rename from `bold-region' and `unbold-region'.
22467
22468         * message.el: Remove useless autoloads.
22469
22470 2005-09-28  Simon Josefsson  <jas@extundo.com>
22471
22472         * message.el (message-use-idna): Default to t.
22473         (message-use-idna): Test whether encoding works too.  Doc fix.
22474
22475 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22476
22477         * nntp.el (nntp-warn-about-losing-connection): Remove.
22478
22479 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22480
22481         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22482         customizable.  Change default value.
22483         (mm-uu-diff-groups-regexp): Change default value.
22484         (mm-uu-type-alist): Add doc string.
22485         (mm-uu-configure): Add doc string.  Make it interactive.
22486         (mm-uu-tex-groups-regexp): New variable.
22487         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22488         (mm-uu-type-alist): Add LaTeX documents.
22489         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22490         of "text/verbatim".
22491         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22492
22493         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22494         instead of "text/verbatim".
22495
22496         * message.el (message-mark-inserted-region)
22497         (message-mark-insert-file): Use slrn style marks when called with
22498         prefix argument.
22499
22500 2005-09-27  Simon Josefsson  <jas@extundo.com>
22501
22502         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22503
22504 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22505
22506         * message.el (message-remove-duplicates): New function.
22507         Implementation borrowed from `gnus-remove-duplicates'.
22508         (message-idna-to-ascii-rhs): Also encode idna addresses in
22509         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22510         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22511         only ask about the same idna domain once per header and also tell
22512         in what header to replace the idna domain.
22513
22514         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22515         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22516         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22517         a header is decoded and not just the last one.
22518
22519 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22520
22521         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22522         has been decoded.
22523
22524         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22525         (mm-insert-part): Don't modify text if it has been decoded.
22526
22527         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22528         decoded.
22529
22530         * mm-view.el (mm-inline-text): Don't strip text props unless
22531         decoding enriched or richtext parts.
22532
22533 2005-09-25  Romain Francoise  <romain@orebokech.com>
22534
22535         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22536         * gnus-start.el (gnus-subscribe-interactively):
22537         * gnus-uu.el (gnus-uu-grab-articles):
22538         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22539         space.
22540
22541 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22542
22543         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22544         * mm-view.el (mm-view-pkcs7-decrypt):
22545         * gnus-sum.el (gnus-summary-limit-to-extra)
22546         (gnus-summary-respool-article, gnus-read-move-group-name):
22547         * gnus-score.el (gnus-summary-increase-score):
22548         * gnus-util.el (gnus-completing-read-with-default):
22549         * gnus-art.el (gnus-read-save-file-name)
22550         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22551         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22552         * message.el (message-check-news-header-syntax):
22553         Follow convention for reading with the minibuffer.
22554
22555 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22556
22557         * spam-report.el (spam-report-url-ping-plain):
22558         Use gnus-extended-version as User-Agent.
22559
22560         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22561         default value is nil.
22562
22563         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22564         (mm-uu-verbatim-marks-extract): New function.
22565         (mm-uu-extract): New face.
22566         (mm-uu-copy-to-buffer): Use it.
22567
22568         * spam-report.el (spam-report-gmane-ham): Rename from
22569         `spam-report-gmane-unspam'.
22570         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22571         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22572
22573         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22574         Autoload.
22575         (spam-report-gmane-unregister-routine):
22576         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22577
22578 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22579
22580         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22581         (spam-report-gmane-unregister-routine): Add support for gmane
22582         unregistration.
22583
22584         * spam-report.el (spam-report-gmane-unspam)
22585         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22586         (spam-report-gmane): Change to take a single article and do unspam
22587         registration.
22588
22589 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22590
22591         * mm-url.el (mm-url-decode-entities): Fix regexp.
22592
22593 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22594
22595         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22596         default to nil, to be able to use Gnus at all.  If the default
22597         switches to something else, then the function should be fixed not
22598         be exceedingly slow.
22599
22600 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22601
22602         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22603         fail hard.
22604
22605         * spam-report.el: Add better Keywords line.
22606
22607         * spam.el: Add Maintainer and better Keywords line.
22608
22609 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22610
22611         * gnus-art.el (gnus-article-replace-part)
22612         (gnus-mime-replace-part): New functions.
22613         (gnus-mime-action-alist, gnus-mime-button-commands)
22614         (gnus-mime-save-part-and-strip): Add file argument.
22615         (gnus-article-part-wrapper): Add interactive argument.
22616
22617         * gnus-sum.el (gnus-summary-mime-map):
22618         Add `gnus-article-replace-part'.
22619
22620 2005-09-19  Didier Verna  <didier@xemacs.org>
22621
22622         The nnml compaction feature:
22623         * nnml.el (nnml-request-compact-group): New function.
22624         * nnml.el (nnml-request-compact): New function.
22625         * gnus-int.el (gnus-request-compact-group): New function.
22626         * gnus-int.el (gnus-request-compact): New function.
22627         * gnus-group.el (gnus-group-compact-group): New function.
22628         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22629         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22630         * gnus-srvr.el (gnus-server-compact-server): New function.
22631         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22632         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22633
22634 2005-09-18  Deepak Goel  <deego@gnufans.org>
22635
22636         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22637         format spec.
22638
22639 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22640
22641         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22642
22643 2005-09-15  Romain Francoise  <romain@orebokech.com>
22644
22645         * message.el (message-fill-paragraph): Clarify docstring.
22646
22647 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22648
22649         * gnus-art.el (gnus-mime-display-part): Protect against broken
22650         MIME messages.
22651
22652 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22653
22654         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22655         before parsing header.
22656
22657 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22658
22659         * html2text.el (html2text-replace-list): Add new entities.
22660
22661 2005-09-11  Romain Francoise  <romain@orebokech.com>
22662
22663         * message.el (message-alternative-emails): Improve docstring.
22664         (message-setup-1): Call `message-use-alternative-email-as-from'
22665         after `message-setup-hook' to give it precedence over posting
22666         styles, etc.
22667         (message-use-alternative-email-as-from): Add docstring.
22668         Remove the original From header if present.
22669
22670         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22671         (nnml-save-mail): Use it.
22672
22673         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22674         articles.  Add new argument `silent'.
22675         (gnus-uu-mark-all): Report the total number of marked articles.
22676
22677 2005-09-10  Romain Francoise  <romain@orebokech.com>
22678
22679         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22680         (gnus-uu-mark-series): Likewise.
22681
22682 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22683
22684         * spam-report.el (spam-report-gmane): Fix generation of spam
22685         report URL.
22686
22687 2005-09-10  Simon Josefsson  <jas@extundo.com>
22688
22689         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22690         t, based on discussion on the ding list with Robert Epprecht
22691         <epprecht@solnet.ch>.
22692
22693 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22694
22695         * spam-report.el (spam-report-gmane): Make it work without
22696         X-Report-Spam header.  Gmane now only provides Archived-At.
22697         This is only used if `spam-report-gmane-use-article-number' is nil.
22698         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22699
22700         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22701         make `gnus-summary-sort-by-recipient' work with threading.
22702
22703         * nnweb.el (nnweb-google-wash-article): Print a message if article
22704         is not available.
22705
22706 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22707
22708         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22709         change.  Decode text/* parts content before displaying.
22710
22711 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22712
22713         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22714
22715 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22716
22717         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22718
22719         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22720         url-package-name, url-package-version,
22721         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22722         w3m-display-inline-images, and w3m-minor-mode-map.
22723
22724 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22725
22726         * message.el (message-tab-body-function): Fix mismatched custom type.
22727
22728         * gnus.el (gnus-group-change-level-function): Ditto.
22729
22730         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22731
22732         * gnus-art.el (gnus-signature-limit)
22733         (gnus-article-mime-part-function): Ditto.
22734
22735 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22736
22737         * mml.el (mml-mode): Silence the byte compiler.
22738
22739         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22740         using `(sit-for 0)' before moving the point to the specified part;
22741         skip unbuttonized parts.
22742         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22743         return to the summary window if gnus-auto-select-part is non-nil.
22744
22745 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22746
22747         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22748         New variables.
22749         (mml-dnd-attach-file, mml-mode): Use them.
22750
22751         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22752         Make fetching article by MID work again for Google Groups.
22753         Add FIXME concerning gnus-group-make-web-group.
22754
22755         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22756         Don't depend on Gnus by using mail-extract-address-components if
22757         gnus-extract-address-components is not bound.
22758
22759 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22760
22761         * gnus-art.el (gnus-mime-display-security): Don't display the
22762         signature, but only the signed part.
22763
22764 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22765
22766         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22767
22768         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22769         list, not listp.
22770
22771 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22772
22773         * mm-encode.el (mm-encode-content-transfer-encoding):
22774         Likewise when encoding.
22775
22776         * mm-bodies.el (mm-decode-content-transfer-encoding):
22777         De-canonicalize CRLF for all text content types, not just
22778         text/plain.
22779
22780 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22781
22782         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22783         valid article; point arrow and cursor at the MIME button.
22784
22785 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22786
22787         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22788         Suggested by Dan Christensen <jdc@uwo.ca>.
22789
22790         * mm-decode.el (mm-save-part): Enable change of prompt.
22791
22792 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22793
22794         * gnus-msg.el (gnus-inews-add-send-actions):
22795         Make `message-post-method' lambda parameter ARG `&optional'.
22796
22797 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22798
22799         * gnus-sum.el (gnus-summary-mime-map):
22800         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22801         gnus-article-jump-to-part.
22802
22803         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22804         (gnus-article-edit-part): Use it.
22805         (gnus-article-part-wrapper): Add no-handle argument.
22806         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22807         New functions.
22808
22809 2005-08-29  Romain Francoise  <romain@orebokech.com>
22810
22811         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22812         docstring.
22813         (gnus-face-from-file): Likewise.
22814
22815 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22816
22817         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22818         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22819         non-nil.
22820         (gnus-auto-select-part): New variable.
22821         (gnus-article-jump-to-part): New function.
22822         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22823         (gnus-mime-delete-part): Allow selecting specified part after
22824         deleting or stripping parts.
22825         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22826         part if argument is bogus.
22827
22828 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22829
22830         * gnus-art.el (w3m-minor-mode-map):
22831         * gnus-spec.el (gnus-newsrc-file-version):
22832         * gnus-util.el (nnmail-active-file-coding-system)
22833         (gnus-original-article-buffer, gnus-user-agent):
22834         * gnus.el (gnus-ham-process-destinations)
22835         (gnus-parameter-ham-marks-alist)
22836         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22837         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22838         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22839         * mm-decode.el (gnus-current-window-configuration):
22840         * mm-extern.el (gnus-article-mime-handles):
22841         * mm-url.el (url-current-object, url-package-name)
22842         (url-package-version):
22843         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22844         (smime-keys, w3m-cid-retrieve-function-alist)
22845         (w3m-current-buffer, w3m-display-inline-images)
22846         (w3m-minor-mode-map):
22847         * mml-smime.el (gnus-extract-address-components):
22848         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22849         (gnus-newsrc-hashtb, message-default-charset)
22850         (message-deletable-headers, message-options)
22851         (message-posting-charset, message-required-mail-headers)
22852         (message-required-news-headers):
22853         * mml1991.el (mc-pgp-always-sign):
22854         * mml2015.el (mc-pgp-always-sign):
22855         * nnheader.el (nnmail-extra-headers):
22856         * rfc1843.el (gnus-decode-encoded-word-function)
22857         (gnus-decode-header-function, gnus-newsgroup-name):
22858         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22859
22860 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22861
22862         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22863         the end of the date treatments.
22864
22865 2005-08-15  Simon Josefsson  <jas@extundo.com>
22866
22867         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22868         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22869         Capello and Romain Francoise.
22870         (pgg-fetch-key-function): Remove, not used?
22871         (pgg-insert-url-with-w3): Require url, to get
22872         url-insert-file-contents regardless of where it is defined.
22873
22874 2005-08-13  Romain Francoise  <romain@orebokech.com>
22875
22876         * message.el (message-cite-original-1): New function.
22877         (message-cite-original): Use it.
22878         (message-cite-original-without-signature): Ditto.
22879
22880 2005-08-08  Romain Francoise  <romain@orebokech.com>
22881
22882         * message.el (message-yank-empty-prefix): New variable.
22883         (message-indent-citation): Use it.
22884         (message-cite-original-without-signature): Respect X-No-Archive.
22885
22886 2005-08-08  Simon Josefsson  <jas@extundo.com>
22887
22888         * pgg.el: Autoload url-insert-file-contents instead of loading
22889         w3/url.
22890         (pgg-insert-url-with-w3): Don't load url here.
22891
22892 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22893
22894         * message.el (message-kill-to-signature): Don't insert newline at
22895         bol.
22896         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22897
22898 2005-08-06  Romain Francoise  <romain@orebokech.com>
22899
22900         * message.el (message-user-fqdn): Fix typo in docstring.
22901
22902 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22903
22904         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22905
22906         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22907
22908 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22909
22910         * mm-bodies.el (mm-encode-body): Use coding system rather than
22911         charset to encode text.
22912
22913         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22914         number of charsets if utf-8 is available (XEmacs).
22915
22916 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22917
22918         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22919         taken from `gnus-button-mid-or-mail-regexp'.
22920         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22921         (gnus-button-alist): Improve regexp for domain part of the MIDs
22922         for news:localpart@domain buttons.
22923         (gnus-button-ctan-directory-regexp): Update.
22924
22925 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22926
22927         * sieve-manage.el (sieve-manage-interactive-login):
22928         Use make-local-variable rather than make-variable-buffer-local.
22929         (sieve-manage-open): Ditto.
22930         (sieve-manage-authenticate): Ditto.
22931
22932         * mml.el (mml-generate-mime-1): Make the content type default to
22933         text/plain if the filename is not specified.
22934
22935 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22936
22937         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22938         instead of insert-buffer.
22939
22940         * message.el (message-yank-original): Ditto; set the mark at the
22941         end of the yanked message.
22942
22943 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22944
22945         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22946         lines to scroll rather than to stop it.
22947
22948         * mml.el (mml-generate-default-type): Add doc string.
22949         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22950         default to application/octet-stream when determining the content
22951         type if it is not specified for the part or the mml contents; add
22952         a comment about mml-generate-default-type.
22953
22954 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22955
22956         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22957         make it default to application/octet-stream when determining the
22958         content type if it is not specified for the external contents.
22959
22960 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22961
22962         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22963         segmented parameter but also other parameters might be there.
22964
22965 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22966
22967         * mm-decode.el (mm-display-external): Delete temp file, directory
22968         and buffer immediately if the external process is exited.
22969
22970 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22971
22972         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22973         fewer lines than that of scroll-margin.
22974         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22975
22976 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22977
22978         * gnus-art.el (gnus-article-next-page): Revert.
22979         (gnus-article-beginning-of-window): New macro.
22980         (gnus-article-next-page-1): Use it.
22981         (gnus-article-prev-page): Ditto.
22982         (gnus-article-edit-part): Use insert-buffer-substring instead of
22983         insert-buffer.
22984         (gnus-article-edit-exit): Ditto.
22985
22986         * gnus-util.el (gnus-beginning-of-window): Remove.
22987         (gnus-end-of-window): Remove.
22988
22989         * lpath.el: Don't bind header-line-format and scroll-margin.
22990
22991 2005-07-25  Simon Josefsson  <jas@extundo.com>
22992
22993         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22994         to have the url package without w3.  Reported by Daiki Ueno
22995         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22996
22997 2005-07-20  Didier Verna  <didier@xemacs.org>
22998
22999         * gnus-diary.el: Remove the description comment (nndiary is now
23000         properly documented in the Gnus manual).
23001         Fix the spelling of "Back End".
23002         * nndiary.el: Ditto.
23003         Fix the copyright notice.
23004
23005 2005-07-18  Romain Francoise  <romain@orebokech.com>
23006
23007         * gnus-sum.el (gnus-summary-to-prefix)
23008         (gnus-summary-newsgroup-prefix): New variables.
23009         (gnus-summary-from-or-to-or-newsgroups): Use them.
23010
23011 2005-07-17  Romain Francoise  <romain@orebokech.com>
23012
23013         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
23014         space as it's generally not especially interesting to the user.
23015
23016 2005-07-16  Romain Francoise  <romain@orebokech.com>
23017
23018         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
23019         nil to avoid prompting and file modification if one of the
23020         messages at the top of the nnfolder file contains a copyright
23021         notice.
23022         Update copyright notice.
23023
23024         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
23025         instead of `current-time-string' as the latter creates a time
23026         string that is not RFC 2822 compliant (it lacks the zone).
23027         Update copyright notice.
23028
23029 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23030
23031         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
23032         for text/rtf.  Display default in prompt.  Pass default for M-n.
23033
23034         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
23035
23036 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23037
23038         * gnus-msg.el (gnus-button-mailto):
23039         Remove save-selected-window-window hackery because it relies on
23040         save-selected-window internals.
23041
23042 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23043
23044         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
23045         (gnus-article-next-page-1): Use gnus-beginning-of-window.
23046         (gnus-article-prev-page): Ditto.
23047
23048         * gnus-util.el (gnus-beginning-of-window): New function.
23049         (gnus-end-of-window): New function.
23050
23051         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
23052
23053 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
23054
23055         * gnus-score.el (gnus-score-edit-all-score):
23056         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
23057         gnus-message.
23058
23059 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23060
23061         * gnus-msg.el (gnus-button-mailto):
23062         Remove save-selected-window-window hackery because it relies on
23063         save-selected-window internals.
23064
23065 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23066
23067         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
23068         add-minor-mode.
23069         (gnus-binary-mode): Ditto.
23070
23071         * gnus-topic.el (gnus-topic-mode): Ditto.
23072
23073 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
23074
23075         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
23076         (gnus-article-prev-page): Take scroll-margin into consideration.
23077
23078 2005-07-04  Lute Kamstra  <lute@gnu.org>
23079
23080         Update FSF's address in GPL notices.
23081
23082 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23083
23084         * gnus.el (gnus-exit):
23085         * gnus-group.el (gnus-group-icons):
23086         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
23087
23088         * gnus-nocem.el (gnus-nocem):
23089         * message.el (message-various, message-buffers, message-sending)
23090         (message-interface, message-forwarding, message-insertion)
23091         (message-headers, message-news, message-mail):
23092         * pgg-gpg.el (pgg-gpg):
23093         * pgg-parse.el (pgg-parse):
23094         * pgg-pgp.el (pgg-pgp):
23095         * pgg-pgp5.el (pgg-pgp5):
23096         * pop3.el (pop3): Finish `defgroup' description with period.
23097
23098 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23099
23100         * gnus-art.el (article-display-face): Improve the efficiency.
23101         (article-display-x-face): Ditto; remove gray x-face stuff.
23102
23103 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23104
23105         * gnus-art.el (article-display-face): Correct the position in
23106         which Faces are inserted.
23107
23108 2005-06-29  Didier Verna  <didier@xemacs.org>
23109
23110         * gnus-art.el (article-display-face): Display faces in correct
23111         order.
23112
23113 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23114
23115         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
23116         (gnus-fill-real-hashtb): Use hash table instead of obarray.
23117         (gnus-nocem-check-article): Fetch the Type header.
23118         (gnus-nocem-message-wanted-p): Fix the way to examine types.
23119         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
23120         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
23121         make sure gnus-nocem-hashtb is initialized.
23122         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
23123         (gnus-nocem-unwanted-article-p): Ditto.
23124
23125         * pgg.el (pgg-verify): Return the verification result.
23126
23127 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23128
23129         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
23130         is ascii.
23131
23132 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23133
23134         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
23135         `show-nonbreak-escape'.
23136
23137 2005-06-23  Lute Kamstra  <lute@gnu.org>
23138
23139         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
23140
23141         * dig.el (dig-mode):
23142         * smime.el (smime-mode): Use gnus-run-mode-hooks.
23143
23144 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23145
23146         * nnimap.el (nnimap-split-download-body): Fix spellings.
23147
23148 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23149
23150         * gnus-art.el (gnus-article-encrypt-body):
23151         * gnus-cus.el (gnus-score-customize):
23152         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
23153         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
23154
23155 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
23156
23157         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
23158         header by looking for magic "MII" at the beginning.
23159
23160 2005-06-16  Miles Bader  <miles@gnu.org>
23161
23162         * gnus-xmas.el (gnus-xmas-group-startup-message):
23163         Use renamed gnus-splash face.
23164
23165         * assistant.el (assistant-field): Remove "-face" suffix from face name.
23166         (assistant-field-face): New backward-compatibility alias for renamed
23167         face.
23168         (assistant-render-text): Use renamed assistant-field face.
23169
23170         * spam.el (spam): Remove "-face" suffix from face name.
23171         (spam-face): New backward-compatibility alias for renamed face.
23172         (spam-face, spam-initialize): Use renamed spam face.
23173
23174         * message.el (message-header-to, message-header-cc)
23175         (message-header-subject, message-header-newsgroups)
23176         (message-header-other, message-header-name)
23177         (message-header-xheader, message-separator, message-cited-text)
23178         (message-mml): Remove "-face" suffix from face names.
23179         (message-header-to-face, message-header-cc-face)
23180         (message-header-subject-face, message-header-newsgroups-face)
23181         (message-header-other-face, message-header-name-face)
23182         (message-header-xheader-face, message-separator-face)
23183         (message-cited-text-face, message-mml-face):
23184         New backward-compatibility aliases for renamed faces.
23185         (message-font-lock-keywords): Use renamed message faces.
23186
23187         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
23188         (sieve-test-commands, sieve-tagged-arguments):
23189         Remove "-face" suffix from face names.
23190         (sieve-control-commands-face, sieve-action-commands-face)
23191         (sieve-test-commands-face, sieve-tagged-arguments-face):
23192         New backward-compatibility aliases for renamed faces.
23193         (sieve-control-commands-face, sieve-action-commands-face)
23194         (sieve-test-commands-face, sieve-tagged-arguments-face):
23195         Use renamed sieve faces.
23196
23197         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
23198         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
23199         (gnus-group-news-3-empty, gnus-group-news-4)
23200         (gnus-group-news-4-empty, gnus-group-news-5)
23201         (gnus-group-news-5-empty, gnus-group-news-6)
23202         (gnus-group-news-6-empty, gnus-group-news-low)
23203         (gnus-group-news-low-empty, gnus-group-mail-1)
23204         (gnus-group-mail-1-empty, gnus-group-mail-2)
23205         (gnus-group-mail-2-empty, gnus-group-mail-3)
23206         (gnus-group-mail-3-empty, gnus-group-mail-low)
23207         (gnus-group-mail-low-empty, gnus-summary-selected)
23208         (gnus-summary-cancelled, gnus-summary-high-ticked)
23209         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23210         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23211         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23212         (gnus-summary-low-undownloaded)
23213         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23214         (gnus-summary-low-unread, gnus-summary-normal-unread)
23215         (gnus-summary-high-read, gnus-summary-low-read)
23216         (gnus-summary-normal-read, gnus-splash):
23217         Remove "-face" suffix from face names.
23218         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23219         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23220         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23221         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23222         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23223         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23224         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23225         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23226         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23227         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23228         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23229         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23230         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23231         (gnus-summary-normal-ticked-face)
23232         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23233         (gnus-summary-normal-ancient-face)
23234         (gnus-summary-high-undownloaded-face)
23235         (gnus-summary-low-undownloaded-face)
23236         (gnus-summary-normal-undownloaded-face)
23237         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23238         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23239         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23240         (gnus-splash-face):
23241         New backward-compatibility aliases for renamed faces.
23242         (gnus-group-startup-message): Use renamed gnus faces.
23243
23244         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23245         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23246         (gnus-server-agent): Remove "-face" suffix from face names.
23247         (gnus-server-agent-face, gnus-server-opened-face)
23248         (gnus-server-closed-face, gnus-server-denied-face)
23249         (gnus-server-offline-face):
23250         New backward-compatibility aliases for renamed faces.
23251         (gnus-server-agent-face, gnus-server-opened-face)
23252         (gnus-server-closed-face, gnus-server-denied-face)
23253         (gnus-server-offline-face): Use renamed gnus faces.
23254
23255         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23256         Remove "-face" suffix from face names.
23257         (gnus-picon-xbm-face, gnus-picon-face):
23258         New backward-compatibility aliases for renamed faces.
23259
23260         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23261         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23262         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23263         (gnus-cite-11): Remove "-face" suffix from face names.
23264         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23265         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23266         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23267         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23268         New backward-compatibility aliases for renamed faces.
23269         (gnus-cite-attribution-face, gnus-cite-face-list)
23270         (gnus-article-boring-faces): Use renamed gnus faces.
23271
23272         * gnus-art.el (gnus-signature, gnus-header-from)
23273         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23274         (gnus-header-content): Remove "-face" suffix from face names.
23275         (gnus-signature-face, gnus-header-from-face)
23276         (gnus-header-subject-face, gnus-header-newsgroups-face)
23277         (gnus-header-name-face, gnus-header-content-face):
23278         New backward-compatibility aliases for renamed faces.
23279         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23280
23281         * gnus-sum.el (gnus-summary-selected-face)
23282         (gnus-summary-highlight): Use renamed gnus faces.
23283         * gnus-group.el (gnus-group-highlight): Likewise.
23284
23285 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23286
23287         * gnus-sieve.el (gnus-sieve-article-add-rule):
23288         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23289         * spam-stat.el (spam-stat-buffer-change-to-spam)
23290         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23291
23292         * message.el (message-is-yours-p):
23293         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23294
23295 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23296
23297         * mm-view.el (mm-inline-text): Withdraw the last change.
23298
23299 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23300
23301         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23302         executing enriched-decode.
23303
23304 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23305
23306         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23307         charset of tar files.
23308
23309 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23310
23311         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23312
23313 2005-06-04  Lute Kamstra  <lute@gnu.org>
23314
23315         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23316         information is never recorded.
23317
23318 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23319
23320         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23321
23322 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23323
23324         * pop3.el (pop3-apop): Run md5 in the binary mode.
23325
23326         * starttls.el (starttls-set-process-query-on-exit-flag):
23327         Use eval-and-compile.
23328
23329 2005-05-31  Simon Josefsson  <jas@extundo.com>
23330
23331         * smime.el (smime-replace-in-string): Define.
23332         (smime-cert-by-ldap-1): Use it.
23333
23334 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23335
23336         * gnus-art.el (article-display-x-face): Replace
23337         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23338
23339         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23340         set-process-query-on-exit-flag or process-kill-without-query.
23341
23342         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23343         loop instead of replace-regexp.
23344
23345         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23346         instead of process-kill-without-query if it is available.
23347
23348         * lpath.el: Fbind ldap-search-entries.
23349
23350         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23351         instead of find-file-hooks if it is available.
23352
23353         * mml1991.el: Bind pgg-default-user-id when compiling.
23354
23355         * mml2015.el: Bind pgg-default-user-id when compiling.
23356
23357         * nndraft.el (nndraft-request-associate-buffer):
23358         Use write-contents-functions instead of write-contents-hooks if it is
23359         available.
23360
23361         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23362         instead of find-file-hooks if it is available.
23363
23364         * nntp.el (nntp-open-connection): Replace
23365         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23366         (nntp-open-ssl-stream): Ditto.
23367         (nntp-open-tls-stream): Ditto.
23368
23369         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23370         set-process-query-on-exit-flag or process-kill-without-query.
23371         (starttls-open-stream-gnutls): Use it instead of
23372         process-kill-without-query.
23373         (starttls-open-stream): Ditto.
23374
23375 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23376
23377         * smime.el (smime-cert-by-ldap-1): Don't use
23378         replace-regexp-in-string.
23379
23380 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23381
23382         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23383
23384         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23385         in PEM format.  Adjust to the XEmacs compatibility.
23386
23387 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23388
23389         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23390         by `string-to-number'.
23391         * gnus-agent.el (gnus-agent-regenerate-group)
23392         (gnus-agent-fetch-articles): Ditto.
23393         * gnus-art.el (gnus-button-fetch-group): Ditto.
23394         * gnus-cache.el (gnus-cache-generate-active)
23395         (gnus-cache-articles-in-group): Ditto.
23396         * gnus-group.el (gnus-group-set-current-level)
23397         (gnus-group-insert-group-line): Ditto.
23398         * gnus-score.el (gnus-score-set-expunge-below)
23399         (gnus-score-set-mark-below, gnus-summary-score-effect)
23400         (gnus-summary-score-entry): Ditto.
23401         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23402         (gnus-soup-pack): Ditto.
23403         * gnus-spec.el (gnus-xmas-format): Ditto.
23404         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23405         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23406         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23407         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23408         * nndb.el (nndb-get-remote-expire-response): Ditto.
23409         * nndiary.el (nndiary-parse-schedule-value)
23410         (nndiary-string-to-number, nndiary-request-replace-article)
23411         (nndiary-request-article): Ditto.
23412         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23413         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23414         * nneething.el (nneething-make-head): Ditto.
23415         * nnfolder.el (nnfolder-request-article)
23416         (nnfolder-retrieve-headers): Ditto.
23417         * nnheader.el (nnheader-file-to-number): Ditto.
23418         * nnkiboze.el (nnkiboze-request-article): Ditto.
23419         * nnmail.el (nnmail-process-unix-mail-format)
23420         (nnmail-process-babyl-mail-format): Ditto.
23421         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23422         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23423         (nnmh-request-create-group, nnmh-request-list-1)
23424         (nnmh-request-group, nnmh-request-article): Ditto.
23425         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23426         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23427         * nnsoup.el (nnsoup-make-active): Ditto.
23428         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23429         * nntp.el (nntp-find-group-and-number)
23430         (nntp-retrieve-headers-with-xover): Ditto.
23431         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23432         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23433         (pgg-format-key-identifier): Ditto.
23434         * pop3.el (pop3-last, pop3-stat): Ditto.
23435         * qp.el (quoted-printable-decode-region): Ditto.
23436
23437         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23438         of concat.
23439
23440 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23441
23442         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23443
23444         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23445
23446         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23447
23448         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23449
23450         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23451
23452         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23453
23454         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23455         (gnus-carpal-mode): Ditto.
23456
23457         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23458         (gnus-browse-mode): Ditto.
23459
23460         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23461
23462         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23463
23464 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23465
23466         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23467
23468 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23469
23470         * gnus-util.el (gnus-run-mode-hooks): New function.
23471
23472         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23473
23474         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23475         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23476
23477 2005-05-27  Lute Kamstra  <lute@gnu.org>
23478
23479         * dns-mode.el (dns-mode): Specify customization group.
23480
23481 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23482
23483         * gnus-agent.el (gnus-agent-make-mode-line-string):
23484         Use mode-line-highlight as mouse-face.
23485
23486 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23487
23488         * canlock.el (canlock): Change the parent group to news.
23489
23490         * deuglify.el (gnus-outlook-deuglify): Add :group.
23491
23492         * dig.el (dig): Add :group.
23493
23494         * dns-mode.el (dns-mode): Add :group.
23495
23496         * encrypt.el (encrypt): Add :group.
23497
23498         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23499         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23500         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23501         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23502         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23503
23504         * gnus-diary.el (gnus-diary): Add :group.
23505
23506         * gnus.el (gnus-group-news-1-face): Add :group.
23507         (gnus-group-news-1-empty-face): Ditto.
23508         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23509         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23510         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23511         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23512         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23513         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23514         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23515         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23516         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23517         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23518         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23519         (gnus-summary-high-ticked-face): Ditto.
23520         (gnus-summary-low-ticked-face): Ditto.
23521         (gnus-summary-normal-ticked-face): Ditto.
23522         (gnus-summary-high-ancient-face): Ditto.
23523         (gnus-summary-low-ancient-face): Ditto.
23524         (gnus-summary-normal-ancient-face): Ditto.
23525         (gnus-summary-high-undownloaded-face): Ditto.
23526         (gnus-summary-low-undownloaded-face): Ditto.
23527         (gnus-summary-normal-undownloaded-face): Ditto.
23528         (gnus-summary-high-unread-face): Ditto.
23529         (gnus-summary-low-unread-face): Ditto.
23530         (gnus-summary-normal-unread-face): Ditto.
23531         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23532         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23533
23534         * hashcash.el (hashcash): New custom group.
23535         (hashcash-default-payment): Add :group.
23536         (hashcash-payment-alist): Ditto.
23537         (hashcash-default-accept-payment): Ditto.
23538         (hashcash-accept-resources): Ditto.
23539         (hashcash-path): Ditto.
23540         (hashcash-extra-generate-parameters): Ditto.
23541         (hashcash-double-spend-database): Ditto.
23542         (hashcash-in-news): Ditto.
23543
23544         * message.el (message-minibuffer-local-map): Add :group.
23545
23546         * netrc.el (netrc): Add :group.
23547
23548         * sieve-manage.el (sieve-manage-log): Add :group.
23549         (sieve-manage-default-user): Diito.
23550         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23551         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23552         (sieve-manage-authenticators): Ditto.
23553         (sieve-manage-authenticator-alist): Ditto.
23554         (sieve-manage-default-port): Ditto.
23555
23556         * sieve-mode.el (sieve-control-commands-face): Add :group.
23557         (sieve-action-commands-face): Ditto.
23558         (sieve-test-commands-face): Ditto.
23559         (sieve-tagged-arguments-face): Ditto.
23560
23561         * smime.el (smime): Add :group.
23562
23563         * spam-report.el (spam-report): Add :group.
23564
23565         * spam.el (spam, spam-face): Add :group.
23566
23567 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23568
23569         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23570         return \n.\n.\n at the end of articles.  Protect against that.
23571         (nntp-with-open-group): Allow debugging.
23572
23573         * nnheader.el (mail-header-set-extra): Make into a function
23574         because I just could't understand how to quote the list properly.
23575
23576         * dns.el (query-dns-cached): New function.
23577
23578 2005-05-26  Lute Kamstra  <lute@gnu.org>
23579
23580         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23581
23582 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23583
23584         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23585
23586         * gnus-art.el: Don't autoload mail-extract-address-components.
23587
23588         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23589         eval-and-compile to evaluate it.
23590
23591         * hashcash.el: Don't autoload executable-find.
23592
23593         * nndb.el: Don't declare the nndb back end two or more times; don't
23594         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23595
23596         * nntp.el: Autoload format-spec instead of format; use
23597         eval-and-compile to evaluate autoload forms.
23598
23599 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23600
23601         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23602
23603 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23604
23605         * gnus.el (gnus-version-number): Bump version.
23606
23607 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23608
23609         * gnus.el: No Gnus v0.3 is released.
23610
23611 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23612
23613         * lpath.el (featurep): Bind show-nonbreak-escape.
23614
23615 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23616
23617         * gnus-art.el (gnus-article-edit-part): Disable undo.
23618
23619 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23620
23621         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23622         gnus-article-date-lapsed-new-header is t if date timer is active;
23623         skip headers in which the original date value is empty.
23624         (gnus-article-save-original-date): Redefine it as a macro.
23625         (gnus-display-mime): Use it.
23626
23627 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23628
23629         * gnus-art.el (article-date-ut): Support converting date in
23630         forwarded parts as well.
23631         (gnus-article-save-original-date): New function.
23632         (gnus-display-mime): Use it.
23633
23634 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23635
23636         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23637         enclosure element of <item>.
23638
23639 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23640
23641         * message.el (message-kill-buffer-query): Rename from
23642         `message-kill-buffer-query-if-modified'.  Add :version.
23643
23644 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23645
23646         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23647         window layout.
23648
23649 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23650
23651         * mml.el: Autoload dnd when compiling.
23652
23653 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23654
23655         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23656         x-dnd-*.
23657
23658 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23659
23660         * qp.el (quoted-printable-encode-region): Save excursion.
23661
23662 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23663
23664         * message.el (message-kill-buffer-query-if-modified): Add new variable
23665         so the user can kill a modified message buffer quickly.
23666         (message-kill-buffer): Use it.
23667
23668 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23669
23670         * lpath.el: Fbind display-time-event-handler; don't fbind
23671         string-to-multibyte.
23672
23673         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23674
23675 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23676
23677         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23678         contained in text because xml.el decodes entities) with LFs.
23679
23680 2005-04-11  Lute Kamstra  <lute@gnu.org>
23681
23682         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23683         differently.
23684
23685 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23686
23687         * mm-util.el (mm-detect-coding-region): Typo.
23688
23689 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23690
23691         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23692
23693 2005-04-06  Deepak Goel  <deego@gnufans.org>
23694
23695         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23696         user-function allow user modifications of the scores.
23697         (spam-stat-score-buffer-user): New function, to allow
23698         user-computed modifications to the score.
23699         (spam-stat-score-buffer-user-functions): List of additional
23700         scoring functions.
23701         (spam-stat-error-holder): Global temporary error holder.
23702         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23703         variable.
23704
23705 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23706
23707         * gnus-registry.el (gnus-registry-clean-empty-function)
23708         (gnus-registry-trim, gnus-registry-fetch-groups)
23709         (gnus-registry-delete-group): Groups that match
23710         `gnus-registry-ignored-groups' are removed from the registry
23711         entries, not just ignored for splitting.  This helps clean up the
23712         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23713         to get all the groups a message ID is in.
23714
23715         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23716         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23717         (spam-stat-score-buffer-user-functions): Add :number custom type.
23718
23719 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23720
23721         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23722         argument in XEmacs.
23723
23724         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23725         (nnrss-request-group): Decode group name first.
23726         (nnrss-request-article): Make a text/plain article if mml-to-mime
23727         failed.
23728         (nnrss-get-encoding): Return a compatible encoding according to
23729         nnrss-compatible-encoding-alist.
23730         (nnrss-find-el): Use consp instead of listp.
23731         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23732
23733 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23734
23735         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23736         which Emacs 20 doesn't support.
23737         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23738
23739 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23740
23741         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23742         silence the byte compiler inside the defun.
23743
23744         * gnus-demon.el (parse-time-string): Add autoload.
23745
23746         * gnus-delay.el (parse-time-string): Add autoload.
23747
23748         * gnus-art.el (parse-time-string): Add autoload.
23749
23750         * nnultimate.el (parse-time): Require for `parse-time-string'.
23751
23752 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23753
23754         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23755
23756         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23757
23758         * smime.el (smime-ldap-host-list): Add :version.
23759
23760 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23761
23762         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23763         pass it to `gnus-browse-read-group'.
23764         (gnus-browse-read-group): Add NUMBER argument and pass it to
23765         `gnus-group-read-ephemeral-group'.
23766
23767         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23768         argument and pass it to `gnus-group-read-group'.
23769
23770 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23771
23772         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23773         mm-xemacs-find-mime-charset-1 if we have the mule feature
23774         available at runtime.
23775
23776 2005-03-25  Werner Lemberg  <wl@gnu.org>
23777
23778         * nnmaildir.el: Replace `illegal' with `invalid'.
23779
23780 2005-03-23  Lute Kamstra  <lute@gnu.org>
23781
23782         * time-date.el: Add comment on time value formats.
23783         Don't require parse-time.
23784         (with-decoded-time-value): New macro.
23785         (encode-time-value): New function.
23786         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23787         (days-to-time): Return a valid time value when arg is huge.
23788         (time-since): Use time-subtract.
23789         (time-to-number-of-days): Use time-to-seconds.
23790
23791 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23792
23793         * gnus-start.el (gnus-display-time-event-handler):
23794         Check display-time-timer at runtime rather than only at load time
23795         in case display-time-mode is turned off in the mean time.
23796
23797 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23798
23799         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23800         used.
23801
23802         * nneething.el (nneething-map-file-directory): Derive from
23803         `gnus-directory'.
23804
23805         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23806         the To/Cc button.
23807
23808 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23809
23810         * nnmaildir.el (nnmaildir-request-accept-article):
23811         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23812
23813 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23814
23815         * gnus-async.el: Require timer-funcs at compile time when in
23816         XEmacs for `run-with-idle-timer'.
23817
23818 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23819
23820         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23821         autoloaded function.
23822
23823 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23824
23825         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23826
23827 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23828
23829         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23830
23831 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23832
23833         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23834         Add gnus-expert-user to default.
23835
23836 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23837
23838         * nnimap.el (nnimap-open-server): Ditto.
23839
23840         * imap.el (imap-authenticate): Fix typo.
23841
23842 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23843
23844         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23845         buffer (since IMAP server might return FETCH response out of
23846         order, and the nntp buffer must be sorted).
23847
23848 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23849
23850         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23851         comparison on string.
23852
23853         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23854         (gnus-agent-score): Rename category keywords to match gnus-cus.
23855         (gnus-agent-summary-fetch-series): Modify to protect against
23856         gnus-agent-summary-fetch-group clearing processable flags.
23857         (gnus-agent-synchronize-group-flags): Update live group buffer as
23858         synchronization may occur due to the user toggle the plugged
23859         status.
23860         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23861         successfully downloaded.
23862         (gnus-agent-expire-group-1): Avoid using markers when the overview
23863         is in ascending order; greatly improves performance.
23864         (gnus-agent-regenerate-group):
23865         Use gnus-agent-synchronize-group-flags to reset read status in both
23866         gnus and server.
23867         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23868
23869 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23870
23871         * message.el: Don't autoload former message-utils variables.
23872         (message-strip-subject-trailing-was): Change doc string.
23873
23874         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23875         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23876         (nnweb-google-search): Add "hl=en" here.
23877         (nnweb-google-parse-1, nnweb-google-create-mapping):
23878         Don't hardcode URL.
23879
23880 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23881
23882         * message.el (message-get-reply-headers, message-followup):
23883         Mention related variables `message-use-followup-to' and
23884         `message-use-mail-followup-to', in the information buffer.
23885
23886         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23887         of broken groups(-beta).google.com.
23888
23889 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23890
23891         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23892         parameter to invoked gnus-request-move-article; remove the
23893         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23894         all at once instead of once per article.
23895         (gnus-summary-remove-process-mark): Accept a list of articles as
23896         well as a single article for processing.
23897
23898         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23899         parameter.
23900
23901         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23902
23903         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23904
23905         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23906         parameter.
23907
23908         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23909         parameter.
23910
23911         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23912         parameter and remove the gnus-sum-hint-move-is-internal variable.
23913
23914         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23915         parameter.
23916
23917         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23918         parameter.
23919
23920         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23921         parameter.
23922
23923         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23924
23925         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23926         parameter.
23927
23928         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23929         parameter.
23930
23931 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23932
23933         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23934         a more conservative way.
23935
23936 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23937
23938         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23939         buffer, so it moves the window's cursor.
23940
23941 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23942
23943         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23944         `mm-dissect-multipart' and receive the from field as an (optional)
23945         argument from `mm-dissect-multipart'.
23946         (mm-dissect-multipart): Receive the from field as an argument and
23947         pass it on when we call `mm-dissect-buffer' on MIME parts.
23948         Fixes verification/decryption of signed/encrypted MIME parts.
23949
23950 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23951
23952         * gnus-sum.el (gnus-summary-move-article):
23953         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23954         whatever it calls (right now, only nnimap-request-move article
23955         respects it).
23956
23957         * nnimap.el (nnimap-request-move-article):
23958         When gnus-sum-hint-move-is-internal is set, don't do the extra
23959         nnimap-request-article.
23960
23961 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23962
23963         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23964
23965         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23966         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23967
23968         * gnus-sum.el (gnus-summary-caesar-message):
23969         Apply `gnus-treat-article' after rotation.
23970
23971         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23972         doc string.
23973
23974 2005-02-22  Simon Josefsson  <jas@extundo.com>
23975
23976         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23977         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23978         <arne@arnested.dk>.
23979         (encrypt): Add password-cache and password-cache-expiry as group
23980         members.
23981
23982 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23983
23984         * smime.el (smime-ldap-host-list): Doc fix.
23985         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23986         cache) password.
23987         (smime-sign-region): Use it.
23988         (smime-decrypt-region): Use it.
23989         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23990         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23991         fails.
23992         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23993         certificate from DER to PEM format rather than calling openssl.
23994
23995         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23996
23997         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23998         for signing/encryption.
23999
24000         * mml.el (mml-parse-1): Use them.
24001
24002 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
24003
24004         * nnrss.el (nnrss-verbose): Remove.
24005         (nnrss-request-group): Use `nnheader-message' instead.
24006
24007 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
24008
24009         * nnrss.el (nnrss-verbose): New variable.
24010         (nnrss-request-group): Make it say nnrss is requesting a group.
24011
24012 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
24013
24014         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
24015         Handle news URL with given port correctly.
24016
24017 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24018
24019         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
24020         containing special characters.
24021
24022         * gnus-sum.el (gnus-summary-edit-article): Ditto.
24023
24024         * mml.el (mime-to-mml): Ditto.
24025
24026         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
24027         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
24028         (rfc2047-decode-region): Quote decoded words containing special
24029         characters when rfc2047-quote-decoded-words-containing-tspecials
24030         is non-nil.
24031
24032 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
24033
24034         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
24035
24036         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
24037
24038 2005-02-15  Simon Josefsson  <jas@extundo.com>
24039
24040         * nnimap.el (nnimap-debug): Doc fix.
24041
24042         * imap.el (imap-debug): Doc fix.
24043
24044 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24045
24046         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
24047
24048 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
24049
24050         * gnus.el (spam-contents): Improve docs for spam-contents
24051         parameter in its variable incarnation.
24052
24053 2005-02-14  Simon Josefsson  <jas@extundo.com>
24054
24055         * smime-ldap.el: Use require instead of load-library for ldap.
24056         (smime-ldap-search): Indent.
24057         (smime-ldap-search-internal): Shorten line.
24058
24059         * smime.el (smime-cert-by-dns): Add doc-string.
24060         (smime-cert-by-ldap-1): Indent.
24061
24062         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
24063         mml-smime-get-dns-ldap.
24064         (mml-smime-encrypt-query): Use new function.  Default to ldap.
24065
24066 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
24067
24068         * smime.el: Require smime-ldap.
24069         (smime-ldap-host-list): New variable.
24070         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
24071
24072         * mml-smime.el (mml-smime-encrypt-query): New function.
24073         (mml-smime-encrypt-query): Use it.
24074
24075         * smime-ldap.el: New file.
24076
24077 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24078
24079         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
24080
24081 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
24082
24083         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
24084         argument in doc string.  Make query for type more clear.
24085
24086 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
24087
24088         * gnus.el (gnus-group-startup-message): Search for gnus images in
24089         etc/images/gnus.
24090         * mm-util.el (mm-image-load-path): Likewise.
24091         * smiley.el (smiley-data-directory): Search for smilies in
24092         etc/images/smilies.
24093
24094 2005-02-09  Kim F. Storm  <storm@cua.dk>
24095
24096         Change Emacs release version from 21.4 to 22.1 throughout.
24097         Change Emacs development version from 21.3.50 to 22.0.50.
24098
24099 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24100
24101         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
24102
24103         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
24104         non-Mule XEmacs as well.
24105         (mm-decompress-buffer): Signal an error intentionally if it does
24106         not decompress compressed data because auto-compression-mode is
24107         disabled.
24108
24109 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
24110
24111         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
24112         an ID in the registry even if it has no groups.
24113
24114 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24115
24116         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
24117         merge it into mm-decompress-buffer.
24118         (gnus-mime-copy-part): Use the MIME part charset, the value which
24119         a user specified or gnus-newsgroup-charset for decoding, like
24120         gnus-mime-inline-part does; set buffer-file-coding-system to tell
24121         save-buffer what was used.  Suggested by Kevin Ryde
24122         <user42@zip.com.au>.
24123         (gnus-mime-inline-part): Allow the name parameter as well as the
24124         filename parameter; force decompressing of compressed data; always
24125         display contents being not decoded as unibyte.
24126
24127         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
24128         as well as the filename parameter.
24129
24130         * mm-util.el (mm-decompress-buffer):
24131         Merge gnus-mime-jka-compr-maybe-uncompress.
24132         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
24133         of compressed data.
24134
24135 2005-02-08  Simon Josefsson  <jas@extundo.com>
24136
24137         * imap.el (imap-log): Doc fix.
24138
24139 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24140
24141         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
24142         the coding cookies; decompress compressed parts.
24143
24144         * mml.el (mml-generate-mime-1): Add the charset parameter according
24145         to the value which a user specified manually or the coding cookie.
24146
24147         * mm-util.el (mm-string-to-multibyte): New function.
24148         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
24149         (mm-coding-system-to-mime-charset): New function.
24150         (mm-decompress-buffer): New function.
24151         (mm-find-buffer-file-coding-system): New function.
24152
24153         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
24154         (mm-display-inline-fontify): Rewrite for decoding and decompressing
24155         parts.
24156
24157 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24158
24159         * mm-view.el (mm-display-inline-fontify): Decode a part according
24160         to the charset parameter.
24161
24162 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24163
24164         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
24165         prefix arg is neither nil nor a number, as info specifies.
24166
24167 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24168
24169         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
24170         timestamps.
24171
24172 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
24173
24174         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
24175         groups error checking and notify user.
24176
24177 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
24178
24179         * message.el (message-send-mail-function): Check existence of
24180         sendmail-program first before using default value
24181         `message-send-mail-with-sendmail'.  Otherwise use more generic
24182         `smtpmail-send-it'.
24183
24184 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24185
24186         * nntp.el (nntp-request-update-info): Always return nil.
24187
24188 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24189
24190         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
24191
24192 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24193
24194         * message.el (message-beginning-of-line): Change the behavior when
24195         invoked between BOL and : so that it first moves backward.
24196
24197 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24198
24199         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
24200         article buffer when editing of the article is discarded.
24201         (gnus-article-prepare): Revert.
24202
24203 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24204
24205         * gnus-art.el (gnus-article-prepare):
24206         Remove message-strip-forbidden-properties from the local hook.
24207
24208 2005-01-27  Simon Josefsson  <jas@extundo.com>
24209
24210         * password.el (password-cache-add): Only start one timer per key.
24211         Reported by Derek Atkins <warlord@MIT.EDU>.
24212
24213 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24214
24215         * run-at-time.el: Remove.  It is no longer needed as
24216         timer-funcs.el in the xemacs-base package has a working version of
24217         `run-at-time'.
24218
24219         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24220
24221         * password.el: Require timer-funcs instead of run-at-time in
24222         XEmacs.
24223         Remove `password-run-at-time' macro.
24224         (password-cache-add): Use `run-at-time' instead of
24225         `password-run-at-time'.
24226
24227         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24228         Remove `nnheader-cancel-function-timers' alias,
24229         `cancel-function-timers' exists in XEmacs in timer-funcs.
24230
24231         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24232         for `run-with-idle-timer'.
24233
24234         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24235         for `run-at-time'.
24236
24237         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24238         for `with-timeout'.
24239
24240         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24241         the same as for XEmacs 21.4.
24242         No need to ignore `run-with-idle-timer', this function exists in
24243         XEmacs now in timer-funcs.el in the xemacs-base package.
24244         (dgnushack-compile): No need to delete
24245         run-at-time.el from the list of files to compile because it
24246         doesn't exist anymore.
24247
24248 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24249
24250         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24251         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24252
24253 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24254
24255         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24256         sensitively.
24257
24258 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24259
24260         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24261
24262 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24263
24264         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24265         which will be inserted according to the multibyteness of a buffer
24266         rather than the type of contents.  Suggested by ARISAWA Akihiro
24267         <ari@mbf.ocn.ne.jp>.
24268
24269         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24270         of string which old xml.el may return rather than a string.
24271
24272 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24273
24274         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24275
24276 2005-01-16  Simon Josefsson  <jas@extundo.com>
24277
24278         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24279         idn/idna.el isn't available.
24280         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24281         <michael@waxrat.com>.
24282
24283         * hashcash.el: Remove non-FSF copyright header.
24284
24285         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24286         (hashcash-generate-payment): Use it.
24287         (hashcash-generate-payment-async): Use it.
24288
24289 2005-01-15  Simon Josefsson  <jas@extundo.com>
24290
24291         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24292         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24293
24294         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24295         gnus-summary-idna-message.
24296         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24297         (gnus-summary-idna-message): New function.
24298
24299 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24300
24301         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24302         gnus-novice-user.
24303
24304 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24305
24306         * nnrss.el (nnrss-request-delete-group): Delete entries in
24307         nnrss-group-alist as well.
24308         (nnrss-save-server-data): Insert newline.
24309
24310 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24311
24312         * gnus.el (gnus-user-agent): Use list of symbols instead of
24313         symbols.  Display full version number for (S)XEmacs.
24314         Optionally display (S)XEmacs codename.
24315
24316         * gnus-util.el (gnus-emacs-version): Update for new
24317         `gnus-user-agent'.
24318
24319         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24320         Gnus version.
24321
24322 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24323
24324         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24325         which is unreadable in some setups.
24326
24327 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24328
24329         * gnus-spec.el (gnus-update-format-specifications): Flush the
24330         group format spec cache if it doesn't support decoded group names.
24331
24332 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24333
24334         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24335         Allow to apply decay on score files matching a regexp.
24336
24337 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24338
24339         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24340         compatibility in %g and %c.
24341
24342 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24343
24344         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24345         name for only %g and %c.
24346         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24347         of gnus-tmp-group to decoded group name.
24348         (gnus-group-make-rss-group): Exclude `/'s from group names.
24349
24350 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24351
24352         * nnrss.el (nnrss-get-encoding): Fix regexp.
24353
24354 2004-12-27  Simon Josefsson  <jas@extundo.com>
24355
24356         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24357         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24358         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24359
24360 2004-12-17  Kim F. Storm  <storm@cua.dk>
24361
24362         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24363
24364         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24365
24366 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24367
24368         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24369
24370 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24371
24372         * nnrss.el: Require rfc2047 and mml.
24373         (nnrss-file-coding-system): New variable.
24374         (nnrss-format-string): Redefine it as an inline function.
24375         (nnrss-decode-group-name): New function.
24376         (nnrss-string-as-multibyte): Remove.
24377         (nnrss-retrieve-headers): Decode group name; don't use
24378         nnrss-format-string.
24379         (nnrss-request-group): Decode group name.
24380         (nnrss-request-article): Decode group name; allow a Message-ID as
24381         well as an article number; don't use nnrss-format-string; encode a
24382         Message-ID string which may contain non-ASCII characters; use
24383         mml-to-mime to compose a MIME article.
24384         (nnrss-request-expire-articles): Decode group name.
24385         (nnrss-request-delete-group): Decode group name.
24386         (nnrss-fetch): Clarify error message.
24387         (nnrss-read-server-data): Use insert-file-contents instead of load;
24388         bind file-name-coding-system; use multibyte buffer.
24389         (nnrss-save-server-data): Bind coding-system-for-write to the
24390         value of nnrss-file-coding-system; bind file-name-coding-system;
24391         add coding cookie.
24392         (nnrss-read-group-data): Use insert-file-contents instead of load;
24393         bind file-name-coding-system; use multibyte buffer.
24394         (nnrss-save-group-data): Bind coding-system-for-write to the
24395         value of nnrss-file-coding-system; bind file-name-coding-system.
24396         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24397         make it work with non-ASCII text.
24398         (nnrss-find-el): Make it work with old xml.el as well.
24399
24400 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24401
24402         * nnrss.el (nnrss-get-encoding): New function.
24403         (nnrss-fetch): Use unibyte buffer initially; bind
24404         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24405         decode contents according to the encoding attribute.
24406         (nnrss-save-group-data): Add coding cookie.
24407         (nnrss-mime-encode-string): New function.
24408         (nnrss-check-group): Use it to encode subject and author.
24409
24410 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24411
24412         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24413         imaginary variable.
24414
24415 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24416
24417         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24418         correctly even if there are wide characters.
24419
24420 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24421
24422         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24423         downcased symbol names; make a new cache instead of reusing
24424         bbdb-hashtable.
24425
24426 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24427
24428         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24429         concatenating segments rather than before concatenating them.
24430         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24431
24432         * message.el (message-get-reply-headers): Bind `extra'.
24433
24434 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24435
24436         * message.el (message-extra-wide-headers): New variable.
24437         (message-get-reply-headers): Use it.
24438
24439 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24440
24441         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24442         (gnus-agent-group-pathname): Ditto.
24443
24444         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24445
24446         * gnus-group.el (gnus-group-make-group): Decode group name.
24447         (gnus-group-make-rss-group): Register the group data after opening
24448         the nnrss group.
24449
24450 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24451
24452         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24453         by expiry now get marked as read.
24454
24455 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24456
24457         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24458
24459 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24460
24461         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24462         unify Latin characters in XEmacs.
24463         (mm-find-mime-charset-region): Use it.
24464
24465 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24466
24467         * gnus-util.el (gnus-delete-directory): New function.
24468
24469         * gnus-agent.el (gnus-agent-delete-group): Use it.
24470
24471         * gnus-cache.el (gnus-cache-delete-group): Use it.
24472
24473 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24474
24475         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24476         names.
24477
24478 2004-12-16  Simon Josefsson  <jas@extundo.com>
24479
24480         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24481
24482 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24483
24484         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24485
24486         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24487         (gnus-group-set-current-level): Decode group name.
24488
24489 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24490
24491         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24492         failed.
24493
24494 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24495
24496         * gnus-group.el (gnus-group-delete-group): Decode group name.
24497         (gnus-group-make-rss-group): Encode group name.
24498         (gnus-group-catchup-current): Decode group name.
24499         (gnus-group-kill-group): Decode group name.
24500
24501 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24502
24503         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24504
24505 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24506
24507         * gnus-group.el (gnus-group-make-rss-group):
24508         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24509
24510         * gnus-start.el (gnus-setup-news): Honor user's setting to
24511         gnus-message-archive-method.  Suggested by Lute Kamstra
24512         <lute@gnu.org>.
24513
24514 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24515
24516         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24517         global counterparts of the buffer-local variables.
24518
24519 2004-11-16  Romain Francoise  <romain@orebokech.com>
24520
24521         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24522         counterparts of the buffer-local variables.
24523
24524 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24525
24526         * message.el (message-forbidden-properties): Fix typo in doc
24527         string.
24528
24529 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24530
24531         * gnus-util.el (gnus-replace-in-string): Add doc string.
24532
24533         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24534         to avoid problems when splitting mails with many recipients.
24535
24536 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24537
24538         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24539         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24540
24541 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24542
24543         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24544         if there is no hashtable in memory or file modification time is
24545         newer than cached timestamp.
24546
24547 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24548
24549         * gnus-sum.el (gnus-summary-limit-to-recipient):
24550         Implement not-matching option.
24551
24552 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24553
24554         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24555         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24556         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24557         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24558         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24559         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24560
24561 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24562
24563         * message.el (message-forward-make-body-mml): Remove headers
24564         according to message-forward-ignored-headers if a message is decoded.
24565
24566 2004-12-02  Romain Francoise  <romain@orebokech.com>
24567
24568         * message.el (message-forward-make-body-plain): Always remove
24569         headers according to message-forward-ignored-headers.
24570
24571 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24572
24573         * spam.el (spam-summary-prepare-exit): Remove the
24574         gnus-summary-limit pop for now, it has problems with ham marks for
24575         me.
24576
24577 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24578
24579         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24580         correctly.
24581
24582 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24583
24584         * format-spec.el (format-spec): Message the char.
24585
24586 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24587
24588         * gnus-art.el (gnus-split-methods): Reformat comments.
24589
24590         * spam.el (spam-summary-prepare-exit): Remove article limits
24591         before exiting the summary buffer.
24592
24593 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24594
24595         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24596         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24597
24598         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24599         order to silence the byte compiler.
24600
24601         * spam.el: Fix the way to silence the byte compiler, which
24602         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24603         bbdb-search-simple, spam-BBDB-register-routine,
24604         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24605         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24606         spam-stat-buffer-is-spam, spam-stat-load,
24607         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24608         spam-stat-save and spam-stat-split-fancy.
24609
24610 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24611
24612         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24613         which may confuse users.
24614         (canlock-password-for-verify): Ditto.
24615
24616         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24617
24618         * gnus-art.el (gnus-emphasis-alist): Ditto.
24619
24620         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24621
24622         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24623
24624         * gnus-start.el (gnus-save-killed-list): Ditto.
24625
24626         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24627         (gnus-sum-thread-tree-root): Ditto.
24628         (gnus-sum-thread-tree-false-root): Ditto.
24629         (gnus-sum-thread-tree-single-indent): Ditto.
24630
24631         * message.el (message-courtesy-message): Ditto.
24632         (message-archive-note): Ditto.
24633         (message-subscribed-address-file): Ditto.
24634         (message-user-fqdn): Ditto.
24635
24636         * spam-report.el (spam-report-gmane-regex): Ditto.
24637
24638         * spam.el (spam-blackhole-good-server-regex): Ditto.
24639
24640 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24641
24642         * mml.el (mml-preview): Widen the message buffer before copying
24643         the contents to the preview buffer; sort headers before previewing.
24644
24645         * message.el (message-hidden-headers): Fix the way to avoid a bug
24646         in the `repeat' widget in Emacs 21.3 or earlier.
24647
24648 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24649
24650         * message.el (message-hidden-headers): Default to "^References:".
24651         Improve customization type.  Suggested by Reiner Steib
24652         <Reiner.Steib@gmx.de>.
24653
24654 2004-11-25  Romain Francoise  <romain@orebokech.com>
24655
24656         * message.el (message-strip-forbidden-properties): Remove check for
24657         obsolete `message-hidden' text property, hidden headers are not
24658         accessible in the buffer anymore.
24659
24660 2004-11-22  Romain Francoise  <romain@orebokech.com>
24661
24662         * message.el (message-header-format-alist): Add `From' in list
24663         so that it can be sorted.
24664         (message-fix-before-sending): Widen and sort headers before
24665         sending.
24666         (message-hide-headers): Use narrowing to hide headers by moving
24667         them to the top of the buffer and narrowing to the region
24668         underneath.
24669
24670 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24671
24672         * message.el (message-strip-forbidden-properties):
24673         Bind buffer-read-only (etc) to nil.
24674
24675 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24676
24677         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24678         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24679
24680 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24681
24682         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24683
24684 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24685
24686         * dns.el (query-dns): Use sit-for to time instead of
24687         accept-process-output, since that doesn't seem to work on udp
24688         sockets.
24689
24690 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24691
24692         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24693
24694 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24695
24696         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24697         doc string.  Improve doc string.
24698
24699 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24700
24701         * nntp.el (nntp-request-update-info): Return nil if
24702         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24703         may not call gnus-activate-group which uselessly issues the GROUP
24704         commands for all nntp groups and wastes time.  Reported by Romain
24705         Francoise <romain@orebokech.com>.
24706
24707         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24708
24709 2004-11-15  Simon Josefsson  <jas@extundo.com>
24710
24711         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24712         headers separately.
24713         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24714         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24715
24716 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24717
24718         * gnus-start.el (gnus-convert-old-newsrc):
24719         Assign legacy-gnus-agent to 5.10.7.
24720
24721 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24722
24723         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24724         start of the lines.
24725
24726 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24727
24728         * hashcash.el (hashcash-default-payment): Change default to 20.
24729         (hashcash-default-accept-payment): Change default to 20.
24730         (hashcash-process-alist): New variable.
24731         (hashcash-generate-payment-async): Add.
24732         (hashcash-already-paid-p): Add.
24733         (hashcash-insert-payment): Don't generate payments twice.
24734         (hashcash-insert-payment-async): Add.
24735         (hashcash-insert-payment-async-2): Add.
24736         (hashcash-cancel-async): Add.
24737         (hashcash-wait-async): Add.
24738         (hashcash-processes-running-p): Add.
24739         (hashcash-wait-or-cancel): Add.
24740         (mail-add-payment): New optional argument.  Conditionally start
24741         asynchronous calculation.
24742         (mail-add-payment-async): Add.
24743
24744         * message.el (message-send-mail): Wait for asynchronous hashcash
24745         results.  Don't clobber existing X-Hashcash headers.
24746         (message-setup-1): Call mail-add-payment-async when
24747         message-generate-hashcash is non-nil.
24748
24749 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24750
24751         * message.el (message-use-alternative-email-as-from): Examine the
24752         From header as well; use message-make-from in order to include a
24753         user's full name.
24754
24755 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24756
24757         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24758         default; improve customization type.
24759         (gnus-emphasis-custom-with-format): New macro.
24760         (gnus-emphasis-custom-value-to-external): New function.
24761         (gnus-emphasis-custom-value-to-internal): New function.
24762
24763 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24764
24765         * dns.el (query-dns): Resolve reverse addresses.
24766
24767 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24768
24769         * gnus-group.el (gnus-group-get-new-news): Use it.
24770
24771         * gnus-start.el (gnus-check-reasonable-setup): New function.
24772
24773 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24774
24775         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24776         "Args out of range" error.  Reported by Arnaud Giersch
24777         <arnaud.giersch@free.fr>.
24778
24779 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24780
24781         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24782
24783 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24784
24785         * spam.el (spam group): Add :version.
24786
24787         * pgg-def.el (pgg group): Add :version.
24788
24789 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24790
24791         * gnus-art.el (gnus-article-edit-article): Don't associate the
24792         article buffer with a draft file.  This is a temporary measure
24793         against the 2004-08-22 change to gnus-article-edit-mode.
24794
24795 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24796
24797         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24798         (html2text-format-tags): Remove unused variable `attr'.
24799
24800 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24801
24802         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24803
24804         * tls.el (tls-process-connection-type, tls-success)
24805         (tls-certtool-program): Add :version.
24806
24807         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24808         (starttls-extra-arguments, starttls-process-connection-type)
24809         (starttls-connect, starttls-failure, starttls-success): Add :version.
24810
24811         * spam-stat.el (spam-stat): Add :version.
24812
24813         * sieve.el (sieve): Add :version.
24814
24815         * sha1.el (sha1): Add :version.
24816         (sha1-use-external): Remove redundant version.
24817
24818         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24819         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24820         (nnmail-split-fancy-match-partial-words)
24821         (nnmail-split-lowercase-expanded): Add :version.
24822
24823         * nndiary.el (nndiary): Add :version.
24824
24825         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24826
24827         * mml-sec.el (mml-default-sign-method)
24828         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24829         Add :version.
24830
24831         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24832
24833         * mm-url.el (mm-url-use-external, mm-url-program)
24834         (mm-url-arguments): Add :version.
24835
24836         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24837         (mm-attachment-file-modes, mm-decrypt-option)
24838         (mm-w3m-safe-url-regexp): Add :version.
24839
24840         * message.el (message-cite-prefix-regexp)
24841         (message-sendmail-envelope-from, message-minibuffer-local-map)
24842         (message-user-fqdn, message-completion-alist): Add :version.
24843
24844         * gnus-win.el (gnus-configure-windows-hook)
24845         (gnus-use-frames-on-any-display): Add :version.
24846
24847         * gnus-art.el (gnus-article-address-banner-alist)
24848         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24849         (gnus-treat-from-picon, gnus-treat-mail-picon)
24850         (gnus-treat-x-pgp-sig): Add :version.
24851
24852         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24853         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24854         (gnus-summary-article-delete-hook)
24855         (gnus-summary-display-while-building): Add :version.
24856
24857         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24858         (gnus-get-top-new-news-hook): Add :version.
24859
24860         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24861         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24862
24863         * gnus-registry.el (gnus-registry): Add :version.
24864
24865         * gnus-spec.el (gnus-use-correct-string-widths)
24866         (gnus-make-format-preserve-properties): Add :version.
24867
24868         * gnus.el (gnus-group-charter-alist)
24869         (gnus-group-fetch-control-use-browse-url)
24870         (gnus-install-group-spam-parameters): Add :version.
24871
24872         * gnus-diary.el (gnus-diary): Add :version.
24873
24874         * gnus-delay.el (gnus-delay): Add :version.
24875
24876         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24877         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24878         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24879         Add :version.
24880
24881         * gnus-agent.el (gnus-agent-max-fetch-size)
24882         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24883         (gnus-agent-prompt-send-queue): Add :version.
24884
24885         * deuglify.el (gnus-outlook-deuglify): Add :version.
24886
24887         * html2text.el: Beautify code.  Improve doc strings.
24888         Some checkdoc cleanup.
24889         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24890
24891 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24892
24893         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24894
24895 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24896
24897         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24898         when package is loaded.
24899
24900         * spam.el (spam-summary-score-preferred-header): Add global preference
24901         for people who want to override the default SpamAssassin over
24902         Bogofilter preference (when both are set).
24903         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24904         (spam-user-format-function-S):
24905         Check spam-summary-score-preferred-header.
24906         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24907         (spam-user-format-function-S): Format the score correctly.
24908
24909 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24910
24911         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24912         signature file.  Suggested by Manoj Srivastava
24913         <srivasta@golden-gryphon.com>.
24914
24915         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24916         iso-2022-jp even in the Japanese language environment.
24917         Suggested by Jason Rumney <jasonr@gnu.org>.
24918
24919 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24920
24921         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24922         use the same characters as the dummy marks; make it free from
24923         getting affected by the language environment.
24924         (gnus-summary-read-group-1): Update mark positions only when the
24925         format spec is updated.
24926
24927         * gnus-spec.el (gnus-update-format-specifications): Return a list
24928         of updated types.
24929
24930 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24931
24932         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24933         of boundp to check if display-warning is available.
24934
24935 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24936
24937         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24938
24939 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24940
24941         * nnspool.el (nnspool-spool-directory): Use news-path if the
24942         news-directory variable is not bound.
24943
24944         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24945         function instead of display-warning if it is not available.
24946
24947 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24948
24949         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24950         v5-10: Use `point-at-bol'.
24951
24952 2004-10-26  Simon Josefsson  <jas@extundo.com>
24953
24954         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24955         <chenggao@gmail.com>.
24956
24957 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24958
24959         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24960         instead.
24961
24962 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24963
24964         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24965         to remove a server from the nnimap-server-buffer-alist.
24966         (nnimap-open-connection, nnimap-close-server): Use it.
24967
24968         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24969
24970 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24971
24972         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24973         running the major-mode function.
24974
24975 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24976
24977         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24978         dummy marks in the right way.
24979
24980 2004-10-18  David Edmondson  <dme@dme.org>
24981
24982         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24983         excessively.
24984
24985 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24986
24987         * gnus-util.el (gnus-split-references): Accept a nil references
24988         string and go on blissfully.
24989
24990         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24991         cases where the references string is non-nil but has no references.
24992
24993         * encrypt.el: Add autoload tags.
24994
24995         * spam.el (spam-resolve-registrations-routine): Remove article
24996         from unregistration list too.  Reported by David Hanak
24997         <dhanak@isis.vanderbilt.edu>
24998
24999 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
25000
25001         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
25002         nil.  Change custom type.
25003
25004 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
25005
25006         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
25007
25008         * gnus-sum.el (gnus-summary-move-article): Use it.
25009
25010 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
25011
25012         * encrypt.el: Add autoload cookies.
25013
25014         * spam.el (spam-backend-article-list-property)
25015         (spam-backend-get-article-todo-list)
25016         (spam-backend-put-article-todo-list)
25017         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
25018         Resolve registrations separately.
25019         (spam-register-routine): Format comments.
25020         (spam-unregister-routine, spam-register-routine): Always call with
25021         specific-articles, no default list.
25022         (spam-summary-prepare-exit): Use the spam-classifications function.
25023
25024         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
25025         gnus-encrypt.el.
25026
25027         * encrypt.el: Copied from gnus-encrypt.el.
25028
25029         * gnus-encrypt.el: Commented that it's obsolete.
25030
25031 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25032
25033         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
25034         (gnus-score-save): Use it.
25035
25036         * message.el (message-bury): Use `window-dedicated-p'.
25037
25038 2004-10-15  Simon Josefsson  <jas@extundo.com>
25039
25040         * pop3.el (top-level): Don't require nnheader.
25041         (pop3-read-timeout): Add.
25042         (pop3-accept-process-output): Add.
25043         (pop3-read-response, pop3-retr): Use it.
25044
25045 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
25046
25047         * spam.el (spam-register-routine): Move comment.
25048         (spam-verify-bogofilter): Use 'unknown for the initial
25049         spam-bogofilter-valid state, not 'never.
25050
25051         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
25052         for netrc-machine.
25053
25054         * nnimap.el (nnimap-open-connection):
25055         Use netrc-machine-user-or-password.
25056
25057 2004-10-17  Richard M. Stallman  <rms@gnu.org>
25058
25059         * gnus-registry.el (gnus-registry-unload-hook):
25060         Set as a variable with add-hook.
25061
25062         * nnspool.el (nnspool-spool-directory): Use news-directory instead
25063         of news-path.
25064
25065         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
25066
25067         * spam.el: Delete duplicate `provide'.
25068         (spam-unload-hook): Set as a variable with add-hook.
25069
25070 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25071
25072         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
25073         in the doc string.
25074
25075         * message.el (message-ignored-news-headers)
25076         (message-ignored-supersedes-headers)
25077         (message-ignored-resent-headers)
25078         (message-forward-ignored-headers): Improve custom type.
25079
25080 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25081
25082         * message.el (message-tokenize-header): Fix 2004-09-06 change
25083         which used point-min in the wrong place.
25084
25085 2004-10-12  Simon Josefsson  <jas@extundo.com>
25086
25087         * tls.el (tls-certtool-program): New variable.
25088         (tls-certificate-information): New function, based on
25089         ssl-certificate-information.
25090
25091 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25092
25093         * compface.el: Move the version of ELisp-based uncompface program
25094         to the contrib directory because of the copyright problem.
25095
25096 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
25097
25098         * message.el (message-kill-buffer): Raise the current frame.
25099
25100 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
25101
25102         * gnus-sum.el: Mention that multibyte characters don't work as marks.
25103
25104         * gnus.el (message-y-or-n-p): Autoload.
25105
25106         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
25107         (pop3-password-required, pop3-authentication-scheme)
25108         (pop3-leave-mail-on-server): Make customizable.
25109         (pop3): New custom group.
25110         (pop3-retr): Remove `sleep-for' statements.
25111         Suggested by Dave Love <fx@gnu.org>.
25112
25113         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
25114         Windows/DOS.
25115
25116         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25117         (imap-parse-body): Fix incorrect use of `assert'.
25118         Suggested by Dave Love <fx@gnu.org>.
25119
25120         * mml.el (mml-minibuffer-read-disposition): Require match.
25121         Suggested by Dave Love <fx@gnu.org>.
25122
25123 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
25124
25125         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
25126         doc string.
25127
25128 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25129
25130         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
25131
25132 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25133
25134         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
25135         instead of calling `mm-insert-inline', to decode text/* parts
25136         before displaying them.
25137
25138 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25139
25140         * mm-uu.el (mm-uu-text-plain-type): New variable.
25141         (mm-uu-pgp-signed-extract-1): Use it.
25142         (mm-uu-pgp-encrypted-extract-1): Use it.
25143         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
25144         bind mm-uu-text-plain-type with that value.
25145         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
25146         mm-uu-dissect.
25147
25148 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25149
25150         * gnus-group.el (gnus-update-group-mark-positions):
25151         * gnus-sum.el (gnus-update-summary-mark-positions):
25152         * message.el (message-check-news-body-syntax):
25153         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
25154         of string-as-multibyte.
25155
25156 2004-10-05  Juri Linkov  <juri@jurta.org>
25157
25158         * gnus-group.el (gnus-update-group-mark-positions):
25159         * gnus-sum.el (gnus-update-summary-mark-positions):
25160         * message.el (message-check-news-body-syntax):
25161         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
25162         8-bit unibyte values to a multibyte string for search functions.
25163
25164 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25165
25166         * mm-uu.el (mm-uu-dissect): Allow optional arg.
25167         (mm-uu-dissect-text-parts): New function.
25168
25169         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
25170         dissect text parts.
25171
25172         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
25173         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
25174
25175         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
25176
25177         * gnus-topic.el (gnus-topic-hierarchical-parameters):
25178         Use gnus-current-topics instead of gnus-current-topic.
25179
25180 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
25181
25182         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
25183
25184 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
25185
25186         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
25187         where appropriate.
25188
25189         * nnml.el (nnml-generate-active-info): do.
25190
25191         * nndiary.el (nndiary-generate-active-info): do.
25192
25193         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
25194         (gnus-topic-move): do.
25195
25196         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
25197         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
25198
25199         * gnus-srvr.el (gnus-server-prepare)
25200         (gnus-server-open-all-servers): do.
25201
25202         * gnus-msg.el (gnus-summary-cancel-article)
25203         (gnus-summary-resend-message)
25204         (gnus-summary-mail-crosspost-complaint): do.
25205
25206         * gnus-move.el (gnus-change-server): do.
25207
25208         * gnus-group.el (gnus-group-unmark-all-groups)
25209         (gnus-group-set-current-level): do.
25210
25211 2004-10-04  Simon Josefsson  <jas@extundo.com>
25212
25213         * message.el (message-generate-hashcash): Doc fix.
25214
25215 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25216
25217         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25218         avoid infinite recursion via gnus-get-function.
25219
25220 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25221
25222         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25223
25224         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25225
25226         * nnmail.el (nnmail-split-history): do.
25227
25228         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25229         (nnml-request-delete-group): do.
25230
25231         * nnslashdot.el (nnslashdot-read-groups): do.
25232
25233         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25234         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25235
25236         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25237         (nnspool-sift-nov-with-sed): Use last.
25238         (nnspool-retrieve-headers-with-nov): Use mapc.
25239         (nnspool-request-newgroups): Use dolist.
25240         (nnspool-request-group): Use last.
25241
25242         * nntp.el (nntp-read-server-type): Use dolist.
25243
25244         * nnvirtual.el (nnvirtual-create-mapping)
25245         (nnvirtual-update-read-and-marked): Use dolist.
25246         (nnvirtual-convert-headers): Simplify.
25247
25248 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25249
25250         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25251         Add support for sync'ing tick marks.
25252
25253 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25254
25255         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25256         there's no visible header.
25257
25258 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25259
25260         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25261         When necessary, pass full group name to gnus-request-set-marks.
25262
25263 2004-10-01  Simon Josefsson  <jas@extundo.com>
25264
25265         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25266         acroread.
25267
25268 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25269
25270         * spam-report.el (spam-report-gmane): Fix interactive.
25271
25272         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25273
25274         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25275         when writing file.
25276         (gnus-agent-synchronize-flags): Don't default to being
25277         interactive.
25278
25279 2004-09-30  Simon Josefsson  <jas@extundo.com>
25280
25281         * message.el (message-generate-hashcash): Add.
25282         (message-send-mail): Use it, call mail-add-payment.
25283
25284 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25285
25286         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25287
25288 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25289
25290         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25291         gnus-requst-update-info with explicit code to sync the in-memory
25292         info read flags with the marks being sync'd to the backend.
25293
25294         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25295
25296 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25297
25298         * spam.el (spam-verify-bogofilter): Add new function.
25299         (spam-check-bogofilter)
25300         (spam-bogofilter-register-with-bogofilter): Use it.
25301         (spam-verify-bogofilter): Add small fixes.
25302
25303 2004-09-28  Simon Josefsson  <jas@extundo.com>
25304
25305         * hashcash.el (hashcash-generate-payment): Revert.
25306
25307 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25308
25309         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25310         Use gnus-extract-references instead of gnus-split-references.
25311
25312         * gnus-util.el (gnus-extract-references): Add new function, analogous
25313         to gnus-split-references but extracts only the message-ID without
25314         anything extra.
25315
25316         * hashcash.el (hashcash-generate-payment)
25317         (hashcash-check-payment): Do the right thing if hashcash-path is
25318         nil (because the hashcash program could not be found).
25319
25320         * spam.el (spam-use-hashcash): Remove comment.
25321
25322 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25323
25324         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25325         (gnus-cache-enter-article, gnus-cache-remove-article)
25326         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25327
25328         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25329
25330         * gnus-art.el (article-hide-boring-headers)
25331         (article-translate-strings, article-display-face)
25332         (gnus-article-mime-match-handle-first)
25333         (gnus-article-highlight-headers)
25334         (gnus-article-add-buttons-to-head): do.
25335
25336 2004-09-27  Simon Josefsson  <jas@extundo.com>
25337
25338         * hashcash.el: New version, from
25339         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25340         ../contrib/.
25341
25342 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25343
25344         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25345
25346 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25347
25348         * gnus-dup.el (gnus-dup-open): Use mapc.
25349         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25350
25351         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25352         Reported by Stefan Wiens <s.wi@gmx.net>.
25353
25354         * gnus.el (gnus-shutdown): Use dolist.
25355
25356         * gnus-undo.el (gnus-undo): Use mapc.
25357
25358         * nnrss.el (nnrss-generate-active): do.
25359
25360         * message.el (message-cite-original-without-signature)
25361         (message-cite-original): Use mapc.
25362         (message-do-actions, message-make-forward-subject): Use dolist.
25363
25364 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25365
25366         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25367         deletion to remove entire duplicate line.  Fixes merged article
25368         number bug.
25369
25370 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25371
25372         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25373         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25374         first ask if you want to open a server and then, even when you
25375         responded with no, asking if you want to synchronize the server's
25376         flags.
25377         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25378         multi-line expressions.
25379         (gnus-agent-synchronize-group-flags): New internal function.
25380         Updates marks in memory (in the info structure) AND in the
25381         backend.
25382
25383         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25384
25385         * nnagent.el (nnagent-request-set-mark):
25386         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25387         method, to ensure that synchronization updates marks in the
25388         backend and in the info (in memory) structure.
25389
25390 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25391
25392         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25393         convention fully; don't miss the root article of a thread; make
25394         the X-Draft-From header with correct article numbers.
25395
25396 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25397
25398         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25399         unless plugged.  Disable the agent so that an open failure causes
25400         an error.
25401
25402         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25403         Revert 2004-09-21 change.  The backend must be opened while
25404         synchronizing flags even when the backend stores the flags
25405         locally.
25406
25407 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25408
25409         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25410         in `header' match.  Reported by Svend Tollak Munkejord.
25411
25412         * message.el (message-cite-original): Fix use of
25413         `message-cite-articles-with-x-no-archive'.
25414
25415 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25416
25417         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25418         (gnus-window-to-buffer): Ditto.
25419
25420         * mml.el (mml-preview-buffer): New variable.
25421         (mml-preview): Manage window layout with gnus-buffer-configuration.
25422
25423         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25424         X-Draft-From header even if those articles aren't quoted.
25425
25426 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25427
25428         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25429         (gnus-request-set-mark, gnus-request-update-mark): Use new
25430         g-s-t-u-l-m to decide to use backend even when unplugged.
25431
25432 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25433
25434         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25435         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25436
25437 2004-09-20  Simon Josefsson  <jas@extundo.com>
25438
25439         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25440         "utf-16-le".
25441
25442 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25443
25444         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25445
25446 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25447
25448         * uudecode.el (uudecode-use-external): Add :version.
25449
25450         * smime.el (smime-CA-file, smime-encrypt-cipher)
25451         (smime-dns-server): Add :version.
25452
25453         * smiley.el (gnus-smiley-file-types): Add :version.
25454
25455         * sha1.el (sha1-use-external): Add :version.
25456
25457         * pgg-def.el (pgg-query-keyserver): Add :version.
25458
25459         * nnmail.el (nnmail-fancy-expiry-targets)
25460         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25461         Add :version.
25462
25463         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25464         (nnimap-retrieve-groups-asynchronous): Add :version.
25465         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25466
25467         * mml.el (mml-content-disposition-parameters)
25468         (mml-insert-mime-headers-always): Add :version.
25469
25470         * mm-util.el (mm-coding-system-priorities): Add :version.
25471
25472         * mm-decode.el (mm-inline-text-html-with-images)
25473         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25474         (mm-verify-option): Add :version.
25475         (mm-text-html-renderer): Change :version.
25476
25477         * message.el (message-fcc-externalize-attachments)
25478         (message-required-headers, message-draft-headers)
25479         (message-subject-trailing-was-query)
25480         (message-subject-trailing-was-ask-regexp)
25481         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25482         (message-mark-insert-end, message-archive-header)
25483         (message-archive-note, message-cross-post-default)
25484         (message-cross-post-note, message-followup-to-note)
25485         (message-cross-post-note-function, message-use-mail-followup-to)
25486         (message-subscribed-address-functions)
25487         (message-subscribed-address-file, message-subscribed-addresses)
25488         (message-subscribed-regexps, message-allow-no-recipients)
25489         (message-yank-cited-prefix, message-signature-insert-empty-line)
25490         (message-hidden-headers, message-hierarchical-addresses)
25491         (message-mail-user-agent, message-use-idna)
25492         (message-valid-fqdn-regexp)
25493         (message-strip-special-text-properties, message-header-synonyms)
25494         (message-beginning-of-line, message-tab-body-function): Add :version.
25495         (message-insert-canlock, message-wide-reply-confirm-recipients):
25496         Change :version.
25497
25498         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25499         and :version.
25500         (mail-source-delete-old-incoming-confirm)
25501         (mail-source-movemail-program): Add :version.
25502
25503         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25504         (gnus-agent-cache, gnus-agent): Change :version.
25505
25506         * gnus-util.el (gnus-use-byte-compile): Change :version.
25507
25508         * gnus-sum.el (gnus-summary-make-false-root-always)
25509         (gnus-summary-default-high-score)
25510         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25511         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25512         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25513         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25514         (gnus-sum-thread-tree-single-indent)
25515         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25516         (gnus-sum-thread-tree-leaf-with-other)
25517         (gnus-sum-thread-tree-single-leaf): Add :version.
25518         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25519         (gnus-article-loose-mime): Change :version.
25520
25521         * gnus-start.el (gnus-backup-startup-file)
25522         (gnus-save-startup-file-via-temp-buffer): Add :version.
25523
25524         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25525         (gnus-server-offline-face): Add :version.
25526
25527         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25528
25529         * gnus-msg.el (gnus-gcc-externalize-attachments)
25530         (gnus-debug-files, gnus-debug-exclude-variables)
25531         (gnus-discouraged-post-methods): Change :version.
25532         (gnus-confirm-mail-reply-to-news)
25533         (gnus-confirm-treat-mail-like-news): Add :version.
25534
25535         * gnus-int.el (gnus-server-unopen-status): Add :version.
25536
25537         * gnus-group.el (gnus-group-jump-to-group-prompt)
25538         (gnus-large-ephemeral-newsgroup)
25539         (gnus-fetch-old-ephemeral-headers): Add :version.
25540
25541         * gnus-fun.el (gnus-x-face-directory)
25542         (gnus-convert-pbm-to-x-face-command)
25543         (gnus-convert-image-to-x-face-command)
25544         (gnus-convert-image-to-face-command): Add :version.
25545
25546         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25547
25548         * gnus-cite.el (gnus-cite-blank-line-after-header)
25549         (gnus-article-boring-faces): Add :version.
25550
25551         * gnus-art.el (gnus-buttonized-mime-types)
25552         (gnus-inhibit-mime-unbuttonizing)
25553         (gnus-treat-display-face)
25554         (gnus-treat-body-boundary): Change :version.
25555         (gnus-body-boundary-delimiter, gnus-picon-databases)
25556         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25557         (gnus-treat-date-english, gnus-treat-fold-headers)
25558         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25559         (gnus-treat-mail-picon, gnus-treat-wash-html)
25560         (gnus-article-encrypt-protocol)
25561         (gnus-use-idna, gnus-article-over-scroll)
25562         (gnus-mime-display-multipart-alternative-as-mixed)
25563         (gnus-mime-display-multipart-related-as-mixed)
25564         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25565         (gnus-ctan-url, gnus-button-ctan-handler)
25566         (gnus-button-handle-ctan-bogus-regexp)
25567         (gnus-button-ctan-directory-regexp)
25568         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25569         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25570         (gnus-button-man-level, gnus-button-emacs-level)
25571         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25572
25573         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25574         (gnus-agent-go-online): Change :version.
25575         (gnus-agent-expire-unagentized-dirs)
25576         (gnus-agent-auto-agentize-methods): Add :version.
25577
25578         * flow-fill.el (fill-flowed-display-column)
25579         (fill-flowed-encode-column): Add :version.
25580
25581         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25582         (gnus-outlook-deuglify-unwrap-max)
25583         (gnus-outlook-deuglify-cite-marks)
25584         (gnus-outlook-deuglify-unwrap-stop-chars)
25585         (gnus-outlook-deuglify-no-wrap-chars)
25586         (gnus-outlook-deuglify-attrib-cut-regexp)
25587         (gnus-outlook-deuglify-attrib-verb-regexp)
25588         (gnus-outlook-deuglify-attrib-end-regexp)
25589         (gnus-outlook-display-hook): Add :version.
25590
25591         * binhex.el (binhex-use-external): Add :version.
25592
25593 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25594
25595         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25596         and `invisible'.
25597
25598 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25599
25600         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25601         in gnus-registry-trim.
25602
25603 2004-09-13  Simon Josefsson  <jas@extundo.com>
25604
25605         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25606
25607         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25608
25609         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25610         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25611         <yamaoka@jpl.org>.
25612         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25613         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25614         <yamaoka@jpl.org>.
25615
25616         * sieve.el (sieve-manage-mode): Ditto.
25617
25618 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25619
25620         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25621
25622 2004-09-11  Simon Josefsson  <jas@extundo.com>
25623
25624         * dns-mode.el: Add.
25625
25626         * mm-view.el (mm-display-dns-inline): Add.
25627
25628         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25629         (mm-automatic-display): Ditto.
25630
25631         * mailcap.el (mailcap-mime-data): Add text/dns.
25632         (mailcap-mime-extensions): Map .soa to text/dns.
25633
25634 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25635
25636         * gnus-art.el (article-decode-mime-words, article-babel)
25637         (gnus-article-highlight-signature, gnus-article-add-buttons)
25638         (gnus-signature-toggle): Remove unnecessary bindings of
25639         `inhibit-read-only' inherited from v5.10 merge.
25640
25641 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25642
25643         * nntp.el (nntp): New customization group.
25644         (nntp-authinfo-file): Add customization group.
25645
25646         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25647
25648         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25649
25650         * gnus.el (to-address, to-list, subscribed)
25651         (large-newsgroup-initial): Ditto.
25652
25653         * flow-fill.el (fill-flowed-display-column)
25654         (fill-flowed-encode-column): Ditto.
25655
25656 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25657
25658         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25659         Use point-min rather than 1.
25660         (message-send-mail): Use buffer-size rather than point-max.
25661
25662         * gnus-sum.el (gnus-summary-search-article-forward):
25663         Signal a specific `search-failed' rather than a generic `error'.
25664
25665         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25666         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25667         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25668
25669 2004-09-10  Simon Josefsson  <jas@extundo.com>
25670
25671         * nndb.el (require): Remove tcp and duplicate cl.
25672
25673 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25674
25675         * gnus-agent.el (directory-files-and-attributes): Move forward.
25676
25677 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25678
25679         * gnus-agent.el (directory-files-and-attributes):
25680         Optionally defined to support XEmacs.
25681
25682 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25683
25684         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25685         to avoid run-time CL dependencies.
25686         (gnus-agent-unfetch-articles): New function.
25687         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25688         article numbers even when local .overview file is missing.
25689         (gnus-agent-read-article-number): New function.  Only accepts
25690         27-bit article numbers.
25691         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25692         Use gnus-agent-read-article-number.
25693         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25694         from backend while recognizing that article numbers in .overview
25695         must be valid.
25696         (gnus-agent-update-files-total-fetched-for):
25697         Use directory-files-and-attributes to improve performance.
25698         * gnus-int.el (gnus-request-move-article):
25699         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25700         improve performance.
25701
25702         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25703         some users confused by references to .newsrc when they only have a
25704         .newsrc.eld file.
25705         (gnus-convert-mark-converter-prompt)
25706         (gnus-convert-converter-needs-prompt): Fix use of property list.
25707         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25708         New function.  Used internally to only display 'gnus converting
25709         files' message when actually necessary.
25710
25711         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25712         methods now autoloaded.
25713
25714 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25715
25716         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25717         identifiers.
25718
25719 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25720
25721         * gnus-picon.el: Fix indentation and closing parenthesis.
25722
25723 2004-09-01  Simon Josefsson  <jas@extundo.com>
25724
25725         * message.el (message-canlock-generate): Require sha1, not
25726         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25727         to require within a function.  Sadly, if sha1.el isn't loaded, the
25728         let binding in m-c-g will hide the defcustom definition, which is
25729         bad.)
25730
25731         * canlock.el: Require sha1, not sha1-el.
25732
25733         * message.el: Don't autoload sha1 (there is a autoload cookie in
25734         sha1.el).
25735
25736         * sha1-el.el: Rename to sha1.el.
25737
25738 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25739
25740         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25741
25742 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25743
25744         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25745
25746 2004-08-30  Kim F. Storm  <storm@cua.dk>
25747
25748         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25749
25750         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25751         Add :group 'nnimap.
25752
25753 2004-08-30  Andreas Schwab  <schwab@suse.de>
25754
25755         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25756         ?* and ?\;.
25757
25758         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25759         and ?\' to symbol instead of whitespace.
25760
25761 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25762
25763         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25764
25765         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25766         instead of re-search-forward.
25767
25768         * gnus-uu.el (gnus-uu-save-article): Ditto.
25769         (gnus-uu-post-encode-uuencode): Ditto.
25770
25771         * html2text.el (html2text-clean-list-items): Ditto.
25772         (html2text-clean-dtdd): Ditto.
25773         (html2text-format-tags): Ditto.
25774
25775         * message.el (message-send-mail-with-sendmail): Fix regexp.
25776         (message-fill-field-general): Use search-forward instead of
25777         re-search-forward.
25778         (unbold-region): Ditto.
25779
25780         * nnrss.el (nnrss-request-article): Ditto.
25781
25782         * nnslashdot.el (nnslashdot-request-article): Ditto.
25783
25784         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25785
25786         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25787         "Unrecognized menu descriptor" error in XEmacs.
25788
25789 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25790
25791         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25792         parent article of a sparse article in the thread hashtb.
25793
25794 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25795
25796         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25797         (nnmail-expand-newtext): Lowercase expanded entries if
25798         nnmail-split-lowercase-expanded is non-nil.
25799
25800 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25801
25802         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25803
25804         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25805         of gnus-tmp-news-method into string under XEmacs.  It will be
25806         passed to gnus-correct-length which takes only a string argument.
25807
25808 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25809
25810         * gnus-util.el (gnus-bind-print-variables): New macro.
25811         (gnus-prin1): Use it.
25812         (gnus-prin1-to-string): Use it.
25813         (gnus-pp): New function.
25814         (gnus-pp-to-string): New function.
25815
25816         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25817         Replace pp-to-string with gnus-pp-to-string.
25818         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25819         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25820         * gnus-msg.el (gnus-debug): Ditto.
25821         * gnus-score.el (gnus-score-save): Ditto.
25822         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25823         gnus-pp-to-string.
25824         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25825         with gnus-pp.
25826         * score-mode.el (gnus-score-pretty-print): Ditto.
25827         * webmail.el (webmail-debug): Ditto.
25828
25829 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25830
25831         * gnus-art.el (article-display-face, article-display-x-face):
25832         Use buffer-read-only.
25833
25834 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25835
25836         * gnus-art.el (article-hide-list-identifiers):
25837         Bind inhibit-read-only as t.
25838
25839 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25840
25841         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25842
25843 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25844
25845         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25846         (gnus-narrow-to-page): Don't assume point-min == 1.
25847         (gnus-article-edit-mode): Derive from message-mode.
25848
25849         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25850         point-min == 1.
25851
25852         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25853         Disable incorrect use of `assert'.
25854
25855         * message.el (message-mode): Set comment-start-skip.
25856
25857
25858 2004-08-22  Sam Steingold  <sds@gnu.org>
25859
25860         * pop3.el (pop3-leave-mail-on-server): New user variable.
25861         (pop3-movemail): Delete mail only when it is nil.
25862
25863 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25864
25865         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25866
25867         * mml.el (mml-preview): Use `pop-to-buffer'.
25868
25869         * message.el (message-goto-mail-followup-to): Insert after "To".
25870         (message-carefully-insert-headers): Add comment.
25871
25872         * gnus.el: Remove unused variable `gnus-article-check-size'.
25873
25874         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25875
25876         * gnus-art.el (gnus-button-alist):
25877         Improve `gnus-button-handle-library' entry.
25878
25879 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25880
25881         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25882         Use downcase, since XEmacs capitalizes error messages differently.
25883
25884 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25885
25886         * nntp.el: Add (require 'gnus) due to reference to
25887         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25888
25889 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25890
25891         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25892         Bind `mm-fill-flowed'.
25893
25894         * mm-decode.el (mm-dissect-singlepart): Check it.
25895
25896 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25897
25898         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25899         'imap' for netrc parsing.
25900
25901 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25902
25903         * mailcap.el (mailcap-mime-data): Mark as risky.
25904
25905 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25906
25907         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25908         may be included in the encoded word.
25909         (rfc2047-encode): Don't append a space if the encoded word
25910         includes close parenthesis.
25911
25912 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25913
25914         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25915         of text within parentheses.
25916
25917 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25918
25919         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25920         (gnus-encrypt-write-file-contents): Make the password key the file
25921         name PLUS the cipher, not just the cipher.  Also remove failed
25922         passwords from the cache.
25923
25924 2004-08-06  Simon Josefsson  <jas@extundo.com>
25925
25926         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25927         Doc fix.
25928
25929 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25930
25931         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25932         LWSP.
25933
25934 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25935
25936         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25937         Try to append in-reply-to: data to the references: header.
25938
25939         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25940         (netrc-parse): Use gnus-encrypt.el functions.
25941
25942         * gnus-encrypt.el: Add new file for encryption support; currently
25943         does only a few GPG ciphers and an internal XOR cipher.
25944
25945         * password.el: Add comments on using password-read-and-add.
25946         (password-read-and-add): Add function to read and add the
25947         password to the cache at once.
25948
25949 2004-07-28  Simon Josefsson  <jas@extundo.com>
25950
25951         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25952         parameter (but don't use it, for now).
25953
25954         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25955         instead of hard coding to nil.
25956
25957 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25958
25959         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25960         as mm-inline-image-xemacs does.
25961
25962 2004-07-26  Simon Josefsson  <jas@extundo.com>
25963
25964         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25965         Revert part of 2004-07-17 change below.
25966
25967 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25968
25969         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25970         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25971
25972 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25973
25974         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25975         quotes that actually start with ">" at the beginning of the
25976         lines.
25977
25978 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25979
25980         * rfc2047.el (rfc2047-encode-region): Fix last change.
25981         (rfc2047-encode-parameter): Remove useless concat.
25982
25983 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25984
25985         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25986         encode special characters; fix some kind of misconfigured headers;
25987         signal a real error if debug-on-quit or debug-on-error is non-nil.
25988         (rfc2047-encode-max-chars): New variable.
25989         (rfc2047-encode-1): Use it.
25990         (rfc2047-encode-parameter): New function.
25991
25992         * mml.el (mml-insert-parameter): Remove an excessive space.
25993
25994 2004-07-17  Simon Josefsson  <jas@extundo.com>
25995
25996         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25997         Kai Grossjohann <kai@emptydomain.de>.
25998         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25999         (gnus-group-make-menu-bar): Ditto.
26000
26001         * gnus-util.el (gnus-group-server): Add.
26002
26003 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
26004
26005         * message.el (message-clone-locals): Clone sendmail and smtp
26006         variables.
26007
26008 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26009
26010         * rfc2047.el (rfc2047-encode-region): Fix last change.
26011
26012 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26013
26014         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
26015         characters as non-special.
26016
26017 2004-07-09  Simon Josefsson  <jas@extundo.com>
26018
26019         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
26020         Users will lose all flag changes made while unplugged with
26021         e.g. nntp unless flag synchronization happens, thus `nil' is not a
26022         good default.  See numerous reports on ding mailing list.
26023
26024 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26025
26026         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
26027         add generate-head-function and generate-article-function to the
26028         rfc822-forward entry.
26029         (nndoc-rfc822-forward-generate-article): New function.
26030         (nndoc-rfc822-forward-generate-head): New function.
26031
26032         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
26033
26034 2004-07-06  Dan Christensen  <jdc@uwo.ca>
26035
26036         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
26037         respect display group parameter and gnus-summary-expunge-below.
26038         (gnus-articles-to-read): Remove unused reference to display group
26039         parameter.
26040
26041 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26042
26043         * nnheader.el (nnheader-uniquify-message-id): New experimental
26044         variable.
26045         (nnheader-nov-read-message-id): Use it.
26046
26047         * spam-report.el (spam-report-gmane): Add interactive.
26048
26049 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
26050
26051         * mm-encode.el (mm-content-transfer-encoding-defaults):
26052         Use qp-or-base64 for the application/* types.
26053
26054 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
26055
26056         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
26057
26058 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
26059
26060         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
26061         trim value.
26062
26063 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26064
26065         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
26066         New macro and function.
26067         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
26068
26069 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26070
26071         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
26072         after-load-alist.
26073
26074 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26075
26076         * gnus-group.el (gnus-group-get-new-news-this-group):
26077         Don't update info that isn't there.
26078
26079 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
26080
26081         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
26082         entry.
26083
26084 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26085
26086         * mm-view.el (mm-inline-render-with-function): Use multibyte
26087         buffer; decode html source by charset.
26088
26089         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
26090
26091         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
26092         Mule-UCS is loaded under XEmacs.
26093         (mm-mime-mule-charset-alist): Avoid duplicated entries.
26094
26095 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
26096
26097         * nnheader.el (nnheader-max-head-length): Increase to 8192.
26098
26099 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26100
26101         * mm-util.el (mm-coding-system-p): Return a coding-system.
26102         (mm-mime-mule-charset-alist): Use shift_jis instead of
26103         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
26104         entries for the mime charsets iso-2022-jp-3 and shift_jis.
26105         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
26106         instead of japanese-shift-jis and iso-latin-1 respectively in
26107         order to share the default value with both Emacs and XEmacs-mule.
26108         (mm-mule-charset-to-mime-charset):
26109         Make mm-coding-system-priorities effective.
26110         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
26111         while predicating of candidates upon the priorities.
26112
26113 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
26114
26115         * gnus-sum.el (gnus-summary-make-menu-bar):
26116         Add gnus-uu-invert-processable.
26117
26118         * gnus.el: Autoload gnus-uu-invert-processable.
26119
26120 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26121
26122         * mm-util.el (mm-with-multibyte-buffer): New macro.
26123
26124         * rfc2047.el (rfc2047-encode-string): Use it.
26125         (rfc2047-encode-region): Move point to the end of the region after
26126         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
26127
26128 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26129
26130         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
26131         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
26132
26133 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26134
26135         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
26136         (gnus-cite-parse): Ignore quoted envelope From_.
26137         Suggested by Karl Chen <quarl@nospam.quarl.org>.
26138
26139 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
26140
26141         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
26142         invalid addresses.
26143
26144 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
26145
26146         * spam.el: Change section markers, revise TODO list.
26147         (spam-backends): Make new master list of all installed backends.
26148         (spam-summary-exit-behavior): Add new variable to determine how
26149         messages moves are done at summary exit.
26150         (spam-move-spam-nonspam-groups-only)
26151         (spam-process-ham-in-nonham-groups)
26152         (spam-process-ham-in-spam-groups): Remove variables, the
26153         spam-summary-exit-behavior variable should be used to manage this
26154         behavior.
26155         (spam-old-ham-articles, spam-old-spam-articles): Remove.
26156         (spam-old-articles): Add variable, replacing spam-old-ham-articles
26157         and spam-old-spam-articles.
26158         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
26159         Add empty variables, placeholders for the backends they represent.
26160         (spam-set-difference): Move, unchanged.
26161         (spam-list-of-processors): Declare OBSOLETE, not used anymore
26162         unless the user has a processor variable.
26163         (spam-classifications, spam-classification-valid-p)
26164         (spam-backend-properties, spam-backend-property-valid-p)
26165         (spam-backend-function-type-valid-p)
26166         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
26167         (spam-report-articles-gmane, spam-report-articles-resend):
26168         Remove functions, they are not needed.
26169         (spam-install-backend-super, spam-backend-list)
26170         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
26171         (spam-backend-function, spam-backend-ham-registration-function)
26172         (spam-backend-spam-registration-function)
26173         (spam-backend-ham-unregistration-function)
26174         (spam-backend-spam-unregistration-function)
26175         (spam-backend-statistical-p, spam-backend-mover-p)
26176         (spam-install-backend-alias, spam-install-checkonly-backend)
26177         (spam-install-mover-backend, spam-install-nocheck-backend)
26178         (spam-install-backend, spam-install-statistical-backend)
26179         (spam-install-statistical-checkonly-backend): Add backend installation
26180         support.
26181         (spam-summary-prepare-exit): Rewrite to use the new backend code.
26182         (spam-group-processor-p): Use the new backend code and respect the
26183         summary exit behavior.
26184         (spam-mark-spam-as-expired-and-move-routine): Remove.
26185         (spam-summary-prepare): Change to use the new spam-old-articles
26186         variable.
26187         (spam-copy-or-move-routine, spam-copy-spam-routine)
26188         (spam-move-spam-routine, spam-copy-ham-routine)
26189         (spam-move-ham-routine): Add code to copy/move ham or spam.
26190         (spam-fetch-field-fast): Improve doc and code, plus allow the
26191         'number request.
26192         (spam-list-of-checks, spam-list-of-statistical-checks):
26193         Remove variables.
26194         (spam-split, spam-find-spam): Use the new backend code.
26195         (spam-registration-functions): Remove variable.
26196         (spam-unregister-routine): Add convenience wrapper.
26197         (spam-log-undo-registration, spam-register-routine)
26198         (spam-log-processing-to-registry)
26199         (spam-log-unregistration-needed-p): Rename "check" to "backend"
26200         where possible.
26201         (spam-check-gmane-xref, spam-check-regex-headers)
26202         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
26203         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
26204         (spam-check-bogofilter-headers, spam-check-spamoracle)
26205         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26206         (spam-check-crm114-headers): Use the spam-split-group that
26207         spam-split prepares, no need to determine it every time.
26208
26209         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26210         to the nnheader-parse-naked-head call.
26211
26212         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26213
26214         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26215         the nnheader-nov-read-message-id call.
26216
26217 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26218
26219         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26220         gnus-activate-group twice.  Suggested by Markus Peter
26221         <warp@spin.de>.
26222
26223 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26224
26225         * gnus-art.el (gnus-article-time-format): Exchange the order of
26226         day and month in the default value; fix customization type.
26227         (article-date-ut): Use add-text-properties.
26228         (article-make-date-line): Use message-make-date instead of
26229         current-time-string.
26230
26231         * message.el (message-fetch-field): Don't use set-text-properties.
26232         (message-make-date): Simplify.
26233
26234         * messagexmas.el (message-xmas-make-date): New function.
26235         (message-xmas-redefine): Defalias message-make-date to it.
26236
26237 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26238
26239         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26240         (rfc2047-encode-region): Treat text within parentheses as special;
26241         show the original text when error has occurred.
26242
26243         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26244         already-computed method to gnus-activate-group.
26245
26246         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26247         same select-methods identical Lisp objects.
26248
26249         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26250         object when modifying the info.
26251
26252 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26253
26254         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26255         gnus-opened-servers since it has never been opened with the new
26256         configuration yet.
26257
26258 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26259
26260         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26261         arg to nnheader-generate-fake-message-id.
26262
26263 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26264
26265         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26266         number and build a fake message ID localized to a group and
26267         article number (so it's repeatable from that point on).
26268         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26269         ID format.
26270
26271         * gnus-sum.el (gnus-get-newsgroup-headers):
26272         Call nnheader-generate-fake-message-id with the article number.
26273
26274 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26275
26276         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26277         end-of-buffer.
26278
26279 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26280
26281         * message.el (message-ignored-supersedes-headers): Add Approved.
26282
26283 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26284
26285         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26286         goto-char.
26287         (rfc2047-encode): Fold the line before encoding.
26288
26289 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26290
26291         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26292         folding -- not all headers can be folded, and this should be done
26293         by the message composition mode.  Probably.  I think.
26294
26295 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26296
26297         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26298         fast.
26299
26300         * gnus-ems.el (gnus-remove-image): Don't use
26301         message-text-with-property; remove only the image found first.
26302
26303         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26304         found first.
26305
26306 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26307
26308         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26309
26310 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26311
26312         * message.el (message-text-with-property): Make it fast and accept
26313         optional arguments.
26314         (message-strip-forbidden-properties): Use it.
26315         (message-fix-before-sending): Follow the m-t-w-p change.
26316
26317         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26318
26319 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26320
26321         * gnus-art.el (article-hide-headers): Don't change the buffer
26322         mistakenly when performing mml-preview even if
26323         gnus-single-article-buffer is nil.
26324
26325 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26326
26327         * message.el (message-expand-name-databases): New user option.
26328         (message-expand-name): Use it.
26329
26330 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26331
26332         * spam.el (spam-report-articles-resend)
26333         (spam-report-resend-register-routine): Allow ham reporting.
26334         (spam-report-resend-register-ham-routine): Add wrapper.
26335         (spam-registration-functions): Add ham resending functions.
26336         (spam-list-of-processors): Add ham resend processor.
26337
26338         * gnus.el (ham-resend-to): Add new group parameter.
26339         (spam-process): Add ham resend option.
26340
26341         * spam-report.el (spam-report-resend): Allow reporting ham.
26342         (spam-report-resend-ham): Add wrapper.
26343
26344 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26345
26346         * message.el (message-cite-articles-with-x-no-archive):
26347         New variable.
26348         (message-cite-original): Use it.
26349
26350 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26351
26352         * message.el (message-cite-original): Respect X-No-Archive.
26353
26354 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26355
26356         * gnus-art.el (article-hide-headers): Refer to the values for
26357         gnus-ignored-headers and gnus-visible-headers in the summary
26358         buffer since a user may have set them as group parameters.
26359
26360 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26361
26362         * assistant.el (assistant-node-name): Add convenience function.
26363         (assistant-render-text, assistant-render-node): Add error handling,
26364         plus handle multiple next nodes.
26365         (assistant-find-next-node): Comment out for now.
26366         (assistant-find-next-nodes): Add function, returns list of next
26367         nodes.
26368
26369 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26370
26371         * mail-source.el (mail-source-directory): Fix doc-string.
26372
26373 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26374
26375         * assistant.el (assistant-render-text, assistant-eval): Add :set
26376         widget type, which is different because it takes and returns a
26377         list.  Much hilarity ensues.
26378
26379 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26380
26381         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26382
26383         * gnus-group.el (gnus-group-get-new-news-this-group):
26384         Add doc-string.
26385
26386         * gnus-start.el (gnus-activate-group): Add doc-string.
26387
26388 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26389
26390         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26391
26392 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26393
26394         * assistant.el (assistant-render-text): Try to add a :set
26395         widget, more to come.
26396
26397         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26398         strings.
26399         (spam-report-articles-resend)
26400         (spam-register-routine): Do registration iff any articles warrant
26401         it.
26402         (spam-summary-prepare-exit): Change log message for nil group
26403         destinations.
26404
26405 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26406
26407         * spam.el (spam-report-resend-register-routine):
26408         Allow spam-report-resend-to to be a group parameter or a global value.
26409
26410 2004-05-26  Simon Josefsson  <jas@extundo.com>
26411
26412         * starttls.el: Merge with my GNUTLS based starttls.el.
26413         (starttls-gnutls-program, starttls-use-gnutls)
26414         (starttls-extra-arguments, starttls-process-connection-type)
26415         (starttls-connect, starttls-failure, starttls-success):
26416         New variables.
26417         (starttls-program, starttls-extra-args): Doc fix.
26418         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26419         New functions.
26420         (starttls-negotiate, starttls-open-stream):
26421         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26422         function if it is set.
26423
26424 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26425
26426         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26427         structured fields.
26428
26429 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26430
26431         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26432
26433 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26434
26435         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26436         Add variable.
26437         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26438         assigning the spam-mark to new messages.
26439
26440 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26441
26442         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26443
26444 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26445
26446         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26447
26448         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26449         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26450         default.
26451
26452 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26453
26454         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26455         correct data.
26456
26457 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26458
26459         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26460         (spam-group-processor-p): Fix function.
26461         (spam-group-processor-multiple-p)
26462         (spam-group-spam-processor-report-gmane-p)
26463         (spam-group-spam-processor-report-resend-p)
26464         (spam-group-spam-processor-bogofilter-p)
26465         (spam-group-spam-processor-blacklist-p)
26466         (spam-group-spam-processor-ifile-p)
26467         (spam-group-ham-processor-ifile-p)
26468         (spam-group-spam-processor-spamoracle-p)
26469         (spam-group-spam-processor-crm114-p)
26470         (spam-group-ham-processor-bogofilter-p)
26471         (spam-group-spam-processor-stat-p)
26472         (spam-group-ham-processor-stat-p)
26473         (spam-group-ham-processor-whitelist-p)
26474         (spam-group-ham-processor-BBDB-p)
26475         (spam-group-ham-processor-spamoracle-p)
26476         (spam-group-ham-processor-copy-p): Remove functions with some
26477         prejudice against unneeded code.
26478         (spam-report-articles-resend)
26479         (spam-report-resend-register-routine): Allow the group/topic
26480         spam-resend-to value to override spam-report-resend-to.
26481         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26482         properly now.
26483
26484         * gnus.el (spam-resend-to): Add group/topic parameter.
26485         (spam-process): Move the OBSOLETE processors to the end of the
26486         choices.
26487
26488 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26489
26490         * spam-report.el (spam-report-resend-to, spam-report-resend):
26491         Start with resend-to set to nil, and then ask the user if necessary.
26492         (spam-report-resend): spam-report-resend takes a list of articles, not
26493         separate article numbers.
26494
26495 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26496
26497         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26498         addition to emacs-w3m.
26499
26500 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26501
26502         * assistant.el (assistant-authinfo-data): New function.
26503         (assistant-eval): Eval for entire assistant.
26504
26505         * netrc.el (netrc-services-file): New variable.
26506         (netrc-parse-services): New function.
26507         (netrc-find-service-name): New function.
26508         (netrc-find-service-number): New function.
26509         (netrc-port-equal): New function.
26510         (netrc-machine): Use it.
26511
26512         * nnimap.el (nnimap-open-connection): Use netrc.
26513
26514         * gnus-util.el (gnus-netrc-get): Remove aliases.
26515
26516         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26517
26518         * assistant.el (wid-edit): Fix compilation.
26519
26520         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26521
26522 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26523
26524         * gnus-util.el (gnus-set-file-modes): New function.  (small
26525         patch).
26526
26527 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26528
26529         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26530
26531         * assistant.el (assistant-render-node): Fix up rendering and
26532         read-only text.
26533         (assistant-render-node): Reset.
26534         (assistant-make-read-only): Not sticky.
26535
26536 2004-05-20  Danny Siu  <dsiu@adobe.com>
26537
26538         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26539         centered even when gnus-auto-center-summary is t.
26540
26541 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26542
26543         * dns.el (dns-get-txt-answer): New function.
26544         (dns-read-txt): Ditto.
26545         (query-dns): Use it.
26546
26547 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26548
26549         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26550         active for foreign groups even if the group level is higher than
26551         the specified value.
26552
26553 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26554
26555         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26556         non-active groups.
26557
26558         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26559
26560 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26561
26562         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26563
26564 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26565
26566         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26567         (spam-crm114-header, spam-crm114-spam-switch)
26568         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26569         (spam-crm114-positive-spam-header)
26570         (spam-crm114-database-directory, spam-list-of-processors)
26571         (spam-group-spam-processor-crm114-p)
26572         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26573         (spam-generic-score, spam-list-of-checks)
26574         (spam-list-of-statistical-checks, spam-registration-functions)
26575         (spam-check-crm114-headers, spam-crm114-score)
26576         (spam-check-crm114, spam-crm114-register-with-crm114)
26577         (spam-crm114-register-spam-routine)
26578         (spam-crm114-unregister-spam-routine)
26579         (spam-crm114-register-ham-routine)
26580         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26581
26582 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26583
26584         * gnus.el: Add spam-use-crm114.
26585
26586         * spam.el (spam-list-of-processors, spam-registration-functions):
26587         Add spam-use-resend.
26588         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26589         (spam-report-articles-gmane): Add doc fix.
26590         (spam-report-articles-resend, spam-report-resend-register-routine):
26591         Add wrappers around spam-report-resend-to.
26592
26593         * spam-report.el (spam-report-resend-to, spam-report-resend):
26594         Add support for resending spam.
26595         (spam-report-gmane): Fix line length >80.
26596
26597         * gnus.el (spam-process): Add spam-use-resend.
26598
26599 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26600
26601         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26602         number of processed spam messages.
26603         (spam-ham-copy-or-move-routine): Return the number of processed
26604         ham messages.
26605         (spam-summary-prepare-exit): Use the above values to decide
26606         whether status messages should be displayed.
26607
26608 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26609
26610         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26611         `rfc2047-encoding-function-alist' in order to avoid conflicting
26612         with the old version.
26613         (rfc2047-encode-region): Concatenate words containing non-ASCII
26614         characters in structured fields; don't encode space-delimited
26615         ASCII words even in unstructured fields; don't break words at
26616         char-category boundaries.
26617         (rfc2047-encode-1): New function.
26618         (rfc2047-encode): Use it; encode text so that it occupies the
26619         maximum width within 76-column; work correctly on Q encoding for
26620         iso-2022-* charsets.
26621         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26622         sure not to break a line just after the header name.
26623         (rfc2047-b-encode-region): Remove.
26624         (rfc2047-b-encode-string): New function.
26625         (rfc2047-q-encode-region): Remove.
26626         (rfc2047-q-encode-string): New function.
26627
26628         * mm-util.el (mm-replace-in-string): New function.
26629
26630 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26631
26632         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26633         Really get it right.
26634         (gnus-inews-make-draft): Really.
26635
26636 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26637
26638         * nnmh.el (nnmh-request-list-1): Don't check the link count
26639         before descending.  (small patch)
26640
26641 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26642
26643         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26644         stuff.
26645
26646         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26647         Match on real group name.
26648
26649         * gnus-art.el (gnus-signature-limit): Doc fix.
26650
26651         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26652
26653         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26654
26655 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26656
26657         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26658         isn't a string.
26659
26660 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26661
26662         * gnus-draft.el (gnus-draft-send):
26663         Bind rfc2047-encode-encoded-words.
26664
26665         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26666         (rfc2047-encodable-p): Say that =? needs encoding.
26667         (rfc2047-encode-encoded-words): New variable.
26668
26669         * gnus-group.el (gnus-group-select-group): Doc fix.
26670
26671         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26672
26673         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26674         to nil.
26675
26676         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26677
26678         * nnheader.el (nnheader-get-lines-and-char): New function.
26679
26680 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26681
26682         * gnus-msg.el (gnus-summary-followup-with-original):
26683         Document yanking of region when active.
26684
26685 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26686
26687         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26688         groups if the group level is higher than the specified value.
26689
26690 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26691
26692         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26693         (gnus-group-jump-to-group): Add prefix argument using
26694         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26695         non-active group.
26696
26697         * compface.el (uncompface): Be verbose when changing
26698         `uncompface-use-external'.
26699
26700         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26701         handle manual section.
26702
26703 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26704
26705         * gnus-art.el (gnus-button-alist): Revert previous change.
26706
26707 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26708
26709         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26710
26711 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26712
26713         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26714         whether backend can accept message.
26715
26716         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26717
26718 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26719
26720         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26721         Avoid creating directory when nntp-marks-is-evil is true.
26722         Reported by Reiner Steib.
26723
26724 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26725
26726         * gnus-picon.el (gnus-picon-insert-glyph):
26727         Add optional `nostring' argument.
26728
26729 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26730
26731         * gnus-picon.el (gnus-picon-style): New variable.
26732         (gnus-picon-transform-address): Support `gnus-picon-style'.
26733
26734 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26735
26736         * message.el (message-fill-field): Return point.
26737         (message-generate-headers): Go to end of field.
26738
26739         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26740         stuff for non-living groups.
26741
26742 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26743
26744         * gnus-art.el (gnus-article-followup-with-original)
26745         (gnus-article-reply-with-original): gnus-mark-active-p ->
26746         gnus-region-active-p.
26747
26748 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26749
26750         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26751         only when there is spam or ham to be processed.
26752
26753 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26754
26755         * mail-source.el (mail-source-delete-crash-box): Refactor.
26756         (mail-source-fetch): Use it.
26757         (mail-source-fetch-file): Ditto.
26758         (mail-source-fetch-directory): Run postscript in loop.
26759         (mail-source-fetch-pop): Delete.
26760         (mail-source-fetch-maildir): Ditto.
26761         (mail-source-fetch-imap): Ditto.
26762
26763         * imap.el (imap-authenticators): Comment out sasl.
26764
26765         * message.el (message-skip-to-next-address): New function.
26766         (message-fill-header-address): Refactor.
26767         (message-fill-address): Use it.
26768         (message-delete-address): Use it.
26769         (message-fill-header-general): Refactor.
26770         (message-fill-field-address): Rename.
26771         (message-narrow-to-field): Find the start of the header.
26772         (message-header-format-alist): Don't pre-fill.
26773         (message-fill-header): Remove.
26774         (message-insert-header): New function.
26775         (message-shorten-references): Use it.
26776
26777         * rfc2047.el (rfc2047-field-value): Strip props.
26778
26779         * mail-parse.el (mail-header-make-address): New alias.
26780
26781         * ietf-drums.el (ietf-drums-make-address): New function.
26782
26783         * imap.el: Add compiler directives.
26784
26785         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26786
26787         * gnus-art.el (article-decode-idna-rhs): Don't use
26788         message-idna-inside-rhs-p.
26789
26790 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26791
26792         * message.el (message-idna-inside-rhs-p): Remove.
26793         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26794
26795         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26796         false positives.
26797
26798 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26799
26800         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26801
26802 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26803
26804         * nneething.el (nneething-file-name): Don't create spurious
26805         files.
26806
26807         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26808         (gnus-inews-do-gcc): Remove sleep.
26809
26810         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26811         part under point.
26812
26813         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26814         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26815
26816 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26817
26818         * spam.el (spam-summary-prepare-exit): Fix (length).
26819
26820 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26821
26822         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26823         as expired without moving it" message when there are spam
26824         messages left.
26825
26826 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26827
26828         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26829         header is not nil.
26830
26831 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26832
26833         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26834         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26835         (nntp-marks-changed-p): New arg SERVER.
26836         (nntp-request-update-info): Adjust caller.
26837
26838 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26839
26840         * nntp.el (nntp-save-marks): Pass missing arg.
26841
26842 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26843
26844         * nntp.el: Support marks.
26845         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26846         (nntp-marks-modtime, nntp-marks-directory): New variables.
26847         (nntp-request-set-mark, nntp-request-update-info)
26848         (nntp-possibly-create-directory, nntp-marks-changed-p)
26849         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26850         New functions.
26851
26852 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26853
26854         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26855         (gnus-xmas-redefine): Rename.
26856
26857         * gnus-score.el (gnus-score-insert-help):
26858         Use gnus-select-lowest-window.
26859
26860         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26861         appt-select-lowest-window and rename to gnus-select-lowest-window.
26862
26863         * gnus.el: do.
26864
26865 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26866
26867         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26868         encodings of MIME-encoded words, in order to improve
26869         interoperability with several broken MUAs.
26870
26871 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26872
26873         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26874         tags, only when charsets are not specified in headers.
26875         (mm-inline-text-html-render-with-w3m): Ditto.
26876
26877         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26878         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26879
26880 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26881
26882         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26883         instead of MIME-decoded from fields when checking
26884         `gnus-article-address-banner-alist'.
26885
26886 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26887
26888         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26889         description rather than subject.
26890
26891 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26892
26893         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26894
26895 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26896
26897         * gnus.el (gnus-version-number): Bump.
26898
26899 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26900
26901         * gnus.el: No Gnus v0.2 is released.
26902
26903 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26904
26905         * gnus-agent.el (gnus-agent-read-agentview):
26906         Inline gnus-uncompress-range.
26907
26908 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26909
26910         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26911         `exec-installed-p'.
26912
26913 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26914
26915         * gnus.el (spam-process, spam-autodetect-methods):
26916         Add bsfilter and bsfilter-headers.
26917
26918         * spam.el (spam-bsfilter): New customize group.
26919         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26920         (spam-bsfilter-header, spam-bsfilter-probability-header)
26921         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26922         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26923         (spam-bsfilter-database-directory): New options.
26924         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26925         (spam-list-of-statistical-checks, spam-registration-functions):
26926         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26927         (spam-bsfilter-score): New command.
26928         (spam-check-bsfilter-headers, spam-check-bsfilter)
26929         (spam-bsfilter-register-with-bsfilter)
26930         (spam-bsfilter-register-spam-routine)
26931         (spam-bsfilter-unregister-spam-routine)
26932         (spam-bsfilter-register-ham-routine)
26933         (spam-bsfilter-unregister-ham-routine): New functions.
26934         (spam-generic-score): Support bsfilter; Accept an optional argument
26935         to recalcurate spam score even if scoring header has already been
26936         added.
26937         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26938         optional argument to recalcurate spam score even if scoring header
26939         has already been added.
26940
26941 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26942
26943         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26944         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26945         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26946         link is missing.
26947
26948 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26949
26950         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26951         (html2text-get-attr): Rewrite.
26952
26953         * message.el (message-setup-1): Remove redundant put-text-property
26954         on mail-header-separator.
26955
26956 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26957
26958         * gnus-registry.el (gnus-registry-cache-whitespace)
26959         (gnus-registry-action, gnus-registry-spool-action)
26960         (gnus-registry-split-fancy-with-parent): Change message levels
26961         from 5 to 3 or 7, as needed.
26962
26963         * spam.el (spam-summary-prepare-exit)
26964         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26965         (spam-split, spam-find-spam, spam-log-undo-registration)
26966         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26967         level from 5 to 6.
26968
26969 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26970
26971         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26972         2004-03-04 change).
26973
26974 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26975
26976         * sieve-manage.el (sieve-manage-open):
26977         * nnweb.el (nnweb-insert-html):
26978         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26979         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26980         * nnspool.el (nnspool-request-group):
26981         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26982         * nnml.el (nnml-request-update-info):
26983         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26984         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26985         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26986         (nnimap-request-set-mark):
26987         * nnfolder.el (nnfolder-request-update-info):
26988         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26989         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26990         * gnus-uu.el (gnus-uu-find-articles-matching):
26991         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26992         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26993         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26994         * gnus-nocem.el (gnus-nocem-scan-groups):
26995         * gnus-int.el (gnus-start-news-server):
26996         * gnus-group.el (gnus-group-make-kiboze-group)
26997         (gnus-group-browse-foreign-server):
26998         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26999         Use mapc when appropriate.
27000
27001 2004-04-22  Dan Christensen  <jdc@uwo.ca>
27002             Adam Sjøgren  <asjo@koldfront.dk>
27003             Wes Hardaker  <wes@hardakers.net>
27004             Michael Shields  <shields@msrl.com>
27005
27006         * spam.el (spam-necessary-extra-headers): Get the extra headers we
27007         may need for spam sorting and scoring.
27008         (spam-user-format-function-S): Add user format function suitable for
27009         general use.
27010         (spam-article-sort-by-spam-status): Add sorting function for summary
27011         sorting.
27012         (spam-extra-header-to-number): Add function to get a score from a
27013         header.
27014         (spam-summary-score): Add function to get a numeric score from the
27015         headers.
27016         (spam-generic-score): Fix function doc, was in wrong place.
27017         (spam-initialize): Take symbols when it's run, and install the
27018         extra headers that spam-necessary-extra-headers thinks we need.
27019
27020 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
27021
27022         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
27023         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27024
27025 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
27026
27027         * gnus-sum.el (gnus-set-global-variables)
27028         (gnus-build-all-threads, gnus-get-newsgroup-headers)
27029         (gnus-article-get-xrefs, gnus-summary-best-group)
27030         (gnus-summary-next-article, gnus-summary-enter-digest-group)
27031         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
27032         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
27033         Use with-current-buffer.
27034
27035 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
27036
27037         * spam.el (spam-summary-prepare-exit): Simplify logic.
27038         (spam-fetch-article-header): Read the article header if it's not
27039         available.
27040         (spam-list-articles): Simplify logic.
27041         (spam-filelist-register-routine): Fix bug with unregister-list.
27042
27043         * gnus-registry.el: Fix comments at beginning.
27044
27045 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
27046
27047         * message.el (message-cater-to-broken-inn): Remove.
27048         (message-shorten-references): Make sure the total folded length of
27049         References is shorter than 998 characters to cater to a bug in INN
27050         2.3.  Also, don't pretend that references aren't folded -- this
27051         hasn't worked for a while.
27052
27053 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27054
27055         * gnus-agent.el (gnus-agentize):
27056         gnus-agent-send-mail-real-function no longer set to current value
27057         of message-send-mail-function but rather a lambda that calls
27058         message-send-mail-function.  The change makes the agent real-time
27059         responsive to user changes to message-send-mail-function.
27060
27061 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27062
27063         * legacy-gnus-agent.el
27064         (gnus-agent-convert-to-compressed-agentview): Fix typos with
27065         help from Florian Weimer <fw@deneb.enyo.de>
27066
27067 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27068
27069         * nnmail.el (nnmail-cache-insert): Revert last change.
27070
27071 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27072
27073         * nnmail.el (nnmail-cache-insert): Always check whether
27074         nnmail-cache-ignore-groups matches a group name.
27075
27076 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
27077
27078         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
27079         (spam-find-spam, spam-log-processing-to-registry)
27080         (spam-log-registered-p, spam-log-unregistration-needed-p)
27081         (spam-log-undo-registration): Use gnus-message instead of
27082         gnus-error, none of these errors are fatal.
27083
27084         * gnus-registry.el (gnus-registry-clean-empty-function)
27085         (gnus-registry-clean-empty): Remove only empty entries without
27086         extra data.
27087
27088 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
27089
27090         * spam-stat.el (spam-stat-buffer-change-to-spam)
27091         (spam-stat-buffer-change-to-non-spam): Change (error) to
27092         (gnus-message 8) invocation.
27093
27094 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27095
27096         * nntp.el (nntp-via-netcat-command): New variable.
27097         (nntp-via-netcat-switches): New variable.
27098         (nntp-open-via-rlogin-and-netcat): New function.
27099         (nntp-open-connection-function): Doc fix.
27100         (nntp-telnet-command): Doc fix.
27101         (nntp-end-of-line): Doc fix.
27102         (nntp-via-rlogin-command): Doc fix.
27103         (nntp-via-user-name): Doc fix.
27104         (nntp-via-address): Doc fix.
27105
27106 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27107
27108         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
27109         error in Emacs 21.1.
27110
27111 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
27112
27113         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
27114
27115 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27116
27117         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
27118         (gnus-agent-with-refreshed-group): New macro.
27119         (gnus-agent-rename-group): New function.
27120         (gnus-agent-delete-group): New function.
27121         (gnus-agent-save-group-info): Use gnus-command-method when
27122         `method' parameter is nil.  Don't write nil entries into the
27123         active file.
27124         (gnus-agent-get-group-info): New function.
27125         (gnus-agent-fetch-articles):
27126         Use gnus-agent-update-files-total-fetched-for to increment disk space
27127         used.
27128         (gnus-agent-fetch-headers, gnus-agent-save-alist):
27129         Use gnus-agent-update-view-total-fetched-for to increment disk space
27130         used.
27131         (gnus-agent-get-local): Add optional parameters to avoid calling
27132         gnus-group-real-name and gnus-find-method-for-group.
27133         (gnus-agent-set-local): Delete stored entry if either min, or max,
27134         are nil.
27135         (gnus-agent-fetch-session): Reworded error/quit messages.
27136         On quit, use gnus-agent-regenerate-group to record existance of any
27137         articles fetched to disk before the quit occurred.
27138         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
27139         gnus-agent-update-view-total-fetched-for, and
27140         gnus-agent-update-files-total-fetched-for to decrement disk space
27141         used.
27142         (gnus-agent-retrieve-headers):
27143         Use gnus-agent-update-view-total-fetched-for to increment disk space
27144         used.
27145         (gnus-agent-regenerate-group): Replace gnus-group-update-group
27146         with gnus-agent-update-files-total-fetched-for to decrement disk
27147         space and fresh group buffer.
27148         (gnus-agent-inhibit-update-total-fetched-for): New variable.
27149         (gnus-agent-need-update-total-fetched-for): New variable.
27150         (gnus-agent-update-files-total-fetched-for): New function.
27151         (gnus-agent-update-view-total-fetched-for): New function.
27152         (gnus-agent-total-fetched-for): New function.
27153
27154         * gnus-cache.el (gnus-cache-save-buffers):
27155         Use gnus-cache-update-overview-total-fetched-for to change disk space
27156         used by this group.
27157         (gnus-cache-possibly-enter-article):
27158         Use gnus-cache-update-file-total-fetched-for to increment disk space
27159         used by this group.
27160         (gnus-cache-possibly-remove-article):
27161         Use gnus-cache-update-file-total-fetched-for to decrement disk space
27162         used by this group.
27163         (gnus-cache-generate-nov-databases): Purge total fetched cache.
27164         (gnus-cache-rename-group): New function.
27165         (gnus-cache-delete-group): New function.
27166         (gnus-cache-inhibit-update-total-fetched-for): New variable.
27167         (gnus-cache-need-update-total-fetched-for): New variable.
27168         (gnus-cache-with-refreshed-group): New macro.
27169         (gnus-cache-update-file-total-fetched-for): New function.
27170         (gnus-cache-update-overview-total-fetched-for): New function.
27171         (gnus-cache-rename-group-total-fetched-for): New function.
27172         (gnus-cache-delete-group-total-fetched-for): New function.
27173         (gnus-cache-total-fetched-for): New function.
27174
27175         * gnus-group.el: Require gnus-sum and autoload functions to
27176         resolve warnings when gnus-group.el compiled alone.
27177         (gnus-group-line-format): Document new %F.
27178         (size of Fetched data) group line format; identifies disk space
27179         used by agent and cache.
27180         (gnus-group-line-format-alist): Define new F format.
27181         (gnus-total-fetched-for): New function.
27182         (gnus-group-delete-group): No longer update
27183         gnus-cache-active-altered as gnus-request-delete-group now keeps
27184         the cache in sync.
27185         (gnus-group-list-active): Let the agent store a server's active
27186         list if currently plugged.
27187
27188         * gnus-int.el (gnus-request-delete-group):
27189         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
27190         local disk in sync with the server.
27191         (gnus-request-rename-group):
27192         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
27193         local disk in sync with the server.
27194
27195         * gnus-start.el (gnus-get-unread-articles):
27196         Cosmetic simplification to logic.
27197
27198         * gnus-util.el (gnus-rename-file): New function.
27199
27200 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
27201
27202         * mm-util.el (mm-image-load-path): Handle nil in load-path.
27203
27204 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
27205
27206         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27207         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27208
27209 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27210
27211         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27212         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27213
27214 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27215
27216         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27217
27218 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27219
27220         * spam.el (spam-set-difference): Add function to replace
27221         gnus-set-difference in spam.el.
27222         (spam-summary-prepare-exit): Use spam-set-difference.
27223
27224 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27225
27226         * gnus-registry.el (gnus-registry-cache-file): Update to use
27227         gnus-dribble-directory OR gnus-home-directory OR ~.
27228         (gnus-registry-split-fancy-with-parent): Fix doc.
27229
27230 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27231
27232         * message.el (message-exchange-point-and-mark):
27233         Use message-mark-active-p.  Suggested by Jesper Harder
27234         <harder@ifa.au.dk>.
27235
27236 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27237
27238         * message.el (message-exchange-point-and-mark): Don't activate
27239         region if it was inactive.  Suggested by Hiroshi Fujishima
27240         <pooh@nature.tsukuba.ac.jp>.
27241
27242 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27243
27244         * gnus-art.el (article-display-face): Display Faces in the same
27245         order as X-Faces.
27246
27247 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27248
27249         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27250
27251 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27252
27253         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27254         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27255         (gnus-article-mime-hierarchy): Remove.
27256         (gnus-article-mime-hierarchy-next): Remove.
27257         (gnus-article-mode): Revert 2004-03-19 change.
27258         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27259         (gnus-insert-mime-button): Revert 2004-03-19 change.
27260         (gnus-mime-accumulate-hierarchy): Remove.
27261         (gnus-mime-enter-multipart): Remove.
27262         (gnus-mime-leave-multipart): Remove.
27263         (gnus-mime-display-part): Revert 2004-03-19 change.
27264         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27265
27266         * mml.el (mml-preview): Revert 2004-03-19 change.
27267
27268 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27269
27270         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27271
27272 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27273
27274         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27275         t while entering a file name using the mm-with-multibyte macro.
27276         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27277
27278         * mm-util.el (mm-with-multibyte): New macro.
27279
27280 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27281
27282         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27283         New user option.
27284         (gnus-mime-multipart-functions): Doc and customization fix.
27285         (gnus-article-mime-hierarchy): New variable.
27286         (gnus-article-mime-hierarchy-next): New variable.
27287         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27288         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27289         gnus-article-mime-hierarchy-next to nil.
27290         (gnus-insert-mime-button): Show hierarchy numbers.
27291         (gnus-mime-accumulate-hierarchy): New function.
27292         (gnus-mime-enter-multipart): New function.
27293         (gnus-mime-leave-multipart): New function.
27294         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27295         (gnus-mime-display-alternative): Show hierarchy numbers.
27296
27297         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27298         gnus-article-mime-hierarchy-next to nil.
27299
27300 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27301
27302         * dns.el: Don't require gnus-xmas.
27303
27304 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27305
27306         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27307         inline PGP.
27308         (mml-menu): Disable mml-quote-region if mark is inactive.
27309
27310 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27311
27312         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27313         when the group's active is not available.
27314
27315 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27316
27317         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27318         error.
27319
27320 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27321
27322         * imap.el (imap-store-password): New variable.
27323         (imap-interactive-login): Use it.
27324         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27325
27326 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27327
27328         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27329         window-start and hscroll to summary window.
27330
27331 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27332
27333         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27334         conversion message to newsrc-dribble when an actual conversion is
27335         performed.
27336
27337 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27338
27339         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27340
27341 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27342
27343         * mm-decode.el (mm-complicated-handles): New function reviving
27344         former definition of mm-multiple-handles.
27345
27346         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27347         (gnus-mime-delete-part): Use it.
27348
27349 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27350
27351         * gnus-agent.el (gnus-agent-read-local):
27352         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27353         avoid the implicit assumption that they will always be equal.
27354         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27355         coding-system-for-write, as the with-temp-file macro first prints
27356         to a buffer then saves the buffer.
27357
27358 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27359
27360         * gnus-art.el (gnus-article-edit-part): New function.
27361         (gnus-mime-save-part-and-strip): Use it; do query instead of
27362         signaling an error; don't use mm-multiple-handles.
27363         (gnus-mime-delete-part): Ditto.
27364
27365 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27366
27367         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27368         old file versions.
27369         (gnus-group-prepare-hook): Remove function that converted list
27370         form of gnus-agent-expire-days to group properties.
27371
27372         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27373         (gnus-request-accept-article): Re-indented.
27374
27375         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27376         converters to handle old agent file formats.  Add logic for a
27377         "backup before upgrading warning".
27378         (gnus-convert-mark-converter-prompt): Developers can mark
27379         functions as needing (default), or not needing,
27380         gnus-convert-old-newsrc's "backup before upgrading warning".
27381         (gnus-convert-converter-needs-prompt): Tests whether the user
27382         should be protected from potentially irreversable changes by the
27383         function.
27384
27385         * legacy-gnus-agent.el: New.  Provides converters that are only
27386         loaded when gnus-convert-old-newsrc needs to call them.
27387
27388 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27389
27390         * mail-source.el (mail-source-touch-pop): Doc fix.
27391
27392         * message.el (message-smtpmail-send-it): Doc fix.
27393
27394 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27395
27396         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27397
27398         * nnmail.el (nnmail-split-fancy): do.
27399
27400         * gnus-kill.el (gnus-kill, gnus-execute): do.
27401
27402 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27403
27404         * gnus-sum.el (gnus-widget-reversible-match)
27405         (gnus-widget-reversible-to-internal)
27406         (gnus-widget-reversible-to-external): New functions.
27407         (gnus-widget-reversible): New widget.
27408         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27409
27410 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27411
27412         * gnus-sum.el (gnus-thread-sort-functions)
27413         (gnus-article-sort-functions): Document `(not F)' items.
27414
27415 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27416
27417         * spam.el (spam-use-gmane-xref): Add new backend.
27418         (spam-gmane-xref-spam-group): Add variable to control the name of the
27419         Gmane spam group.
27420         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27421         (spam-regex-headers-spam, spam-regex-headers-ham)
27422         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27423         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27424         backends and checks.
27425         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27426
27427         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27428         an autodetect method.
27429
27430 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27431
27432         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27433         articles are being added to a group.
27434         (gnus-request-replace-article): Inform the agent that articles
27435         need to be uncached as the cached contents are no longer valid.
27436
27437 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27438
27439         * binhex.el: Don't autoload executable-find.
27440
27441         * canlock.el: Don't autoload mail-fetch-field.
27442
27443         * dgnushack.el: Autoload c-mode for XEmacs.
27444
27445         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27446
27447         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27448         rmail-dont-reply-to and rmail-output.
27449
27450         * gnus-score.el: Don't autoload ffap-string-at-point.
27451
27452         * gnus-setup.el: Don't autoload sc-cite-original.
27453
27454         * imap.el: Don't autoload base64-decode-string,
27455         base64-encode-string and md5.
27456
27457         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27458         and rmail-msg-restore-non-pruned-header.
27459
27460         * mm-decode.el: Don't autoload executable-find.
27461
27462         * mm-url.el: Don't autoload executable-find.
27463
27464         * mm-view.el: Don't autoload diff-mode.
27465
27466         * nndb.el: Don't autoload news-reply-mode, news-setup,
27467         cancel-timer and telnet.
27468
27469         * password.el: Don't autoload run-at-time for Emacs.
27470
27471         * sha1-el.el: Don't autoload executable-find.
27472
27473         * sieve-mode.el: Don't autoload c-mode.
27474
27475         * uudecode.el: Don't autoload executable-find.
27476
27477 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27478
27479         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27480         (gnus-agent-possibly-alter-active): Avoid null in numeric
27481         comparison.
27482         (gnus-agent-set-local): Refuse to save null in local object table.
27483         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27484         list of articles that will be marked as unread.
27485
27486 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27487
27488         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27489
27490 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27491
27492         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27493         language tags.
27494
27495 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27496
27497         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27498         Don't bind "obarray".
27499
27500         * gnus-sum.el (gnus-thread-sort-functions):
27501         Add `gnus-thread-sort-by-most-recent-number' and
27502         `gnus-thread-sort-by-most-recent-date'.
27503         Reported by Kai Grossjohann <kai@emptydomain.de>.
27504
27505 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27506
27507         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27508
27509 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27510
27511         * gnus-cus.el (gnus-agent-customize-category):
27512         Remove ignore-errors macro reference that required cl to be loaded at
27513         run-time.
27514
27515         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27516         single-interval range of the form (min . max).  Previously the
27517         range had to look like ((min . max)).  Likewise, return
27518         (min . max) rather than ((min . max)).
27519         (gnus-range-map): Use gnus-range-normalize to accept
27520         single-interval range.
27521
27522         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27523         the cache, but not the agent, now appear with their usual face.
27524
27525         * dgnushack.el (loaddir): New variable that is bound to the
27526         directory containing the dgnushack.el file.  Use loaddir, rather
27527         than srcdir, to update load-path.  Change lets dgnushack compile
27528         code in directories other than GNUS/lisp.
27529
27530 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27531
27532         * lpath.el: Don't bind w3m-safe-url-regexp.
27533
27534         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27535         w3m-safe-url-regexp variable buffer-local.
27536
27537         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27538
27539 2004-02-27  Simon Josefsson  <jas@extundo.com>
27540
27541         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27542         gnus-group-real-prefix.
27543         (gnus-summary-move-article): Use it, instead of
27544         gnus-group-real-prefix.
27545
27546 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27547
27548         * lpath.el: Bind w3m-safe-url-regexp.
27549
27550         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27551         w3m-safe-url-regexp variable buffer-local and set it as the value
27552         of mm-w3m-safe-url-regexp.
27553
27554         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27555
27556         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27557         parsing gnus-posting-styles when the message is not for replying.
27558
27559         * dgnushack.el: Autoload sgml-mode for XEmacs.
27560
27561         * nnrss.el (nnrss-opml-export):
27562         Use mm-set-buffer-file-coding-system instead of
27563         set-buffer-file-coding-system.
27564
27565 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27566
27567         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27568         of checkdoc.el).
27569         * nnrss.el: do.
27570         * gnus-mlspl.el: do.
27571         * gnus-ml.el: do.
27572         * gnus-srvr.el: do.
27573
27574         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27575
27576 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27577
27578         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27579         Corrections to custom-manual links.
27580
27581         * gnus-art.el (gnus-article): Ditto.
27582
27583         * mm-decode.el (mime-display, mime-security): Ditto.
27584
27585 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27586
27587         * flow-fill.el: Typo.
27588
27589 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27590
27591         * spam-wash.el: New file.
27592
27593 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27594
27595         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27596
27597 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27598
27599         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27600         to be run with new-articles as LIST1, not LIST2.
27601         (spam-registration-functions): Add spam-use-ham-copy as a nil
27602         registration backend.
27603
27604 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27605
27606         * spam-stat.el (spam-stat-washing-hook): New option.
27607         (spam-stat-buffer-words): Use it.
27608         (spam-stat-process-directory, spam-stat-test-directory):
27609         Use insert-file-contents-literally.
27610         (spam-stat-coding-system): New variable.
27611         (spam-stat-load, spam-stat-save): Use it.
27612
27613 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27614
27615         * spam-report.el (spam-report-plug-agent):
27616         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27617
27618 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27619
27620         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27621         Allow / in mailto URLs.
27622
27623 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27624
27625         * spam-report.el (spam-report-process-queue): Fix interactive use.
27626         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27627         (spam-report-unplug-agent): Doc fixes.
27628         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27629         (spam-report-agentize, spam-report-deagentize): Autoload.
27630
27631 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27632
27633         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27634
27635         * message.el (message-setup-fill-variables): Add mml tags to
27636         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27637         <ajk@iu.edu>.
27638         (message-mode): Don't modify paragraph-separate there.
27639
27640 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27641
27642         * compface.el (uncompface-use-external): Default to undecided.
27643         (uncompface-use-external-threshold): New variable.
27644         (uncompface-float-time): New macro.
27645         (uncompface): Determine whether to use the external decoder if
27646         uncompface-use-external is undecided.
27647
27648 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27649
27650         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27651         after images.
27652
27653         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27654
27655 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27656
27657         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27658
27659         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27660
27661         * gnus-sum.el (gnus-summary-limit-to-age)
27662         (gnus-summary-limit-children): do.
27663
27664         * gnus-int.el (gnus-request-scan): do.
27665
27666         * gnus-group.el (gnus-group-suspend): do.
27667
27668         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27669
27670         * gnus-cite.el (gnus-cite-parse-attributions): do.
27671
27672         * gnus-agent.el (gnus-summary-set-agent-mark)
27673         (gnus-agent-regenerate-group): do.
27674
27675         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27676
27677         * binhex.el (binhex-decode-region-internal): do.
27678
27679 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27680
27681         * gnus-fun.el (gnus-face-properties-alist): New user option.
27682         (gnus-display-x-face-in-from): Use it.
27683
27684         * gnus-art.el (article-display-face): Ditto.
27685
27686         * compface.el (uncompface-use-external): Default to nil.
27687
27688 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27689
27690         * nntp.el (nntp-erase-buffer): New function.
27691         (nntp-retrieve-data, nntp-send-command)
27692         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27693         (nntp-possibly-change-group): Use it.
27694
27695         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27696         Use with-current-buffer.
27697
27698 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27699
27700         * compface.el: Merge the ELisp-based uncompface program.
27701         (compface): New customization group.
27702         (uncompface-use-external): New user option.
27703         (uncompface): Call uncompface-internal if uncompface-use-external
27704         is nil.
27705         (uncompface-internal): New function.  Note that there are also
27706         some other functions and variables added for this function.
27707
27708 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27709
27710         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27711         if necessary.
27712
27713 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27714
27715         * spam-report.el (spam-report-unplug-agent)
27716         (spam-report-plug-agent, spam-report-deagentize)
27717         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27718         Add support for the Agent in spam-report: when unplugged, report to a
27719         file; when plugged, submit all the requests.
27720
27721         * spam.el (spam-register-routine): Fix message about
27722         registration.
27723
27724 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27725
27726         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27727         dependencies.
27728         (rfc2047-encode): Use it.
27729
27730         * gnus-art.el (gnus-button-marker-list): Move before first
27731         reference.
27732
27733         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27734         (imap-parse-body): Fix format string mismatch.
27735
27736         * gnus-score.el (gnus-summary-increase-score): do.
27737
27738         * nnrss.el (nnrss-close): New function.
27739
27740 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27741
27742         * nnrss.el (nnrss-make-filename): New function.
27743         (nnrss-request-delete-group, nnrss-read-server-data)
27744         (nnrss-save-server-data, nnrss-read-group-data)
27745         (nnrss-save-group-data): Use it.
27746         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27747         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27748         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27749
27750 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27751
27752         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27753
27754 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27755
27756         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27757         files.
27758
27759         * message.el (message-generate-headers-first): Don't quote nil
27760         and t in docstrings.
27761
27762         * imap.el (imap-id): do.
27763
27764         * gnus-agent.el (gnus-agent-consider-all-articles)
27765         (gnus-agent-queue-mail): do.
27766
27767 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27768
27769         * spam-report.el (spam-report-process-queue): New function.
27770         Process requests from `spam-report-requests-file'.
27771         (spam-report-process-queue): Doc fix.
27772
27773 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27774
27775         * spam.el (spam-register-routine)
27776         (spam-log-processing-to-registry, spam-log-registered-p)
27777         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27778         Change "check" to "spam-check" for semi-clarity.
27779
27780 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27781
27782         * pop3.el: Require nnheader.
27783
27784         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27785
27786         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27787
27788         * gnus-picon.el: Require cl.
27789
27790         * gnus-fun.el: Require gnus-ems and gnus-util.
27791
27792         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27793
27794         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27795
27796         * gnus-art.el (gnus-article-edit-mode): Define before first
27797         reference.
27798
27799 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27800
27801         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27802         (gnus-uu-post-encoded): Use point-at-bol.
27803
27804         * gnus-topic.el (gnus-group-active-topic-p): do.
27805
27806         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27807
27808         * gnus-group.el (gnus-group-kill-region): do.
27809
27810         * gnus-art.el (article-date-ut): do.
27811
27812         * message.el (message-fetch-field): Remove redundant
27813         case-fold-search binding.
27814         (message-narrow-to-field): Simplify.
27815
27816 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27817
27818         * spam.el (spam-directory): Derive from `gnus-directory'.
27819
27820         * spam-report.el (spam-report-url-to-file)
27821         (spam-report-requests-file): New function and variable for offline
27822         reporting.
27823         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27824         and user defined function.
27825         (spam-report-url-ping-mm-url): Remove doubled slash.
27826
27827 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27828
27829         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27830
27831 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27832
27833         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27834         Fix format string mismatch.
27835
27836         * sieve.el (sieve-deactivate-all): do.
27837
27838         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27839
27840         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27841
27842         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27843
27844         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27845
27846 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27847
27848         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27849         the list of checks.
27850
27851 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27852
27853         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27854         padding.
27855
27856 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27857
27858         * mm-view.el (mm-fill-flowed): New variable.
27859         (mm-inline-text): Use it.
27860
27861 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27862
27863         * spam.el (spam-spamassassin-register-ham-routine)
27864         (spam-spamassassin-register-spam-routine): Fix function names.
27865
27866 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27867
27868         * gnus.el (gnus-tmp-grouplens): Remove.
27869         (gnus-summary-line-format): Remove grouplens.
27870
27871         * gnus-group.el (gnus-group-line-format): Ditto.
27872
27873         * gnus-spec.el (gnus-format-specs): Ditto.
27874         (gnus-update-format-specifications): Flush the group format spec
27875         cache if there's the grouplens stuff.
27876         (gnus-parse-simple-format): Replace %l with the empty string.
27877
27878 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27879
27880         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27881         omission.
27882
27883 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27884
27885         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27886         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27887
27888 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27889
27890         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27891         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27892         New macros and functions.
27893         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27894         Handle > NLINK_MAX messages.
27895         * nnmaildir.el (nnmaildir-request-set-mark):
27896         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27897
27898 2004-01-25  Alex Schroeder  <alex@gnu.org>
27899
27900         * spam-stat.el (spam-stat-process-directory-age): New option.
27901         (spam-stat-process-directory): Use it.
27902
27903 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27904
27905         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27906         (spam-stat-save): Accept prefix argument.
27907
27908 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27909
27910         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27911         links" error.
27912
27913 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27914
27915         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27916         the rest of the and/or forms.
27917
27918 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27919
27920         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27921         compatibility with old .newsrc.eld files.
27922
27923         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27924
27925         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27926
27927         * gnus-start.el (gnus-1): do.
27928
27929         * gnus-group.el (gnus-group-line-format-alist): do.
27930
27931         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27932
27933         * gnus-gl.el: Remove.
27934
27935 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27936
27937         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27938         marks consisting of a single range {for example, (3 . 5)} rather
27939         than a list of a single range { ((3 . 5)) }.
27940
27941 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27942
27943         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27944         Use with-current-buffer.
27945         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27946         avoid consing a string.
27947
27948         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27949         Remove obsolete entries for big5 and gb2312.
27950
27951 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27952
27953         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27954         uncompressed list.
27955
27956 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27957
27958         * spam-stat.el (spam-stat-strip-xref): New function.
27959         (spam-stat-process-directory): Use it.
27960
27961         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27962         here -- it's done in message-fetch-field.
27963
27964 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27965
27966         * gnus-agent.el (gnus-agent-queue-mail)
27967         (gnus-agent-prompt-send-queue): New variables.
27968         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27969         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27970         "nndraft:queue" along to gnus-draft-send.
27971         Use gnus-agent-prompt-send-queue.
27972         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27973         is "nndraft:queue".  Suggested by Gaute Strokkenes
27974         <gs234@srcf.ucam.org>
27975
27976         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27977         (agent-enable-undownloaded-faces): Add.
27978         (gnus-agent-cat-groups): Use eval-and-compile, not
27979         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27980         method of gnus-agent-cat-groups even when the buffer has been
27981         evaled.
27982         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27983         delete gnus-agent-save-active-1.
27984         (gnus-agent-save-groups): Delete.  Identical to
27985         gnus-agent-save-active.
27986         (gnus-agent-write-active): No longer adjust agent's copy of active
27987         file as agent's adjustments are now stored in their own
27988         file.  Remove optional parameter.
27989         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27990         servers.  Add use of min/max range limits from server's local
27991         file.
27992         (gnus-agent-save-alist): Remove unused optional argument.
27993         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27994         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27995         (gnus-agent-set-local): A per-server file that keeps min/max range
27996         limits for articles known to the agent.  Provides a fast mechanism
27997         for altering many active ranges.
27998         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27999         active file (local makes it unnecessary).
28000         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
28001
28002         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
28003         (agent-enable-undownloaded-faces): Add.
28004
28005         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
28006         disable it when sending to "nndraft:queue".
28007         (gnus-group-send-queue): Add safety check to avoid sending queue
28008         when unplugged.
28009
28010         * gnus-group.el (gnus-group-catchup): Use new
28011         gnus-sequence-of-unread-articles, not
28012         gnus-list-of-unread-articles, to avoid exhausting memory with huge
28013         numbers of articles.  Use gnus-range-map to avoid having to
28014         uncompress the unread list.
28015         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
28016         Fix invalid ange-ftp reference.
28017
28018         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
28019         (gnus-sorted-range-intersection): Intersection of two ranges
28020         without requiring that they first be uncompressed.
28021
28022         * gnus-start.el (gnus-activate-group): Unless blocked by the
28023         caller, possibly expand the active range to include both cached
28024         and agentized articles.
28025         (gnus-convert-old-newsrc): Rewrote in anticipation of having
28026         multiple version-dependent converters.
28027         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
28028         gnus-agent-save-active.
28029         (gnus-save-newsrc-file): Save dirty agent range limits.
28030
28031         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
28032         gnus-agent-possibly-alter-active.
28033         (gnus-adjust-marked-articles): Faster handling of simple lists.
28034
28035 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
28036
28037         * spam-stat.el (spam-stat-test-directory): New optional argument
28038         displays a list of files detected.  Suggested by Andrew Cohen
28039         <cohen@andy.bu.edu>.
28040         (spam-stat-buffer-words-with-scores): Don't narrow and change
28041         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
28042
28043 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
28044
28045         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
28046         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
28047         (spam-spamassassin-arguments)
28048         (spam-spamassassin-spam-flag-header)
28049         (spam-spamassassin-positive-spam-flag-header)
28050         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
28051         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
28052         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
28053         (spam-list-of-processors, spam-list-of-checks)
28054         (spam-list-of-statistical-checks, spam-registration-functions)
28055         (spam-check-spamassassin-headers, spam-check-spamassassin)
28056         (spam-spamassassin-score)
28057         (spam-spamassassin-register-with-sa-learn)
28058         (spam-spamassassin-register-spam-routine)
28059         (spam-spamassassin-register-ham-routine)
28060         (spam-assassin-register-spam-routine)
28061         (spam-assassin-register-ham-routine): Add SpamAssassin support.
28062         (spam-bogofilter-score): Fix to show article before scoring.
28063
28064 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
28065
28066         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
28067         default scoring function.
28068         (spam-generic-score): Call spam-spamassassin-score if
28069         spam-use-spamassassin or spam-use-spamassassin-headers is on;
28070         spam-bogofilter-score otherwise.
28071
28072         * gnus.el (spam-process, spam-autodetect-methods):
28073         Add spamassassin and spamassassin-headers.
28074
28075 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
28076
28077         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
28078         Suppress unnecessary messages.
28079
28080 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
28081
28082         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
28083         make-hash-table.
28084
28085 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
28086
28087         * canlock.el (base64-encode-string): Don't autoload it.
28088
28089 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
28090
28091         * run-at-time.el: Remove useless (require 'itimer),
28092         eval-and-compile and (featurep 'xemacs).
28093
28094 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
28095
28096         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
28097         GROUP is a virtual group.
28098
28099 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
28100
28101         * gnus.el: Autoload `message-y-or-n-p'.
28102
28103 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
28104
28105         * pgg-parse.el: Remove unnecessary (require 'custom).
28106
28107         * pgg-def.el: do.
28108
28109         * nnmail.el: do.
28110
28111         * gnus-undo.el: do.
28112
28113         * gnus-picon.el: do.
28114
28115         * gnus-util.el: do.
28116
28117 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
28118
28119         * gnus-sum.el (gnus-pick-line-number): Add autoload.
28120
28121 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
28122
28123         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
28124         handle, as well as a list.
28125
28126         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
28127         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
28128         (mm-w3m-cid-retrieve): Simplify.
28129
28130 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
28131
28132         * message.el (message-kill-to-signature): Allow prefix arg to
28133         specify number of lines to keep before signature.
28134
28135 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
28136
28137         * message.el (message-kill-to-signature): Change docstring.
28138
28139 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
28140
28141         * canlock.el: Always require sha1-el.
28142         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
28143
28144         * message.el: Autoload sha1 only when compiling.
28145
28146         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
28147         eudc-expand-inline for XEmacs.
28148
28149 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28150
28151         * message.el (message-canlock-generate): Require sha1-el.
28152
28153 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
28154
28155         * message.el (message-expand-name): Silence the byte compiler.
28156
28157         * lpath.el: Add detect-coding-system.
28158
28159         * dgnushack.el (dgnushack-compile): Remove obsolete check for
28160         cus-edit.
28161
28162 2004-01-13  Simon Josefsson  <jas@extundo.com>
28163
28164         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
28165         Invoke gnus-score-mode.
28166         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
28167
28168         * gnus-range.el (gnus-compress-sequence): Doc fix.
28169         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
28170
28171 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28172
28173         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
28174
28175 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
28176
28177         * spam.el (spam-get-article-as-string): Update to use
28178         gnus-request-article-this-buffer, much simpler.
28179         (spam-get-article-as-buffer): Remove.
28180
28181 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
28182
28183         * message.el (message-expand-name): Use EUDC if the user uses that.
28184
28185 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28186
28187         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
28188         character for the encoding to avoid consing a string.
28189
28190         * rfc2047.el (rfc2047-decode-string): Don't cons a string
28191         unnecessarily.
28192
28193         * mm-util.el (mm-replace-chars-in-string): Remove.
28194
28195         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
28196         of mm-replace-chars-in-string.
28197
28198 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
28199
28200         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
28201
28202         * mm-util.el (mm-subst-char-in-string): Support inplace.
28203
28204         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
28205         a new string in every iteration.  Use shy groups.
28206
28207 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28208
28209         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28210         * gnus-soup.el (gnus-soup-group-brew):
28211         * gnus-msg.el (gnus-put-message):
28212         * gnus-move.el (gnus-group-move-group-to-server):
28213         * gnus-kill.el (gnus-batch-score):
28214         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28215         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28216         (gnus-group-update-group, gnus-group-read-group)
28217         (gnus-group-make-group, gnus-group-make-help-group)
28218         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28219         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28220         (gnus-group-sort-by-unread, gnus-group-catchup)
28221         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28222         (gnus-group-yank-group, gnus-group-set-info)
28223         (gnus-group-list-groups):
28224         * gnus.el (gnus-generate-new-group-name):
28225         * gnus-delay.el (gnus-delay-send-queue):
28226         * nnvirtual.el (nnvirtual-catchup-group):
28227         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28228         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28229         (gnus-group-prepare-topics, gnus-topic-check-topology):
28230         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28231         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28232         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28233         (gnus-group-make-articles-read):
28234         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28235         (gnus-group-change-level, gnus-kill-newsgroup)
28236         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28237         (gnus-get-unread-articles, gnus-make-articles-unread)
28238         (gnus-make-ascending-articles-unread): Use accessor
28239         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28240         to get group information for improved readability.
28241
28242
28243 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28244
28245         * gnus-art.el (article-decode-mime-words, article-babel)
28246         (gnus-article-highlight-signature, gnus-article-add-buttons)
28247         (gnus-signature-toggle): Use gnus-with-article-buffer.
28248
28249         * gnus-art.el (gnus-article-highlight-headers)
28250         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28251
28252         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28253         (gnus-article-set-globals, gnus-request-article-this-buffer)
28254         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28255         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28256         (gnus-mime-display-alternative): Use with-current-buffer.
28257
28258 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28259
28260         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28261         also under 80 char limit, and call gnus-error if needed.
28262         (spam-fetch-article-header): Fix - it was a
28263         buffer-local variable (gnus-newsgroup-data).
28264         (spam-find-spam): Use spam-generate-fake-headers, forget about
28265         spam-insert-fake-headers.
28266         (spam-insert-fake-headers): Remove.
28267
28268 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28269
28270         * deuglify.el (gnus-article-outlook-unwrap-lines)
28271         (gnus-outlook-rearrange-article)
28272         (gnus-outlook-repair-attribution-outlook)
28273         (gnus-outlook-repair-attribution-block)
28274         (gnus-outlook-repair-attribution-other): Remove redundant
28275         save-excursion.
28276
28277 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28278
28279         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28280         (spam-fetch-field-subject-fast)
28281         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28282         (spam-fetch-article-header): Add functions to deal with Gnus
28283         internals for fast retrieval of article header data.
28284         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28285
28286 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28287
28288         * pop3.el (pop3-md5): Remove.
28289         (pop3-apop): Replace pop3-md5 with md5.
28290
28291         * mm-bodies.el: base64 is always built-in.
28292
28293         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28294         Use with-current-buffer.
28295
28296 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28297
28298         * canlock.el (canlock-insert-header): Remove excessive grouping in
28299         regexp.
28300
28301         * gnus-sum.el (gnus-summary-read-document): Ditto.
28302
28303         * gnus-uu.el (gnus-uu-part-number): Ditto.
28304
28305         * html2text.el (html2text-remove-tags): Ditto.
28306         (html2text-format-tags): Ditto.
28307         (html2text-format-single-elements): Ditto.
28308
28309         * mml.el (mml-parse-1): Ditto.
28310
28311 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28312
28313         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28314
28315         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28316
28317         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28318
28319         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28320
28321 2003-11-15  Simon Josefsson  <jas@extundo.com>
28322
28323         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28324         (pgg-gpg-lookup-key): Use regexp match instead of
28325         split-string (split-string is different between emacs 21.2 and
28326         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28327
28328 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28329
28330         * gnus-art.el (gnus-mime-view-all-parts)
28331         (gnus-article-part-wrapper, gnus-article-view-part):
28332         Use with-current-buffer.
28333
28334 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28335
28336         * spam.el (spam-disable-spam-split-during-ham-respool)
28337         (spam-spamoracle-database, spam-cache-lookups)
28338         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28339         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28340         (spam-group-ham-marks, spam-group-spam-marks)
28341         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28342         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28343         also add spam-use-blackholes to the statistical checks.
28344         (spam-fetch-field-fast): Add interface to fetching fields, may
28345         become a macro.
28346         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28347         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28348         (spam-insert-fake-headers): Fake an article when needed.
28349         (spam-find-spam): Fake article when possible.
28350         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28351         (spam-check-bogofilter-headers): Use message-fetch-field instead
28352         of nnmail-fetch-field.
28353
28354 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28355
28356         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28357
28358 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28359
28360         * spam.el (spam-split): Do not require spam-use-CHECK to be
28361         enabled if that check is passed to spam-split explicitly; also
28362         fix so 'spam doesn't get converted to spam-split-group when
28363         spam-split-symbolic-return is t.
28364         (spam-find-spam): Find registrations of the article and use those
28365         instead of re-running spam-split to find the spam/ham
28366         classification of the article.
28367         (spam-log-processing-to-registry, spam-log-registered-p)
28368         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28369         Use gnus-error instead of gnus-message.
28370         (spam-log-registration-type): Add function to determine the
28371         classification of a message based on registry entries; will
28372         return nil if both 'spam and 'ham are found.
28373         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28374         a reasonably fast local cache without the loading errors.
28375         (spam-cache-lookups): Set to t by default.
28376         (spam-find-spam): Don't try to guess spam-cache-lookups.
28377         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28378         spam-caches entry.
28379         (spam-filelist-build-cache, spam-filelist-check-cache):
28380         Fix caching of whitelist/blacklist entries.
28381         (spam-check-whitelist, spam-check-blacklist):
28382         Invoke spam-from-listed-p with a type, not a cache variable.
28383         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28384
28385 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28386
28387         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28388
28389         * nnmail.el (nnmail-split-fancy): do.
28390
28391         * mml.el (mml-parse): do.
28392
28393         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28394         (gnus-score-adaptive): do.
28395
28396 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28397
28398         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28399         (gnus-mime-button-map): Don't set keymap parent.
28400         (gnus-button-ctan-directory-regexp): Use shy grouping.
28401         (gnus-prev-page-map): Don't set keymap parent.
28402         (gnus-prev-page-map): Remove duplicated one.
28403         (gnus-next-page-map): Don't set keymap parent.
28404         (gnus-mime-security-button-map): Ditto.
28405
28406         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28407         version number.
28408
28409         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28410
28411 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28412
28413         * canlock.el (canlock-sha1-function): Remove.
28414         (canlock-sha1-function-for-verify): Remove.
28415         (canlock-openssl-program): Remove.
28416         (canlock-openssl-args): Remove.
28417         (canlock-ignore-errors): Remove.
28418         (canlock-sha1-with-openssl): Remove.
28419         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28420         (canlock-verify): Don't use canlock-ignore-errors.
28421
28422         * sha1-el.el (sha1-string-external): Make it can return a string
28423         in binary form.
28424         (sha1-region-external): Ditto.
28425         (sha1-string-internal): Ditto.
28426         (sha1-region-internal): Ditto.
28427         (sha1-region): Ditto.
28428         (sha1-string): Ditto.
28429         (sha1): Ditto.
28430
28431 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28432
28433         * spam.el (spam-report-articles-gmane): New command.
28434
28435 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28436
28437         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28438
28439         * run-at-time.el (run-at-time-saved): Remove.
28440         (run-at-time): Doc fix.
28441
28442 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28443
28444         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28445         (gnus-summary-limit-map): Add it.
28446         (gnus-summary-make-menu-bar): do.
28447
28448 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28449
28450         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28451         Make attempt at some caching support (done for BBDB only now).
28452         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28453         addresses to be checked.
28454         (spam-clear-cache-BBDB): Add function, to be invoked by
28455         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28456         (spam-check-BBDB): Check and use the caches, if
28457         spam-cache-lookups is on, remove superfluous (provide).
28458
28459 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28460
28461         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28462
28463 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28464
28465         * run-at-time.el (run-at-time-saved): Move to after the definition
28466         of `run-at-time'.
28467
28468         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28469
28470 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28471
28472         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28473         mm-w3m-local-map-property.
28474
28475         * mm-view.el (mm-w3m-mode-map): Remove.
28476         (mm-w3m-local-map-property): Remove.
28477         (mm-inline-text-html-render-with-w3m): Don't use
28478         mm-w3m-local-map-property.
28479
28480 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28481
28482         * run-at-time.el: New file.
28483
28484         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28485         under Emacs.
28486
28487         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28488         of gnus-set-text-properties.
28489
28490         * gnus-uu.el (gnus-uu-save-article): Ditto.
28491
28492         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28493
28494         * gnus-cite.el (gnus-cite-parse): Ditto.
28495
28496         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28497         of gnus-.
28498
28499         * gnus-xmas.el (run-at-time): Require run-at-time.
28500
28501         * gnus.el: Change calls to nnheader-run-at-time and
28502         password-run-at-time throughout to use run-at-time directly.
28503
28504         * password.el: Remove definition of run-at-time.
28505
28506         * nnheaderxm.el: Remove definition of run-at-time.
28507
28508 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28509
28510         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28511         in prompt.
28512
28513 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28514
28515         * messagexmas.el (message-xmas-redefine): Alias
28516         `message-make-caesar-translation-table' to
28517         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28518         version.
28519
28520         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28521         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28522         `gnus-xmas-set-text-properties'.
28523         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28524         `gnus-xmas-completing-read'.
28525         (gnus-xmas-completing-read): Removed.
28526         (gnus-xmas-open-network-stream): Removed.
28527
28528         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28529         XEmacs version.
28530
28531         * dns.el (dns-make-network-process): Use `open-network-stream'
28532         instead of `gnus-xmas-open-network-stream'.
28533
28534         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28535
28536         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28537
28538 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28539
28540         * gnus-art.el (gnus-mime-display-alternative)
28541         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28542         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28543         Don't use gnus-local-map-property.
28544
28545         * gnus-util.el (gnus-local-map-property): Remove.
28546
28547         * mm-view.el (mm-view-pkcs7-decrypt):
28548         Replace gnus-completing-read-maybe-default with completing-read.
28549
28550         * gnus-util.el (gnus-completing-read): do.
28551         (gnus-completing-read-maybe-default): Remove.
28552
28553 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28554
28555         * password.el: Only autoload `run-at-time' if not XEmacs.
28556         Only autoload the itimer functions if XEmacs.
28557
28558 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28559
28560         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28561         XEmacsen.
28562
28563         * dgnushack.el: Autoload executable-find for XEmacs.
28564
28565 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28566
28567         * gnus-art.el (gnus-read-string): Remove.
28568         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28569         read-string.
28570
28571 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28572
28573         * netrc.el: Autoload password-read.
28574         (netrc): Add configuration group.
28575         (netrc-encoding-method, netrc-openssl-path):
28576         Add variables for encoding and decoding of files with symmetric
28577         ciphers.
28578         (netrc-encode): Add assistant function to encode a file with
28579         netrc-encoding-method.
28580         (netrc-parse): Add interactive parameter, added optional
28581         decoding if netrc-encoding-method is non-nil but otherwise
28582         behavior is standard.
28583         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28584         Do s/encode/encrypt/ everywhere.
28585
28586         * spam.el: Remove executable-find autoload.
28587
28588 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28589
28590         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28591
28592         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28593
28594 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28595
28596         * gnus-art.el (gnus-treat-ansi-sequences)
28597         (article-treat-ansi-sequences): New variable and function.
28598         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28599
28600         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28601         Use it.
28602
28603 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28604
28605         * mm-util.el (mm-quote-arg): Remove.
28606
28607         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28608         shell-quote-argument.
28609
28610         * gnus-uu.el (gnus-uu-command): do.
28611
28612         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28613
28614         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28615         with make-char.
28616
28617         * mm-util.el (mm-make-char): Remove.
28618
28619         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28620         add-minor-mode.
28621
28622         * gnus-undo.el (gnus-undo-mode): do.
28623
28624         * gnus-topic.el (gnus-topic-mode): do.
28625
28626         * gnus-sum.el (gnus-dead-summary-mode): do.
28627
28628         * gnus-start.el (gnus-slave-mode): do.
28629
28630         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28631
28632         * gnus-ml.el (gnus-mailing-list-mode): do.
28633
28634         * gnus-gl.el (gnus-grouplens-mode): do.
28635
28636         * gnus-draft.el (gnus-draft-mode): do.
28637
28638         * gnus-dired.el (gnus-dired-mode): do.
28639
28640         * gnus-ems.el (gnus-add-minor-mode): Remove.
28641
28642         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28643         Replace gnus-char-width with char-width.
28644
28645         * gnus-ems.el (gnus-char-width): Remove.
28646
28647         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28648         Replace gnus-char-width with char-width.
28649
28650         * gnus-ems.el (gnus-char-width): Remove.
28651
28652         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28653         definition.
28654         Remove Emacs 20 hash table compatibility code.
28655
28656         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28657         20 compatibility code.
28658
28659         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28660
28661         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28662
28663         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28664         Replace with point-at-{eol,bol}.
28665
28666         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28667
28668         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28669
28670         * flow-fill.el (fill-flowed-point-at-bol)
28671         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28672
28673         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28674         Replace with point-at-{eol,bol} throughout all files.
28675
28676 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28677
28678         * ntlm.el (ntlm-string-as-unibyte): New macro.
28679         (ntlm-build-auth-response): Use it.
28680
28681         Remove Emacs 20 stuff:
28682         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28683         (butlast, mapc, remove): Remove the compiler macros.
28684         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28685         of delq and copy-sequence.
28686         * gnus-art.el (popup-menu): Remove the compiler macro.
28687         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28688         Emacs 20.
28689
28690 2004-01-05  Simon Josefsson  <jas@extundo.com>
28691
28692         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28693         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28694         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28695         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28696         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28697         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28698         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28699         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28700         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28701         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28702         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28703         string-xor into ntlm-string-xor.
28704         Suggested by Jesper Harder <harder@myrealbox.com>.
28705
28706         * ntlm.el: Don't include poem.
28707
28708         * md4.el (print-int32, print-string-hexa): Remove.
28709         Suggested by Jesper Harder <harder@myrealbox.com>.
28710
28711         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28712
28713         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28714         probably breaks emacs with DL patch, but do we care? Is anyone
28715         still using the DL stuff?)
28716
28717         * sieve-manage.el: Use the password package.
28718         (sieve-manage-read-passwd): Remove.
28719         (sieve-manage-interactive-login): Use password.  Re-add
28720         condition-case around loop.
28721
28722         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28723         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28724         Use the password package.
28725
28726 2003-02-19  Simon Josefsson  <jas@extundo.com>
28727
28728         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28729         token.
28730
28731 2002-08-07  Simon Josefsson  <jas@extundo.com>
28732
28733         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28734         (sieve-manage-authenticators)
28735         (sieve-manage-authenticator-alist): Add some SASL mechs.
28736         (sieve-sasl-auth): New function.
28737         (sieve-manage-cram-md5-auth)
28738         (sieve-manage-plain-auth): Rewrite using SASL library.
28739         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28740         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28741         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28742         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28743
28744 2004-01-05  Simon Josefsson  <jas@extundo.com>
28745
28746         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28747         New files.
28748
28749 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28750
28751         * gnus-group.el (gnus-no-groups-message): Update.
28752
28753         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28754
28755 2003-11-09  Simon Josefsson  <jas@extundo.com>
28756
28757         * imap.el: Support for ID IMAP extension (RFC 2971).
28758         (imap-local-variables): Add imap-id.
28759         (imap-id): New variable.
28760         (imap-id): New function.
28761         (imap-parse-response): Parse untagged ID response.
28762         * nnimap.el (nnimap-id): New variable.
28763         (nnimap-open-connection): Use it.
28764
28765 2003-12-28  Simon Josefsson  <jas@extundo.com>
28766
28767         * gnus-score.el (gnus-score-edit-all-score): New.
28768         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28769
28770 2004-01-04  Simon Josefsson  <jas@extundo.com>
28771
28772         * password.el: Add.
28773
28774 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28775
28776         * dns.el (dns-query-types): Fix typo.
28777         (dns-query-types): New function.
28778         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28779         PTR and SOA replies, see RFC 1035.
28780
28781 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28782
28783         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28784
28785         * Move to Changelog.2.
28786
28787 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28788
28789         * gnus.el (gnus-version-number): Bump version.
28790
28791 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28792
28793         * gnus.el: No Gnus v0.1 is released.
28794
28795 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28796
28797         * gnus.el: No Gnus v0.0 is released.
28798
28799 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28800
28801         * gnus.el (gnus-version-number): Bump.
28802         (gnus-version): No.
28803
28804 See ChangeLog.2 for earlier changes.
28805
28806   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28807
28808   This file is part of GNU Emacs.
28809
28810   GNU Emacs is free software: you can redistribute it and/or modify
28811   it under the terms of the GNU General Public License as published by
28812   the Free Software Foundation, either version 3 of the License, or
28813   (at your option) any later version.
28814
28815   GNU Emacs is distributed in the hope that it will be useful,
28816   but WITHOUT ANY WARRANTY; without even the implied warranty of
28817   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28818   GNU General Public License for more details.
28819
28820   You should have received a copy of the GNU General Public License
28821   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28822
28823 ;; Local Variables:
28824 ;; coding: utf-8
28825 ;; fill-column: 79
28826 ;; add-log-time-zone-rule: t
28827 ;; End: