lisp/ChangeLog: Fix date
[gnus] / lisp / ChangeLog
1 2015-10-11  Nicolas Petton  <petton.nicolas@gmail.com>
2
3         * auth-source.el (auth-source-epa-make-gpg-token):
4         Replace an usage of `epg-context-set-armor' with `setf'.
5         (auth-source-do-debug, auth-source-do-trivia)
6         (auth-source-read-char-choice, auth-source-search)
7         (auth-source-pick-first-password, auth-source-netrc-parse)
8         (auth-source-netrc-search, auth-source-secrets-search)
9         (auth-source-macos-keychain-search)
10         (auth-source-macos-keychain-search-items, auth-source-plstore-search)
11         (auth-source-user-or-password): Use sharp-quoting with functions.
12
13 2015-09-30  Wieland Hoffmann  <themineo@gmail.com>
14
15         * auth-source.el (auth-source-search): Clarify :create's meaning.
16
17 2015-09-17  Paul Eggert  <eggert@cs.ucla.edu>
18
19         Backslash cleanup in Elisp source files
20
21         This patch should not change behavior.  It typically omits backslashes
22         where they are redundant (e.g., in the string literal "^\$").
23         In a few places, insert backslashes where they make regular expressions
24         clearer: e.g., replace "^\*" (equivalent to "^*") with "^\\*", which
25         has the same effect as a regular expression.
26         Also, use ‘\ %’ instead of ‘\%’ when avoiding confusion with SCCS IDs,
27         and similarly use ‘\ $’ instead of ‘\$’ when avoiding confusion
28         with RCS IDs, as that makes it clearer that the backslash is intended.
29         * auth-source.el (auth-source-secrets-search)
30         (auth-source-macos-keychain-search):
31         * gnus-art.el (gnus-mime-action-on-part)
32         (gnus-mime-display-multipart-related-as-mixed)
33         (gnus-button-mid-or-mail-heuristic-alist)
34         (gnus-button-mid-or-mail-heuristic, gnus-article-extend-url-button):
35         * gnus-bookmark.el (gnus-bookmark-bmenu-toggle-infos)
36         (gnus-bookmark-bookmark-inline-details, gnus-bookmark-bookmark-details)
37         (gnus-bookmark-alist, gnus-bookmark-name-from-full-record)
38         (gnus-bookmark-bmenu-mode, gnus-bookmark-delete):
39         * gnus-cus.el (gnus-group-customize):
40         * gnus-group.el (gnus-group-line-format, gnus-group-mode-line-format)
41         (gnus-group-jump-to-group-prompt, gnus-group-name-at-point):
42         * gnus-mlspl.el (gnus-group-split-fancy):
43         * gnus-registry.el (gnus-registry-prune-factor):
44         * gnus-salt.el (gnus-summary-pick-line-format):
45         * gnus-sieve.el (gnus-sieve-update, gnus-sieve-generate)
46         (gnus-sieve-script):
47         * gnus-util.el (gnus-directory-sep-char-regexp):
48         * gnus.el (gnus-message-archive-group, gnus-user-agent):
49         * message.el (message-archive-header, message-reply-headers)
50         (message-send-method-alist):
51         * mm-decode.el (mm-add-meta-html-tag):
52         * nndoc.el (nndoc-generate-lanl-gov-head):
53         * nnheader.el (nnheader-max-head-length):
54         * registry.el (registry-db, registry-prune):
55         * rfc1843.el (rfc1843-hzp-word-regexp)
56         (rfc1843-hzp-word-regexp-strictly):
57         * rfc2047.el (rfc2047-encoded-word-regexp)
58         (rfc2047-encoded-word-regexp-loose):
59
60         Fix several backslash typos in Elisp strings
61         * gnus-art.el (gnus-button-handle-library):
62         * gnus-group.el (gnus-read-ephemeral-gmane-group-url):
63         * nntp.el (nntp-via-shell-prompt, nntp-telnet-shell-prompt):
64         * spam-report.el (spam-report-gmane-regex):
65         Fix typo by replacing ‘\’ with ‘\\’ in a string literal.
66         For example, to get the regular expression ‘\.’ use the string
67         literal "\\.", not "\." (which is equivalent to ".").
68
69         * auth-source.el (auth-source-read-char-choice):
70         * nnmaildir.el (NOV example):
71         * registry.el (registry-search): Doc fix.
72
73 2015-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
74
75         * gnus-compat.el: Require overlay for XEmacs.
76
77 2015-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
78
79         * message.el (message-hide-headers): Bind inhibit-modification-hooks to
80         t rather than after-change-functions to nil.
81
82 2015-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
83
84         * time-date.el (time-to-seconds, time-less-p):
85         Mark unused vars with underscore.
86
87 2015-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
88
89         * time-date.el (with-decoded-time-value): Fix debug spec.
90
91 2015-09-08  Paul Eggert  <eggert@cs.ucla.edu>
92
93         * nnmairix.el (nnmairix-widget-create-query):
94         * time-date.el (format-seconds): Prefer grave quoting in source-code
95         strings used to generate help and diagnostics.
96
97 2015-09-07  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
98
99         * ntlm.el: Bump version to 2.00.  New maintainer.  Add comm keyword.
100
101 2015-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
102
103         * ntlm.el (ntlm-unibyte-string): New compatibility function.
104
105 2015-09-06  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
106
107         Add support for NTLMv2 authentication.
108         * ntlm.el (ntlm): New customization group.
109         (ntlm-compatibility-level): New defcustom.
110         (ntlm-compute-timestamp): New function.
111         (ntlm-generate-nonce): Likewise.
112         (ntlm-build-auth-response): Add support for NTLMv2 authentication.
113
114 2015-09-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
115
116         * nnimap.el (nnimap-request-group): Handle nil "info" arg.  This arg
117         isn't always passed in, check it's not nil before making it into a
118         list.  The active arg will also be nil if the group is new, check for
119         that.
120
121 2015-09-04  Adam Sjøgren  <asjo@koldfront.dk>
122
123         * mail-source.el (mail-source-fetch-imap): allow :mailbox to be a list.
124
125 2015-09-03  Paul Eggert  <eggert@cs.ucla.edu>
126
127         * gmm-utils.el (gmm-image-load-path-for-library):
128         * gnus-art.el (gnus-boring-article-headers, gnus-split-methods):
129         * gnus-registry.el (gnus-registry-split-strategy):
130         * gnus-start.el (gnus-check-new-newsgroups):
131         * gnus-sum.el (gnus-select-group-hook):
132         * gnus-uu.el (gnus-uu-user-archive-rules):
133         * gnus.el (gnus-message-archive-group, gnus-visual):
134         * message.el (message-cite-style):
135         * nnir.el (nnir-swish++-additional-switches)
136         (nnir-swish-e-additional-switches, nnir-hyrex-additional-switches)
137         (nnir-namazu-additional-switches, nnir-notmuch-additional-switches):
138         * nnmail.el (nnmail-split-methods, nnmail-expiry-wait-function):
139         * nntp.el (nntp-server-action-alist):
140         * tls.el (tls-checktrust):
141         Fix some more docstring etc. quoting problems.
142         Mostly these fixes prevent the transliteration of apostrophes
143         that should stay apostrophes.  Also, prefer curved quotes in
144         Bahá’í proper names, as that’s the preferred Bahá’í style and
145         these names are chock-full of non-ASCII characters anyway.
146
147 2015-09-02  Paul Eggert  <eggert@cs.ucla.edu>
148
149         Escape ` and ' in doc
150         * gnus-art.el (gnus-article-address-banner-alist)
151         (gnus-face-properties-alist):
152         * gnus-sum.el (gnus-newsgroup-variables):
153         * nndiary.el (nndiary-reminders):
154         * nnmail.el (nnmail-fancy-expiry-targets, nnmail-split-fancy):
155         Escape apostrophes and grave accents in docstrings if they
156         are supposed to stand for themselves and are not quotes.  Remove
157         apostrophes from docstring examples like ‘'(calendar-nth-named-day
158         -1 0 10 year)’ that confuse source code with data.  Do some other
159         minor docstring fixups as well, e.g., insert a missing close
160         quote.
161
162 2015-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
163
164         * gnus-util.el (gnus-format-message):
165         * tls.el (tls-format-message): Use defalias at the top level so as to
166         make eval-and-compile unnecessary.  Thanks to Stefan Monnier.
167
168         * gnus-sum.el (gnus-summary-search-article):
169         Ensure that the article where the search word is found is displayed
170         and pointed to in the summary buffer.
171
172 2015-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
173
174         * tls.el (tls-format-message):
175         Alias to format-message, or format if not available.
176         (open-tls-stream): Use it.
177
178 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
179
180         * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server):
181         * gnus-art.el (gnus-article-browse-delete-temp-files):
182         * gnus-eform.el (gnus-edit-form):
183         * gnus-fun.el (gnus-display-x-face-in-from):
184         * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl):
185         * gnus-topic.el (gnus-topic-edit-parameters):
186         * mail-source.el (mail-source-delete-old-incoming):
187         * message.el (message-strip-subject-encoded-words)
188         (message-check-recipients, message-send-form-letter):
189         * mm-decode.el (mm-display-part):
190         * mm-uu.el (mm-uu-pgp-signed-extract-1):
191         * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
192         * spam-report.el (spam-report-process-queue):
193         * tls.el (open-tls-stream):
194         Respect ‘text-quoting-style’ in diagnostics.
195         * gnus-art.el (article-display-face):
196         * gnus-fun.el (gnus-display-x-face-in-from):
197         Use straight quoting in email.
198         * rfc2231.el (rfc2231-decode-encoded-string):
199         Escape apostrophes in doc strings.
200
201 2015-08-26  Paul Eggert  <eggert@cs.ucla.edu>
202
203         Go back to grave quoting in Gnus
204
205         * auth-source.el (auth-source-netrc-parse-entries):
206         * gnus-agent.el (gnus-agent-check-overview-buffer)
207         (gnus-agent-fetch-headers):
208         * gnus-int.el (gnus-start-news-server):
209         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal)
210         (gnus-registry-post-process-groups):
211         * gnus-score.el (gnus-summary-increase-score):
212         * gnus-start.el (gnus-convert-old-newsrc):
213         * gnus-topic.el (gnus-topic-rename):
214         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
215         * spam.el (spam-check-blackholes):
216         Stick with grave quoting in diagnostics strings.  This is more
217         portable to older Emacs, desirable for Gnus.
218
219 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
220
221         Prefer directed to neutral quotes in docstings and diagnostics.
222         In docstrings, escape apostrophes that would otherwise be translated
223         to curved quotes using the newer, simpler rules.
224
225         * auth-source.el (auth-source-netrc-parse-entries):
226         * gnus-agent.el (gnus-agent-check-overview-buffer)
227         (gnus-agent-fetch-headers):
228         * gnus-int.el (gnus-start-news-server):
229         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
230         * gnus-score.el (gnus-summary-increase-score):
231         * gnus-start.el (gnus-convert-old-newsrc):
232         * gnus-topic.el (gnus-topic-rename):
233         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
234         * nnmairix.el (nnmairix-widget-create-query):
235         * spam.el (spam-check-blackholes):
236         Use directed rather than neutral quotes in diagnostics.
237
238         * gnus-util.el (gnus-format-message):
239         Alias to format-message, or format if not available.
240
241 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
242
243         * auth-source.el (auth-sources):
244         Prefer (substitute-command-keys "`\\[foo-command]'")
245         to "`M-x foo-command'" in docstring.
246
247         * time-date.el (format-seconds):
248         Use curved quotes in diagnostic format strings.
249
250         * nnmairix.el (nnmairix-propagate-marks-upon-close):
251         * pop3.el (pop3-authentication-scheme):
252         Don't quote symbols with apostrophes in doc strings.
253         Use asymmetric quotes instead.
254
255 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
256
257         Use overlay functions directly
258
259         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
260         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
261
262         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
263         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
264         (gnus-article-highlight-signature, gnus-article-extend-url-button)
265         (gnus-article-add-button, gnus-insert-prev-page-button)
266         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
267         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
268         * gnus-html.el (gnus-html-wash-tags):
269         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
270         (gnus-highlight-selected-tree):
271         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
272         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
273         * gnus-util.el (gnus-put-overlay-excluding-newlines):
274         * message.el (message-fix-before-sending)
275         (message-toggle-image-thumbnails):
276         * mm-decode.el (mm-convert-shr-links):
277         * sieve.el (sieve-highlight, sieve-insert-scripts):
278         Use overlay functions directly instead of using gnus-overlay-*,
279         message-overlay-*, and sieve-overlay-*.
280
281         * gnus-sum.el (gnus-remove-overlays):
282         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
283         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
284         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
285         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
286         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
287         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
288         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
289         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
290         (gnus-overlays-at, gnus-overlays-in):
291         * message.el (message-delete-overlay, message-make-overlay)
292         (message-overlay-get, message-overlay-put, message-overlays-in):
293         * messagexmas.el (message-delete-overlay, message-make-overlay)
294         (message-overlay-get, message-overlay-put, message-overlays-in):
295         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
296         Remove.
297
298 2015-08-19  Glenn Morris  <rgm@gnu.org>
299
300         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
301
302 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
303
304         * message.el (message-overlay-put, message-make-overlay)
305         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
306         (message-delete-overlay, message-window-inside-pixel-edges):
307         Declare before using.
308
309 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * message.el (message-overlay-get, message-overlays-in)
312         (message-window-inside-pixel-edges):
313         * messagexmas.el (message-overlay-get, message-overlays-in):
314         XEmacs compatible functions.
315
316 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
317
318         * message.el (message-toggle-image-thumbnails): New command.
319
320 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
321
322         * message.el (message-send-form-letter): Change (message (format ...))
323         to (message ...).  This lessens the probability of confusion when
324         the output of `format' contains `%'.
325
326 2015-08-04  David Kastrup  <dak@gnu.org>
327
328         * gnus-art.el (gnus-article-describe-key)
329         (gnus-article-describe-key-briefly):
330         Do not overwrite preexisting contents of unread-command-events.
331
332 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
333
334         * nnimap.el (nnimap-request-move-article)
335         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
336         extension if available.
337
338 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
339
340         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
341         capabilities instead of relying on LOGIN response.
342
343 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
344
345         * nnbabyl.el (nnbabyl-retrieve-headers):
346         * nndiary.el (nndiary-retrieve-headers):
347         * nneething.el (nneething-retrieve-headers):
348         * nnmbox.el (nnmbox-retrieve-headers):
349         * nnmh.el (nnmh-retrieve-headers):
350         * nnml.el (nnml-retrieve-headers):
351         * nnspool.el (nnspool-retrieve-headers):
352         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
353         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
354         progress-report percentages and the like.  This avoids problems
355         if (* 100 NUMERATOR) would overflow.
356
357         * gnus-registry.el (gnus-registry-import-eld):
358         * registry.el (registry-reindex):
359         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
360
361 2015-07-17  Julien Danjou  <jd@abydos>
362
363         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
364         command.
365
366 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
367
368         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
369         of function arguments.
370
371 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
372
373         * nnimap.el: Clean up "unused var" warnings.
374         (auth-source-creation-prompts): Declare.
375         (nnimap-retrieve-headers, nnimap-status-message)
376         (nnimap-request-create-group, nnimap-request-delete-group)
377         (nnimap-close-group, nnimap-request-move-article)
378         (nnimap-request-accept-article, nnimap-request-newgroups)
379         (nnimap-request-post, nnimap-dummy-active-number)
380         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
381         (nnimap-parse-flags): Remove unused var `p'.
382         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
383         (nnimap-flags-to-marks): Remove unused var `totalp'.
384
385 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
386
387         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
388         before RFC822.SIZE.
389
390 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
391
392         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
393         so that a 'plain value for the `nnimap-stream' server variable is
394         handled correctly.
395
396 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
397
398         Remove unused let variables
399         * nnimap.el (nnimap-request-group): Variables are not used.
400
401         Check if group names are already strings
402         * gnus-group.el (gnus-group-group-name):
403         The group name may already be a string.
404         Specifically, in the group list reached from the *Server* buffer,
405         the 'gnus-group text property returns a string.  Everywhere else
406         it returns a symbol.
407
408 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
409
410         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
411         (nnmaildir--update-nov): Remove unused var `numdir'.
412         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
413         (nnmaildir-request-group, nnmaildir-request-create-group)
414         (nnmaildir-request-post, nnmaildir-request-move-article)
415         (nnmaildir-request-accept-article, nnmaildir-active-number):
416         Mark unused args.
417         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
418         Declare.
419         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
420         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
421         `mark', `end', `new-mark', and `mark-sym'.
422         (nnmaildir-retrieve-headers):
423         Remove unused args `srv-dir', `dir', `nlist2'.
424         (nnmaildir-request-expire-articles):
425         Remove unused vars `article', `stop' and `nlist2'.
426         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
427         `end'.  Use nnmaildir--article when dyn-binding is needed.
428         Give the value directly in the `let' for `del-mark', `del-action',
429         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
430         (nnmaildir-close-server):
431         Declare those local vars that need to be dyn-bound.
432
433 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
434
435         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
436
437 2015-05-31  David Engster  <deng@randomsample.de>
438
439         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
440         instead of using `sleep-for', as the latter does not seem to reliably
441         wait (see for instance bug 15990).
442
443 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
444
445         * gnus-art.el (gnus-button-alist): Re-revert last change.
446         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
447
448 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
449
450         * gnus-art.el (gnus-button-alist): Revert last change.
451         It wasn't that important, and it caused a Gnus build to fail.  See:
452         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
453
454         * gnus-art.el (gnus-button-alist):
455         Also treat "‘" and "’" as quoting chars.
456
457 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
458
459         * gnus-art.el (gnus-treat-strip-list-identifiers)
460         (gnus-article-mode-syntax-table):
461         * gnus-group.el (gnus-group-nnimap-edit-acl):
462         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
463         e.g., missing quote, ``x'' where `x' was meant, etc.
464
465 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
466
467         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
468         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
469         into just c.
470
471 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
472
473         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
474         Normalize characters into numbers in spec keys.
475
476 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
477
478         * dgnushack.el (declare-function): Redefine it to use autoload.
479         * lpath.el (gnus-html-prefetch-images): Declare.
480
481 2015-05-04  Glenn Morris  <rgm@gnu.org>
482
483         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
484
485         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
486
487         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
488         (gnus-topic-create-topic, gnus-topic-enter-dribble):
489         Declare rather than autoload.
490
491         * mm-archive.el (gnus-recursive-directory-files)
492         (mailcap-extension-to-mime): Autoload at run-time.
493
494         * mm-util.el (latin-unity-massage-name)
495         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
496         (latin-unity-representations-present-region):
497         Declare rather than autoload.
498
499         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
500         Autoload at run-time.
501         (epg-context-set-signers, epg-context-result-for)
502         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
503         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
504         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
505         (epg-configuration, epg-expand-group, epa-select-keys):
506         Declare rather than autoload.
507
508         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
509         Autoload at run-time.
510         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
511         (gnus-registry-get-id-key, gnus-registry-action):
512         Declare rather than autoload.
513
514         * nnmail.el (mail-send-and-exit): Autoload at run-time.
515
516         * spam.el (spam-stat-buffer-change-to-non-spam)
517         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
518         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
519         (spam-stat-split-fancy): Remove pointless autoloads.
520
521         * mm-view.el (epg-decrypt-string): Autoload.
522         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
523         (epg-sub-key-validity): Fix declarations.
524
525 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
526
527         * gnus.el: Ma Gnus v0.13 is released.
528
529 2015-05-01  Glenn Morris  <rgm@gnu.org>
530
531         * gnus-util.el (iswitchb-read-buffer):
532         * mm-decode.el (libxml-parse-html-region):
533         * mml.el (libxml-parse-html-region):
534         * nnrss.el (libxml-parse-html-region): Update declaration.
535
536 2015-04-27  Glenn Morris  <rgm@gnu.org>
537
538         * message.el (gnus-extract-address-components):
539         Remove bogus declaration that was masking previous problem.
540
541 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
542
543         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
544         altering the buffer.
545         (hashcash-insert-payment-async-2): Revert previous change because it
546         still means that the mark is moving around.
547
548 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549
550         * gnus-uu.el (gnus-uu-save-article):
551         Make the save-restriction/widen calls make more sense.
552
553 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
554
555         * gnus-art.el (gnus-use-idna):
556         * gnus-sum.el (gnus-summary-idna-message):
557         * message.el (message-use-idna):
558         Catch the invalid-operation error that idna.el will issue.
559
560 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
561
562         * gnus-group.el (gnus-group--setup-tool-bar-update):
563         cursor-sensor-functions should be a list of functions.
564
565 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
566
567         * gnus-group.el (gnus-tmp-*): Declare.
568         (gnus-update-group-mark-positions): Remove unused `topic' var.
569         (gnus-group-insert-group-line): Remove unused var `header'.
570         (gnus-group--setup-tool-bar-update): New function.
571         (gnus-group-insert-group-line): Use it.
572         (gnus-group-update-eval-form): Declare local
573         dynamically-bound variables.
574         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
575
576         * gnus-topic.el (gnus-topic-jump-to-topic)
577         (gnus-group-prepare-topics, gnus-topic-update-topic)
578         (gnus-topic-change-level, gnus-topic-catchup-articles)
579         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
580         Use inhibit-read-only.
581         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
582         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
583
584 2015-04-12  João Távora  <joaotavora@gmail.com>
585
586         * message.el (message-mode):
587         Use `set' and `make-local-variable' instead of `setq-local'.
588
589 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
590
591         * gnus-sum.el (gnus-summary-refer-thread):
592         Make sure gnus-newsgroup-unreads remains sorted.
593
594 2015-04-12  João Távora  <joaotavora@gmail.com>
595
596         Improve sexp-based movement in message-mode
597         * message.el (message--syntax-propertize): New function.
598         (message-mode): Set syntax-related vars.d
599         (message-smileys): New variable.
600
601 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
602
603         * gnus-art.el (gnus-hidden-properties): Simplify.
604         (gnus-article-hide-text, gnus-article-unhide-text)
605         (gnus-article-unhide-text-type): Remove special handling of
606         `intangible' since that property is not used any more.
607         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
608
609 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
610
611         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
612         and a runtime function for it, of which the XEmacs version takes only
613         two arguments.
614
615 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
616
617         Use American spelling for 'normalize'
618         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
619         All uses changed.  Add an alias for obsolete usages.
620
621 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
622
623         * gnus-art.el (gnus-article-browse-html-save-cid-content):
624         Always return relative file name.
625         (gnus-article-browse-html-parts):
626         Make external links absolute and cid file names relative.
627
628 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
629
630         * registry.el (registry-prune): Re-use `registry-full' in
631         `registry-prune'.  It's a bit of redundant work, but safer.
632         Also ensure that target-size is an integer.
633
634 2015-03-31  Daiki Ueno  <ueno@gnu.org>
635
636         * plstore.el (plstore--decrypt): Clear entry in
637         `plstore-passphrase-alist' if decryption failed (bug#20030).
638
639 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
640
641         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
642         to "Display" menu.
643
644 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
645
646         * nnimap.el (nnimap-split-incoming-mail): If a message is already
647         in the group it should be split to, don't re-copy it into the group.
648
649 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
650
651         * nnmh.el (nnmh-request-expire-articles):
652         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
653
654 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
655
656         * registry.el (registry-lookup-secondary, registry-full)
657         (registry-prune, registry-collect-prune-candidates):
658         * gnus-registry.el (gnus-registry-load): Use slot names rather than
659         initarg names in `oref' and `oset'.
660
661 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
662
663         * registry.el (registry-prune): Allow registry to reach full size
664         before pruning.
665
666 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
667
668         * registry.el (registry-collect-prune-candidates): Fix call to
669         cl-subseq.
670
671 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
672
673         * registry.el (registry-db): Temporary fix old Emacsen compilation.
674
675 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
676
677         * gnus-registry.el (gnus-registry-handle-action)
678         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
679         (gnus-registry-keywords): Make it do something.
680         (gnus-registry-import-eld): Remove unused var `new-entry'.
681         (gnus-registry-action): Remove unused var `to-name'.
682         (gnus-registry-make-db): Prefer `make-instance' to avoid
683         compiler warnings.
684         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
685
686         * registry.el (registry-db): Don't oset-default an instance-allocated
687         slot.
688
689 2015-03-10  Glenn Morris  <rgm@gnu.org>
690
691         * message.el (message-valid-fqdn-regexp): Bump :version for
692         2014-11-17 change.
693
694 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
695
696         * gnus-notifications.el (gnus-notifications-action): Raise window
697         frame.
698         (gnus-notifications-action): Allow mark as read.
699         (gnus-notifications-notify): Show uption to mark as read.
700
701 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
702
703         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
704         (registry-search, registry-delete, registry-size, registry-insert)
705         (registry-reindex, registry-collect-prune-candidates):
706         * gnus-registry.el (gnus-registry-fixup-registry)
707         (gnus-registry-remove-extra-data): Use slot names rather than initarg
708         names in `oref' and `oset'.
709
710 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
711         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
712         in the group it should be split to, don't re-copy it into the group.
713
714 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
715
716         * message.el (message-insert-formatted-citation-line): Change %F to
717         fall back to email address if no first name could be determined.
718
719 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
720
721         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
722         Fix point motion when removing displayed MIME part.
723         (gnus-article-edit-part): Make jumping to the next part really work
724         when deleting or stripping.
725         (gnus-mime-buttonize-attachments-in-header): Make header attachment
726         buttons identical to the ones in the article body so as to work deleting
727         and stripping.
728
729 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
730
731         * mm-decode.el (mm-shr)
732         * mm-view.el (mm-inline-text-html-render-with-w3m):
733         Revert my bogus change that made the start marker of a part
734         the "moves after insertion" type.
735
736 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
737
738         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
739         Tools: https://github.com/politza/pdf-tools) for viewing PDF
740         attachments in emacs.
741
742 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
743
744         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
745         instead of sasl-scram-sha-1, as the former is the name that can be
746         required.
747
748         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
749         (sasl-scram-sha-1-client-final-message)
750         (sasl-scram-sha-1-authenticate-server): Move to end of file.
751
752 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
755
756 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
759         (sasl-string-prefix-p): New compatibility functions.
760
761 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
762
763         * gnus-compat.el (process-live-p): Added new compat function for Emacs
764         23.
765
766 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
767
768         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
769         from the server LIST response.
770
771 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
772
773         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
774         during header retrieval, error out instead of interpreting the data in
775         the buffer as the only messages there.  This way, we don't mark
776         articles as read on a server hangup (bug#19035).
777
778         * mm-decode.el (mm-head-p): New function.
779         (mm-display-part): Go to a blank line when inserting parts internally.
780
781 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
782
783         * sasl-scram-rfc.el: New file.
784
785         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
786         Add SCRAM-SHA-1 first.
787         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
788         entry (bug#17636).
789
790 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
791
792         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
793         that we don't get a warning when setting the buffer-local variable
794         (bug#19573).
795
796         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
797         `gnus-request-group'.
798
799 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
800
801         * gnus-art.el (gnus-article-browse-html-save-cid-content)
802         (gnus-article-browse-html-parts): Make cid file names relative if and
803         only if html doesn't specify <base> directory.
804
805 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
806
807         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
808         parts, because that breaks filling (since buttons are in a bold face).
809
810 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
811
812         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
813         use gnus-overlays-at and gnus-overlay-put.
814
815 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
816
817         * mm-decode.el (mm-shr): Only pass the fill column when not using
818         fonts, because limiting the width to what's appropriate for followups
819         doesn't really help when not using proportional fonts.
820
821 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
822
823         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
824         shr, beacause that breaks folding.
825         (mm-shr): Don't shorten the width when using fonts.
826
827 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
828
829         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
830         variable; always check the newrc timestamp.
831         (gnus-save-newsrc-file): Always check timestamp.
832
833 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
834
835         * mail-source.el (mail-source-call-script): If scripts exit with an
836         error, pop up an error buffer.
837
838 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
839
840         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
841         as a default.
842
843         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
844         correct server.
845
846 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
847
848         * nnimap.el (nnimap-request-group-scan): Fix the function name.
849
850         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
851
852 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
853
854         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
855         that nnimap works for non-activated backends.
856
857 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
858
859         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
860         message, since we already get an obsolescence message.  Use `declare'.
861
862 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
863
864         * nnir.el: Revert "Enable non-ASCII IMAP searches".
865
866 2015-01-30  Glenn Morris  <rgm@gnu.org>
867
868         * gnus-registry.el (gnus-registry-max-pruned-entries)
869         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
870         Fix :version.
871         (gnus-registry-default-sort-function): Improve :type.
872
873 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
874
875         * nnimap.el (nnimap-request-group): Allow running this function on
876         groups that don't exist in Gnus yet.
877         (nnimap-request-group): Revert previous patch since that made it
878         impossible to enter nnimap groups.
879
880         * message.el (message-smtpmail-send-it): Remove the mail header
881         separator before sending.
882
883 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
884
885         * nnimap.el (nnimap-find-expired-articles): Fix handling of
886         (expiry-wait . never).
887
888 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
889
890         * nnimap.el (nnimap-request-group): Clear the buffer before returning
891         the data.
892
893 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
894
895         * gnus-compat.el (string-bytes): Work for XEmacs.
896
897 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
898
899         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
900
901         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
902         IMAP.
903
904 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
905
906         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
907
908         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
909
910         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
911         be added to the backlog.
912
913 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
914
915         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
916         target with a recursive make call.
917
918 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
919
920         * nnimap.el (nnimap-header-parameters): Refactor and request
921         X-GM-LABELS if it's been announced.
922         (nnimap-transform-headers): Gather and output GM-LABELS.
923
924 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
925
926         * mm-decode.el (mm-display-part): Make non-string methods work.
927         Non-string methods are funcalled and work just fine, the test was
928         bogus.
929         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
930         whole frame.
931
932 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
933
934         * nnimap.el (nnimap-request-accept-article): Allow respooling using
935         nnimap.
936
937         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
938         request rescans when being run interactively.
939
940         * nnimap.el (nnimap-request-group): Don't rescan the group here,
941         because that can be very slow in large groups.
942
943         * gnus-int.el (gnus-request-group-scan): New backend function.
944
945         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
946
947 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
948
949         * gnus-group.el (gnus-group-suspend): Close all backends.
950
951 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
952
953         * dgnushack.el (dgnushack-compile-file): New function.
954         (dgnushack-compile): Use it (bug#19514).
955
956 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
959
960 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
961
962         * registry.el: Don't use <class> as a variable.
963
964 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
965
966         system-name's returned value can vary
967         Also, the system-name variable is now obsolete.
968         Fixes Bug#19438.
969         * message.el (message-make-fqdn):
970         * nnvirtual.el (nnvirtual-retrieve-headers)
971         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
972         and avoid naming locals 'system-name'.
973
974 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
975
976         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
977         lines don't get overlong when responding.
978
979 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
980
981         * registry.el (cl-remf, cl-loop, cl-subseq):
982         Alias to remf, loop, and subseq respectively for old Emacsen.
983
984 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
985
986         * gnus-group.el (gnus-read-ephemeral-bug-group):
987         Bind coding-system-for-read and coding-system-for-write only around
988         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
989
990 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
991
992         * registry.el (registry-db): Set default slot later.
993         This is because its value is not a literal integer.
994
995 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
996
997         * registry.el (registry-db): Fix default registry-db max-size.
998
999 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1000
1001         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
1002         add warning.
1003
1004         * gnus-art.el: Fix up compiler warnings.
1005         (article-display-face, article-display-x-face): Remove unused `face'.
1006         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
1007         (article-date-ut): Remove unused var `first'.
1008         (gnus-article-prepare): Remove unused var `gnus-article'.
1009         (gnus-mime-save-part-and-strip): Remove unused var `param'.
1010         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
1011         `coding-system' along with corresponding dead code.
1012         (gnus-mime-view-part-externally): Remove unused var
1013         `mm-user-display-methods'.
1014         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
1015         (gnus-display-mime): Remove unused var `handle'.
1016         (gnus-mime-display-alternative): Remove unused var `props'.
1017         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
1018         (gnus-article-edit-done): Remove unused var `p'.
1019         (gnus-url-mailto): Remove unused var `to'.
1020         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
1021         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
1022
1023 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
1024
1025         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
1026         slots into a :max-size slot.
1027         (registry-db-version): Add new variable for database version number.
1028         (registry-prune): Use :max-size slot. Accept and use a sort-function
1029         argument.
1030         (registry-collect-prune-candidates): Add new function for finding
1031         non-precious pruning candidates.
1032         (registry-prune-hard-candidates, registry-prune-soft-candidates):
1033         Remove obsolete functions.
1034         (initialize-instance): Upgrade registry version when starting.
1035
1036         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
1037         (gnus-registry-max-pruned-entries): Remove obsolete variable.
1038         (gnus-registry-cache-file): Change default
1039         filename extension to "eieio".
1040         (gnus-registry-read): Add new function, split out from
1041         `gnus-registry-load', that does the actual object reading.
1042         (gnus-registry-load): Use it. Add condition case handler to check for
1043         old filename extension and rename to the new one.
1044         (gnus-registry-default-sort-function): New variable to specify a sort
1045         function to use when pruning.
1046         (gnus-registry-save, gnus-registry-insert): Use it.
1047         (gnus-registry-sort-by-creation-time): Define a default sort function.
1048
1049         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
1050         Adjust test for new object signature.
1051         (gnustest-registry-pruning-test): Add new pruning test.
1052         (gnustest-registry-sort-function): Default sort function for testing.
1053         (gnustest-registry-pruning-sort-test): New test for sorting.
1054
1055 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1056
1057         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
1058         function for reuse.
1059         (gnus-mime-buttonize-attachments-in-header): Adjust.
1060
1061 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1062
1063         * message.el (message-change-subject): Really check whether the subject
1064         changed.
1065
1066 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1067
1068         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
1069         PDFs.
1070         (mailcap-view-mime): New function.
1071
1072 2014-12-01  Glenn Morris  <rgm@gnu.org>
1073
1074         * gnus-cloud.el (gnus-cloud): Add :version tag.
1075
1076 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1077
1078         * gnus-art.el (gnus-use-idna):
1079         * gnus-sum.el (gnus-summary-idna-message):
1080         * message.el (message-use-idna):
1081         Protect against nil value for idna-program.
1082
1083         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
1084
1085 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
1086
1087         * auth-source.el (auth-source-macos-keychain-search-items): Return
1088         result of `auth-source-macos-keychain-result-append' (bug#19074).
1089
1090 2014-11-25  Glenn Morris  <rgm@gnu.org>
1091
1092         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
1093         Add :version tag.
1094
1095 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1096
1097         * pop3.el (pop3-open-server): Warn unless encrypted.
1098
1099         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
1100
1101 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1102
1103         Port new time stamp handling to Emacs 23.2.
1104         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
1105         * time-date.el (time-add, time-subtract, time-less-p):
1106         Use eval-and-compile, not eval-when-compile.
1107
1108 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
1109
1110         * message.el (message-valid-fqdn-regexp): Add non-internaional new
1111         TLDs.
1112
1113 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1114
1115         Port new time stamp handling to old Emacs and to XEmacs.
1116         This is needed for Gnus, which copies time-date.el and which
1117         runs on older Emacs implementations.
1118         * time-date.el (with-decoded-time-value):
1119         Handle 'nil' and floating-point arg more compatibly with new Emacs.
1120         (encode-time-value, with-decoded-time-value):
1121         Obsolete only if new Emacs.
1122         (time-add, time-subtract, time-less-p): Define if not new Emacs.
1123
1124         Improve time stamp handling, and be more consistent about it.
1125         This implements a suggestion made in:
1126         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
1127         Among other things, this means timer.el no longer needs to
1128         autoload the time-date module.
1129         * time-date.el (seconds-to-time, days-to-time, time-since)
1130         (with-decoded-time-value):
1131         Treat 'nil' as current time.  This is mostly for XEmacs.
1132         (encode-time-value, with-decoded-time-value): Obsolete.
1133         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
1134         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
1135
1136 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1137
1138         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
1139         discarding changes in ephemeral groups.
1140
1141         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
1142         things the user isn't interested in.
1143
1144 2014-11-13  Julien Danjou  <jd@abydos>
1145
1146         * gnus-notifications.el (gnus-notifications-notify): Provide both
1147         app-icon and image-path.
1148
1149 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1150
1151         * mm-url.el (mm-url-encode-multipart-form-data):
1152         Restore to handle "multipart/form-data" by eww.
1153
1154 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
1155
1156         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
1157         Landscheidt.
1158
1159 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1160
1161         Simplify use of current-time and friends.
1162         * gnus-delay.el (gnus-delay-article):
1163         * gnus-sum.el (gnus-summary-read-document):
1164         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
1165         * message.el (message-make-expires-date):
1166         Omit unnecessary call to current-time.
1167         * gnus-util.el (gnus-float-time): Simplify to an alias because
1168         time-to-seconds now behaves like float-time with respect to nil arg.
1169         (gnus-seconds-year): Don't call current-time twice to get the current
1170         time stamp, as this can lead to inconsistent results.
1171         * time-date.el (time-to-seconds) [!float-time]:
1172         Use current time if arg is nil, to be compatible with float-time.
1173         (time-date--day-in-year): New function, with most of the guts of
1174         the old time-to-day-in-year.
1175         (time-to-day-in-year): Use it.
1176         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1177
1178 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1179
1180         * gnus.el (gnus-mode-line-buffer-identification):
1181         Don't add image data for a non-graphic display (bug#18813).
1182
1183 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1184
1185         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
1186         load-path, it blocks autoloading of find-image (bug#18813).
1187
1188 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
1189
1190         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
1191         to keep connection open (bug#18728).
1192
1193 2014-10-20  Glenn Morris  <rgm@gnu.org>
1194
1195         * Merge in all changes up to 24.4 release.
1196
1197 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
1198
1199         * message.el (message-insert-signature): Use `newline' instead of
1200         inserting explicit "\n".
1201
1202 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
1203
1204         * gnus-icalendar.el: Support vcal format timezones.
1205         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
1206         compute dates with associated timezone.
1207         (gnus-icalendar-event-from-ical): Compute all timezones.
1208
1209 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1210
1211         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
1212         check the newsrc.eld file's timestamp before saving it.
1213         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
1214         timestamp has changed to be newer.
1215
1216 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
1217
1218         * gnus-icalendar.el (gnus-icalendar-identities):
1219         Include message-alternative-emails.
1220
1221 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1222
1223         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1224         New compatibility functions.
1225         (ntlm-build-auth-response): Use them.
1226
1227 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1228
1229         * ntlm.el (ntlm-build-auth-request):
1230         Add NTLM2 Session support.  (Bug#15603)
1231
1232 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1233
1234         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1235         expired messages only when it was built in reverse order.
1236
1237 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1238
1239         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1240         last so it can be used in `message-send-hook'.
1241
1242 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1243
1244         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1245         <#secure> tag (bug#18513).
1246
1247 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1248
1249         * parse-time.el: Require cl when compiling.
1250
1251 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         Use cl-lib as much as possible following the 2014-09-26 change
1254         in the Emacs trunk.
1255         * parse-time.el: Try requiring cl-lib.
1256         (parse-time-incf): Alias to cl-incf or incf.
1257         (digit-char-p): Remove.
1258         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1259         (parse-integer): Rename to parse-time-integer.
1260         (parse-time-tokenize, parse-time-rules, parse-time-string)
1261         Use parse-time-incf and parse-time-integer.
1262
1263 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1264
1265         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1266         of ":delete".
1267
1268 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1269
1270         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1271         (gnus-article-browse-html-parts):
1272         Revert last change that breaks links other than cid contents.
1273
1274 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1275
1276         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1277         (gnus-article-browse-html-parts): Make cid file names relative.
1278
1279 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1282         temporarily displayed when running a mode function (at least org-mode
1283         requires it).
1284
1285 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1286
1287         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1288         the gnus-summary-article-expire-hook should be told where the function
1289         is going. In particular, the Gnus registry might want to know.
1290
1291 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1292
1293         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1294
1295 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1298
1299 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1300
1301         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1302         the gnus-summary-article-expire-hook should be told where the function
1303         is going. In particular, the Gnus registry might want to know.
1304
1305 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1306
1307         Don't mishandle year-9999 dates (Bug#18176).
1308         * parse-time.el (parse-time-rules):
1309         Allow years up to most-positive-fixnum.
1310         * time-date.el (date-to-time):
1311         Pass "Specified time is not representable" errors through.
1312
1313 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1314
1315         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1316         groups and t.
1317
1318 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1319
1320         * gnus-utils.el (gnus-recursive-directory-files):
1321         Unify hard or symbolic links (bug#18063).
1322
1323 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1324
1325         * gnus-msg.el (gnus-configure-posting-style):
1326         Allow string replacements in values when matching against a header.
1327
1328 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1329
1330         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1331         the dribble buffer even when it is shrunk a lot.
1332         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1333
1334 2014-06-26  Glenn Morris  <rgm@gnu.org>
1335
1336         * mm-util.el (help-function-arglist): Remove outdated declaration.
1337
1338 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1339
1340         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1341         attribute values.  (Bug#17834)
1342
1343 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1344
1345         * gnus-sum.el (gnus-summary-edit-article-done):
1346         Prefer point-marker to copy-marker of point.
1347
1348 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1349
1350         * Makefile.in (install-el, install-el-elc): Compress .el files.
1351         (uninstall): Remove compressed .el files.
1352
1353 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1354
1355         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1356         (gnus-article-read-summary-keys):
1357         Don't bug out when there is no article in the summary buffer.
1358         (gnus-mime-buttonize-attachments-in-header):
1359         Improve criterion that finds parts to display.
1360
1361         * gnus-art.el (gnus-mm-display-part):
1362         * mm-decode.el (mm-shr):
1363         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1364         (mm-insert-inline): Revert last changes.
1365
1366 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * gnus-art.el (gnus-mm-display-part):
1369         * mm-decode.el (mm-shr):
1370         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1371         (mm-insert-inline): Set insertion type of end-marker, not only
1372         start-marker, of undisplayer so as to stay after inserted text.
1373
1374 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1375
1376         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1377         attribute. (Bug#17613)
1378
1379 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1380
1381         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1382         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1383
1384 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1387         Don't delete next part button; keep spacing between buttons.
1388
1389 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1390
1391         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1392         Work for the last MIME part in an article.
1393         (gnus-mime-display-single): Suppress excessive newlines between parts.
1394
1395         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1396         by leading or trailing newline.
1397
1398 2014-05-12  Sam Steingold  <sds@gnu.org>
1399
1400         * time-date.el (seconds-to-string): New function to pretty print time
1401         delay in seconds.
1402
1403 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1406         while prompting a user for a file name, etc.
1407         (gnus-mime-display-single): Display part with a common appearance no
1408         matter whether MIME button is omitted or not; don't add duplicate entry
1409         to gnus-article-mime-handle-alist.
1410         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1411
1412 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1413
1414         * mml2015.el (mml2015-display-key-image): New variable.
1415
1416 2014-05-08  Glenn Morris  <rgm@gnu.org>
1417
1418         * gnus-fun.el (gnus-grab-cam-face):
1419         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1420         This is CVE-2014-3421.
1421
1422 2014-05-04  Glenn Morris  <rgm@gnu.org>
1423
1424         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1425
1426 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1429         the displaying state of a part.
1430         (gnus-mm-display-part): Don't insert a newline in the beginning of
1431         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1432
1433         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1434         (mm-shr): Make undisplayer unbreakable.
1435
1436         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1437         Don't insert excessive newline.
1438         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1439         (mm-insert-inline): Make undisplayer unbreakable.
1440
1441 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1442
1443         * gnus.el: Ma Gnus v0.11 is released.
1444
1445 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1446
1447         * gnus-art.el (gnus-mm-display-part):
1448         Highlight header attachment buttons.
1449
1450 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1451
1452         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1453         a part; redisplay a button (enbugged in 2014-02-05).
1454
1455 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1456
1457         * auth-source.el (auth-source-search, auth-source-search-backends):
1458         Treat :max 0 as an indicator that a boolean return is wanted, as
1459         documented. Reported by Joe Bloggs.
1460
1461 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * gnus-icalendar.el: Require gnus-art.
1464
1465 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1466
1467         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1468         (gnus-icalendar--update-org-event): put event timestamp in
1469         the org entry body instead of the drawer.
1470         (gnus-icalendar-event--get-attendee-names): list of participants should
1471         contain even attendees without common name attribute.
1472         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1473         property tags in org drawers.
1474
1475 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1476
1477         * gmm-utils.el (gmm-format-time-string): New function.
1478
1479         * message.el (message-insert-formatted-citation-line): Use the original
1480         author's time zone to express a date string.
1481
1482 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1483
1484         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1485         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1486         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1487         Silence compiler warnings.
1488         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1489
1490 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1491
1492         * mml.el: Require url when compiling.
1493
1494         * gnus-cloud.el (gnus-cloud-parse-version-1):
1495         Use plist-get rather than CL's getf.
1496         (gnus-activate-group, gnus-subscribe-group): Declare.
1497
1498         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1499
1500 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1501
1502         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1503         buttons when toggling the header off.
1504
1505 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1506
1507         * tls.el (tls-program): Reflow docstring.
1508
1509 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1510
1511         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1512         groups work again.
1513
1514 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1515
1516         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1517         999 correctly (i.e. "1,342").
1518
1519 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1520
1521         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1522         out if the directory doesn't exist.
1523
1524 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1525
1526         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1527         commands here; instead, only check if epg-config.el is available.
1528
1529 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1530
1531         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1532         messages with embedded images.
1533         (mml-generate-mime): Don't bug out if you don't have libxml.
1534
1535 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1536
1537         * message.el (message-make-html-message-with-image-files): New command.
1538
1539 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1540
1541         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1542
1543         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1544
1545 2014-02-23  David Engster  <deng@randomsample.de>
1546
1547         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1548         to stay compatible with older Emacsen, so replace `cl-loop' with
1549         `loop'.
1550
1551 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1552
1553         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1554         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1555         instead, build list of patterns.
1556
1557 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1558
1559         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1560         Display header attachment buttons by gnus-article-prepare-display
1561         rather than gnus-article-prepare so as to view in mml-preview as well.
1562
1563 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1564
1565         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1566         in `auth-sources' means and link to EPA docs.
1567
1568 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1569
1570         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1571         (bug#12375).
1572
1573 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1574
1575         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1576         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1577
1578 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1579
1580         * message.el (message-tab): Mention what happens on normal tabs
1581         (bug#11297).
1582
1583 2014-02-08  Glenn Morris  <rgm@gnu.org>
1584
1585         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1586
1587 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1588
1589         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1590         buttons that are hidden in unselected alternative part as well.
1591         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1592
1593         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1594
1595 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1596
1597         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1598         keystroke.
1599         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1600         types.
1601
1602         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1603         with an empty string.
1604
1605 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1606
1607         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1608         buffer-local in some buffers, so bind it explicitly in the buffer we're
1609         trying to cancel the article in (bug#10808).
1610
1611 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1612
1613         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1614         New functions.
1615
1616         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1617         New user option.
1618         (gnus-mime-buttonize-attachments-in-header): New function.
1619         (gnus-article-prepare): Use it.
1620         (gnus-mime-inline-part): Suppress extra newline.
1621         (gnus-mm-display-part): Save excursion;
1622         remove useless deleting and adding of buttons.
1623         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1624
1625         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1626         Add gnus-mime-buttonize-attachments-in-header.
1627
1628 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1629
1630         * nnimap.el (nnimap-request-articles): New command to download several
1631         articles at once.
1632
1633         * gnus.el (gnus-variable-list): Save Cloud variables.
1634
1635         * gnus-int.el (gnus-request-accept-article): Doc fix.
1636
1637 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1638
1639         * parse-time.el (parse-time-iso8601-regexp)
1640         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1641         it more generally.
1642
1643 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1644
1645         * gnus-cloud.el: New file to provide the Emacs Cloud.
1646
1647         * dgnushack.el: Silence XEmacs w3 warning.
1648
1649         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1650         `url-retrieve-synchronously', apparently.
1651
1652         * dgnushack.el: Silence XEmacs dns.el warning.
1653
1654         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1655         instead of in all files.
1656
1657         * dns.el (network-interface-list): Define for XEmacs.
1658
1659         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1660         XEmacs.
1661
1662         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1663
1664 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1665
1666         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1667         `gnus-group-split-fancy'.
1668
1669 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1670
1671         * message.el (message-remove-header): Doc fix.
1672         (message-forward-included-headers): New variable.
1673         (message-remove-ignored-headers): Use it.
1674
1675 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1676
1677         * nnir.el (nnir-request-update-mark): Don't try to update the source
1678         group if we can't find it (bug#16611).
1679
1680 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1681
1682         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1683
1684 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1685
1686         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1687         network interfaces changed.
1688         (dns-query): Use it to flush the data.
1689
1690 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1691
1692         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1693         from random face commands.
1694         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1695         Face.
1696         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1697         (gnus--random-face-with-type): Generic function returning a face-type
1698         as a string.
1699         (gnus--insert-random-face-with-type): Generic function inserting a face
1700         in a message buffer header.
1701         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1702         (gnus-insert-random-x-face-header): Rewritten to use
1703         `gnus--insert-random-face-with-type`.
1704         (gnus-random-face): Return random (png) Face as string.
1705         (nus-insert-random-face-header): Insert random (png) Face in a message
1706         buffer.
1707
1708 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1709
1710         * mm-url.el: Remove all usage of w3.
1711
1712         * nnrss.el: Ditto.
1713
1714         * mm-decode.el: Ditto.
1715
1716         * mm-view.el: Ditto.
1717
1718         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1719         outdated and all Emacsen have url.el built-in.
1720
1721         * gnus-setup.el: Remove outdated file.
1722
1723 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1724
1725         * gnus.el: Ma Gnus v0.9 is released.
1726
1727 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1728
1729         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1730
1731 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1732
1733         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1734         in the summary buffer (bug#13769).
1735
1736 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1737
1738         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1739         name if we're using a single article buffer.  Otherwise, it may point
1740         to a killed buffer (bug#13756).
1741
1742 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1743
1744         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1745         the match data, just save and restore it explicitly (bug#12375).
1746
1747         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1748         that's needed.
1749
1750         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1751         the code once (bug#9069).
1752
1753 2014-01-18  Steinar Bang  <sb@dod.no>
1754
1755         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1756         reading.
1757
1758 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1759
1760         * message.el (message-bury): Call bury-buffer with no argument
1761         in the message-return-action case too.
1762
1763 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1764
1765         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1766         (nnimap-split-fancy, nnimap-split-methods): Declare.
1767
1768         * mm-util.el (help-function-arglist): Declare.
1769
1770 2013-12-28  Glenn Morris  <rgm@gnu.org>
1771
1772         * gnus-sieve.el (gnus-sieve-select-method):
1773         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1774         (gravatar-rating, gravatar-size):
1775         * message.el (message-minibuffer-local-map):
1776         * sieve-manage.el (sieve-manage-authenticators)
1777         (sieve-manage-authenticator-alist): Specify custom types.
1778
1779         * hashcash.el (hashcash-program): Rename from hashcash-path.
1780         Update callers.
1781
1782         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1783         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1784         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1785
1786         * auth-source.el (auth-sources):
1787         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1788         Fix custom types.
1789
1790         * tls.el (tls-certtool-program): Fix default value.
1791
1792 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1793
1794         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1795         we get proper traces there, too.
1796
1797 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1798
1799         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1800         value of the parameters if the current article has a Reply-To or From
1801         field.
1802
1803 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1804
1805         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1806
1807 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1808
1809         * gnus-sum.el (gnus-summary-exit): Stop animations.
1810
1811 2013-12-19  Juri Linkov  <juri@jurta.org>
1812
1813         * gnus.el (gnus-suppress-keymap):
1814         * gnus-art.el (gnus-article-mode-map):
1815         * gnus-group.el (gnus-group-mode-map):
1816         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1817         Remove [backspace] key binding because it shadows DEL (bug#16035).
1818
1819         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1820
1821 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1822
1823         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1824         Make sure work directory exists.
1825         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1826         rather than tmp directory.
1827         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1828         not necessarily always run, with it.
1829
1830 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1831
1832         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1833         value of gnus-icalendar-additional-identities work without restart.
1834
1835 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1836
1837         * mm-util.el (mm-make-temp-file):
1838         Alias to make-temp-file for modern Emacsen.
1839
1840 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1841
1842         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1843         nnir-article-number and nnir-article-group.
1844
1845 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1846
1847         * message.el (message-send-mail-with-sendmail):
1848         Don't kill error buffer if sending fails.
1849
1850 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1851
1852         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1853         (gnus-icalendar-event->org-entry)
1854         (gnus-icalendar--update-org-event)
1855         (gnus-icalendar-event->gnus-calendar): Distinguish between
1856         required/optional/non-participant attendee status.  Fix bug causing
1857         the first required event participant to be omitted.
1858
1859 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1860
1861         * gnus-art.el (article-de-quoted-unreadable)
1862         (article-de-base64-unreadable, gnus-mime-copy-part)
1863         * gnus-html.el (gnus-article-html)
1864         * mm-view.el (mm-inline-text-html-render-with-w3)
1865         (mm-inline-text-html-render-with-w3m-standalone)
1866         * rfc2231.el (rfc2231-decode-encoded-string):
1867         Allow overriding charset by mm-charset-override-alist.
1868
1869         * gnus-art.el (gnus-article-browse-html-parts):
1870         Replace LWSPs with `&nbsp;'s in header.
1871
1872         Work for broken Chinese articles.
1873
1874         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1875         Exclude broken handles that gnus-summary-enter-digest-group may create.
1876         (gnus-article-browse-html-parts):
1877         Allow overriding charset by mm-charset-override-alist.
1878
1879 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1880
1881         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1882         (gnus-icalendar-identities): Support additional-identities.
1883
1884 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1885
1886         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1887         org-timestamp for events ending at midnight.
1888
1889 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1890
1891         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1892         .log files.
1893
1894 2013-11-20  David Engster  <deng@randomsample.de>
1895
1896         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1897
1898 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1899
1900         * message.el (message-beginning-of-line):
1901         Use beginning-of-visual-line when visual-line-mode is turned on.
1902
1903 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1904
1905         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1906         (gnus-icalendar-event-from-ical)
1907         (gnus-icalendar-event->org-entry)
1908         (gnus-icalendar--update-org-event): Required/optional participation,
1909         list of attendees synced to org.
1910
1911 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1912
1913         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1914         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1915         cancellations to be synced to org if the original appt has an org
1916         outline.
1917
1918 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1919
1920         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1921         (gnus-icalendar-event->org-entry)
1922         (gnus-icalendar--update-org-event)
1923         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1924
1925 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1926
1927         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1928         Fix timezone handling in gnus-icalendar export to org.
1929
1930 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1931
1932         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1933
1934 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1937
1938 2013-10-30  Glenn Morris  <rgm@gnu.org>
1939
1940         * gnus-group.el (gnus-group-browse-foreign-server):
1941         * gnus-int.el (gnus-start-news-server):
1942         Silence compiler obsolescence warning.
1943
1944 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1945
1946         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1947         `nnoo-current-server' first, then for the actual `nnimap-address' to
1948         allow netrc entries for the nnoo server to coexist with netrc entries
1949         for the `nnimap-address'.
1950
1951 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1952
1953         * mm-decode.el (mm-dissect-buffer): Revert last change.
1954         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1955         The problem that motivated those changes was attributed to a broken
1956         mail sender, and has been fixed.
1957
1958 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1959
1960         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1961         token is missing in the Content-Type header.
1962
1963         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1964
1965 2013-09-18  Glenn Morris  <rgm@gnu.org>
1966
1967         * gnus-util.el (image-size): Declare.
1968
1969 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1970
1971         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1972         (gnus-icalendar-event-from-ical)
1973         (gnus-icalendar-event--build-reply-event-body)
1974         (gnus-icalendar-event-reply-from-buffer)
1975         (gnus-icalendar-find-org-event-file)
1976         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1977         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1978
1979         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1980
1981 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1982
1983         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1984         Use save-current-buffer.
1985         (gnus-tree-mode-map): Initialize in the declaration.
1986         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1987         (scroll-in-place): Defvar it.
1988         (gnus-tmp-*): Defvar them.
1989         (gnus-get-tree-buffer): Use derived-mode-p.
1990         (gnus--let-eval): New macro.
1991         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1992         non-prefixed variables.
1993         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1994
1995         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1996         vars since it doesn't seem to be available.
1997         (gnus-set-global-variables, gnus-summary-read-group-1)
1998         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1999         (gnus-summary-display-article, gnus-summary-select-article)
2000         (gnus-summary-next-article, gnus-offer-save-summaries)
2001         (gnus-summary-generic-mark): Use derived-mode-p.
2002         (gnus-summary-read-group-1, gnus-summary-exit)
2003         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
2004         Adjust calls to gnus-tree-close and gnus-tree-open.
2005
2006         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
2007
2008         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
2009         (gnus-agent-mode): Use derived-mode-p.
2010         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
2011         gnus-command-method and *-command-method to nil, but bind
2012         gnus-command-method to *-command-method instead!
2013         (gnus-agent-fetch-articles): Remove unused var `id'.
2014         (gnus-agent-fetch-headers): Remove unused arg `force'.
2015         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
2016         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
2017         (gnus-agent-short-article, gnus-agent-long-article)
2018         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
2019         first use.
2020         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
2021         `score-param'.
2022         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
2023         (gnus-get-predicate): Push in front of the cache, rather than end.
2024         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
2025         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
2026         (gnus-agent-expire-unagentized-dirs): Don't rebind
2027         gnus-agent-expire-current-dirs since the defvar silences the warning.
2028         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
2029         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
2030         (gnus-agent-regenerate): Simplify interactive spec and doc.
2031
2032 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2033
2034         * gnus-int.el (gnus-open-server): Silence compiler.
2035
2036         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2037
2038         * message.el (message-display-completion-list): Abolish.
2039         (message-completion-in-region): Use display-completion-list.
2040
2041 2013-09-17  Glenn Morris  <rgm@gnu.org>
2042
2043         * gnus-util.el (gnus-message-with-timestamp-1):
2044         Use `messages-buffer' function if available.  Ignore read-only.
2045
2046 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2047
2048         * message.el (message-expand-group, message-completion-in-region):
2049         Correct the order of start and end of a region.
2050
2051 2013-09-13  Glenn Morris  <rgm@gnu.org>
2052
2053         * mml2015.el (gnus-create-image): Autoload it.
2054
2055         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
2056
2057         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
2058         (image-size): Declare.
2059
2060 2013-09-12  Glenn Morris  <rgm@gnu.org>
2061
2062         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
2063         Avoid using `find', which i) might not be defined at runtime;
2064         ii) does not work, since its default test is eql, not equal.
2065         (gnus-mime-action-alist): Declare.
2066
2067 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2068
2069         * score-mode.el (gnus-score-mode-map): Move initialization
2070         into declaration.
2071         (gnus-score-mode): Use define-derived-mode.
2072         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
2073         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
2074         into declaration.
2075         (gnus-kill-file-mode): Use define-derived-mode.
2076         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
2077         Use derived-mode-p.
2078         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
2079         (gnus-group-setup-buffer, gnus-group-name-at-point)
2080         (gnus-group-make-web-group, gnus-group-enter-directory)
2081         (gnus-group-suspend): Use derived-mode-p.
2082         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
2083         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
2084         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
2085         (gnus-article-setup-buffer, gnus-article-prepare)
2086         (gnus-article-prepare-display, gnus-sticky-article)
2087         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
2088         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
2089         (gnus-article-read-summary-keys): Use derived-mode-p.
2090
2091 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
2094
2095 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2096
2097         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
2098         shift_jis from the default value set for Japanese users.
2099
2100 2013-08-13  Glenn Morris  <rgm@gnu.org>
2101
2102         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
2103
2104         * gnus.el (gnus-valid-select-methods): Fix type.
2105
2106         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
2107
2108 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2109
2110         * mm-decode.el (mm-display-external): Run a timer for the temp files
2111         deletion after a viewer exits; add a deletion timer for the needsterm
2112         case, too.
2113
2114         * mm-decode.el (mm-display-external): Try to delete temporary files by
2115         using a 1-min. timer.
2116
2117 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2118
2119         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
2120         New internal variables.
2121         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
2122         (mm-display-external): Use it to delete temporary files instead of
2123         using timers.
2124
2125 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2126
2127         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
2128
2129 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
2130
2131         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
2132         with cond for backwards compatability.
2133
2134 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2135
2136         * mm-decode.el (mm-display-external): Bind process-connection-type to
2137         nil; don't delete a temp file immediately even if a viewer finishes,
2138         since it may be a shell script, like xdg-open, that launches a real
2139         viewer program belatedly.
2140
2141 2013-08-05  Dave Abrahams  <dave@boostpro.com>
2142
2143         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
2144         that we can create nndoc groups that excerpt other groups.
2145
2146 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * gnus-delay.el (gnus-delay-article): Fix typo.
2149
2150         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
2151         articles.
2152
2153         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
2154         we can get spell-checking etc.
2155
2156 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2157
2158         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
2159         a single one used for encoding the whole text in a header.
2160
2161 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2162
2163         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
2164         doesn't work properly on XEmacs.
2165
2166 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2167
2168         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
2169         before sending.
2170
2171         * dgnushack.el (dgnushack-compile): Add a temporary check for
2172         gnus-icalendar.
2173
2174         * mm-decode.el (mm-command-output): New face.
2175         (mm-display-external): Use it.
2176
2177 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
2178
2179         * nnmbox.el (nnmbox-request-article): Don't change point.
2180
2181 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2182
2183         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
2184         Include `handle' parameter.
2185
2186 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
2187
2188         * gnus-icalendar.el: New file.
2189
2190 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2191
2192         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
2193
2194         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
2195         dummy roots, too.
2196
2197 2013-08-01  David Edmondson  <dme@dme.org>
2198
2199         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
2200         out on ttys.
2201
2202 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203
2204         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
2205         not empty.
2206
2207         * nnrss.el (nnrss-discover-feed): Indent.
2208
2209 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2210
2211         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
2212
2213 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
2216         dirty to ensure nnimap data being saved.
2217
2218 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2219
2220         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2221         menu entry.
2222
2223         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2224         the current thread's total score instead of the current article's
2225         score.
2226
2227         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2228         (gnus-sort-threads-recursively): Delete defcustom.
2229         (gnus-sort-threads-recursive): Adapt accordingly.
2230
2231 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2232
2233         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2234         (gnus-sort-threads-recursive): Use it.
2235         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2236         again.  Now that determines how to sort subthreads.
2237
2238 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2239
2240         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2241         (gnus-sort-threads): Use it.
2242
2243 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2244
2245         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2246         punctuation characters follow parentheses (bug#14950).
2247
2248 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2249
2250         * gnus.el (gnus-continuum-version):
2251         * gnus-msg.el (gnus-extended-version): Simplify.
2252
2253         * gnus.el (gnus-continuum-version-1): Remove.
2254         * gnus-msg.el (gnus-bug): Revert.
2255
2256         Calculate gnus-version correctly on Cygwin.
2257
2258         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2259         (gnus-continuum-version-1): New function, return a string.
2260
2261         * gnus-msg.el (gnus-extended-version, gnus-bug):
2262         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2263
2264 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2265
2266         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2267         (bug#13384).
2268
2269 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2270
2271         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2272         that were only relevant in a development version a long time ago.
2273
2274 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2275
2276         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2277         that the old Emacs 24s bundle.
2278
2279 2013-07-10  David Engster  <deng@randomsample.de>
2280
2281         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2282         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2283         fixes a bug in Emacs trunk where the 'unexist' marks were always
2284         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2285         Gnus v0.03".
2286
2287 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2288
2289         * gnus.el (gnus-summary-line-format): Reference
2290         `gnus-user-date-format-alist' for the &user-date; format, not
2291         `gnus-summary-user-date-format-alist'.
2292
2293 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2294
2295         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2296         delete files (bug#13481).
2297
2298 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2299
2300         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2301
2302 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2303
2304         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2305         display images.
2306
2307         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2308
2309         * message.el (message-cancel-news): According to
2310         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2311         preferred over "cmsg cancel" in the Subject.
2312
2313         * nnir.el (nnir-engines): Note that the group specs are regexps
2314         (bug#13238).
2315
2316         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2317         gotten read-only text properties, ensure that those aren't heeded when
2318         copying stuff over (bug#13434).
2319
2320         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2321         (bug#13762).
2322
2323 2013-07-05  David Kastrup  <dak@gnu.org>
2324
2325         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2326         authinfo file again (important for blank passwords).  This had been
2327         broken with 2013-06-15 change.
2328
2329 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2330
2331         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2332         Revert 2013-01-14 change.
2333
2334 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2335
2336         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2337         of 'create-image' for XEmacs compatibility; check errors when decoding
2338         image.  Reported by Uwe Brauer.
2339
2340 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2343         gnus-button-push revised at 2011-01-19.
2344
2345 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2346
2347         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2348         now live in the lisp/net Emacs 24 repository.
2349
2350 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * eww.el (eww-update-header-line-format): Quote % characters.
2353
2354 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2355
2356         * eww.el (eww-process-text-input): Display passwords as asterisks.
2357
2358         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2359
2360 2013-06-19  Tom Tromey  <tromey@redhat.com>
2361
2362         * eww.el (eww-top-url): Remove.
2363         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2364         (eww-render): Set new variables.  Don't set eww-top-url.
2365         (eww-handle-link): Handle "prev", "home", and "contents".
2366         Downcase the rel text.
2367         (eww-top-url): Choose best top URL.
2368
2369 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2370
2371         * eww.el: Rewrite to implement form elements "by hand" instead of
2372         relying in widget.el.  Using widget.el leads to too many
2373         user interface inconsistencies.
2374         (eww-self-insert): Implement entering commands in text fields.
2375         (eww-process-text-input): New function to make text input field editing
2376         work.
2377         (eww-submit): Rewrite to use the new-style form methods.
2378         (eww-select-display): Display the correct selected item.
2379         (eww-change-select): Implement changing the select value.
2380         (eww-toggle-checkbox): Implement radio/checkboxes.
2381         (eww-update-field): Fix compilation error.
2382         (eww-tag-textarea): Implement <textarea>.
2383
2384         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2385         don't shadow mode-specific bindings.
2386
2387         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2388         nothing to push.
2389
2390         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2391
2392 2013-06-19  Glenn Morris  <rgm@gnu.org>
2393
2394         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2395
2396 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2397
2398         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2399
2400 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2401
2402         * shr.el (shr-make-table-1): Implement <td rowspan>.
2403         (shr-table-horizontal-line): Allow nil as a value, and change the
2404         default.
2405         (shr-insert-table-ruler): Respect the nil value.
2406
2407 2013-06-18  Tom Tromey  <tromey@barimba>
2408
2409         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2410         New defvars.
2411         (eww-open-file): New defun.
2412         (eww-render): Initialize new variables.
2413         (eww-display-html): Handle "link" and "a".
2414         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2415         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2416         (eww-back-url): Rename from eww-previous-url.
2417         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2418         defuns.
2419
2420 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2421
2422         * shr.el (shr-tag-table): Insert the images after the table, so that
2423         they're not covered by the table colourisation, which often looked
2424         awkward.
2425         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2426         <dd>.
2427         (shr-make-table-1): Implement <td colspan=> support.
2428         (shr-insert-document): Use one less than window width if `shr-width' is
2429         nil, since otherwise things may get one character too wide.
2430
2431 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2432
2433         * eww.el (eww-detect-charset): Improve regexp; move backward.
2434
2435 2013-06-18  Glenn Morris  <rgm@gnu.org>
2436
2437         * mm-decode.el (widget-convert-button): Autoload.
2438
2439         * sieve-manage.el (mm-enable-multibyte): Autoload.
2440
2441         * shr.el (libxml-parse-html-region): Declare.
2442         (shr-render-buffer): Explicit error if no libxml2 support.
2443
2444 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2445
2446         * auth-source.el (auth-source-current-line): New function.
2447         (auth-source-netrc-parse-entries): When a data token is "machine",
2448         assume we're in the wrong place and abort parsing the current line.
2449
2450 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2451
2452         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2453         (eww-convert-widgets): Don't bug out if the first widget starts at the
2454         beginning of the buffer.
2455         (eww-convert-widgets): Fix last patch.
2456         (eww-tag-input): Support <input type=image>.
2457
2458         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2459         (shr-tag-base): Protect against base specs that are degenerate.
2460         (shr-ensure-paragraph): Don't delete empty lines that have text
2461         properties, because these may be input fields.
2462
2463         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2464         we can navigate to them.
2465
2466         * shr.el (shr-colorize-region): Put the colours over the entire region.
2467         (shr-inhibit-decoration): New variable.
2468         (shr-add-font): Use it to inhibit text property decorations while doing
2469         preliminary table renderings.  This speeds up typical Wikipedia page
2470         renderings by 15%.
2471         (shr-tag-span): Don't respect the <title>, because that overwrites the
2472         help-echo from links inside the spans.
2473         (shr-next-link): Use `help-echo' for navigation, so that we can
2474         navigate to form elements, too.
2475
2476         * eww.el (eww-button): New face.
2477         (eww-convert-widgets): Use it to make submit buttons more button-like.
2478
2479         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2480         that Gnus commands work.
2481
2482         * shr.el (shr-render-td): Support horizontal alignment.
2483
2484         * eww.el (eww-put-color): Removed.
2485         (eww-colorize-region): Use `add-face-text-property'.
2486
2487         * shr.el (shr-add-font): Append face data, so that we get the correct
2488         precedence: The innermost value (which is applied first) wins.
2489         (shr-make-overlay): Obsolete function.
2490
2491         * mm-decode.el (mm-convert-shr-links): New function to convert
2492         new-style shr URL links into widgets.
2493         (mm-shr): Use it.
2494
2495         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2496         widget commands, since we're no longer using widgets for links.
2497
2498         * shr.el (shr-next-link): New command.
2499         (shr-previous-link): New command.
2500         (shr-urlify): Don't use `widget-convert', because that's slow.
2501         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2502         because collecting the overlays and reapplying them when generating
2503         tables is slow.
2504         (shr-insert-table): Ditto.
2505
2506 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2507
2508         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2509         * shr.el (browse-url): Require `url'.
2510         * eww.el (url): Require format-spec.
2511
2512 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2513
2514         * eww.el (eww-display-html): Default to using the entire window width.
2515         (eww-browse-url): Don't add a User-Agent header (twice), because that
2516         makes Bing refuse connection.
2517
2518         * shr.el (shr-make-table): Cache the table rendering at the table
2519         level, and not the <td> level.  This is a bit faster.
2520
2521         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2522         #id.
2523
2524         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2525         browsers don't.
2526         (shr-expand-url): Respect #anchor links.
2527         (shr-parse-base): Chop off the anchor before using.
2528         (shr-descend): Respect display: none.
2529         (shr-descend): Allow marking elements that have certain IDs.
2530
2531         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2532
2533         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2534
2535         * eww.el (eww-tag-textarea): Support <textarea>.
2536
2537 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2538
2539         * shr.el (shr-dom-to-xml): Fixed function call.
2540
2541         * eww.el (eww): New group.
2542         (eww-header-line-format): New custom variable.
2543         (eww-current-title): New variable.
2544         (eww-display-html): Update header and handle title tag.
2545         (eww-update-header-line-format): New function.
2546         (eww-tag-title): New function.
2547
2548         * shr.el (shr-dom-to-xml): New function.
2549         (shr-tag-svg): Add support for the SVG tag.
2550         (shr-bullet): New custom variable.
2551         (shr-tag-li): Support custom bullet in unordered lists.
2552
2553 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554
2555         * shr.el (shr-expand-url): Respect // URLs.
2556
2557         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2558         put a background colour onto the entire buffer.
2559         (eww-render): When being redirected, use the redirect URL as the new
2560         base URL.
2561
2562         * shr.el (shr-parse-base): Fix parsing error.
2563
2564         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2565
2566         * shr.el (shr-parse-base): New function.
2567         (shr-expand-url): Use it to expand relative URLs reliably.
2568
2569 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2570
2571         * auth-source.el (auth-source-search-collection): Fix docstring.
2572         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2573         single-quoted strings and multiline entries.
2574         (auth-source-netrc-parse-next-interesting)
2575         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2576         functions to support parser.
2577
2578 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2579
2580         * eww.el (eww-submit): Get submit button logic right when hitting RET
2581         on non-submit buttons.
2582
2583         * shr.el: Remove shr-preliminary-table-render, since that can't really
2584         be used for anything in practice.
2585
2586 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2587
2588         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2589         (sieve-manage-quit).
2590
2591 2013-06-14  Glenn Morris  <rgm@gnu.org>
2592
2593         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2594
2595 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2596
2597         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2598         control the maximum size of photo ID image.
2599         (mml2015-epg-key-image-to-string): Respect it.
2600
2601 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2602
2603         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2604         instead of the final one so that we can more easily distinguish them.
2605
2606         * eww.el (eww-submit): Compute the submission URL correctly.
2607
2608 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2609
2610         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2611         Use plist-get rather than CL's getf.
2612         (sieve-manage-parse-capability): Avoid CL's remove-if.
2613
2614 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2615
2616         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2617         (sieve-manage-quit).
2618
2619 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2620
2621         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2622         last slash.
2623
2624         * eww.el (eww-tag-select): Use the first value as the default value.
2625
2626 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2627
2628         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2629         (eww-mode): Use `define-derived-mode'.
2630         (eww-parse-headers): Parse headers from beginning of buffer so that
2631         file:// links work.
2632
2633 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2634
2635         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2636
2637 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2638
2639         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2640         to handle them at all.
2641
2642 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643
2644         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2645         work, too.
2646         (eww-tag-select): Implement <select>.
2647
2648 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2649
2650         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2651         stream managing functions by using open-protocol-stream to do most of
2652         the work.  Has the nice benefit of enabling STARTTLS.
2653         Wait for capabilities after STARTTLS: following RFC5804, the server
2654         sends new capabilities after successfully establishing a TLS connection
2655         with the client.  The client should update the cached list of
2656         capabilities, but we just ignore the answer for now.
2657         (sieve-manage-network-p, sieve-manage-network-open)
2658         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2659         (sieve-manage-forward, sieve-manage-streams)
2660         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2661         API, nor called by any other function.
2662         Enable Multibyte for SieveManage buffers: The parser won't properly
2663         handle umlauts and line endings unless multibyte is turned on in the
2664         process buffer.
2665
2666 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2667
2668         * eww.el (eww-tag-input): Support password fields.
2669         (eww-submit): Support POST.
2670
2671 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2672
2673         * eww.el (eww-tag-form): Protect against degenerate forms.
2674
2675         * shr.el (shr-expand-url): Expand URLs that start with a slash
2676         correctly.
2677
2678         * eww.el (eww-submit): Get submit button logic right.
2679
2680         * shr.el (shr-final-table-render): New variable to signal when we're
2681         doing the final table rendering so that we can collect more data at
2682         that point.
2683
2684         * eww.el (eww-submit): Make form submission work.
2685         (eww-tag-input): Implement submit buttons.
2686         (eww-click-radio): Implement radio and checkboxes.
2687         (eww-submit): Handle hidden elements.
2688
2689         * shr.el (shr-descend): Allow other packages to override (or provide)
2690         rendering of elements.
2691         (shr-expand-url): Strip query strings from URLs before expanding them.
2692
2693         * eww.el: Don't require cl-lib.
2694         (eww-tag-form): Start form support.
2695
2696         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2697
2698         * eww.el: Start writing a new, tiny web browser.
2699         (eww-previous-url): New command.
2700         (eww-quit): New command.
2701
2702 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2703
2704         * sieve.el: Put point at beginning of buffer when viewing a script.
2705         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2706         number in sieve-buffer's header.  Fixed code to also work with a string
2707         as port specifier.  Properly close the connection on pressing 'q'.  Make
2708         sieve-manage-quit close the connection and process buffer.  Also, remove
2709         duplicate keybinding for 'q'.
2710
2711 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2712
2713         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2714         make it easier to read.
2715         (mm-pkcs7-enveloped-magic): Ditto.
2716
2717 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2718
2719         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2720         before `image-type-available-p' to avoid loading the image libraries
2721         needlessly.
2722
2723 2013-06-05  David Engster  <deng@randomsample.de>
2724
2725         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2726         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2727         to see whether the group was synced before.
2728
2729 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2730
2731         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2732         when opening the connection.
2733         Suggested by João Távora <joaotavora@gmail.com> in
2734         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2735
2736 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2739         assume Date header begins with "Date", that may be customized into
2740         something like "X-Sent" using gnus-article-time-format.
2741         (article-transform-date): Allow multi-line Date header.
2742
2743 2013-06-02  David Engster  <deng@randomsample.de>
2744
2745         * registry.el (initialize-instance, registry-lookup)
2746         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2747         (registry-lookup-secondary-value, registry-search, registry-delete)
2748         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2749         not wrap methods in `eval-and-compile'.  This breaks due to latest
2750         changes in EIEIO (introduction of eieio-core.el).
2751
2752 2013-05-30  Glenn Morris  <rgm@gnu.org>
2753
2754         * nnmail.el (nnmail-fancy-expiry-target):
2755         Also bind mail-dont-reply-to-names.
2756
2757         * spam-stat.el (spam-stat-save):
2758         No need to tweak font-lock in temp buffers.
2759
2760         * shr.el (shr-put-image): Silence compiler.
2761
2762 2013-05-29  Glenn Morris  <rgm@gnu.org>
2763
2764         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2765
2766         * gnus-group.el (gnus-sequence-of-unread-articles)
2767         (gnus-summary-add-mark, gnus-mark-article-as-read)
2768         (gnus-group-make-articles-read): Declare.
2769
2770         * gnus-sum.el (gnus-parameter-list-identifier)
2771         (gnus-article-stop-animations, gnus-stop-downloads)
2772         (gnus-article-only-boring-p, article-goto-body)
2773         (gnus-flush-original-article-buffer, article-narrow-to-head)
2774         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2775         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2776
2777         * gnus.el: No need to eval-and-compile autoloads.
2778
2779         * gravatar.el (help-function-arglist): Autoload.
2780
2781         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2782
2783         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2784
2785         * spam.el: No need to load spam-report when compiling.
2786         No need to eval-and-compile autoloads.
2787         (spam-report-resend-to): Declare.
2788         (spam-report-resend-register-routine): Require 'spam-report.
2789
2790 2013-05-24  Julien Danjou  <julien@danjou.info>
2791
2792         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2793         setup.
2794
2795 2013-05-23  Glenn Morris  <rgm@gnu.org>
2796
2797         * gnus-util.el (rmail-swap-buffers-maybe)
2798         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2799         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2800         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2801
2802         * mm-decode.el: No need to load term when compiling.
2803         (term-mode, term-char-mode): Declare.
2804
2805         * mm-util.el: No need to load jka-compr when compiling.
2806         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2807
2808         * nnmaildir.el: Require is automatically eval-and-compile.
2809         (nnmail): Require at run-time too.
2810
2811         * registry.el (registry-size): Move definition before use.
2812
2813 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2814
2815         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2816         signed data to conform the standard.  (Bug#14232)
2817
2818 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2819
2820         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2821         double angle quotation mark.
2822
2823 2013-05-20  Glenn Morris  <rgm@gnu.org>
2824
2825         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2826
2827 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2828
2829         * message.el (message-insert-formatted-citation-line): handle finding
2830         first/lastname when more than 2 names appear.
2831
2832 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2833
2834         * shr.el (shr-tag-span): New function.
2835
2836 2013-05-18  Glenn Morris  <rgm@gnu.org>
2837
2838         * message.el (message-mode): Use message-mode-abbrev-table,
2839         with text-mode-abbrev-table as parent.  (Bug#14413)
2840
2841 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2842
2843         * message.el (message-expand-group): Decode group names.
2844
2845 2013-05-16  Julien Danjou  <julien@danjou.info>
2846
2847         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2848         app-icon.
2849
2850 2013-05-15  Glenn Morris  <rgm@gnu.org>
2851
2852         * shr-color.el (shr-color-visible-luminance-min)
2853         (shr-color-visible-distance-min): Use shr-color group.
2854
2855 2013-05-11  Glenn Morris  <rgm@gnu.org>
2856
2857         * gnus-vm.el: Make it loadable without VM.
2858         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2859         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2860
2861 2013-05-09  Glenn Morris  <rgm@gnu.org>
2862
2863         * mml1991.el: Make it loadable.  (Bug#13456)
2864
2865         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2866         * gnus-async.el (gnus-async-post-fetch-function):
2867         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2868         * gnus-html.el (gnus-html-image-cache-ttl):
2869         * gnus-notifications.el (gnus-notifications-timeout):
2870         * gnus-picon.el (gnus-picon-properties):
2871         * gnus-util.el (gnus-completion-styles):
2872         * gnus.el (gnus-other-frame-resume-function):
2873         * message.el (message-user-organization-file)
2874         (message-cite-reply-position):
2875         * nnir.el (nnir-summary-line-format)
2876         (nnir-retrieve-headers-override-function):
2877         * shr-color.el (shr-color-visible-luminance-min):
2878         * shr.el (shr-blocked-images):
2879         * spam-report.el (spam-report-resend-to):
2880         * spam.el (spam-summary-exit-behavior): Fix custom types.
2881
2882         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2883
2884 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2885
2886         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2887         because of let-binding help-xref-following.  (Bug#14356)
2888
2889 2013-05-06  Glenn Morris  <rgm@gnu.org>
2890
2891         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2892
2893 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2894
2895         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2896         entering into the registry.
2897
2898 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2899
2900         * gnus.el: Ma Gnus v0.7 is released.
2901
2902 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2903
2904         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2905         (Bug#14304)
2906
2907 2013-04-27  Glenn Morris  <rgm@gnu.org>
2908
2909         * gnus.el (gnus-list-debbugs):
2910         Use require rather than autoload.  (Bug#14262)
2911
2912 2013-04-27  Julien Danjou  <julien@danjou.info>
2913
2914         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2915         port to "sieve" now that it has an official IANA port assigned.
2916
2917 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2918
2919         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2920         Don't set the MAILHOST environment variable permanently (Bug#14271).
2921
2922 2013-04-26  Glenn Morris  <rgm@gnu.org>
2923
2924         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2925
2926 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2927
2928         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2929         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2930
2931 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2932
2933         * nnir.el (nnir-close-group): Make sure we are in the right group.
2934
2935         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2936         dependency table from all newly retrieved headers.
2937
2938 2013-04-16  David Edmondson  <dme@dme.org>
2939
2940         Support <img src="data:...">.
2941
2942         * shr.el (shr-image-from-data): New function.
2943         (shr-tag-img): Use it.
2944
2945 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2946
2947         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2948         group.
2949
2950 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2951
2952         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2953         corresponding to any existing group (Bug#14166).
2954
2955 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2956
2957         * nnir.el (number-sequence): No longer used.
2958         (nnir-request-set-mark): New function.
2959         (nnir-request-update-info): Improve marks updating.
2960         (nnir-request-scan): Don't duplicate marks updating.
2961         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2962         Use 'assq rather than 'assoc.  Quote anonymous function.
2963         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2964         Use 'gnus-group-prefixed-p.
2965         (gnus-summary-create-nnir-group): Make sure server for method is open.
2966
2967 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2968
2969         * nnir.el (gnus-nnir-group-p): New function.
2970         (nnir-possibly-change-group): Use it.
2971
2972         * gnus-msg.el (gnus-setup-message): Use it.
2973
2974 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2975
2976         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2977         `initial-input' for the argument name.
2978         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2979
2980 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2981
2982         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2983         (used by MH-E).
2984
2985 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2986
2987         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2988         group.
2989
2990         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2991         fix compilation.
2992
2993 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2994
2995         * nnir.el (nnir-method-default-engines): And another typo.
2996
2997 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2998
2999         * nnir.el (nnir-method-default-engines): Fix typo.
3000
3001 2013-03-29  Andrew Cohen  <cohen@bu.edu>
3002
3003         * nnir.el: Define 'number-sequence for xemacs.
3004         (gnus-summary-create-nnir-group): New function to create an nnir group
3005         from an nnir summary buffer based on the current query.
3006         (nnir-request-create-group): Update to allow nnir group creation based
3007         on the current query.
3008
3009 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3010
3011         * nndraft.el (nndraft-request-expire-articles):
3012         Make expiry target always `delete'.
3013
3014 2013-03-27  Andrew Cohen  <cohen@bu.edu>
3015
3016         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
3017         buffer use the posting-style and gcc of the original article group.
3018         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
3019
3020         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
3021         after other deffoos.
3022
3023 2013-03-25  Andrew Cohen  <cohen@bu.edu>
3024
3025         * nnir.el: Major rewrite.  Cleaner separation between searches and group
3026         management.  Marks are now shown in nnir summary buffers.  Rudimentary
3027         support for real (i.e. not ephemeral) nnir groups.
3028         (gnus-summary-make-nnir-group): New function for initiating searches
3029         from a summary buffer.
3030
3031 2013-03-18  Sam Steingold  <sds@gnu.org>
3032
3033         * message.el (message-bury): Minor cleanup.
3034
3035 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
3036
3037         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
3038
3039 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3040
3041         * nndir.el (nndir-request-list): Remove 2nd argument passed to
3042         nnml-request-list.  (Bug#13873)
3043         (nndir-request-newsgroups): Remove, unused.
3044
3045         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
3046
3047 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3048
3049         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
3050         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
3051         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
3052
3053 2013-03-03  Ted Phelps  <phelps@gnusto.com>
3054
3055         * shr.el: Make all the overlays set the `evaporate' property so that
3056         they're removed properly.
3057
3058 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
3059
3060         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
3061         shell-quote-argument.
3062
3063 2013-02-22  David Engster  <deng@randomsample.de>
3064
3065         * gnus-registry.el (gnus-registry-save): Provide class name when
3066         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
3067         `condition-case' to stay compatible with older EIEIO versions which
3068         only accept one argument.
3069
3070 2013-02-17  Daiki Ueno  <ueno@gnu.org>
3071
3072         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
3073         (epg-user-id-validity): Autoload.
3074         (mml2015-epg-check-user-id): New function.
3075         (mml2015-epg-check-sub-key): New function split from
3076         mml2015-epg-find-usable-key.
3077         (mml2015-epg-find-usable-key): Accept context, name, usage, and
3078         optional name-is-key-id, to handle the case when user-id is unusable.
3079         Reported by Łukasz Stelmach <stlman@poczta.fm>.
3080
3081 2013-02-17  Glenn Morris  <rgm@gnu.org>
3082
3083         * shr.el (shr-put-image): Use image-multi-frame-p if available.
3084
3085 2013-02-16  Glenn Morris  <rgm@gnu.org>
3086
3087         * shr.el (shr-put-image): Only animate images that specify a delay.
3088         This is consistent with the old image-animated-p behavior.
3089
3090 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3091
3092         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
3093         for XEmacs.
3094
3095 2013-02-13  Juri Linkov  <juri@jurta.org>
3096
3097         * gnus-art.el (gnus-article-mode-map):
3098         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
3099         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3100
3101 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
3102
3103         * auth-source.el (auth-source-format-prompt): Don't get confused by
3104         any "\" in replacement text.  (Bug#13637)
3105
3106 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
3107
3108         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
3109         (gnus-backend-trace): Honour gnus-backend-trace.
3110
3111         * mml.el (mml-insert-part): Insert closing tag.
3112
3113         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
3114
3115 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3116
3117         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
3118         able to find the article, which can happen in debbugs groups,
3119         apparently.
3120
3121 2013-01-16  Glenn Morris  <rgm@gnu.org>
3122
3123         * smiley.el (smiley-style): Make the file loadable in batch mode.
3124
3125 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3126
3127         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
3128         imap process running.
3129
3130 2013-01-14  Julien Danjou  <julien@danjou.info>
3131
3132         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
3133         Compare addresses against addresses, not against the full From field.
3134
3135 2013-01-13  Richard Stallman  <rms@gnu.org>
3136
3137         * message.el (message-forward-make-body-mime): New args BEG, END
3138         specify what part of FORWARD-BUFFER to use.  Do the work directly
3139         instead of calling `mml-insert-buffer'.
3140
3141 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3142
3143         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
3144         cross-reference(s).
3145
3146         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
3147         cross-reference(s).
3148
3149 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3150
3151         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
3152         and point-max-marker.
3153         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
3154
3155 2013-01-11  Julien Danjou  <julien@danjou.info>
3156
3157         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3158         max are almost equal.  Also return the correct value for V which is
3159         already between 0 and 1.
3160
3161 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
3162
3163         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
3164         to mml2015-encrypt-to-self.
3165         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
3166
3167 2013-01-09  Daiki Ueno  <ueno@gnu.org>
3168
3169         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
3170         mml-smime-epg-find-usable-secret-key.
3171
3172 2013-01-08  Glenn Morris  <rgm@gnu.org>
3173
3174         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
3175
3176 2013-01-07  Daiki Ueno  <ueno@gnu.org>
3177
3178         * mml-smime.el: Support signing by sender.
3179         Requested by Uwe Brauer.
3180         (mml-smime-sign-with-sender): New user option analogous
3181         to mml2015-sign-with-sender.
3182         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
3183         (mml-smime-epg-find-usable-secret-key): New helper function copied from
3184         mml2015.el.
3185
3186 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3187
3188         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
3189         isn't running, because Gnus will probably not know how to handle the
3190         Gcc header (bug#11941).
3191
3192         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
3193         articles.
3194
3195 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3196
3197         * nnfolder.el (nnfolder-recursive-directory-files): New function.
3198         (nnfolder-generate-active-file): Make this function work with recursive
3199         folder names.
3200
3201 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3202
3203         * nntp.el (nntp-open-connection): Use HELP as the capability command
3204         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
3205         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
3206
3207 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
3208
3209         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
3210         place holder since this gives `Invalid face reference: nil' messages.
3211         Use the `default' face instead.  It has the same effect here, even
3212         though it is not no-op.
3213
3214         * gnus-util.el
3215         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
3216
3217 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3218
3219         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3220         non-string posting styles (bug#13285).
3221
3222 2012-12-27  Glenn Morris  <rgm@gnu.org>
3223
3224         * plstore.el (plstore-passphrase-callback-function):
3225         Use plstore-get-file.
3226
3227 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3228
3229         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3230         stderr.
3231
3232 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3233
3234         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3235
3236         * gnus-compat.el (set-buffer-multibyte): Remove.
3237
3238 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3239
3240         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3241         temporary file to get PGP key image.  Pass no-show-photos when
3242         extracting image to avoid having it pop up twice.
3243
3244 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3245
3246         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3247         eligible for treatment.
3248
3249         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3250         lines.  This makes summary commands with hidden threads work more
3251         reliably.
3252
3253         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3254         button to mark the hidden citations (bug#9395).
3255
3256 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3257
3258         * mml2015.el (mml2015-epg-signature-to-string): New function.
3259         (mml2015-epg-verify-result-to-string): New function.
3260         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3261         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3262         instead of epg-verify-result-to-string.
3263         (epg-signature-key-id, epg-signature-to-string): Autoload.
3264         (epg-verify-result-to-string): Remove autoload.
3265
3266 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3267
3268         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3269         ID image from GPG public key.
3270         (mml2015-epg-key-image-to-string): New function.
3271
3272 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3273
3274         * plstore.el (plstore-passphrase-callback-function): Fix error when
3275         error when plstore-cache-passphrase-for-symmetric-encryption is set
3276         (bug#13264).
3277
3278 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3279
3280         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3281         buffer to the article buffer here, because that clobbers multiple
3282         article buffers.
3283
3284         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3285         buffer always points to the right summary buffer.
3286
3287 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3288
3289         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3290         the password (bug#12097).
3291
3292 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3293
3294         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3295         (bug#13263).
3296
3297         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3298         buffer exists before using it (bug#12475).
3299
3300         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3301         offline groups (bug#11937).
3302
3303         * message.el (message-yank-original): When using customize to set the
3304         value of `message-cite-style', the variable it set to a symbol that's
3305         the name of the variable, which must then be dereferenced (bug#12616).
3306
3307 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3308
3309         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3310         the `face' property with a list whose car is the face specified in the
3311         format string and whose cdr is (nil).
3312         * lisp/gnus-util.el
3313         (gnus-put-text-property-excluding-characters-with-faces):
3314         Change accordingly.
3315         (gnus-get-text-property-excluding-characters-with-faces): New function.
3316         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3317         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3318         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3319
3320 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3321
3322         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3323         login methods.
3324         (nnimap-login): Respect the `nnimap-authenticator' variable.
3325
3326         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3327         mark state when moving articles.  Otherwise unticked articles will get
3328         their ticks back after moving.
3329
3330 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3331
3332         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3333
3334         * message.el (message-ignored-news-headers): Always remove
3335         X-Message-SMTP-Method to avoid information leakage if the user
3336         mistakenly inserts the header into news messages.
3337
3338         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3339
3340         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3341         right than four characters, this command would move point to
3342         `point-max'.  Don't do that.
3343
3344         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3345         to nil to allow re-selecting groups that gain articles.
3346         (gnus-bug-group-download-format-alist): Update the URL.
3347
3348 2012-12-23  Andreas Schwab  <schwab@suse.de>
3349
3350         * shr.el (shr-tag-em): Render em as italic, not bold.
3351
3352 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3353
3354         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3355         for reuse.
3356         (gnus-open-server): Use it to add more tracing.
3357         (gnus-finish-retrieve-group-infos): Add backend tracing.
3358         (gnus-backend-trace): Also note the elapsed seconds.
3359
3360 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3361
3362         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3363         Set epa-file-encrypt-to from variable to avoid querying.
3364
3365 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3366
3367         * sieve-mode.el (sieve-font-lock-keywords):
3368         Keywords should be word delimited.  (Bug#13173)
3369
3370 2012-12-13  Andreas Schwab  <schwab@suse.de>
3371
3372         * tls.el (tls-program): Update customize type.
3373
3374 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3375
3376         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3377         instead of <pre> to align message header.
3378
3379 2012-12-12  Sam Steingold  <sds@gnu.org>
3380
3381         * gnus.el (gnus-other-frame-resume-function): Add user option.
3382         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3383
3384 2012-12-06  Sam Steingold  <sds@gnu.org>
3385
3386         * gnus-start.el (gnus-before-resume-hook): Add.
3387         (gnus-1): Run it when Gnus is alive.
3388
3389 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3392         * gnus-art.el (article-unsplit-urls)
3393         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3394         * gnus-registry.el (gnus-registry-get-article-marks)
3395         * message.el (message-goto-body): Use it.
3396         (message-called-interactively-p): Remove.
3397
3398         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3399         (spam-stat-score-buffer): Use it.
3400
3401         * spam.el: Silence the warnings against BBDB functions when compiling.
3402
3403         * gnus-score.el (gnus-score-decode-text-parts):
3404         Use append+mapcar instead of the cl function mapcan.
3405
3406 2012-12-05  Sam Steingold  <sds@gnu.org>
3407
3408         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3409         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3410         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3411
3412 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3413
3414         * gmm-utils.el (gmm-called-interactively-p): Revert.
3415         This seems to cause Emacs to get stuck!
3416         * gnus-art.el (article-unsplit-urls)
3417         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3418         * gnus-registry.el (gnus-registry-get-article-marks)
3419         * message.el (message-goto-body)
3420         (message-called-interactively-p): Revert.
3421
3422         * gmm-utils.el (gmm-called-interactively-p): New function.
3423         * gnus-art.el (article-unsplit-urls)
3424         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3425         * gnus-registry.el (gnus-registry-get-article-marks)
3426         * message.el (message-goto-body): Use it.
3427         (message-called-interactively-p): Remove.
3428
3429         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3430         * gnus-sync.el (gnus-sync-lesync-call)
3431         * message.el (message-read-from-minibuffer): Use it.
3432
3433 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3434
3435         * gmm-utils.el (gmm-flet): Remove.
3436         * gnus-sync.el (gnus-sync-lesync-call)
3437         * message.el (message-read-from-minibuffer): Don't use it.
3438
3439 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3440
3441         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3442
3443 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3444
3445         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3446
3447         * gnus-sync.el (gnus-sync-lesync-call)
3448         * message.el (message-read-from-minibuffer): Use gmm-flet.
3449
3450         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3451
3452         * gnus-util.el (gnus-macroexpand-all): Remove.
3453
3454 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3455
3456         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3457         to TAB, not [tab].
3458         (gnus-summary-article-map): Likewise.
3459
3460         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3461         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3462
3463 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3464
3465         * time-date.el: Commentary fix.
3466
3467 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3468
3469         * color.el: Don't require cl.
3470         (color-complement): `caddr' -> `nth 2'.
3471
3472         * time-date.el (time-to-seconds): De-obsolete.
3473
3474 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3475
3476         * message.el (message-get-reply-headers):
3477         Make sure the reply goes to the author if it is a wide reply.
3478
3479 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3480
3481         * gnus-score.el (gnus-score-body):
3482         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3483         scoring by body.
3484
3485 2012-11-16  Glenn Morris  <rgm@gnu.org>
3486
3487         * gnus-diary.el (nndiary-request-create-group-functions)
3488         (nndiary-request-update-info-functions)
3489         (gnus-subscribe-newsgroup-functions)
3490         (nndiary-request-accept-article-functions):
3491         Use new names for hooks rather than obsolete aliases.
3492
3493 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3494
3495         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3496
3497 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3498
3499         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3500         in meta tag with the one the part specifies in its header.
3501
3502 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3503
3504         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3505         by default.
3506
3507 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3508
3509         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3510         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3511
3512 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3513
3514         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3515         and a runtime function for it, of which the XEmacs version takes only
3516         two arguments.
3517
3518 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3519
3520         * nndiary.el (nndiary-request-create-group-functions)
3521         (nndiary-request-update-info-functions)
3522         (nndiary-request-accept-article-functions):
3523         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3524         "-hooks" suffix.
3525
3526 2012-10-19  Julien Danjou  <julien@danjou.info>
3527
3528         * gnus-art.el: Require gnus-util because it uses
3529         `gnus-timer--function'.
3530
3531 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3532
3533         * starttls.el (starttls-extra-arguments): Doc fix.
3534
3535 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3536
3537         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3538         it.
3539
3540 2012-10-06  Glenn Morris  <rgm@gnu.org>
3541
3542         * gnus-notifications.el (gnus-notifications):
3543         Add missing group :version tag.
3544         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3545         (gnus-gcc-post-body-encode-hook):
3546         * gnus-sync.el (gnus-sync-lesync-name)
3547         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3548
3549 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3550
3551         * color.el (color-hsl-to-rgb): Fix incorrect results for
3552         small and large hue values.  (Bug#12559)
3553
3554 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         New UIDL implementation.
3557
3558         * mail-source.el (mail-sources, mail-source-keyword-map):
3559         Add :leave as a pop3 keyword.
3560         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3561
3562         * pop3.el (pop3-leave-mail-on-server): Allow number.
3563         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3564         (pop3-movemail): Add UIDL support.
3565         (pop3-send-streaming-command): Take a list of mail numbers instead of
3566         the number of mails.
3567         (pop3-write-to-file): Add X-UIDL header.
3568         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3569         (pop3-uidl-add-xheader): New functions.
3570
3571         * message.el (message-ignored-resent-headers):
3572         Add X-Content-Length and X-UIDL headers.
3573
3574 2012-10-05  Glenn Morris  <rgm@gnu.org>
3575
3576         * color.el (color-name-to-rgb, color-rgb-to-hex)
3577         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3578         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3579         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3580         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3581
3582 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3583
3584         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3585         a user about whether to delete temp files if once a user answered as n.
3586
3587 2012-09-25  Chong Yidong  <cyd@gnu.org>
3588
3589         * password-cache.el (password-read-and-add): Use a declare form to mark
3590         this function obsolete.
3591
3592 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3593
3594         * lpath.el: Bind mail-encode-mml for old Emacsen.
3595
3596 2012-09-17  Richard Stallman  <rms@gnu.org>
3597
3598         * message.el (message-in-body-p): Don't set mark or modify buffer.
3599
3600         * mml.el (mml-attach-file): Doc fix.
3601         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3602         Set mail-encode-mml when in Mail mode.
3603         Simplify code to set HEAD and move back to HEAD.
3604         (mml-insert-multipart, mml-insert-part):
3605         Set mail-encode-mml when in Mail mode.
3606
3607 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3608
3609         * gnus-util.el (gnus-timer--function): New function.
3610
3611         * gnus-art.el (gnus-article-stop-animations): Use it.
3612
3613 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3614
3615         Fix glitches caused by addition of psec to timers.
3616         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3617         rather than raw access to timer vector.
3618
3619 2012-09-11  Julien Danjou  <julien@danjou.info>
3620
3621         * gnus-notifications.el (gnus-notifications): Check for nil values in
3622         ignored addresses check.
3623
3624 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3625
3626         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3627
3628 2012-09-07  Chong Yidong  <cyd@gnu.org>
3629
3630         * gnus-util.el
3631         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3632
3633         * gnus-salt.el (gnus-tree-highlight-node):
3634         * gnus-sum.el (gnus-summary-highlight-line):
3635         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3636
3637 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3638
3639         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3640
3641 2012-09-06  Juri Linkov  <juri@jurta.org>
3642
3643         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3644         scheme for buffer names to be more consistent with other group and
3645         article buffer names in Gnus.
3646
3647 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3648
3649         * gnus-util.el
3650         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3651
3652         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3653         Jenkner.
3654
3655         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3656
3657         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3658
3659         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3660
3661 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3664         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3665
3666         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3667         string-prefix-p in Emacs >=23.2.
3668
3669         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3670         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3671         instead of string-match-p.
3672         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3673
3674 2012-09-06  Kenichi Handa  <handa@gnu.org>
3675
3676         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3677         lowercase a..f.
3678
3679 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3680
3681         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3682
3683 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3684
3685         * nnimap.el (nnimap-request-move-article): Decode the group name when
3686         doing internal moves to avoid charset issues.
3687
3688         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3689         TIME is set.
3690
3691 2012-09-05  Juri Linkov  <juri@jurta.org>
3692
3693         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3694         than one group at a time (bug#11961).
3695
3696 2012-09-05  Julien Danjou  <julien@danjou.info>
3697
3698         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3699         this hide the real reason with a message giving absolutely no hint.
3700
3701 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3702
3703         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3704         to the backend (bug#11804).
3705
3706         * message.el (message-insert-newsgroups): Don't insert newsgroup
3707         duplicates (bug#12275).
3708
3709 2012-09-05  John Wiegley  <johnw@newartisans.com>
3710
3711         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3712         sieve rules.
3713
3714 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3715
3716         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3717         function.
3718
3719         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3720
3721         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3722
3723 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3724
3725         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3726         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3727         This should make nnmaildir more usable with offlineimap.
3728
3729 2012-09-05  Julien Danjou  <julien@danjou.info>
3730
3731         * nnimap.el (nnimap-request-list): Revert change that made listing
3732         synchronous.
3733         (nnimap-get-responses): Restore.
3734
3735 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3736
3737         * dgnushack.el: XEmacs 21.5 compilation fix.
3738
3739         * gnus-notifications.el (gnus-notifications-notify): Use it.
3740
3741         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3742         warnings on XEmacs.
3743
3744 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3745
3746         Better seeds for (random).
3747         * gnus-sync.el (gnus-sync-lesync-setup):
3748         * message.el (message-canlock-generate, message-unique-id):
3749         Change (random t) to (random), now that the latter is more random.
3750
3751 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3752
3753         * nnimap.el (nnimap-change-group): Document result value
3754
3755         * auth-source.el (auth-sources): Fix macos keychain access.
3756
3757         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3758         allow the backend `request-head' function to determine the group
3759         name on its own.
3760         (gnus-request-expire-articles): Filter out negative article numbers
3761         during expiry (Bug#11980).
3762
3763         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3764         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3765
3766         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3767         you've found the article when you haven't.
3768
3769         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3770         that nnimap-change-group can return t.
3771
3772 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3773
3774         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3775
3776 2012-08-30  Julien Danjou  <julien@danjou.info>
3777
3778         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3779         `gnus-notifications-timeout'.
3780         (gnus-notifications-timeout): Add.
3781         (gnus-notifications-action): New function.
3782         (gnus-notifications-notify): Add :action using
3783         `gnus-notifications-action'.
3784         (gnus-notifications-id-to-msg): New variable.
3785         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3786         notifications id to messages.
3787
3788 2012-08-30  Kenichi Handa  <handa@gnu.org>
3789
3790         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3791         once.
3792
3793 2012-08-29  Julien Danjou  <julien@danjou.info>
3794
3795         * gnus-notifications.el: New file.
3796         (gnus-notifications-notify): New function.
3797         (gnus-notifications): Use `gnus-notifications-notify'.
3798
3799 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3800
3801         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3802         transfer encoding first; bind gnus-newsgroup-charset to the charset
3803         that the article specifies (Bug#12209).
3804
3805 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3808         (gnus-group-customize-done): Encode values posting-style holds.
3809
3810         * gnus-msg.el (gnus-summary-resend-message)
3811         (gnus-configure-posting-styles): Decode values posting-style group
3812         parameter holds.
3813
3814 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3815
3816         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3817         `name' and `address' in Resent-From header.
3818
3819 2012-08-14  Chong Yidong  <cyd@gnu.org>
3820
3821         * gnus-art.el (article-display-face): Handle failure in
3822         gnus-create-image (Bug#11802).
3823
3824 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3825
3826         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3827         Use defsetf.
3828
3829 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3830
3831         * auth-source.el (auth-source-plstore-search)
3832         (auth-source-secrets-search): Ignore :require and :type in search spec.
3833
3834 2012-08-06  Julien Danjou  <julien@danjou.info>
3835
3836         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3837         `nnimap-request-move-article'.
3838
3839         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3840         Remove autoload, already handled by gnus.el.
3841
3842         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3843
3844         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3845         supported by nnimap actually.  Reverts previous change.
3846
3847         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3848         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3849         to-buffer argument that is already supported.
3850
3851 2012-08-05  Julien Danjou  <julien@danjou.info>
3852
3853         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3854         Add autoload.
3855
3856 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3857
3858         * gnus.el (gnus-valid-select-methods): Fix custom type.
3859
3860 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3861
3862         * auth-source.el (auth-sources, auth-source-backend-parse)
3863         (auth-source-macos-keychain-search)
3864         (auth-source-macos-keychain-search-items)
3865         (auth-source-macos-keychain-result-append)
3866         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3867         auth-source.el through the /usr/bin/security utility.
3868         (auth-sources): Fix syntax error.
3869         (auth-source-macos-keychain-result-append): Fix variable name.
3870         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3871
3872 2012-07-27  Julien Danjou  <julien@danjou.info>
3873
3874         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3875         Emacs < 24.1
3876
3877 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * message.el (message-kill-address): Don't kill last newline.
3880         (message-skip-to-next-address): Don't move to the next header.
3881         (message-fill-field-address): Work properly.
3882
3883 2012-07-25  Julien Danjou  <julien@danjou.info>
3884
3885         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3886
3887 2012-07-24  Julien Danjou  <julien@danjou.info>
3888
3889         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3890
3891         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3892         (nntp-async-timer-handler): Remove, unused.
3893
3894         * nnimap.el (nnimap-get-responses): Remove, unused.
3895
3896         * nnheader.el (mail-header-set-extra): Remove, unused.
3897
3898         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3899         unused.
3900
3901         * mm-view.el (mm-view-sound-file): Remove, unused.
3902
3903         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3904         (mm-url-encode-multipart-form-data): Remove, unused.
3905
3906         * message.el (message-remove-signature, message-make-host-name)
3907         (message-fill-address): Remove, unused.
3908
3909         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3910         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3911         unused.
3912
3913         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3914         (gnus-xmas-call-region): Remove, unused.
3915
3916         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3917
3918         * gnus-util.el (gnus-extract-address-component-name)
3919         (gnus-extract-address-component-email, gnus-sortable-date)
3920         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3921         (gnus-process-live-p): Remove, unused.
3922
3923         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3924
3925         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3926         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3927         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3928         function.
3929
3930         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3931
3932         * gnus-score.el (gnus-summary-score-crossposting)
3933         (gnus-score-regexp-bad-p): Remove, unused.
3934
3935         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3936
3937         * gnus-range.el (gnus-sublist-p): Remove, unused.
3938
3939         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3940         unused.
3941
3942         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3943
3944         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3945         (gnus-request-associate-buffer): Remove, unused.
3946
3947         * gnus-group.el (gnus-group-set-method-info)
3948         (gnus-group-set-params-info): Remove, unused.
3949
3950         * gnus-fun.el (gnus-shell-command-to-string)
3951         (gnus-shell-command-on-region): Remove, unused.
3952
3953         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3954
3955         * gnus-art.el (gnus-article-text-type-exists-p)
3956         (article-translate-characters, gnus-article-hide-text-of-type)
3957         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3958         Remove, unused.
3959
3960 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3961
3962         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3963
3964 2012-07-21  Julien Danjou  <julien@danjou.info>
3965
3966         * message.el (message-dont-reply-to-names): Replace deprecated
3967         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3968         (message-get-reply-headers): Ditto.
3969
3970 2012-07-18  Julien Danjou  <julien@danjou.info>
3971
3972         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3973         `sieve-upload-and-kill'.
3974
3975         * sieve.el (sieve-bury-buffer): Remove function.
3976         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3977         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3978
3979 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3980
3981         * shr.el (shr-expand-url): Handle URL starting with `//'.
3982
3983 2012-07-13  Chong Yidong  <cyd@gnu.org>
3984
3985         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3986         instead of calling toggle-read-only with a (bogus) argument.
3987
3988 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3989
3990         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3991         of initial input when reading the author to restrict the summary to.
3992
3993 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * mm-decode.el (mm-shr):
3996         Allow overriding charset by mm-charset-override-alist.
3997
3998 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3999
4000         * gnus-art.el (gnus-article-view-part):
4001         Toggle subparts of multipart/alternative part.
4002
4003 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4004
4005         * shr.el (shr-render-buffer): New command.
4006         (shr-visit-file): Use it.
4007
4008 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4009
4010         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
4011         Set no-byte-compile and no-update-autoloads.
4012
4013 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4014
4015         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
4016
4017 2012-06-25  Julien Danjou  <julien@danjou.info>
4018
4019         * nnimap.el (nnimap-request-articles-find-limit): Rename from
4020         `nnimap-request-move-articles-find-limit' since we do not use it only
4021         for move operations.
4022         (nnimap-request-accept-article): Use
4023         `nnimap-request-articles-find-limit' to limit search by message-id.
4024
4025 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4026
4027         Support higher-resolution time stamps (Bug#9000).
4028
4029         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
4030         VARLIST.  It's optional, for backward compatibility.
4031         (encode-time-value): New optional arg PICO.  New type 3.
4032         (time-to-seconds) [!float-time]: Support the new picoseconds
4033         component if it's used.
4034         (seconds-to-time, time-subtract, time-add):
4035         Support ps-resolution time stamps as well.
4036
4037 2012-06-19  Julien Danjou  <julien@danjou.info>
4038
4039         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
4040
4041         * nnimap.el (nnimap-log-buffer): Check that
4042         `window-point-insertion-type' is boundp, since it's not available in
4043         XEmacs.
4044
4045 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4046
4047         * nnimap.el (nnimap-log-buffer): Add this, setting
4048         `window-point-insertion-type' in the buffer to t.
4049         (nnimap-log-command): Use nnimap-log-buffer.
4050
4051 2012-06-19  Julien Danjou  <julien@danjou.info>
4052
4053         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
4054         argument to be able to limit the search.
4055         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
4056         (nnimap-request-move-articles-find-limit): Add this to limit the search
4057         by Message-Id after a message move.
4058         (nnimap): Add defgroup.
4059
4060 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4061
4062         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
4063
4064 2012-06-15  Julien Danjou  <julien@danjou.info>
4065
4066         * nnimap.el (nnimap-find-article-by-message-id): Use
4067         `nnimap-possibly-change-group' rather than its own EXAMINE call.
4068         (nnimap-possibly-change-group): Add read-only argument.
4069         (nnimap-request-list): Use nnimap-possibly-change-group rather than
4070         issuing EXAMINE manually.
4071         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
4072         with read-only argument.
4073         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
4074         cannot possibly change because we need to be sure that it's either
4075         read-write or read-only.
4076
4077 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4078
4079         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
4080         being bound to a lambda form.
4081
4082 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
4083
4084         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
4085         articles when fetch-old is non-nil (bug#11370).
4086
4087 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
4088
4089         * gnus-picon.el (gnus-picon-properties): New defcustom.
4090         (gnus-picon-create-glyph): Use it.
4091
4092 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4093
4094         * gnus-group.el (gnus-group-get-new-news): Respect
4095         `gnus-group-use-permanent-levels', as documented (bug#11638).
4096
4097 2012-06-10  Dave Abrahams  <dave@boostpro.com>
4098
4099         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
4100         groups (bug#11641).
4101
4102 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
4103
4104         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
4105         is an integer to avoid later problems.
4106
4107 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4108
4109         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
4110         locales.
4111
4112         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
4113         on a handle.
4114
4115         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
4116         address as the default.
4117         (gnus-summary-insert-old-articles): Don't include unexisting messages.
4118
4119         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
4120         makes no sense to query the user about internal files.
4121
4122         * gnus-spec.el: Remove all the byte-compilation stuff, since
4123         benchmarking shows that it doesn't help when entering large summary
4124         buffers.
4125
4126         * gnus-xmas.el (gnus-xmas-define): Remove.
4127
4128         * gnus-util.el (gnus-byte-code): Remove.
4129
4130         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
4131         grouplens stuff.
4132
4133 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4134
4135         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
4136         (bug#11514).
4137
4138 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
4139
4140         * message.el (message-buffers): Return all buffers derived from Message
4141         to make `gnus-dired-attach' work with mu4e.
4142
4143 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4144
4145         * nntp.el: Stop the `letf' madness.
4146         (nntp--report-1): New var.
4147         (nntp-report): Merge nntp-report-1 into it.
4148         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
4149         the nntp-report function.
4150
4151         * auth-source.el: Fix comment-style to follow the convention.
4152
4153 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
4154
4155         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
4156         (mm-dissect-singlepart): Don't guess the MIME type of
4157         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
4158         set.
4159         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
4160         toplevel MIME type is multipart/encrypted.
4161
4162 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4165         a string so that Gcc works (bug#11514).
4166
4167 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4168
4169         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
4170         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
4171
4172 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4173
4174         * gnus-win.el (gnus-configure-frame): Don't signal an error when
4175         jumping to *Server* from a dedicated *Group* window.
4176         (gnus-configure-frame): CSE.
4177
4178         * gnus-registry.el: Minor style cleanup.
4179         (gnus-registry--set/remove-mark): New function, extracted from
4180         gnus-registry-install-shortcuts.
4181         (gnus-registry-install-shortcuts): Use it.
4182
4183 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4184
4185         * nnspool.el (news-path): Use eval-and-compile.
4186
4187 2012-05-24  Glenn Morris  <rgm@gnu.org>
4188
4189         * nnspool.el (news-directory, news-path, news-inews-program):
4190         Move here from paths.el.  Don't see a need for these to be autoloaded.
4191
4192         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
4193         Merge in doc from paths.el version.  Don't see any need for this to be
4194         autoloaded, or for the warning about users not setting it.
4195
4196 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
4197
4198         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
4199         format.  In particular, add an optional argument and a docstring.
4200
4201         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
4202
4203         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
4204         current before calling `gnus-groups-to-gnus-format'.
4205         Note that this was already the case for `gnus-active-to-gnus-format'.
4206
4207 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4208
4209         Fix minor Y10k bug.
4210         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
4211
4212 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4213
4214         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
4215         message once it's actually open.
4216
4217 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4218
4219         * gnus.el: Ma Gnus v0.5 is released.
4220
4221 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4222
4223         * auth-source.el (auth-source--aput-1, auth-source--aput)
4224         (auth-source--aget): New functions and macros.
4225         Use them instead of aput/aget.
4226
4227 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4228
4229         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4230
4231 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4232
4233         * plstore.el (plstore-called-interactively-p): New compat macro copied
4234         from message.el.
4235         (plstore-mode): Use it.
4236
4237 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4238
4239         * plstore.el: Revive the editing feature.
4240         (plstore-mode): New mode to edit plstore file.
4241         (plstore-mode-toggle-display, plstore-mode-original)
4242         (plstore-mode-decoded): New command.
4243         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4244         (plstore--insert-buffer, plstore--make): New function.
4245         (plstore-open, plstore-save): Simplify by using them.
4246
4247 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4248
4249         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4250
4251 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4252
4253         * tls.el (open-tls-stream): Remove unused binding.
4254
4255 2012-04-16  Glenn Morris  <rgm@gnu.org>
4256
4257         * nndraft.el (nndraft-request-list): Fix declaration.
4258
4259 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4260
4261         * mm-decode.el (mm-dissect-buffer): Doc fix.
4262
4263         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4264         don't have a current group.
4265
4266         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4267         buffer if it doesn't exist.
4268
4269         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4270         given, mark the group as ephemeral with the current window conf.
4271
4272         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4273         buffer exists, which it doesn't if we haven't started Gnus.
4274         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4275
4276 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4277
4278         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4279         type is.
4280
4281         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4282         `unexists' entries.
4283         (gnus-clean-old-newsrc): Fix last checkin.
4284
4285         * nnimap.el (nnimap-update-info): None of the articles below the active
4286         low-water mark exist.
4287
4288         * dgnushack.el: Get rid of XEmacs compilation warning.
4289
4290         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4291         would have gotten if we posted to the group, and use that to compare
4292         against the message we want to cancel (bug#10808).
4293
4294         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4295         on XEmacs.
4296
4297 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4298
4299         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4300         `scroll-margin'.
4301
4302 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4303
4304         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4305         citation prefix within a block of cited text should be considered part
4306         of that block *only* if it is a blank line.
4307
4308 2012-04-09  Chong Yidong  <cyd@gnu.org>
4309
4310         * binhex.el, hashcash.el, uudecode.el:
4311         Remove * characters from the front of variable docstrings.
4312
4313 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4316         before kinsoku-bol characters nor within kinsoku-eol characters.
4317
4318 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4321         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4322         (gnus-sync-read): Use mapc instead of mapcar.
4323
4324         * mm-archive.el: Require mm-decode for some macros.
4325         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4326         the byte compiler.
4327         (mm-archive-decoders): New function that returns the value of
4328         the mm-archive-decoders variable.
4329
4330         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4331         instead.
4332         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4333
4334         * nnimap.el (gnus-refer-thread-use-nnir):
4335         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4336
4337 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4338
4339         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4340
4341 2012-03-12  Peter Münster  <pmrb@free.fr>
4342
4343         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4344         (gnus-demon-cancel): Ditto.
4345         (gnus-demon-run-callback): When function cannot be called due to low
4346         idleness, call it when idleness reaches the expected value, instead of
4347         waiting another timer period.
4348         (gnus-demon-init): Add `time' to arguments of call-back.
4349
4350 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4351
4352         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4353
4354         * gnus.el: Register gnus-registry functions.
4355
4356         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4357         indent.
4358
4359         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4360         enabled before warping.
4361
4362 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4363
4364         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4365         registry about each article retrieved.
4366
4367         * gnus-int.el (gnus-select-group-with-message-id): New function.
4368         (gnus-try-warping-via-registry): Ditto.
4369         (gnus-warp-to-article): Fall back on the registry.
4370
4371 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4372
4373         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4374         inboxes.
4375
4376 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4377
4378         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4379
4380 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4381
4382         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4383         gnus-gcc-self-resent-messages may be a group parameter.
4384         (gnus-summary-resend-message): Don't encode encoded words in header
4385         when Gcc'ing resent message.
4386
4387 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4388
4389         * shr.el (shr-insert): Treat non-breaking space just like normal
4390         space.  This seems to produce more pleasing results.
4391         (shr-insert): Only insert a blank line if we're starting from an image.
4392         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4393         (shr-ensure-paragraph): Consider lines with white space to be blank.
4394
4395 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4396
4397         * Makefile.in: Respect DESTDIR.
4398
4399 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4400
4401         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4402         and gnus-gcc-post-body-encode-hook.
4403
4404 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4405
4406         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4407         messages that don't exist.
4408
4409         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4410
4411 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4414         Remove.
4415
4416         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4417
4418         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4419
4420 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4421
4422         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4423         have a group name.
4424
4425         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4426         a multibyte buffer (bug#7410).
4427         (article-wash-html): Parse the original article buffer to get the
4428         unencoded data (bug#7410).
4429
4430         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4431         .newsrc.el files.
4432
4433 2012-04-05  Bastien Guerry  <bzg@altern.org>
4434
4435         * color.el (color-lighten-name): Fix typo.
4436
4437 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4438
4439         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4440         "#" to avoid having them interpreted as comments.
4441
4442 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4443
4444         * shr.el (shr-insert): Update the text state properly to avoid
4445         inserting spurious paragraph starts.
4446
4447 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4448
4449         * shr.el (shr-table-widths): Divide the extra width more fairly over
4450         the TDs (bug#10973).
4451         (shr-render-td): Don't delete too much padding.
4452         (shr-natural-width): Compute the natural width more correctly.
4453         (shr-insert): Allow the natural width to be computed for tables again.
4454         (shr-tag-table-1): Rework how the natural widths are computed by
4455         rendering the table a third time.
4456         (shr-natural-width): Removed.
4457         (shr-buffer-width): New function.
4458         (shr-expand-newlines): Use it.
4459
4460         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4461         using a `gnus-use-full-window' setup (bug#11013).
4462
4463 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4464
4465         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4466         24.1 release.
4467
4468 2012-03-10  David Edmondson  <dme@dme.org>
4469
4470         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4471         'Forwarded Message' header and the start of the message.
4472
4473 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4474
4475         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4476         isn't running (bug#10897).
4477
4478 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4479
4480         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4481         This is inconsistent with all the other stream functions, which leave
4482         the setting up to the higher levels (if so wanted) (bug#10931).
4483
4484 2012-02-28  Glenn Morris  <rgm@gnu.org>
4485
4486         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4487         mm-decode.el: Standardize possessive apostrophe usage.
4488
4489 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4490
4491         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4492
4493 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4494
4495         * parse-time.el (parse-time-string): Allow extractor to return nil.
4496
4497 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4498
4499         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4500
4501 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4502
4503         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4504
4505 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4506
4507         * mm-decode.el (mm-shr): Remove "soft hyphens".
4508
4509         * nnimap.el (nnimap-request-list): Return the group names encoded as
4510         utf8.  Otherwise non-European group names don't work.
4511         (nnimap-request-newgroups): Ditto.
4512
4513         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4514         the default in `read-string' (bug#10757).
4515
4516         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4517         topics (bug#10843).
4518
4519         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4520         buffer.  Suggested by Herbert Valerio Riedel.
4521         (nnimap-request-move-article): Delete the message from the correct IMAP
4522         server.
4523
4524 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4525
4526         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4527         Reported by Peter Münster.
4528
4529 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4530
4531         * shr.el (shr-image-fetched): Make sure we really kill the right
4532         buffer.
4533
4534 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4535
4536         * gnus-start.el (gnus-1): Avoid duplicate entries.
4537
4538 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4539
4540         * imap.el: Remove.
4541
4542         * nntp.el (nntp-coding-system-for-read): Remove.
4543         (nntp-coding-system-for-write): Ditto.
4544         (nntp-open-connection): Just use `binary' directly.
4545
4546         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4547         Gnus 0.3.
4548
4549 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4550
4551         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4552         application/octet-stream parts really is.
4553
4554         * gnus-sum.el (gnus-propagate-marks): Remove.
4555
4556 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4557
4558         * shr.el (shr-rescale-image): Undo previous change; see
4559         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4560
4561 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4562
4563         * gnus.el: Ma Gnus v0.3 is released.
4564
4565 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4566
4567         * gnus-sum.el (gnus-summary-local-variables): Make
4568         `gnus-newsgroup-unexist' into a local variable.
4569
4570 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4571
4572         * registry.el (registry-usage-test, registry-persistence-test): Move to
4573         tests/gnustest-registry.el.
4574         (registry-make-testable-db, registry-match-test)
4575         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4576
4577         * gnus-registry.el (gnus-registry-misc-test)
4578         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4579
4580         * tests/gnustest-registry.el: New file with the registry and
4581         gnus-registry ERT tests.
4582
4583 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * gnus-msg.el (gnus-summary-resend-message): Make
4586         gnus-summary-resend-message-insert-gcc be last item in
4587         message-header-setup-hook.
4588
4589 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4590
4591         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4592         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4593         Remove.
4594         (nnfolder-open-server): Don't use marks.
4595         (nnfolder-request-delete-group): Ditto.
4596         (nnfolder-request-rename-group): Ditto.
4597         (nnfolder-request-set-mark, nnfolder-request-marks)
4598         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4599         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4600
4601         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4602         (nnml-marks-modtime): Remove.
4603         (nnml-request-delete-group): Don't use marks.
4604         (nnml-request-rename-group): Ditto.
4605         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4606         (nnml-save-marks, nnml-open-marks): Remove.
4607
4608         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4609         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4610         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4611         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4612         (nntp-server-to-method-cache): Remove.
4613
4614         * shr.el (shr-rescale-image): Fix wrong merge.
4615
4616 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4617
4618         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4619         too-wide lines.
4620
4621 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4622
4623         * nnimap.el (nnimap-record-commands): New variable.
4624         (nnimap-log-command): Use it.
4625         (nnimap-make-process-buffer): Add a space to the process buffer.
4626         (nnimap-transform-headers): Don't bug out on header lines containing
4627         stuff that look like IMAP length encodings.
4628
4629         * shr.el (shr-rescale-image): Allow viewing large images.
4630
4631 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4632
4633         * nnml.el (nnml-request-compact-group): Delete the marks file after
4634         compaction (bug#10800).
4635
4636         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4637         group exit.
4638
4639         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4640         QRESYNC/FETCH output.
4641
4642 2012-02-11  Glenn Morris  <rgm@gnu.org>
4643
4644         * sieve-manage.el (sieve-manage-default-stream):
4645         * shr.el (shr):
4646         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4647         (nnir-retrieve-headers-override-function)
4648         (nnir-imap-default-search-key, nnir-notmuch-program)
4649         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4650         (nnir-method-default-engines):
4651         * message.el (message-cite-reply-position):
4652         * gssapi.el (gssapi-program):
4653         * gravatar.el (gravatar):
4654         * gnus-sum.el (gnus-refer-thread-use-nnir):
4655         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4656         (gnus-registry-max-pruned-entries):
4657         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4658         * gnus-int.el (gnus-after-set-mark-hook)
4659         (gnus-before-update-mark-hook):
4660         * gnus-async.el (gnus-async-post-fetch-function):
4661         * auth-source.el (auth-source-cache-expiry):
4662         Add missing :version tags to new defcustoms and defgroups.
4663
4664 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4665
4666         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4667         `gnus-newsgroup-unexist'.
4668
4669         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4670         marks.
4671         (gnus-article-special-mark-lists): Put the `unexist' in the special
4672         marks list instead.
4673
4674         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4675         articles in the list of articles to be selected.
4676
4677         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4678         articles.
4679         (nnimap-update-info): Keep track of unexisting articles.
4680         (nnimap-update-qresync-info): Ditto.
4681
4682 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4683
4684         * message.el (message-default-send-mail-function): Made into own
4685         function for reuse by emacsbug.el.
4686
4687 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4688
4689         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4690         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4691
4692 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4693
4694         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4695         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4696
4697         * gnus-compat.el: Define `timer-set-function'.
4698
4699         * mm-decode.el (mm-display-external): Output the text from the command
4700         in the buffer after the command finished.  This makes text-based
4701         commands behave better.
4702
4703 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4704
4705         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4706
4707 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4708
4709         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4710         23.1.
4711
4712 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4715
4716 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4717
4718         * message.el (smtpmail-smtp-user): Silence compiler warning.
4719
4720 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4721
4722         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4723         SMTP user name.
4724
4725 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * gnus-sum.el (gnus-summary-show-thread):
4728         next-single-char-property-change may return nil in XEmacs.
4729         (gnus-summary-article-map): Fix typo.
4730
4731 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4732
4733         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4734         running.
4735
4736         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4737
4738         * gnus.el (gnus-server-extend-method): Don't add an -address component
4739         if the method already has one (bug#9676).
4740
4741 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4742
4743         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4744         of an initial-input for consistency (bug#10757).
4745
4746         * dgnushack.el: Fix XEmacs compilation warning.
4747
4748         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4749
4750         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4751
4752 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4753
4754         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4755         lines that are narrower than the window width.  Otherwise background
4756         "blocks" will look less readable.
4757
4758 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4759
4760         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4761         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4762         have newlines within the strings, and where the UID comes after the
4763         BODYSTRUCTURE element (bug#10537).
4764
4765         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4766         (bug#10732).
4767
4768         * shr.el (shr-insert-document): Add doc string.
4769         (shr-visit-file): Ditto.
4770         (shr-remove-trailing-whitespace): New function.
4771         (shr-insert-document): Use it to clean up trailing whitespace as the
4772         final step (bug#10714).
4773
4774 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4775
4776         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4777         buffer if `gnus-kill-summary-on-exit' is nil.
4778
4779 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4780
4781         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4782         when just reading a single group from "without" Gnus.
4783
4784 2012-02-06  Chong Yidong  <cyd@gnu.org>
4785
4786         * gnus-sum.el (gnus-summary-show-thread):
4787         next-single-char-property-change never returns nil (Bug#8657).
4788
4789 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4790
4791         * message.el (message-multi-smtp-send-mail): New function.
4792         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4793         header to implement multi-SMTP functionality.
4794
4795         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4796         (gnus-agentize): Don't set it.
4797         (gnus-agent-send-mail): Don't use it.
4798
4799         * gnus-sum.el (gnus-summary-widget-backward): New function and
4800         keystroke.
4801
4802         * gnus-compat.el: More the compat functions more compatible.
4803
4804         * shr.el (shr-put-image): Remove underlines from sliced images.
4805         (shr-zoom-image): Compute the region to be replaced more correctly.
4806
4807 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4808
4809         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4810         (gnus-summary-resend-message-insert-gcc): New function.
4811         (gnus-summary-resend-message): Modify message-header-setup-hook and
4812         message-sent-hook to make it work for Gcc.
4813         (gnus-inews-do-gcc): Update the number of unread articles of groups
4814         that messages are Gcc'd to.
4815
4816         * message.el (message-resend): Run message-sent-hook to do Gcc.
4817
4818 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4819
4820         * lpath.el: Fix an XEmacs compilation warning.
4821
4822         * gnus-compat.el: Require `help-fns' to fix compilation error.
4823
4824         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4825         a higher level to silence compilation.
4826
4827         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4828         parameter to allow controlling the scaling.
4829
4830         * shr.el (shr-zoom-image): New command and keystroke.
4831         (shr-put-image): Take a `size' flag to say how to scale the image.
4832
4833         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4834         deletion unless already defined.
4835
4836         * gnus.el (gnus-compat): Require it.
4837
4838         * gnus-compat.el: New file.
4839
4840         * gnus-start.el (gnus-clean-old-newsrc): New function.
4841         (gnus-read-newsrc-file): Use it.
4842
4843         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4844         Use recursive deletion.
4845         (mm-dissect-archive): Add support for zip files.
4846
4847         * gnus-util.el (gnus-recursive-directory-files): New function.
4848
4849         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4850         (mm-archive-decoders): Add tgz support.
4851
4852         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4853         Otherwise inserting text into the Gnus buffer can look odd.
4854
4855         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4856
4857         * mm-archive.el (mm-archive-decoders): Add support for tar.
4858
4859         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4860
4861         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4862
4863 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4864
4865         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4866
4867         * mm-archive.el: New file.
4868
4869         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4870
4871         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4872
4873         * message.el (message-goto-*): Make all the `message-goto-*' commands
4874         push the mark before moving point.  This makes it easier to go back to
4875         where you came from after editing whatever you jumped to.
4876
4877 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4878
4879         * gnus.el: Ma Gnus v0.1 is released.
4880
4881 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4882
4883         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4884         without reconnecting.
4885         (nnimap-possibly-change-group): Ditto.
4886         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4887         connection has died before being called.
4888
4889 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4890
4891         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4892         an initial sync unless we're really doing one.
4893
4894         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4895         address parameter if one already exists (bug#9676).
4896
4897         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4898         not the prefix, as documented (bug#10689).
4899
4900 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4901
4902         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4903         the "server".
4904
4905         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4906         the real error message with the useless "previously known to be down".
4907         Which isn't even correct.
4908
4909         * nntp.el (nntp-open-connection): Report the error message if the nntp
4910         server can't be reached.
4911
4912         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4913         groups we do a total scan for.
4914         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4915         doing that.
4916
4917 2012-01-31  Jim Meyering  <jim@meyering.net>
4918
4919         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4920         Correct a comment (insert "not") and hide nominally-doubled "to".
4921
4922 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4923
4924         * gnus.el (gnus-version): Change name to "Ma Gnus".
4925
4926 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4927
4928         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4929         section in the manual.
4930
4931 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4932
4933         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4934         words.
4935         (rfc2047-encode-string): Ditto.
4936         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4937         understand folded filename="..." parameters, for instance.
4938
4939         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4940         the message for greater debuggability.
4941
4942 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4943
4944         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4945         instead of setting it locally, since the latter doesn't seem to have
4946         any effect (most of the time).
4947
4948 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4949
4950         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4951         function call.
4952
4953 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4954
4955         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4956         seconds, and make the repeat clause with HH:MM specs work as
4957         documented.
4958
4959 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4960
4961         * proto-stream.el (proto-stream-capability-open): Fall back on
4962         :end-of-command if :end-of-capability doesn't exist.
4963
4964 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4967         bound globally in old Emacsen and XEmacsen.
4968
4969 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4970
4971         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4972         so that previous errors don't prohibit getting new news.
4973
4974         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4975
4976         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4977
4978 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4979
4980         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4981         buffer, not of the string which is its name.
4982
4983 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4984
4985         * proto-stream.el (proto-stream-capability-open): Wait for
4986         :end-of-capability, not :end-of-command.
4987
4988         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4989         non-server-marks groups.
4990         (gnus-group-make-articles-read): Ditto.
4991
4992         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4993         methods (bug#9676).
4994
4995         * gnus.el (gnus-method-ephemeral-p): New function.
4996
4997 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4998
4999         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
5000         left-to-right.
5001
5002 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5003
5004         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
5005         warning.
5006
5007 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5008
5009         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
5010         macroexpand the nnir things, since they haven't been defined yet, and
5011         nnir requires gnus-sum.
5012
5013 2012-01-24  Julien Danjou  <julien@danjou.info>
5014
5015         * color.el (color-rgb-to-hsl): Fix value computing.
5016         (color-hue-to-rgb): New function.
5017         (color-hsl-to-rgb): New function.
5018         (color-clamp, color-saturate-hsl, color-saturate-name)
5019         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5020         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5021
5022 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5023
5024         * mm-decode.el (mm-interactively-view-part): Fix prompt.
5025
5026 2012-01-19  Julien Danjou  <julien@danjou.info>
5027
5028         * color.el (color-name-to-rgb): Use the white color to find the max
5029         color component value and return correctly computed values.
5030         (color-name-to-rgb): Add missing float conversion for max value.
5031
5032 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5033
5034         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
5035         logical server name in addition to the actual machine address.
5036
5037         * auth-source.el (auth-source-user-and-password): Add convenience
5038         wrapper to search by just host and optionally user.
5039
5040 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5041
5042         * shr.el (shr-visit-file): Move point to the beginning of the buffer
5043         after rendering.
5044
5045 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5046
5047         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
5048         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
5049         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
5050
5051 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5052
5053         * gnus-sum.el (gnus-summary-read-group): Document more parameters
5054         (bug#9693).
5055         (gnus-summary-setup-buffer): Document return value (bug#9697).
5056
5057         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
5058         since ido doesn't work on symbols (bug#9632).
5059
5060         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
5061         when getting a single value as when getting all the values.  This means
5062         that atoms like `gcc-self' work cumulatively, like variable settings,
5063         instead of getting the value from the last matching clause.
5064         (gnus-group-find-parameter): Protect against the group buffer not
5065         existing (bug#9585).
5066
5067 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5068
5069         * gnus-start.el (gnus-activate-group): Document more parameters
5070         (bug#9694).
5071
5072         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
5073         (bug#9692).
5074
5075         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
5076         article was fetched, so that it can be expired later (bug#9958).
5077         (gnus-agent-summary-fetch-series): Add doc string.
5078         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
5079         (bug#9517).
5080
5081         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
5082         retrieval is happening.
5083
5084         * gnus.el (gnus-parameters): Doc fix.
5085
5086 2012-01-06  Dave Abrahams  <dave@boostpro.com>
5087
5088         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
5089         show the thread after expansion.
5090
5091 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5092
5093         * gnus-art.el (article-narrow-to-head): If the head is completely
5094         empty, narrow to the empty region (bug#9764).
5095
5096         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
5097         read, and then mark them as unread only when the unread mark is used.
5098         This makes `C-- T k' actually work, even though it's confusing.
5099
5100         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
5101         alive before we try to find its window.
5102
5103 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
5104
5105         * mm-decode.el (mm-display-external): Use a longer timeout for the
5106         deletion to allow slow programs to display the file.
5107
5108 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5109
5110         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
5111         prompt to be less confusing.
5112
5113         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
5114         argument to `message-reply'.  This broke `special-display-*' frame
5115         pop-uping (bug#10238).
5116
5117 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5118
5119         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
5120         systems, since these allegedly don't work there.
5121
5122 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
5123
5124         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
5125         live buffer.
5126
5127 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5128
5129         * nnir.el (nnir-retrieve-headers): Protect against the article not
5130         existing on the server (bug#10335).
5131
5132 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5133
5134         * gnus-agent.el (gnus-agent-load-local): Recompute
5135         gnus-agent-article-local on changing method.
5136
5137 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5138
5139         * gnus.el (gnus-parameters): Note precedence.
5140
5141 2012-01-04  Leo Liu  <sdl.web@gmail.com>
5142
5143         * nndraft.el (nndraft-update-unread-articles): Don't move point around
5144         in the group buffer.
5145
5146 2012-01-04  Julien Danjou  <julien@danjou.info>
5147
5148         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
5149         change.
5150
5151 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5152
5153         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
5154         too.
5155
5156         * nntp.el (nntp-retrieve-group-data-early): Use it.
5157
5158 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5159
5160         * nntp.el (nntp-retrieval-in-progress): New variable.
5161         (nntp-make-process-buffer): Make it buffer-local.
5162
5163         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
5164         2010.
5165         (gnus-demon-init): Use it to compute the time if time is on the form
5166         "04:23".
5167
5168         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
5169
5170         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
5171         status in the correct buffer.
5172
5173 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5174
5175         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
5176         when opening topics (bug#10407).
5177
5178 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5179
5180         * gnus-cus.el (gnus-score-customize):
5181         * gnus-sum.el (gnus-sort-gathered-threads):
5182         * message.el (message-shorten-references):
5183         * nnmairix.el (nnmairix-request-group):
5184         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
5185
5186 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5187
5188         * gnus-agent.el (gnus-agent-regenerate-group):
5189         * gnus-int.el (gnus-retrieve-group-data-early):
5190         * mm-util.el (mm-codepage-ibm-list):
5191         * nndiary.el (Commentary, nndiary-get-new-mail):
5192         * nnir.el (nnir):
5193         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
5194
5195 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5196
5197         * mm-view.el (mm-display-inline-fontify): Add comment.
5198
5199 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5200
5201         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
5202         * ntlm.el (ntlm-smb-dohash): Spelling fix.
5203
5204 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
5205
5206         * gnus-art.el (gnus-split-methods):
5207         * gnus-msg.el (gnus-configure-posting-styles):
5208         * gnus-spec.el (gnus-parse-simple-format):
5209         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5210         * message.el (message-do-actions): Spelling fix.
5211
5212 2011-12-15  Juri Linkov  <juri@jurta.org>
5213
5214         * mm-decode.el (mm-inline-media-tests): Add missing
5215         `mm-handle-media-subtype'.
5216
5217 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5218
5219         * gnus-group.el (gnus-group-tool-bar):
5220         * gnus-sum.el (gnus-summary-tool-bar):
5221         * message.el (message-tool-bar):
5222         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5223
5224 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5225
5226         * plstore.el (plstore--insert-buffer): Spelling fix.
5227
5228 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5229
5230         * message.el (message-valid-fqdn-regexp): Update with newly approved
5231         top-level domain names ".tel" and ".asia".
5232
5233 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5234
5235         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5236         unconditionally.
5237
5238 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5241         pop-to-buffer-same-window for old Emacsen.
5242
5243 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5244
5245         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5246
5247 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5248
5249         * netrc.el (netrc-credentials): Spelling fix.
5250
5251 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5252
5253         * gnus-fun.el (gnus-fun-ppm-change-string):
5254         * gnus-msg.el (gnus-inews-do-gcc):
5255         * gnus-sum.el (gnus-summary-find-for-reselect):
5256         * gnus.el (gnus-summary-cancelled):
5257         * message.el (message-cancel-hook, message-send-news):
5258         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5259         * nnir.el (nnir-run-hyrex):
5260         * nntp.el (nntp-with-open-group-function):
5261         * pgg.el (pgg-pending-timers): Spelling fix.
5262
5263 2011-12-04  Chong Yidong  <cyd@gnu.org>
5264
5265         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5266         change (Bug#10200).
5267
5268 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * compface.el (uncompface):
5271         * gnus-art.el (gnus-article-x-face-command): Update the header format
5272         of icon data for the most recent icontopbm program.
5273
5274 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * gnus-msg.el (gnus-inews-do-gcc):
5277         * message.el (message-send-mail):
5278         * mml.el (mml-generate-mime): Share the value of the buffer-local
5279         `message-options' variable between a draft buffer and temprary working
5280         buffers.
5281
5282 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5283
5284         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5285
5286 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5287
5288         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5289         for Cygwin.
5290
5291 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5292
5293         * gnus-group.el (gnus-group-prepare-flat):
5294         * mm-bodies.el (mm-encode-body):
5295         * mml.el (mml-preview):
5296         * nnml.el (nnml-request-compact-group):
5297         * pop3.el (pop3-stream-type): Spelling fix.
5298
5299 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5300
5301         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5302
5303 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5304
5305         * color.el (color-rgb-to-hsl):
5306         * gmm-utils.el (gmm-tool-bar-style):
5307         * gnus-group.el (gnus-group-prepare-flat):
5308         * gnus-topic.el (gnus-topic-prepare-topic):
5309         * mm-decode.el (mm-discouraged-alternatives):
5310         * rfc2047.el (rfc2047-encode-1):
5311         * starttls.el: Spelling fix.
5312
5313 2011-11-24  Glenn Morris  <rgm@gnu.org>
5314
5315         * binhex.el (binhex-begin-line): Give it basic doc-string.
5316
5317         * starttls.el, tls.el: Fix case of "GnuTLS".
5318
5319 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5320
5321         * gnus-group.el (gnus-group-highlight): Fix typo.
5322
5323 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5324
5325         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5326         value of `delete-file', that returns nil for a local file but returns t
5327         for a remote file using ssh.
5328
5329 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5330
5331         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5332
5333 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5334
5335         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5336         avoid later breakage.
5337
5338 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5341         article buffers' name.
5342
5343 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5344
5345         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5346         by Paul Eggert's spellfixes two days ago.
5347
5348 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5349
5350         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5351         doesn't have it.
5352
5353         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5354         buffer-local instead of binding them to avoid warnings.  Also demote
5355         errors (bug#10063).
5356         (font-lock-mode-hook): Shut up byte compiler.
5357
5358 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5359
5360         * mm-util.el (mm-charset-after):
5361         * nnir.el (nnir-run-hyrex):
5362         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5363         (ntlm-get-password-hashes, ntlm-md4hash):
5364         * smime.el: Fix typo.
5365
5366 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5367
5368         * gnus-agent.el (gnus-agent-expire-group-1):
5369         * nndiary.el (nndiary-last-occurence):
5370         * nnimap.el (nnimap-request-set-mark):
5371         * nnmairix.el (nnmairix-only-use-registry):
5372         * gnus-group.el (gnus-group-prepare-flat):
5373         * gnus-sum.el (gnus-decode-encoded-word-methods):
5374         * message.el (message-wash-subject):
5375         * nntp.el (nntp-retrieve-headers-with-xover):
5376         * smime.el (smime-certificate-directory): Spelling fix.
5377
5378 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5379
5380         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5381
5382         * color.el:
5383         * gnus-agent.el (gnus-agent-possibly-alter-active):
5384         * gnus-dired.el (gnus-dired-print):
5385         * mail-parse.el:
5386         * nnmairix.el (nnmairix-request-group):
5387         * shr.el (shr-image-displayer):
5388         * sieve-manage.el:
5389         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5390
5391 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5392
5393         * gnus-sum.el (gnus-auto-select-subject):
5394         * spam-report.el (spam-report-resend): Spelling fix.
5395
5396 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5397
5398         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5399         * gnus-art.el (gnus-default-article-saver):
5400         * gnus-srvr.el (gnus-server-copy-server):
5401         * gnus.el (gnus-sloppily-equal-method-parameters):
5402         * html2text.el (html2text-format-tag-list):
5403         * message.el (message-narrow-to-head):
5404         * nndiary.el:
5405         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5406         * sieve.el: Spelling fix.
5407
5408 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5409
5410         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5411         * gnus-sum.el (gnus-summary-make-menu-bar):
5412         * gnus-uu.el (gnus-uu-decode-postscript)
5413         (gnus-uu-decode-postscript-and-save):
5414         * mailcap.el (mailcap-print-command):
5415         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5416         Fix typos.
5417
5418 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5419
5420         * gnus-art.el (gnus-article-part-wrapper):
5421         * html2text.el (html2text-fix-paragraphs):
5422         * mm-decode.el (mm-image-fit-p):
5423         * rfc2047.el (rfc2047-encode-message-header):
5424         * shr-color.el (shr-color-visible-distance-min)
5425         (shr-color-relative-to-absolute, set-minimum-interval)
5426         (shr-color-visible): Fix typos.
5427
5428 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5429
5430         * gmm-utils.el (gmm-tool-bar-item):
5431         * gnus-art.el (gnus-treat-body-boundary):
5432         * gnus-diary.el (gnus-user-format-function-d):
5433         * gnus-start.el (gnus-get-unread-articles):
5434         * pgg-gpg.el (pgg-gpg-update-agent):
5435         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5436
5437 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5438
5439         * gnus-topic.el (gnus-group-prepare-topics):
5440         * gnus-uu.el (gnus-extract-view):
5441         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5442
5443 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5444
5445         * spam.el: Move BBDB autoloads.
5446         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5447         BBDB 2 and 3.
5448         (spam-check-BBDB): Use it.
5449         (spam-enter-ham-BBDB): Use it.
5450
5451 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5452
5453         * smime.el (smime-draw-buffer): Spelling fix.
5454
5455 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5456
5457         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5458         for scanning exactly one level.
5459         * gnus-start.el (gnus-get-unread-articles): Ditto.
5460
5461 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5462
5463         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5464         slightly clearer.
5465
5466 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5467
5468         * gnus-sync.el: More commentary about setup.
5469
5470 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5471
5472         * message.el (message-send-and-exit): Document `arg'.
5473
5474 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5475
5476         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5477
5478 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5479
5480         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5481
5482         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5483         we don't use `bound-and-true-p'.
5484
5485 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5486
5487         * gnus-util.el (gnus-bound-and-true-p): Remove.
5488         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5489         * nnir.el: Use it.
5490         * nnmairix.el: Use it.
5491
5492 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5493
5494         * gnus-sync.el: Improve docs about CouchDB admins.
5495
5496         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5497         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5498         for reasons unknown.
5499         * nnir.el: Use it.
5500         * nnmairix.el: Use it.
5501
5502         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5503         * nnir.el: Ditto.
5504         * nnmairix.el: Ditto.
5505
5506         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5507
5508 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5509
5510         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5511         not needed.  Provide xmlplistread list function to produce XML plist
5512         output for non-Gnus LeSync clients.
5513
5514 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5515
5516         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5517
5518         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5519         and save against it.  Group subscriptions, read marks, other marks,
5520         subscription levels, topic names, and topic offsets (the group's
5521         position within the topic) are saved.  This is an experimental backend
5522         and may change significantly.  Load json.el from the gnus-fallback-lib
5523         if it's not available otherwise.
5524         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5525
5526 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5527
5528         * message.el (message-completion-function): Make sure
5529         message-tab-body-function is not attempted if one of
5530         message-completion-alist fails to find a completion (bug#9158).
5531
5532 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5533
5534         * mml.el (mml-quote-region): Quote <#secure> tag.
5535         (mml-generate-mime-1): Unquote <#secure> tag.
5536
5537 2011-10-20  Chong Yidong  <cyd@gnu.org>
5538
5539         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5540         calling a minor mode from Lisp with nil arg enables it, so we have to
5541         make the wording a bit ambiguous here).
5542
5543 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5544
5545         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5546         * nnir.el (nnir-mode): Use it.
5547         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5548         Use it.
5549
5550         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5551         * nnmairix.el (gnus-registry-enabled): Ditto.
5552
5553 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5554
5555         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5556         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5557         only while we need to find out if it should be t or nil.
5558         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5559         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5560         the registry is installed.  Set it to nil when it's unloaded.
5561         (gnus-registry-install-p): Provide user guidance for the initial value
5562         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5563         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5564         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5565         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5566         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5567         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5568         `gnus-registry-install'.
5569
5570 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5571
5572         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5573         previous change.
5574         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5575         primary key is marked as disabled.
5576
5577 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5578
5579         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5580         primary key is marked as disabled.
5581
5582 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5583
5584         * html2text.el (html2text-clean-anchor): Check for quotes around
5585         `href' value.
5586
5587 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5588
5589         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5590         searching.  Drop `bbdb-cache'.
5591
5592 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5593
5594         * message.el (message-signed-or-encrypted-p): Exclude header when
5595         checking if there is signed or encrypted body in text/plain message.
5596
5597 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5598
5599         * html2text.el (html2text-get-attr): Correctly handle attribute values
5600         containing "=".
5601
5602 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5603
5604         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5605         handle bindings.
5606
5607 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5608
5609         * gnus-win.el (gnus-configure-windows): Protect against reading
5610         ephemeral groups outside of Gnus.
5611
5612 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5613
5614         * shr.el (shr-tag-img): Don't get images displayed in tables.
5615
5616 2011-10-03  Glenn Morris  <rgm@gnu.org>
5617
5618         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5619         the "maintainer" version of debbugs.gnu.org reports.
5620
5621 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5622
5623         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5624         make asynchronous adjacent image insertion work better.
5625
5626 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5627
5628         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5629         documentation.
5630
5631 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5632
5633         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5634         `gnus-asynchronous' isn't shadowed.
5635
5636 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5637
5638         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5639
5640         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5641         (nnimap-insert-partial-structure): The charset parameter isn't
5642         case-sensitive.
5643
5644         * nnheader.el (nnheader-message-maybe): New function.
5645
5646         * shr.el (shr-tag-table): Render totally broken tables better.
5647
5648         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5649         computing the boundary.
5650
5651 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5652
5653         * pop3.el (pop3-number-of-responses): Remove.
5654         (pop3-wait-for-messages): Rewrite to take linear time instead of
5655         exponential time.
5656
5657 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5658
5659         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5660         re-fetch images.
5661
5662         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5663         re-fetch images when hitting `g' in Gnus.
5664
5665 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5668         (mml-compute-boundary): Don't check collision if it is non-nil.
5669         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5670         before checking collision.
5671
5672 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5673
5674         * message.el (message-indent-citation): Really make sure there's a
5675         newline at the end.
5676
5677         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5678         Fix suggested by John Wiegley.
5679
5680         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5681
5682         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5683
5684         * message.el (message-default-send-rename-function): Break out into its
5685         own function.
5686
5687         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5688         doesn't work under XEmacs.
5689
5690         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5691         of "imaps" to word around Windows problems.
5692         (nnimap-open-connection-1): Use it.
5693
5694         * message.el (message-indent-citation): Revert last change which made
5695         `F' not work.
5696
5697 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5698
5699         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5700         terminal as well.
5701
5702 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5705         because it displays images using overlays that aren't easy to copy to
5706         the article buffer.
5707
5708 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5709
5710         * message.el (message-indent-citation): Fix empty line removal at the
5711         end of the citation.
5712
5713 2011-09-20  Julien Danjou  <julien@danjou.info>
5714
5715         * auth-source.el (auth-source-netrc-create): Use default value for
5716         password if specified.  Evaluate default.
5717         (auth-source-plstore-create): Ditto.
5718         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5719         value evaluation.
5720         (auth-source-netrc-create): Typo fix.
5721         (auth-source-plstore-create): Ditto.
5722
5723         * password-cache.el (password-cache-remove): Remove entries even if the
5724         value is nil, so that password with a nil value (negative caching) is
5725         possible to invalidate.
5726
5727         * auth-source.el (auth-source-format-cache-entry): New function.
5728
5729 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5730
5731         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5732
5733 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5734
5735         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5736
5737 2011-09-19  Julien Danjou  <julien@danjou.info>
5738
5739         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5740         which work with things that are not ASCII.
5741
5742 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5743
5744         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5745
5746 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5747
5748         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5749         message level.
5750
5751 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5752
5753         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5754
5755 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5756
5757         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5758
5759 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5760
5761         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5762         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5763
5764 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5765
5766         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5767         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5768         articles.
5769
5770 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5771
5772         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5773         (message-mail-other-window, message-mail-other-frame)
5774         (message-news-other-window, message-news-other-frame):
5775         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5776         instead of setting buffer display varibles.
5777
5778 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5779
5780         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5781
5782         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5783
5784 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5785
5786         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5787         duplicates" to a higher level.
5788
5789         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5790         most egregious messages.
5791
5792 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5793
5794         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5795
5796 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5797
5798         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5799         up the file (bug#9351).
5800
5801 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5802
5803         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5804         it does with all other backends, but decode the names immediately after
5805         getting them.
5806
5807         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5808         decoding nnimap groups.
5809
5810         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5811         newsrc file.  It doesn't seem like an important optimization any more.
5812
5813 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5814
5815         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5816         overflows.
5817
5818 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5819
5820         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5821         (gnus-interactive-exit): Extend to `quiet'.
5822
5823         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5824
5825         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5826         string.
5827
5828         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5829         renaming function arguments from `this'.
5830
5831         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5832
5833         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5834         has been renamed.
5835         (gnus-lrm-string-p): Include RLM and PDF, too.
5836
5837         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5838         (bug#9225).
5839
5840 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5841
5842         Add autoload cookies for functions used by sendmail.el.
5843         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5844
5845         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5846
5847 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5848
5849         * gnus-art.el (article-date-ut): Work properly even when there are
5850         things like Date header in the body; work for forwarded parts.
5851
5852 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5853
5854         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5855         original-article-buffer.
5856
5857 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5858
5859         * nnir.el (nnir-compose-result): Fix matching of server type.
5860         (nnir-run-swish++): Ditto.
5861         (nnir-run-namazu): Ditto.
5862         (nnir-run-notmuch): Ditto.
5863
5864 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5865
5866         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5867         (bug#9405).
5868
5869         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5870         (bug#9421).
5871
5872         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5873         (bug#9425).
5874
5875         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5876         thing (bug#9426).
5877
5878 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5879
5880         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5881         the error message.
5882
5883 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5884
5885         * message.el (message-setup-1): Return t (Bug#9392).
5886
5887 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5888
5889         * gnus-sum.el: When adding article headers to a summary buffer also
5890         update gnus-newsgroup-articles (bug#9386).
5891
5892 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * auth-source.el: Autoload help-mode.
5895
5896 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5897
5898         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5899         names.
5900
5901 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5902
5903         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5904         mm-replace-in-string for compatibility issues.
5905         * mml2015.el (mml2015-epg-verify): Ditto.
5906
5907 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5910
5911         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5912
5913 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5914
5915         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5916         continue on and do the clean-up phase (bug#9188).
5917
5918         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5919         just ignore groups that can't be opened instead of erroring out
5920         (bug#9225).
5921
5922         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5923         nil since some many people are fuddy-duddies.
5924
5925         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5926         images.
5927
5928         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5929         instead.
5930
5931         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5932
5933         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5934
5935         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5936         processing.
5937
5938         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5939         buffer to avoid warnings.
5940
5941 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5942
5943         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5944         specified to reduce precision.
5945
5946 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5947
5948         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5949         bodystructures (bug#9314).
5950
5951 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5952
5953         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5954         Make button keymap non-sticky after buttons.
5955
5956 2011-08-18  David Engster  <dengste@eml.cc>
5957
5958         * nnmairix.el (nnmairix-request-set-mark)
5959         (nnmairix-goto-original-article): Remove adding of article to registry,
5960         since `gnus-registry-add-group' isn't available anymore.
5961         (nnmairix-determine-original-group-from-registry):
5962         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5963         available anymore.
5964
5965 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5966
5967         * starttls.el (starttls-any-program-available): Define as obsolete
5968         function.
5969
5970 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5971
5972         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5973         versions which Gnus use when appropriate.
5974
5975         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5976         a pretty destructive command.
5977
5978         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5979
5980 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5981
5982         * message.el (message-fix-before-sending): Make a different warning
5983         about NUL characters (bug#9270).
5984
5985         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5986         from custom (bug#9260).
5987
5988         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5989         things work in Emacs 22 and XEmacs, too.
5990
5991         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5992         default From.
5993
5994         * gnus-spec.el (gnus-lrm-string-p): New macro.
5995         (gnus-lrm-string): New constant.
5996         (gnus-summary-line-format-spec): LRM-ify the from.
5997         (gnus-tilde-max-form): LRM-ify string chopping.
5998
5999         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
6000
6001         * message.el (message-is-yours-p): Allow disabling canlock checking
6002         (bug#9295).
6003         (message-shoot-gnksa-feet): Add `canlock-verify'.
6004         (message-auto-save-directory): Use ~/ as the auto-save directory if the
6005         message directory isn't writable (bug#9304).
6006
6007         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
6008         non-world-readable.
6009
6010 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
6013         articles.
6014
6015 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
6016
6017         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
6018         copy-list.
6019
6020 2011-08-12  Sam Steingold  <sds@gnu.org>
6021
6022         * gnus-score.el (gnus-score-find-alist): Keep the score files already
6023         in the reverse order to avoid modifying the cache with `nreverse'.
6024         (gnus-all-score-files): Do not modify the value returned by
6025         `gnus-score-find-alist' because it lives in a cache variable.
6026         (gnus-current-home-score-file): No need to `nreverse' the return value
6027         of `gnus-score-find-alist', it is already in the correct order.
6028
6029 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
6030
6031         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
6032         type MESSAGE and subtype RFC822 is slightly different from those of
6033         type TEXT.
6034
6035 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
6036
6037         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
6038         This allows article-referral to work from an nnir group.
6039
6040 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
6041
6042         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
6043
6044 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
6045
6046         * mml1991.el (mml1991-epg-find-usable-key)
6047         (mml1991-epg-find-usable-secret-key): New function.
6048         (mml1991-epg-sign): Check if signing key is usable.
6049         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
6050
6051 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
6052
6053         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
6054         server-variables only.  This should fix a bug introduced with commit
6055         e1889675b7f4adf057833c5513c9374134c4e053.
6056         (nnir-run-query): 'nnir-search-engine should not be set from the global
6057         environment.
6058
6059 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
6060
6061         * nnir.el (nnir-search-thread): Position point on referring article
6062         line.
6063         (nnir-warp-to-article): Clean up summary buffers.
6064
6065         * nnimap.el (nnimap-request-thread): Whitespace fix.
6066
6067 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
6068
6069         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
6070
6071 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6072
6073         * starttls.el (starttls-available-p): Rename from
6074         `starttls-any-program-available' and changed return convention.
6075
6076 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
6077
6078         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
6079         `unix-sync' unless it's defined.
6080
6081 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
6082
6083         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
6084         `aref' for XEmacs compatibiltiy.
6085
6086 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6087
6088         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
6089
6090 2011-07-31  Dave Abrahams  <dave@boostpro.com>
6091
6092         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
6093         closures, quote the form properly (bug#9194).
6094
6095 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6096
6097         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
6098         (gnus-summary-insert-new-articles): Protect against servers that are
6099         down.
6100
6101 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6102
6103         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
6104         in mm handle if none is specified.
6105
6106 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
6107
6108         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
6109
6110 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
6111
6112         * nnir.el (nnir-search-thread): New function to make an nnir group
6113         based on a thread query.
6114
6115         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
6116         of nnir in thread referral.
6117         (gnus-summary-refer-thread): Use it.
6118
6119         * nnimap.el (nnimap-request-thread): Use it.
6120
6121 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6122
6123         * shr.el (shr-tag-comment): Ignore HTML comments.
6124
6125 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
6126
6127         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
6128         argument.
6129         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
6130         Use `nnir-address' to handle server info rather than passing an arg.
6131
6132         * nnimap.el (nnimap-make-thread-query): New utility function to format
6133         an imap thread search query.
6134         (nnimap-request-thread): Use it.
6135
6136         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
6137         right select-method if we are not going back to the group buffer.
6138
6139 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6140
6141         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
6142         enter invalid buffer configurations into the quit form (bug#9107).
6143         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
6144         unplugged/plugged.
6145
6146         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
6147         keep track of which ones are unread (bug#9061).
6148
6149         * gnus.el (gnus-refer-article-method): Allow entering any sexp
6150         (bug#9055).
6151
6152         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
6153         (bug#9041).
6154
6155         * gnus-html.el (mm-util): Require (bug#9073).
6156
6157         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
6158         (gnus-summary-refer-thread): Use it to remove duplicates in the
6159         un-threaded view (bug#9053).
6160         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
6161
6162 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
6163
6164         * nnir.el (nnir-read-server-parm): Use default value from global
6165         variable.  Without this the default search engine parameters aren't
6166         used at all.
6167
6168 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6169
6170         * message.el (message-unique-id): Don't use the undocumented return
6171         value from (random t) (bug#9118).
6172
6173 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6174
6175         * message.el (message-auto-save-directory): If the ~/Mail directory
6176         doesn't exist, use ~ as the auto-save directory (bug#4432).
6177
6178         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
6179         hasn't already been started.
6180
6181 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6182
6183         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
6184
6185         * message.el (message-reply): Work around mysterious bug where
6186         `message-mode' seems to overwrite the locally bound `subject' variable.
6187
6188 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
6189
6190         * nnimap.el (nnimap-request-thread): Ensure search is performed in
6191         correct group.
6192
6193         * gnus-int.el (gnus-request-thread): Add group argument.
6194
6195         * gnus-sum.el (gnus-summary-refer-thread): Use it.
6196
6197 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6198
6199         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
6200
6201         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
6202         renamed to `debbugs-gnu-*'.
6203
6204 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
6205
6206         * plstore.el: Revert the editing feature since it is not urgent.
6207         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
6208         (plstore-mode-decoded): Remove.
6209
6210 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6211
6212         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
6213         isn't very interesting any more, and it leaks potentially secret data.
6214         (gnus-debug): Remove.
6215
6216         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
6217         use of :custom-show.
6218
6219 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6220
6221         * plstore.el: Add documentation.
6222         (plstore-mode): New mode to edit plstore file.
6223         (plstore-mode-toggle-display, plstore-mode-original)
6224         (plstore-mode-decoded): New command.
6225         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6226         (plstore--insert-buffer, plstore--make): New function.
6227         (plstore-open, plstore-save): Simplify by using them.
6228
6229 2011-07-06  Glenn Morris  <rgm@gnu.org>
6230
6231         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6232
6233 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6234
6235         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6236         no longer is much used.
6237         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6238         Articles".
6239
6240 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6241
6242         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6243         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6244         `notmuch' backend.
6245
6246 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6247
6248         * mm-decode.el (mm-text-html-renderer): Doc fix.
6249
6250         * gnus-msg.el (gnus-bug): Fix the MML tag.
6251
6252         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6253
6254 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6255
6256         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6257         secondary methods if started with `gnus-no-server'.
6258
6259 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6260
6261         * message.el (message-return-action): Fix typo in docstring.
6262
6263 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6264
6265         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6266         bug reports at once.
6267
6268         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6269
6270 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * nndraft.el: Require gnus-group.
6273         (nndraft-request-list): Declare.
6274
6275         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6276         no unread article unless it matches gnus-permanently-visible-groups.
6277
6278         * nndraft.el (nndraft-update-unread-articles): New function.
6279         (nndraft-request-associate-buffer): Use it to update the number of
6280         unread articles for the nndraft groups in the group buffer when saving
6281         or killing a draft message.
6282
6283 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6284
6285         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6286         systems to binary before writing and reading the mbox files.
6287
6288         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6289         instead of trying to list them all (bug#8978).
6290
6291 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6292
6293         * pop3.el (pop3-open-server): Use :end-of-capability.
6294
6295 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6296
6297         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6298         the id is always a number.
6299
6300         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6301
6302         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6303         debbugs mode, if possible.
6304
6305 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6306
6307         * auth-source.el (auth-source-token-passphrase-callback-function):
6308         Reindent.
6309         (epg-context-operation): Remove unnecessary autoload.
6310
6311 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6312
6313         * gnus.el (gnus-list-debbugs): New command.
6314
6315         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6316         mboxstat instead of the maintbox, since the stat seems to be fuller.
6317
6318         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6319         summary buffers.
6320
6321         * message.el (message-get-reply-headers): Delete all duplicates,
6322         instead of the first.
6323         (message-get-reply-headers): Ensure that we have progress while
6324         deleting duplicates.
6325
6326         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6327         gnus-posting-style value from the summary buffer to make it easier to
6328         make that a per-buffer conf.
6329
6330 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6331
6332         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6333         found by setting `shortcut' in 'query.
6334         (nnir-request-article): Use `shortcut' setting when requesting article
6335         by Message-ID.
6336
6337 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6338
6339         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6340         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6341         Bring the pseudo-headers back too.
6342
6343 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6344
6345         * auth-source.el (auth-source-token-passphrase-callback-function):
6346         Simplify and remove EPA dependency.
6347
6348 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6349
6350         * nnir.el (nnir-request-article): Fix error message text.
6351
6352 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6353
6354         * auth-source.el (plstore-delete): Autoload.
6355         (auth-source-plstore-search): Support delete operation.
6356         * plstore.el (plstore-delete): New function.
6357
6358 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6359
6360         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6361         mark actually existing articles as unread rather than the ones that
6362         active asserts.
6363
6364 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6365
6366         * nntp.el (nntp-record-command):
6367         * gnus-util.el (gnus-message-with-timestamp-1):
6368         Use format-time-string rather than decoding time stamps by hand.
6369         This is simpler and insulates the code from potential changes to
6370         current-time format.
6371
6372 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6373
6374         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6375
6376 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6377
6378         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6379         (plstore-save): Support public key encryption.
6380         (plstore--init-from-buffer): New function.
6381         (plstore-open): Use it; fix error when opening a non-existent file.
6382         (plstore-revert): Use plstore--init-from-buffer.
6383
6384 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6385
6386         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6387
6388 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6391         for old Emacsen.
6392
6393 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6394
6395         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6396         is not fully working.
6397
6398 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6399
6400         * dgnushack.el: Autoload sha1 on XEmacs.
6401
6402         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6403         quit window configuration.
6404
6405         * auth-source.el (epg-context-set-passphrase-callback):
6406         Remove duplicate autoload.
6407
6408 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6409
6410         * nnir.el (nnir-request-article): Allow requesting articles by
6411         Message-ID with nnimap.
6412
6413         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6414         current server.
6415
6416 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6417
6418         * auth-source.el: Autoload EPA/EPG functions.
6419         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6420         changed when EPA/EPG is not available.
6421         (auth-source-backend): Rename "arg" member to "data".
6422         (auth-source-backend-parse, auth-source-plstore-search)
6423         (auth-source-plstore-create): Use it.
6424
6425 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6426
6427         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6428         `gnus-refer-article-methods'.
6429
6430 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6431
6432         * auth-source.el: Require EPA and EPG.
6433         (auth-source-passphrase-alist): New variable.
6434         (auth-source-passphrase-callback-function)
6435         (auth-source-token-passphrase-callback-function): Callbacks for the
6436         netrc field encryption (GPG tokens).
6437         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6438         Symmetric encryption and decryption of the netrc GPG tokens.
6439         (auth-source-netrc-normalize): Use them, simplifying the closure.
6440
6441 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6442
6443         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6444         is available.
6445
6446 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6447
6448         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6449         non-nil, and `nnimap-split-methods' is nil, use the former.
6450
6451 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6452
6453         * plstore.el (plstore-revert): New function.
6454         (plstore-open): Use it; hide the buffer from user.
6455
6456 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6457
6458         * auth-source.el (auth-source-backend): New member "arg".
6459         (auth-source-backend-parse): Handle new backend 'plstore.
6460         * plstore.el: New file.
6461
6462 2011-06-30  Glenn Morris  <rgm@gnu.org>
6463
6464         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6465
6466 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6467
6468         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6469         expiring articles to.
6470
6471         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6472         variations as ASCII (bug#5458).
6473
6474 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6475
6476         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6477
6478 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6479
6480         * message.el (message-point-in-header-p): Tweak the function to default
6481         to saying that we're not in the headers if there is no separator at
6482         all.  This makes it possible to use the Message version of `M-q' in
6483         buffers with no headers (bug#7987).
6484         (message-point-in-header-p): Fix last checkin to work with an empty
6485         mail-header-separator, too.
6486
6487         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6488         again, save the choice via customize.
6489
6490 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6491
6492         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6493
6494         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6495         ended the connection, bail out before waiting infinitely on a new
6496         connection.
6497
6498 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6499
6500         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6501         reports.
6502
6503         * gnus.el (gnus-bug-package): Use "gnus."
6504         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6505
6506 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6507
6508         * dgnushack.el: Make the timer warning go away on XEmacs.
6509
6510         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6511         animations going on at article exit time.
6512
6513         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6514         since removing it breaks people upgrading.
6515
6516         * shr.el (shr-put-image): Use the new interface for animating images.
6517         (shr-put-image): Animate for 60 seconds.
6518
6519         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6520         avoid compiler warnings.
6521
6522         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6523         error with `find-file-hooks' on Emacs 22.
6524         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6525         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6526         on all architectures.
6527
6528         * spam.el (spam-stat): Require in a normal fashion without binding
6529         `spam-stat-install-hooks' to avoid compilation warnings.
6530
6531         * spam-stat.el (spam-stat-install-hooks): Remove.
6532         (spam-stat-install-hooks): Don't run automatically.
6533
6534 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6535
6536         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6537         and keystroke.
6538
6539 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * auth-source.el (auth-source-netrc-cache): Move forward.
6542
6543 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6544
6545         * proto-stream.el (proto-stream-open-starttls): Use
6546         `gnutls-available-p' to see whether we have built-in support.
6547
6548         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6549         we already know.
6550         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6551         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6552
6553 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6554
6555         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6556         %S format, since that looks odd.
6557         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6558         file, especially when saving.
6559
6560 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6561
6562         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6563         article found.
6564
6565 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6566
6567         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6568         `auth-source-save-secrets' with a more sensitive alist that can be
6569         configured per file.  Experimental, so defaults to 'never.
6570         (auth-source-netrc-create): Use it.  Still experimental code.
6571         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6572         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6573
6574 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6575
6576         * auth-source.el (auth-source-save-secrets): New variable to control if
6577         secret tokens should be saved encrypted.
6578         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6579         to `auth-source-netrc-normalize'.
6580         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6581         on the EPA variables being defined.
6582         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6583         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6584         the lexical-let closure.
6585         (auth-source-netrc-create): Create "gpg:" tokens according to
6586         `auth-source-save-secrets'.
6587
6588 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * gnus-group.el (gnus-group-update-group): Add new argument
6591         `info-unchanged' that stops updating dribble buffer.
6592
6593         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6594         deletes lines matching to it in dribble buffer.
6595
6596         * gnus-agent.el (gnus-agent-fetch-group-1):
6597         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6598         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6599         * gnus-start.el (gnus-group-change-level):
6600         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6601
6602         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6603         if newsgroup info is not changed.
6604
6605         * gnus-group.el (gnus-group-get-new-news-this-group):
6606         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6607         Don't update dribble buffer.
6608
6609 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6610
6611         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6612         remove entries with groups we ignore.
6613
6614 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6615
6616         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6617         the underline comes at the bottom.
6618
6619 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6620
6621         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6622         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6623         (gnus-registry-article-marks-to-names): Rename from
6624         `gnus-registry-user-format-function-M2'.
6625
6626 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6627
6628         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6629         ephemeral group.
6630
6631 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6632
6633         * shr.el (shr-browse-image): Copy the URL if called interactively.
6634
6635 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6636
6637         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6638         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6639         done, then unselected articles may be marked as read.
6640
6641         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6642         since not doing this seems to lead to a race condition in pop3-logon.
6643
6644         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6645         so that the call chain it correct when we call "upwards".
6646
6647         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6648         in read-only groups.
6649
6650         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6651
6652         * message.el (message-cite-reply-position): Doc string fix.
6653
6654         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6655         avoid regexp overflow.
6656         (nnimap-transform-split-mail): Ditto.
6657
6658         * pop3.el (pop3-retr): Error out if the server closes the connection.
6659
6660 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6661
6662         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6663         mm-with-unibyte-current-buffer.  The buffer should not contain any
6664         multibyte chars anyway at this stage.
6665
6666 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6667
6668         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6669         at the end of lines.
6670
6671 2011-05-29  Julien Danjou  <julien@danjou.info>
6672
6673         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6674
6675 2011-05-27  Glenn Morris  <rgm@gnu.org>
6676
6677         * gnus-group.el (gnus-bug-group-download-format-alist):
6678         Use the "maintainer" version of debian reports as well.
6679
6680 2011-05-26  Glenn Morris  <rgm@gnu.org>
6681
6682         * gnus-group.el (gnus-bug-group-download-format-alist):
6683         Use the "maintainer" version of debbugs.gnu.org reports.
6684
6685 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6686
6687         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6688
6689 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6690
6691         * gnus-cus.el (gnus-agent-customize-category):
6692         * gnus-delay.el (gnus-delay-send-queue):
6693         * gnus.el (gnus-other-frame):
6694         Don't quote lambda expressions with `quote'.
6695
6696 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6697
6698         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6699         the thread moves us backwards and so we loop forever.
6700
6701 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6704         whitespace in base64 data lines.
6705
6706 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6707
6708         * gnus-registry.el (gnus-registry-user-format-function-M):
6709         Use `mapconcat'.
6710         (gnus-registry-user-format-function-M2): Use to see the full text of
6711         the marks.  Make "," the mark text separator.
6712
6713         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6714         authentication with auth-source.
6715
6716 2011-05-17  Glenn Morris  <rgm@gnu.org>
6717
6718         * gnus-group.el (gnus-import-other-newsrc-file):
6719         Use insert-file-contents.
6720
6721 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6722
6723         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6724         1000 iterations.
6725
6726 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * nntp.el (nntp-open-connection): Check if process-type is available.
6729
6730 2011-05-16  Julien Danjou  <julien@danjou.info>
6731
6732         * shr.el (shr-tag-del): Add support for del tag.
6733
6734 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * gnus-html.el (gnus-html-put-image): Register a displayer.
6737
6738         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6739
6740 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6741
6742         * registry.el (prune-factor): New initialization parameter defaulting
6743         to 0.1.
6744         (registry-prune-hard): Use it.
6745
6746         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6747         0.1 expicitly.
6748
6749 2011-05-13  Glenn Morris  <rgm@gnu.org>
6750
6751         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6752         is bound, since this function requires sendmail.
6753
6754 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6755
6756         * registry.el (registry-usage-test): Disable pruning test.
6757
6758 2011-05-11  David Engster  <dengste@eml.cc>
6759
6760         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6761         Bind set-network-process-option for XEmacs.
6762
6763 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6764
6765         * registry.el (registry-prune-hard-candidates)
6766         (registry-prune-soft-candidates): Helper methods for registry pruning.
6767         (registry-prune): Use them.  Make the sort function optional.
6768
6769 2011-05-10  Jim Meyering  <meyering@redhat.com>
6770
6771         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6772
6773 2011-05-10  Julien Danjou  <julien@danjou.info>
6774
6775         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6776         symbol and not a list.
6777
6778 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * gnus-art.el (gnus-article-mode): Move binding of
6781         shr-put-image-function here from gnus-article-prepare-display.
6782
6783         * shr.el (shr-put-image-function): New variable.
6784         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6785         (shr-put-image): Return scaled image.
6786
6787         * gnus-art.el (gnus-shr-put-image): New function.
6788         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6789
6790         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6791         original ones, as deletable.
6792
6793 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6794
6795         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6796
6797 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6798
6799         * registry.el (registry-full): Add convenience method.  Fix logic.
6800         (registry-insert): Use it.  Fix logic here too.
6801
6802         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6803         `registry-prune' if `registry-full' returns t.
6804         (gnus-registry-handle-action)
6805         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6806         (gnus-registry-usage-test): Use it.
6807
6808 2011-05-07  Julien Danjou  <julien@danjou.info>
6809
6810         * shr.el (shr-link): Make shr-link inherit from link by default.
6811
6812 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6813
6814         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6815
6816 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6817
6818         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6819         error out because the face is not a list.
6820
6821 2011-05-05  Glenn Morris  <rgm@gnu.org>
6822
6823         * proto-stream.el (gnutls-negotiate): Fix declarations.
6824
6825         * gnus-start.el (gnus-propagate-marks): Declare.
6826
6827 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6828
6829         * registry.el (registry-reindex): Fix percentage message.
6830
6831         * proto-stream.el (network-stream-open-starttls): Adjust to call
6832         `gnutls-negotiate' with :process and :hostname arguments.
6833
6834 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6835
6836         * shr.el: Add shr-link face for links.
6837         (shr-urlify): Use it.
6838
6839         * registry.el (registry-insert): Make error message more helpful.
6840
6841 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6842
6843         * gnus-html.el (gnus-html-schedule-image-fetching):
6844         Use url-queue-retrieve, if it exists.
6845
6846         * shr.el (shr-tag-img): Ditto.
6847
6848         * gnus.el: Autoload more gnus-agent functions.
6849
6850         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6851         agent if we haven't already (bug#8502).
6852
6853         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6854         into the Agent, too.
6855
6856         * gnus-agent.el (gnus-agent-store-article): New function.
6857
6858         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6859         and moved from that file for reuse.
6860
6861         * pop3.el (pop3-open-server): Error messages are "-ERR".
6862
6863 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6864
6865         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6866         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6867
6868 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6869
6870         * gnus.el: No Gnus v0.17 is released.
6871
6872 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6873
6874         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6875         buffer has moved to a different frame.
6876
6877 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6878
6879         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6880         to get the conversion from unibyte to multibyte buffers to work on
6881         Emacs 22.
6882
6883         * nntp.el (nntp-request-article): Slight clean-up.
6884
6885 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6886
6887         * shr.el (shr-strike-through): New face.
6888         (shr-tag-s): Use it to provide <s> support.
6889         (shr-tag-s): Remove duplicate definition.
6890
6891 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6892
6893         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6894         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6895
6896 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6897
6898         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6899         `gnutls-negotiate'.
6900         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6901
6902 2011-04-23  Glenn Morris  <rgm@gnu.org>
6903
6904         * gnus-sum.el (gnus-extra-headers): Bump :version.
6905
6906 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6907
6908         * shr.el (shr-tag-sup): New function.
6909         (shr-tag-sub): Ditto.
6910
6911 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6912
6913         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6914         for the case where `gnus-registry-ignored-groups' is a list of lists,
6915         and don't call `gnus-parameter-registry-ignore' otherwise.
6916
6917 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6918
6919         * nnimap.el (nnimap-user): New backend variable.
6920         (nnimap-open-connection-1): Use it.
6921         (nnimap-credentials): Accept user parameter so it's explicit what user
6922         name is desired.
6923
6924         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6925         default.
6926
6927         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6928         not gnus-registry.el.
6929
6930         * gnus-registry.el: Mention in comments how to modify
6931         `gnus-extra-headers' for proper recipient tracking and that it may
6932         already have To and Cc recently, which it does as of this commit.
6933         (gnus-registry-ignored-groups): Remove defcustom.
6934         Explain why in comments.
6935         (gnus-registry-action): Fix data-header reference to use the extra
6936         headers.  Explain in package commentary how to add To and Cc headers to
6937         the gnus-extra-headers.
6938         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6939         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6940         parameter list or a string list in `gnus-registry-ignored-groups'.
6941         Fix logic error.
6942
6943 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6944
6945         * shr.el (shr-expand-url): Protect against null urls.
6946
6947 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6948
6949         * shr.el (shr-base): New binding.
6950         (shr-tag-base): Keep track of <base>.
6951         (shr-expand-url): New function used throughout.
6952
6953 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6954
6955         * gnus-registry.el
6956         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6957         (gnus-registry-ignored-groups): New variable.
6958         (gnus-registry-ignore-group-p): Use it.
6959         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6960         set the destination group to nil (same as delete) if it's ignored.
6961
6962 2011-04-20  David Engster  <dengste@eml.cc>
6963
6964         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6965
6966         * Makefile.in (test-nntp): New rule.
6967         (check): Add it.
6968         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6969
6970 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * gnus-registry.el (gnus-registry-action)
6973         (gnus-registry-fetch-header-fast):
6974         Don't use mail-header that looks an internal function of mailheader.el.
6975
6976 2011-04-19  Glenn Morris  <rgm@gnu.org>
6977
6978         * time-date.el (time-to-days): Remove unused local variables.
6979
6980 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6981
6982         * gnus-registry.el: Eliminate cl functions.
6983         (gnus-registry-sort-addresses): New function that replaces mapcan.
6984         (gnus-registry-action, gnus-registry-spool-action)
6985         (gnus-registry-split-fancy-with-parent)
6986         (gnus-registry-fetch-recipients-fast): Use it.
6987         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6988
6989         * registry.el (initialize-instance, registry-lookup)
6990         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6991         (registry-lookup-secondary-value, registry-search, registry-delete)
6992         (registry-insert, registry-reindex, registry-size, registry-prune):
6993         Use eval-and-compile.
6994
6995 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6996
6997         * registry.el (registry-reindex): New method to recreate the secondary
6998         registry indices.
6999
7000         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
7001         tracked field changes.
7002         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
7003         (gnus-registry-action, gnus-registry-spool-action)
7004         (gnus-registry-handle-action)
7005         (gnus-registry--split-fancy-with-parent-internal)
7006         (gnus-registry-split-fancy-with-parent)
7007         (gnus-registry-register-message-ids): Add recipient tracking on spool,
7008         move, and delete actions, and for fancy splitting with parent.
7009         (gnus-registry-extract-addresses)
7010         (gnus-registry-fetch-recipients-fast)
7011         (gnus-registry-fetch-header-fast): Convenience functions.
7012         (gnus-registry-misc-test): ERT test of
7013         `gnus-registry-extract-addresses'.
7014
7015 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
7016
7017         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7018         Track by subject first, then sender.
7019
7020 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7021
7022         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
7023
7024         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
7025         Lisp.
7026
7027         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
7028         (gnus-draft-send): Use it to avoid popping
7029         up frames from gnus-group-send-queue.
7030
7031 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
7032
7033         * gnus-registry.el: Updated gnus-registry docs.
7034
7035 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7036
7037         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
7038         Fix logic bug.
7039         (gnus-registry-post-process-groups): Fix logging of no results and
7040         quote sender and subject.
7041
7042 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7043
7044         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
7045         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
7046         gnutls-cli are too slow to be done opportunistically.
7047
7048         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
7049         (gnus-read-active-for-groups): Don't try to finish getting stuff where
7050         we had no early-data returned.
7051         (gnus-get-unread-articles): Add a sanity check so that we don't issue
7052         two async commands to the same server at the same time.
7053
7054 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
7055
7056         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
7057
7058 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7059
7060         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
7061         "warning" level.
7062
7063         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
7064         (mm-url-insert-file-contents): Don't set the package names.
7065
7066 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
7067
7068         * gnus-registry.el (gnus-registry-action): Remove properties and
7069         simplify subject in `gnus-registry-handle-action'.
7070         (gnus-registry-spool-action): Get subject and sender from message if
7071         they are not passed in.
7072         (gnus-registry-handle-action): Remove properties and simplify subject
7073         consistently.
7074
7075 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7076
7077         * registry.el: Require CL before using defmacro*.
7078
7079 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * gnus-art.el (article-treat-date): Assume that
7082         gnus-article-date-headers may be a group parameter.
7083
7084 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
7085
7086         * gnus-registry.el (gnus-registry-handle-action): More debugging.
7087
7088         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
7089         interactively so the newsrc file can contain foreign groups too.
7090         Useful for debugging but not much for users.
7091
7092 2011-04-07  David Engster  <dengste@eml.cc>
7093
7094         * registry.el (registry-usage-test): Only do
7095         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
7096         lexical binding.
7097
7098 2011-04-07  David Engster  <dengste@eml.cc>
7099
7100         * Makefile.in (check, test-registry): New rules for test-suite.
7101
7102 2011-04-06  David Engster  <dengste@eml.cc>
7103
7104         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
7105         argument NOERROR for `require', since XEmacs 21.4 does not support it.
7106
7107 2011-04-06  David Engster  <dengste@eml.cc>
7108
7109         * registry.el (initialize-instance): Change :after to :AFTER to be
7110         compatible with old EIEIO version in XEmacs.
7111
7112 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7113
7114         * gnus-registry.el (gnus-registry-post-process-groups)
7115         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
7116         and provide better messaging.
7117
7118 2011-04-06  David Engster  <dengste@eml.cc>
7119
7120         * Makefile.in (fail-on-warning): New rule to compile with warnings as
7121         errors.
7122
7123         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
7124         dgnushack-compile with error-on-warn enabled, and to signal an error if
7125         clean compilation failed.
7126         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
7127         with `byte-compile-error-on-warn'.  Return nil if errors occured.
7128
7129 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7130
7131         * gnus-registry.el: Don't use ERT if it's not available.  Load it
7132         unconditionally anyway, discarding errors.
7133         (gnus-registry-delete-entries): New convenience function.
7134         (gnus-registry-import-eld): Import from old .eld registry.
7135
7136         * registry.el: Don't use ERT if it's not available.  Load it
7137         unconditionally anyway, discarding errors.
7138
7139         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
7140         version from the Claudio Bley GnuTLS patch (extra optional parameters
7141         and host name).
7142
7143 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
7144
7145         * gnus-registry.el (gnus-registry-fixup-registry): New function to
7146         fixup the parameters that can be customized by the user between
7147         save/read cycles.
7148         (gnus-registry-read): Use it.
7149         (gnus-registry-make-db): Use it.
7150         (gnus-registry-spool-action, gnus-registry-handle-action):
7151         Fix messaging.
7152         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
7153         Map references to actual group names with sender and subject tracking.
7154         (gnus-registry-post-process-groups): Use `cond' for better messaging.
7155         (gnus-registry-usage-test): Add subject lookup test.
7156
7157         * registry.el (registry-db, initialize-instance): Set up constructor
7158         instead of :initform arguments for the sake of older Emacsen.
7159         (registry-lookup-breaks-before-lexbind): New method to demonstrate
7160         pre-lexbind merge bug.
7161         (registry-usage-test): Use it.
7162         (initialize-instance, registry-db): Move the non-function initforms
7163         back to the class definition.
7164
7165 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
7166
7167         * registry.el: New library to manage gnus-registry-style data.
7168
7169         * gnus-registry.el: Use it (major rewrite).
7170
7171         * nnregistry.el: Use it.
7172
7173         * spam.el: Use it.
7174
7175 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7176
7177         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
7178         marks on non-selected articles.
7179
7180 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7181
7182         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
7183         parameter to open-protocol-stream.
7184
7185 2011-04-01  Julien Danjou  <julien@danjou.info>
7186
7187         * mm-view.el (mm-display-inline-fontify): Do not fontify with
7188         fundamental-mode.
7189
7190 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7191
7192         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
7193         servers.
7194
7195 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7196
7197         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
7198         made marks not propagate, again.
7199
7200 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
7201
7202         * proto-stream.el (open-protocol-stream): Bring back `network' type.
7203         Make this the default type.
7204         (proto-stream-open-plain): Rename from proto-stream-open-default.
7205         (open-protocol-stream, proto-stream-open-starttls)
7206         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
7207         with `plain'.
7208
7209         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
7210         value.
7211
7212         * nntp.el (nntp-open-connection-function): Document the fact that some
7213         values are not functions but are instead handled specially.
7214         Recognize nntp-open-plain-stream value.
7215         (nntp-open-connection): Recognize that value.
7216
7217 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7218
7219         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7220         where it seems to be needed.
7221
7222 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7223
7224         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7225         stuff.
7226
7227         * gnus-score.el (gnus-score-string): Fix calling convention of
7228         `gnus-simplify-buffer-fuzzy' after last patches.
7229
7230         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7231         server for articles we didn't get any headers for.  This is a sanity
7232         check.
7233
7234 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7235
7236         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7237         new CAPABILITY, use it.
7238
7239 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7240
7241         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7242         downloading anything.
7243
7244         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7245
7246 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7247
7248         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7249         colors.
7250         (gnus-splash-svg-color-symbols): New function.
7251
7252 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7253
7254         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7255         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7256         (gnus-simplify-subject-fuzzy): Use the local
7257         gnus-simplify-subject-fuzzy-regex instead of the global one.
7258         This makes using this variable in group parameters work.
7259
7260 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7261
7262         * gnus-registry.el (gnus-registry-unfollowed-groups):
7263         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7264         archive:sent-YYYY-MM-DD groups).
7265         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7266         tracking if there are more than `gnus-registry-max-track-groups'
7267         matches.
7268
7269 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7270
7271         * message.el (message--yank-original-internal): New function to do the
7272         insertion cleanly inside eval in `message-yank-original'.
7273         (message-yank-original): Use it.
7274
7275 2011-03-29  Julien Danjou  <julien@danjou.info>
7276
7277         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7278         local variables disabled rather than `normal-mode'.
7279
7280 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7281
7282         * imap.el (imap-shell-open, imap-process-connection-type):
7283         Use imap-process-connection-type for 'shell' streams as well as
7284         Kerberos, SSL, other subprocesses.
7285
7286 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7287
7288         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7289         with open-network-stream.
7290         (proto-stream-always-use-starttls): Option removed.
7291         (open-protocol-stream): Return a process object by default.  Provide a
7292         new parameter :return-list specifying a list-type return value, which
7293         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7294         :type `network' to `try-starttls', and `network-only' to `default'.
7295         Make `default' the default, for compatibility with open-network-stream.
7296         Handle the no-parameter case exactly as open-network-stream, with no
7297         additional stream processing.  Search plists using plist-get.
7298         Explicitly add :end-of-commend parameter if it is missing.
7299         (proto-stream-open-default): Rename from
7300         proto-stream-open-network-only.  Return 'default as the type.
7301         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7302         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7303         failed.  Always return a list with a (possibly dead) process as the
7304         first element, for compatibility with open-network-stream.
7305         (proto-stream-open-tls): Use plist-get.  Always return a list.
7306         (proto-stream-open-shell): Return `default' as connection type.
7307         (proto-stream-capability-open): Use plist-get.
7308         (proto-stream-eoc): Function deleted.
7309
7310         * nnimap.el (nnimap-stream, nnimap-open-connection)
7311         (nnimap-open-connection-1): Handle renaming of :type parameter for
7312         open-protocol-stream.
7313         (nnimap-open-connection-1): Pass a :return-list parameter
7314         open-protocol-stream to obtain a list return value.  Parse this list
7315         using plist-get.
7316
7317         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7318         for open-protocol-stream.  Accept open-protocol-stream return value
7319         that is a subprocess object instead of a list.  Handle the case of a
7320         dead returned process.
7321
7322 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7323
7324         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7325
7326         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7327
7328 2011-03-21  Julien Danjou  <julien@danjou.info>
7329
7330         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7331         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7332         query.
7333         (mm-inline-text): Render normal text with fontification whenever
7334         possible.
7335
7336         * gnus-sum.el (gnus-summary-save-parts-1):
7337         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7338         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7339         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7340         Use `mm-handle-filename'.
7341
7342         * mm-util.el (mm-handle-filename): New function, return the filename of
7343         an handle.
7344
7345 2011-03-18  Julien Danjou  <julien@danjou.info>
7346
7347         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7348         (gnus-buffer-live-p): Check that buffer is not nil.
7349
7350 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7351
7352         * gnus.el: No Gnus v0.15 is released.
7353
7354 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7355
7356         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7357         avoid warning on XEmacs.
7358
7359         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7360         on XEmacs.
7361
7362         * gnus-art.el: Require mouse, which the build bot seems to say is
7363         needed.
7364
7365         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7366
7367         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7368         XEmacs, since it doesn't have url-retrieve-synchronously.
7369
7370         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7371         since assoc-string doesn't exist in XEmacs.
7372
7373 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7374
7375         * gnus-group.el (gnus-group-list-ticked): New function.
7376         (gnus-group-make-menu-bar): Provide a menu entry for it.
7377         (gnus-group-list-map): Provide a binding for it.
7378
7379 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7380
7381         * shr.el (shr-visit-file): New command.
7382
7383         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7384
7385 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7386
7387         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7388         servers.
7389
7390 2011-03-16  Julien Danjou  <julien@danjou.info>
7391
7392         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7393         inline.
7394
7395         * gnus-art.el (article-hide-list-identifiers):
7396         Use gnus-group-get-list-identifiers.
7397
7398         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7399         (gnus-summary-remove-list-identifiers):
7400         Use gnus-group-get-list-identifiers to get regexp.
7401         (gnus-select-newsgroup, gnus-summary-insert-subject)
7402         (gnus-summary-insert-articles):
7403         Call gnus-summary-remove-list-identifiers unconditionally.
7404
7405 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7406
7407         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7408         we're selecting a group with unread articles.
7409
7410         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7411
7412         * gssapi.el: New file separated out from imap.el to provide a general
7413         Kerberos 5 connection facility for Emacs.
7414
7415         * message.el (message-elide-ellipsis): Document the format spec
7416         ellipsis.
7417
7418 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7419
7420         * message.el (message-elide-region): Allow the ellipsis to say how many
7421         lines were removed.
7422
7423 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7424
7425         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7426         window configurations containing buffers that are now dead.
7427
7428         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7429         parsing to avoid integer overflows.
7430         (nnimap-parse-flags): Simplify the last change.
7431         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7432         too large for 32-bit Emacsen.
7433
7434 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7435
7436         * auth-source.el (auth-source-netrc-create):
7437         * message.el (message-yank-original): Fix use of `case'.
7438
7439 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7440
7441         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7442         XEmacs, which was one character too wide.
7443
7444 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7445
7446         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7447         default number of articles to display.
7448         (gnus-articles-to-read): Use pretty names for prompt.
7449
7450 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7451
7452         * gnus-int.el (gnus-open-server): Ditto.
7453
7454         * gnus-start.el (gnus-activate-group): Give a backtrace if
7455         debug-on-quit is set and the user hits `C-g'.
7456         (gnus-read-active-file): Ditto.
7457
7458         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7459
7460 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7461
7462         * message.el (message-yank-original): Use cond instead of CL case.
7463
7464 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7465
7466         * auth-source.el (auth-source-netrc-create): Use usual format for the
7467         default in prompts.
7468
7469 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7470
7471         * lpath.el: Fbind read-char-choice for XEmacs.
7472
7473 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7474
7475         * auth-source.el (auth-source-netrc-create): Show the default in the
7476         prompt when prompting for token creation.
7477
7478 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7479
7480         * auth-source.el (auth-source-format-prompt): Always convert the value
7481         to a string to avoid evaluating non-string arguments.
7482         (auth-source-netrc-create): Offer default properly, not as initial
7483         content in `read-string'.
7484         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7485         of line to determine if we've been run before.  If so, don't run again,
7486         but print a trivial message to indicate the cache was hit instead.
7487
7488 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7489
7490         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7491         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7492         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7493         Gnus.
7494
7495 2011-03-11  Julien Danjou  <julien@danjou.info>
7496
7497         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7498         modified file".
7499
7500 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7501
7502         * auth-source.el (auth-source-read-char-choice): New function to read a
7503         character choice using `dropdown-list', `read-char-choice', or
7504         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7505         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7506         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7507         (auth-source-netrc-saver): Use it.
7508         (auth-source-pick-first-password): New convenience function.
7509
7510 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7511
7512         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7513         parameter in the credentials.
7514         (nnimap-open-connection-1): Use it after a successful login.
7515         (nnimap-credentials): Add IMAP-specific user and password prompt.
7516
7517         * auth-source.el (auth-source-search): Add :require parameter, taking a
7518         list.  Document it and the :save-function return token.  Pass :require
7519         down.  Change the CREATED message from a warning to a debug statement.
7520         (auth-source-search-backends): Pass :require down.
7521         (auth-source-netrc-search): Pass :require down.
7522         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7523         Change save prompt to indicate all modifications saved here are
7524         deletions.
7525         (auth-source-netrc-create): Take user login name as default in user
7526         prompt.  Move all the save functionality to a lexically bound function
7527         under the :save-function token in the returned list.  Set up clearer
7528         default prompts for user, host, port, and secret.
7529         (auth-source-netrc-saver): New function, intended to be wrapped for
7530         :save-function.
7531
7532 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7533
7534         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7535         lines to be spaces instead.
7536
7537 2011-03-07  Julien Danjou  <julien@danjou.info>
7538
7539         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7540         (sieve-sasl-auth): Check that auth-source-search did return something,
7541         or just return an empty string.
7542
7543 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7544
7545         * gnus.el (gnus-interactive): Use read-directory-name.
7546
7547         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7548         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7549         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7550         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7551         Likewise.
7552
7553         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7554
7555 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7556
7557         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7558         onto the list of killed groups, too.  This makes killed nnimap groups,
7559         for instance, more reliably not reappear.
7560
7561         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7562         the parent.
7563
7564         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7565
7566         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7567         really have server-side marks.
7568
7569         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7570         since most backends do not usefully have server-side marks.
7571         (gnus-update-read-articles): Propagate marks to all backends that
7572         really have server-side marks.
7573
7574 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7575
7576         * message.el (message-cite-reply-position, message-cite-style):
7577         New variables.
7578         (message-yank-original): Use the new citation styles.
7579
7580 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7581
7582         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7583         buffer-local issue); don't mark it buffer-local when running under
7584         XEmacs.
7585
7586 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7587
7588         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7589         numbers too big to be `read'.
7590
7591 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7592
7593         * password-cache.el (password-in-cache-p): Add autoload.
7594
7595         * message.el (message-options): Make buffer-local two ways to attempt
7596         to fix a XEmacs bug.
7597
7598 2011-03-02  Julien Danjou  <julien@danjou.info>
7599
7600         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7601
7602 2011-03-01  Julien Danjou  <julien@danjou.info>
7603
7604         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7605         group.
7606         (article-hide-list-identifiers): Use list-identifier group parameter.
7607
7608 2011-02-28  Julien Danjou  <julien@danjou.info>
7609
7610         * sieve.el (sieve-buffer-script-name): New local variable to store
7611         sieve script name.
7612         (sieve-edit-script): Store sieve script name.
7613         (sieve-upload): Use sieve script name when uploading.
7614         (sieve-upload): Use substitute-command-keys.
7615         (sieve-edit-script): Use substitute-command-keys.
7616         (sieve-refresh-scriptlist): Use substitute-command-keys.
7617         (sieve-manage-mode-map): Define keymap properly.
7618         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7619         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7620         Remove commented code about cvs.
7621         (sieve-manage-quit): New function.
7622         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7623
7624 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7625
7626         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7627
7628 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7629
7630         * auth-source.el (auth-source-search): Cache empty result sets.
7631
7632         * password-cache.el (password-in-cache-p): Convenience function to
7633         check if a key is in the cache, even if the value is nil.
7634
7635         * auth-source.el (auth-source-save-behavior): New variable to replace
7636         `auth-source-never-create'.
7637         (auth-source-netrc-create): Use it.
7638         (auth-source-never-save): Remove.
7639
7640 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7641
7642         * nnimap.el (nnimap-stream): Doc fix.
7643         (nnimap-open-connection-1): Reverse the order of the ports to that the
7644         prompted-for port is first.
7645
7646         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7647         retrieval by the no-group selection.
7648
7649         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7650         numerical parameters.
7651
7652 2011-02-25  Julien Danjou  <julien@danjou.info>
7653
7654         * gnus-gravatar.el: Use gnus-with-article-buffer.
7655
7656         * gnus-art.el (gnus-with-article-buffer): Check that the
7657         gnus-article-buffer is alive.
7658
7659 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7660
7661         * auth-source.el (auth-source-creation-prompts): New variable to manage
7662         creation-time prompts.
7663         (auth-source-search): Document it.
7664         (auth-source-format-prompt): Add utility function.
7665         (auth-source-netrc-create): Don't default the user name to
7666         user-login-name.  Use `auth-source-creation-prompts' and some default
7667         prompts for user, host, port, and password (the default generic prompt
7668         remains ugly).
7669         (auth-source-never-save): Add customizable option to never save info.
7670         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7671         mode excursion.
7672
7673 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7676         argument that XEmacs doesn't support.
7677
7678         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7679         compiled for Emacsen having no `libxml-parse-html-region' support.
7680
7681         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7682
7683         * lpath.el: Bind buffer-save-without-query for XEmacs.
7684
7685 2011-02-23  Julien Danjou  <julien@danjou.info>
7686
7687         * gnus-art.el (article-make-date-line): Ignore errors if time is
7688         invalid and not convertible.
7689         (article-make-date-line): Only add lapsed time if time is not nil.
7690
7691 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7692
7693         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7694         `read-char-choice' for backwards compatibility.
7695         (auth-source-netrc-element-or-first): New function to DTRT for
7696         parameter extraction.
7697         (auth-source-netrc-create): Use it and fix multiple parameter print
7698         bug.  Use the default passed from above (given-default) or the
7699         built-in (user-login-name for :user).
7700
7701 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7702
7703         * gnus-start.el (gnus-dribble-read-file):
7704         Set buffer-save-without-query, since we always want to save the dribble
7705         file, probably.
7706
7707         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7708         nnimap.
7709
7710         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7711         -summary- since it's a user-visible variable.
7712
7713         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7714         first time you use the new Gnus.
7715
7716 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7717
7718         * auth-source.el: Don't load netrc.el.
7719         (auth-sources): Search ~/.netrc as well by default.
7720         (auth-source-debug): Add 'trivia option for extra output.
7721         (auth-source-do-trivia): Use it.
7722         (auth-source-search): Simplify logic to use
7723         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7724         appropriate.  Don't keep a running count at this level.  Layer :create
7725         and :delete options appropriately on the first and second passes.
7726         Don't track the backend with the search results.
7727         (auth-source-search-backends): New function to search a list of
7728         backends for a processed spec.
7729         (auth-source-netrc-parse): Cache all netrc files, making
7730         auth-source-netrc-cache an alist keyed by the file name and using the
7731         file mtime as the caching criterion.  Keep the obfuscated data secret
7732         with a lexical bind.
7733         (auth-source-netrc-search): Don't calculate the length of the results
7734         unnecessarily.
7735         (auth-source-search-backends): Fix bug.
7736         (auth-source-netrc-create): Rework prompts.
7737
7738 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7739
7740         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7741         Lower case names of search constraints.
7742         (nnir-run-query): Cache and reuse search constraints for all imap
7743         servers.
7744
7745 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7746
7747         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7748         after exit.
7749         (gnus-setup-message): Define missing variable from last checkin.
7750
7751         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7752         value, show the raw article.
7753
7754 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7755
7756         * gnus.el: No Gnus v0.13 is released.
7757
7758 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7759
7760         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7761         auth-source now accepts numbers.
7762
7763         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7764         spec, too.
7765         (auth-source-ensure-strings): New function.
7766
7767         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7768         (gnus-article-setup-buffer): Always restart the date timer so that user
7769         changes to the frequency is respected.
7770
7771         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7772         port numbers, so make sure it gets that if nnimap-server-port is
7773         explicit.
7774
7775 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7776
7777         * nnimap.el (nnimap-inbox): Doc fix.
7778
7779 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7780
7781         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7782         Autoload.  Add optional arg FRAME, and pass it to color-values.
7783         (color-complement): Caller changed.  Doc fix.
7784         (color-gradient): Rewrite for better clarity and efficiency.
7785
7786 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7787
7788         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7789         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7790         color-lab-to-srgb.
7791
7792 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7793
7794         * color.el: First part of merge from hexrgb.el.
7795         (color-rgb-to-hex): Rename from color-rgb->hex.
7796         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7797         saturation to zero if the value is too small.
7798         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7799         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7800         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7801         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7802         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7803         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7804         (color-cie-de2000): Doc fix.
7805
7806 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7807
7808         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7809         given method as in the group name if we're using an extended method.
7810         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7811         command, if we're using that, instead of waiting for the beginning.
7812
7813         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7814         we're sure to get unique server names, and we don't output two async
7815         commands in the same buffer.  This fixes an NNTP hang for some users.
7816
7817 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7818
7819         * gnus.el: No Gnus v0.11 is released.
7820
7821 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7822
7823         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7824         summary buffer before reading going to the next buffer.  This avoids
7825         putting the point in the group buffer if you `C-g' the command.
7826
7827         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7828         cache (for now) to make ~/.authinfo.gpg files usable.
7829
7830         * nnfolder.el (copyright-update): Define for the compiler.
7831
7832         * auth-source.el (auth-source-search): Fix unbound variable.
7833
7834 2011-02-19  Glenn Morris  <rgm@gnu.org>
7835
7836         * gnus.el (gnus-meta): Doc fix.
7837
7838 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7839
7840         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7841         in case it's not yet loaded.
7842
7843 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7844
7845         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7846         line we're waiting for.
7847
7848 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7849
7850         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7851         face with line-width greater than zero will cause RET in gnus summary
7852         buffer to scroll down article page-wise because auto vscroll happens,
7853         it should be temporally disabled when doing a scroll-up.
7854
7855 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7856
7857         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7858         outputs from the server.
7859
7860 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7861
7862         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7863         later so that bbdb can hook in easier.
7864
7865 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7866
7867         * auth-source.el (auth-source-search): Don't try to create credentials
7868         if the caller doesn't want that.
7869         (auth-source-search): If we don't find a match, don't bug out on
7870         non-bound variables.
7871         (auth-source-search): Only ask a single backend to create the
7872         credentials.
7873
7874         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7875         logging.
7876         (nnimap-credentials): Protect against auth-source-search returning nil.
7877         (nnimap-request-list): Protect against not being able to open the
7878         server.
7879
7880 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7881
7882         * auth-source.el (auth-source-search): Do a two-phase search, one with
7883         no :create to get the responses from all backends.
7884
7885         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7886         when getting credentials.
7887
7888         * gnus-util.el (gnus-delete-duplicates): New function.
7889
7890 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7891
7892         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7893         a creation default, pass the whole port list down.  It will be
7894         completed.
7895
7896         * auth-source.el (auth-source-search): Updated docs to talk about
7897         multiple creation choices.
7898         (auth-source-netrc-create): Accept a list as a value (from the search
7899         parameters) and do completion on that list.  Keep a separate netrc line
7900         with the password obscured for showing the user.
7901
7902         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7903         first choice to `auth-source-search' so it will be used for entry
7904         creation instead of the server's Gnus-specific name.
7905         (nnimap-credentials): Rely on the auth-source library to select which
7906         port is actually wanted in the new netrc entry, so don't override
7907         `auth-source-creation-defaults'.
7908
7909         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7910         :protocol and accept a missing user, host, or port as a wildcard match.
7911         (auth-source-debug): Default to off.
7912
7913         (auth-source-netrc-search, auth-source-netrc-create)
7914         (auth-source-secrets-search, auth-source-secrets-create)
7915         (auth-source-user-or-password, auth-source-backend, auth-sources)
7916         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7917         instead of :protocol.
7918
7919         * nnimap.el (nnimap-credentials): Pass a port default to
7920         `auth-source-search' in case an entry needs to be created.
7921         (nnimap-open-connection-1): Use :port instead of :protocol.
7922
7923 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * auth-source.el: Bind load-path when loading EIEIO from
7926         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7927         21.4 doesn't support, to `require'.
7928         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7929         delete-dups that is not available in XEmacs 21.4.
7930
7931 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7932
7933         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7934         as EIEIO must also be loaded when auth-source.el is being
7935         byte-compiled.
7936
7937 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7938
7939         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7940
7941         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7942
7943         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7944
7945         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7946
7947         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7948
7949         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7950
7951         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7952
7953         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7954         necessary.
7955
7956 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7957
7958         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7959         nil means that nnimap doesn't get updated.
7960
7961 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7962
7963         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7964         result when the user doesn't want to write to the file.
7965         (auth-source-netrc-search): Expect a synthetic result and proceed
7966         accordingly.
7967         (auth-source-cache-expiry): New variable to override
7968         `password-cache-expiry'.
7969         (auth-source-remember): Use it.
7970
7971         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7972         parameter.  Create entry if necessary by using :create t.
7973         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7974
7975 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7976
7977         * auth-source.el (auth-source-debug): Enable by default and don't
7978         mention the obsolete `auth-source-hide-passwords'.
7979         (auth-source-do-warn): New function to debug unconditionally.
7980         (auth-source-do-debug): Use it.
7981         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7982         and for Secrets API entries when the secrets.el library is not
7983         available.
7984
7985 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7986
7987         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7988         (gnus-summary-exit): Kill the correct article buffer on exit from a
7989         `C-d' group.
7990
7991         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7992         gnus-propagate-marks.
7993
7994         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7995         before killing the buffers so that a non-full window conf gets handled
7996         correctly.
7997         (gnus-summary-exit): Ditto.
7998         (gnus-summary-read-group-1): Ditto.
7999
8000         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
8001         async code again so that we can debug it properly.
8002
8003         * message.el (message-reply): Take an optional switch-buffer parameter
8004         so that Gnus window confs are respected better.
8005
8006 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8007
8008         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
8009         `plist-get' to accept non-list parameters (XEmacs issue).
8010         Fix docstring.
8011         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
8012         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
8013         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
8014         Login collection is "Login" and not "login".
8015
8016 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8017
8018         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
8019         multiple headers.
8020
8021         * nnimap.el (nnimap-inhibit-logging): New variable.
8022         (nnimap-log-command): Don't log login commands.
8023
8024         * auth-source.el (auth-source-netrc-search): The asserts seem to want
8025         to have more parameters.
8026
8027         * nnimap.el (nnimap-send-command): Mark the command time for each
8028         command, so that we don't get NOOPs stepping on our toes.
8029
8030         * gnus-art.el (article-date-ut): Get the date from the Date header on
8031         `t'.
8032
8033 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8034
8035         * auth-source.el (auth-source-search): Use copy-sequence instead of
8036         the cl.el copy-list.
8037
8038 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8039
8040         * imap.el: Bring it back (revert
8041         84d800cd31de3064f0ed39617d725709a2f8f42f).
8042
8043 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
8044
8045         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
8046         Improve prompt.
8047
8048 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
8049
8050         * gnus-art.el (gnus-article-mode-line-format): Remove the article
8051         washing status from the default format.  It isn't very informative.
8052
8053 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
8054
8055         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
8056         Fix Gcc processing on imap.
8057
8058 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8059
8060         * imap.el: Remove file.  All the functionality is in nnimap.el.
8061
8062 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8063
8064         * message.el (message-bury): Don't pop up a new window when selected
8065         window is dedicated.
8066
8067 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
8068
8069         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
8070
8071 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
8072
8073         * sieve-manage.el: Autoload `auth-source-search'.
8074         (sieve-sasl-auth): Use it.
8075
8076 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8077
8078         * nnimap.el: Autoload `auth-source-forget+'.
8079         (nnimap-open-connection-1): Use it if the connection fails.
8080
8081         * auth-source.el: Require `password-cache'.
8082         (auth-source-hide-passwords, auth-source-cache): Remove and mark
8083         obsolete.
8084         (auth-source-magic): Marker for `password-cache' keys.
8085         (auth-source-do-cache): Update docstring.
8086         (auth-source-search): Use and check cache.
8087         (auth-source-forget-all-cached, auth-source-remember)
8088         (auth-source-recall, auth-source-forget, auth-source-forget+)
8089         (auth-source-specmatchp): Caching support functions.
8090         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
8091         Remove and obsolete.
8092         (auth-source-user-or-password): Remove caching to further discourage
8093         using it.  Always hide passwords.
8094
8095         * password-cache.el (password-cache-remove): Accept secrets that are
8096         not strings.
8097
8098 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
8099
8100         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
8101         code for now, since it doesn't work for all users.
8102
8103 2011-02-09  Julien Danjou  <julien@danjou.info>
8104
8105         * message.el (message-options): Make message-options really buffer
8106         local.
8107
8108 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
8109
8110         * mail-source.el: Autoload `auth-source-search'.
8111         (mail-source-keyword-map): Note order matters.
8112         (mail-source-set-1): Get all the mail-source source values and
8113         defaults and search auth-source on those if needed.  This can all
8114         probably be simplified.
8115
8116         * nnimap.el: Autoload `auth-source-search'.
8117         (nnimap-credentials): Use it.
8118         (nnimap-open-connection-1): Ask for the virtual server and physical
8119         address in one shot.
8120
8121         * nntp.el: Autoload `auth-source-search'.
8122         (nntp-send-authinfo): Use it.  Note TODO.
8123
8124 2011-02-08  Julien Danjou  <julien@danjou.info>
8125
8126         * shr.el (shr-tag-body): Add support for text attribute in body
8127         markups.
8128
8129         * message.el (message-options): Make message-options a local variable.
8130
8131 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
8132
8133         * auth-source.el (auth-source-secrets-search)
8134         (auth-source-user-or-password): Use `append' instead of `nconc'.
8135         (auth-source-user-or-password): Build return list better and protect
8136         against nil :secret.
8137
8138 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
8139
8140         * nnimap.el (nnimap-update-info): Refactor slightly.
8141         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
8142         (nnimap-update-info): Clean up slightly.
8143         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
8144         characters.
8145         (nnimap-process-quirk): Rename function to avoid collision.
8146         (nnimap-update-info): Fix macrology bug-out.
8147         (nnimap-update-info): Simplify split history test.
8148
8149 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
8150
8151         * auth-source.el (top): Require 'eieio unconditionally.
8152         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
8153         (auth-source-secrets-search): Limit search when `max' is greater than
8154         number of results.
8155
8156 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
8157
8158         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
8159         part not returning any data.
8160
8161         * proto-stream.el (open-protocol-stream): Document the return value.
8162
8163 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8164
8165         * auth-source.el (auth-source-secrets-search): Add examples.
8166
8167 2011-02-06  Julien Danjou  <julien@danjou.info>
8168
8169         * message.el (message-setup-1): Handle message-generate-headers-first
8170         set to t.
8171
8172 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8173
8174         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
8175         API with a string "secrets:collection-name" and with 'default.
8176         (auth-source-backend-parse): Parse "secrets:collection-name" and
8177         'default.  Recurse on parses instead of repeating code.  Use the
8178         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
8179         message when ignoring a source.
8180         (auth-source-search): List ignored search keys at the top level.
8181         (auth-source-netrc-create): Use `case' instead of `cond'.
8182         (auth-source-secrets-search): Created with TODOs.
8183         (auth-source-secrets-create): Created with TODOs.
8184         (auth-source-retrieve, auth-source-create, auth-source-delete)
8185         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8186         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8187         (auth-source-user-or-password-sftp)
8188         (auth-source-user-or-password-smtp): Remove.
8189         (auth-source-user-or-password): Deprecated and modified to be a wrapper
8190         around `auth-source-search'.  Not tested thoroughly.
8191
8192 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
8193
8194         * auth-source.el: Bring in assoc and eioeio libraries.
8195         (secrets-enabled): New variable to track the status of the Secrets API.
8196         (auth-source-backend): New EIOEIO class to represent a backend.
8197         (auth-source-creation-defaults): New variable to set prompt defaults
8198         during token creation (see the `auth-source-search' docstring for
8199         details).
8200         (auth-sources): Simplify to allow a simple string as a netrc backend
8201         spec.
8202         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
8203         (auth-source-backend-parse-parameters): Fill in the backend parameters.
8204         (auth-source-search): Main auth-source API entry point.
8205         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
8206         (auth-source-search-collection): Helper function for searching.
8207         (auth-source-netrc-parse, auth-source-netrc-normalize)
8208         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
8209         Supports search, create, and delete.
8210         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
8211         backend stubs.
8212         (auth-source-user-or-password): Call `auth-source-search' but it's not
8213         ready yet.
8214
8215 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
8216
8217         * message.el (message-setup-1): Remove the read-only stuff, since it
8218         doesn't work under XEmacs, for some reason.
8219
8220         * gnus-sum.el (gnus-user-date): Rename back from
8221         gnus-summary-user-date since user code refers to it.
8222
8223         * shr.el (shr-render-td): Store the actual background color used.
8224
8225         * message.el (message-setup-1): Don't bind the constant
8226         -forbidden-properties.
8227         (message-setup-1): Revert previous change, since it needs to bind the
8228         props to insert them.
8229         (message-resend): Allow removing the read-only separator line.
8230
8231 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8232
8233         * nnimap.el (nnimap-request-accept-article): Give an error message if
8234         the APPEND wasn't successful.
8235
8236 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8237
8238         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8239         that have no groups.
8240
8241 2011-02-03  Julien Danjou  <julien@danjou.info>
8242
8243         * gnus-draft.el: Remove progn around gnus-draft-setup.
8244
8245 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8246
8247         * gnus-start.el (gnus-read-active-for-groups): This function is never
8248         called with a nil `infos', so clean that up.
8249         (gnus-get-unread-articles): Request active files from primary/secondary
8250         methods that have no groups (yet).
8251
8252 2011-02-03  Julien Danjou  <julien@danjou.info>
8253
8254         * message.el (message-setup-1): Always generate References first.
8255         (message-mail): Return the return value of message-setup, not always t.
8256         (message-setup-1): Insert mail-header-separator with read-only and
8257         intangible properties set.
8258
8259         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8260         user-date in docstring.
8261
8262         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8263
8264         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8265         docstring.
8266
8267         * gnus.el (gnus-user-date-format-alist): Change default value.
8268         Use defcustom, with type and group.  Move from gnus-util.el.
8269         Rename to gnus-summary-user-date-format-alist.
8270
8271 2011-02-03  Glenn Morris  <rgm@gnu.org>
8272
8273         * nnimap.el (gnus-fetch-headers): Declare.
8274
8275         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8276
8277 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8278
8279         * message.el (message-forward-make-body-digest-plain)
8280         (message-followup, message-reply): Clean up things noted by Stefan.
8281
8282         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8283         gnus-article-update-date-headers is nil.
8284         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8285         it didn't really work with defcustom.
8286         (article-update-date-lapsed): Make sure the window start doesn't move,
8287         either.
8288
8289 2011-02-01  Julien Danjou  <julien@danjou.info>
8290
8291         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8292         format.
8293
8294         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8295         standard in Emacs nowadays.
8296
8297         * color.el (color-gradient): Add a color-gradient function.
8298
8299 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8300
8301         * message.el (message-expand-name): Don't trust the return value of
8302         bbdb-complete-name.
8303         (message-check-news-header-syntax): Remove unused var `start'.
8304         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8305         (message-inhibit-body-encoding): Move to before first use.
8306         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8307         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8308         (Organization, Message-ID, Date, mh-previous-window-config):
8309         Defvar the vars using dynamic scoping.
8310
8311 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8312
8313         * shr.el (shr-render-td): Only do colors at the final rendering.
8314         Should be slightly faster.
8315         (shr-insert-table): Fix up TD background colors when doing the
8316         vertical padding.
8317
8318         * gnus-art.el (article-date-ut): Protect against articles with no Date
8319         header.
8320         (article-update-date-lapsed): Don't use current-column to find the
8321         horizontal position.  It's fragile in the presence of \003 characters.
8322
8323         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8324
8325 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8326
8327         * gnus-art.el (article-transform-date): Rewrite to still work when
8328         there are several rfc2822 parts.
8329         (article-transform-date): Fix infinite recursion.
8330         (article-date-ut): Replace infinitely many Date headers with a single
8331         one when called interactively.
8332
8333         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8334         secure manner.
8335
8336         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8337         move around by not using save-window-excursion.  It seems to work...
8338
8339 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8340
8341         * gnus-art.el (article-make-date-line): Work for user-defined format.
8342
8343 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8344
8345         * nntp.el (nntp-retrieve-group-data-early)
8346         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8347         fetching functions.
8348
8349         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8350         thoroughly for all backends that have no known groups.  This should
8351         allow new nnml methods to retrieve mail.
8352
8353         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8354         that Gnus doesn't know exists again.
8355
8356         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8357         (gnus-treat-date-ut): Ditto.
8358         (gnus-article-update-date-header): Rename.
8359         (gnus-treat-date-local): Remove.
8360         (gnus-treat-date-english): Remove.
8361         (gnus-treat-date-lapsed): Remove.
8362         (gnus-treat-date-combined-lapsed): Remove.
8363         (gnus-treat-date-original): Remove.
8364         (gnus-treat-date-iso8601): Remove.
8365         (gnus-treat-date-user-defined): Remove.
8366         (gnus-article-date-headers): New variable to control all the date
8367         header options.
8368         (article-date-ut): Rewrite to allow using the new way to format date
8369         headers(s).
8370
8371 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8372
8373         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8374         method.
8375         (nnmail-article-group): A better test for fanciness.
8376
8377         * nnimap.el (nnimap-request-head): Protect against not finding the
8378         article by Message-ID.
8379
8380 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8381
8382         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8383         keep point at the "same place".
8384
8385 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8386
8387         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8388         data if the group is inactive.
8389
8390 2011-01-28  Julien Danjou  <julien@danjou.info>
8391
8392         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8393         (gnus-all-windows-visible-p): Remove old compatibility code.
8394         (gnus-window-top-edge): Add docstring.
8395
8396         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8397
8398 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8399
8400         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8401         older request-update-info.
8402
8403         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8404
8405 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8406
8407         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8408         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8409
8410 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8411
8412         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8413         groups.  This makes the nndraft:queue group pop up if it's not already
8414         there.
8415
8416         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8417         messages" logic, which was reversed.
8418
8419         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8420         the "same place" even if point is on the line being replaced.
8421         (article-update-date-lapsed): Allow updating both the combined lapsed
8422         and the lapsed headers.
8423         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8424         (article-make-date-line): Limit the number of segments dynamically to
8425         avoid too-long lines.
8426
8427 2011-01-27  Julien Danjou  <julien@danjou.info>
8428
8429         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8430         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8431
8432 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8433
8434         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8435         Use plist-get instead of the cl function getf.
8436
8437 2011-01-27  Glenn Morris  <rgm@gnu.org>
8438
8439         * gnus-util.el (float-time): Get rid of compiler warning, again.
8440
8441 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8442
8443         * shr.el (shr-put-color): Special-case background colors: Do put them
8444         at the blank parts at the front of the lines.
8445
8446         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8447         exit hook to nix out all data on readedness on group exit.
8448
8449         * gnus-util.el (float-time): If float-time is bound, always use it on
8450         all Emacsen.  It's unclear why the subrp check was there.
8451         (time-date): Require to make some autoload issues on XEmacs go away.
8452
8453         * shr.el (shr-put-color): Don't do the box padding in tables, since
8454         they're already padded.
8455
8456 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8457
8458         * gnus-art.el (gnus-article-next-page): When the last line of the
8459         article is displayed, scroll down once more instead of going to the
8460         next article at once.
8461         (article-lapsed-string): Refactor out and allow specifying how many
8462         segments you want.
8463         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8464         (gnus-article-update-lapsed-header): New variable.
8465
8466         * shr.el: Revert change that made headings use different-sized faces.
8467         The Emacs display engine isn't advanced enough that, for instance,
8468         tables can comfortably use differently-sized faces.
8469
8470 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8471
8472         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8473         used.
8474         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8475         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8476         we're using an encrypted connection.
8477
8478         * proto-stream.el: Alter the interface functions to also return the
8479         actual stream type used: network or tls.
8480
8481 2011-01-25  Julien Danjou  <julien@danjou.info>
8482
8483         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8484         (mm-display-javascript-inline): New function.
8485
8486         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8487         viewing function.
8488
8489 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8490
8491         * shr.el (shr-expand-newlines): Fix variable name.
8492
8493 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8494
8495         * shr.el (shr-expand-newlines): Make nested boxes work.
8496
8497 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8498
8499         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8500         backgrounds.
8501         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8502         in a more sensible manner.
8503
8504 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8505
8506         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8507         if EPG is loaded.
8508
8509 2011-01-24  Julien Danjou  <julien@danjou.info>
8510
8511         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8512         tags.
8513
8514 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8515
8516         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8517         commands.
8518
8519         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8520         in the article buffer.
8521         (gnus-gravatar-insert): Use blank space from the current buffer to
8522         avoid breaking text properties.  This makes X-Sent updating work again.
8523
8524         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8525
8526 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8527
8528         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8529         fix the bug in url-http.el instead.
8530
8531         * shr.el (shr-image-fetched): Ditto.
8532
8533         * shr.el (shr-image-fetched): Avoid having point move in the article
8534         buffer.
8535
8536         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8537         buffer after being called.  It's apparently being killed by url.el, and
8538         killing it made point move to end-of-buffer in a random buffer.
8539
8540         * shr.el (shr-image-fetched): Ditto.
8541
8542 2011-01-23  Julien Danjou  <julien@danjou.info>
8543
8544         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8545
8546         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8547         text/x-org.
8548
8549 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8550
8551         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8552         (i.e., nnimap) returning nil as the article number.
8553
8554 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8555
8556         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8557         "DelSp" parameter in RFC3676.
8558
8559 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8560
8561         * message.el (message-check-recipients): Display the encoded version of
8562         the bogus address if they differ.
8563
8564         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8565         after sending.
8566
8567         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8568
8569         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8570
8571         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8572         group buffer after sending the queue.
8573
8574         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8575
8576 2011-01-22  Julien Danjou  <julien@danjou.info>
8577
8578         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8579
8580 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8581
8582         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8583         nested related parts.
8584
8585         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8586         unexpired articles.  This fixes the regression that led expiry marks to
8587         disappear from nnfolder groups.
8588
8589 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8590
8591         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8592         Don't confuse the "ret" of "retrograde" with RET.
8593
8594 2011-01-21  Julien Danjou  <julien@danjou.info>
8595
8596         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8597         than mm-insert-inline.
8598
8599 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8602         Widen article buffer.
8603
8604 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8605
8606         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8607         the temp buffer.
8608         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8609
8610 2011-01-20  Julien Danjou  <julien@danjou.info>
8611
8612         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8613
8614         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8615         than mm-insert-inline to insert inline part: this respect
8616         mm-inline-media-tests displayers.
8617
8618         * mm-view.el (mm-display-shell-script-inline): New function.
8619
8620         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8621
8622         * mm-uu.el (mm-uu-type-alist): Add org block.
8623         (mm-uu-org-src-code-block-extract): New function.
8624
8625         * mm-view.el (mm-display-org-inline): New function.
8626
8627         * mm-decode.el (mm-automatic-display): Add text/org.
8628
8629         * mailcap.el (mailcap-mime-extensions): Add .org.
8630
8631 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8632
8633         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8634         gnus-article-add-buttons.
8635
8636 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8637
8638         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8639         From header with a date and "nobody" as the sender.
8640
8641 2011-01-19  Julien Danjou  <julien@danjou.info>
8642
8643         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8644         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8645         if you have the same regexp several times.
8646         (gnus-button-push): Fix matching when regexp is symbol.
8647
8648 2011-01-15  Glenn Morris  <rgm@gnu.org>
8649
8650         * message.el (message-mail): A compose-mail function should
8651         accept headers as strings.
8652
8653 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8654
8655         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8656         Add :vert-only tags.
8657         (message-mail): New arg RETURN-ACTION.
8658         (message-return-action): New var.
8659         (message-bury): Use it.
8660         (message-mode): Make it buffer-local.
8661         (message-send-and-exit): Always call message-bury.
8662
8663         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8664         message-mail.
8665
8666 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8667
8668         * nnimap.el (nnimap-convert-partial-article): Protect against
8669         zero-length body parts.
8670
8671         * mm-decode.el (mm-preferred-alternative-precedence):
8672         Discourage showing empty parts.
8673
8674         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8675         and stuff if the backend didn't return the article number.  This fixes
8676         an Exchange-related nnimap bug.
8677
8678         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8679         group window, because it does the wrong thing when a separate frame
8680         displays the group buffer.
8681
8682         * proto-stream.el (open-protocol-stream): Protect against the low-level
8683         transport functions returning nil.
8684
8685 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8686
8687         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8688         (mml2015-epg-find-usable-secret-key): New function.
8689         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8690         mml2015-epg-find-usable-key (Bug#7797).
8691         (mml2015-epg-encrypt): Ditto.
8692
8693 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8694
8695         * dgnushack.el (rot13-string): Fix the way to get the argument.
8696
8697 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8698
8699         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8700
8701 2011-01-03  Glenn Morris  <rgm@gnu.org>
8702
8703         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8704
8705         * sieve.el (sieve-open-server): Give a more explicit error if
8706         sieve-manage-open returns nil.  (Bug#7720)
8707
8708 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8709
8710         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8711
8712 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8713
8714         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8715         This avoids sending passwords in plain text over non-encrypted
8716         channels.
8717
8718         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8719
8720         * nnimap.el (nnimap-login): Refactored out into own function, and
8721         implement CRAM-MD5.
8722         (nnimap-wait-for-line): Refactored out.
8723
8724         * mm-view.el (mml-smime): Require.
8725
8726 2010-12-20  David Engster  <deng@eml.cc>
8727
8728         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8729         use EPG to decrypt S/MIME messages instead of openssl.
8730
8731 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8732
8733         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8734
8735         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8736         status is the group clearly is unreachable.
8737
8738         * auth-source.el (auth-source-create): Add the optional second
8739         parameter to `local-variable-p' to be compatible with XEmacs.
8740
8741 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8742
8743         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8744         work when using a compressed nnml folder.
8745
8746 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8747
8748         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8749         backends after sanitising on entry, because this never makes sense:
8750         If the articles have gone missing, then the data no longer exists on
8751         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8752         overwrite anything anyway.
8753
8754         * shr.el (shr-insert-document): Bind shr-width dynamically to
8755         window-width if it's nil.
8756
8757 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8758
8759         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8760         with the meaning of using the full emacs window width for rendering.
8761
8762 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8763
8764         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8765         case when sender is not given.
8766
8767 2010-12-23  Julien Danjou  <julien@danjou.info>
8768
8769         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8770         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8771         the addresses, otherwise we might misplaced the gravatar.
8772
8773 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8774
8775         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8776         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8777         obsolete in Emacs.
8778
8779 2010-12-20  Julien Danjou  <julien@danjou.info>
8780
8781         * gnus-util.el (gnus-rescale-image): Revert last change.
8782
8783 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8784
8785         * binhex.el: Improve commentary (Bug#7482).
8786
8787 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8788
8789         * gnus-group.el (gnus-group-delete-articles): New command.
8790
8791 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8792
8793         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8794
8795 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8796
8797         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8798         here, since it's up to the backends to do CRLF removal if their
8799         protocol has it.
8800
8801         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8802
8803 2010-12-17  Julien Danjou  <julien@danjou.info>
8804
8805         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8806         they are from file.  Can also scale up.
8807
8808 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8809
8810         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8811         Restore gnus-use-agent.
8812         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8813
8814         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8815
8816 2010-12-17  Julien Danjou  <julien@danjou.info>
8817
8818         * gravatar.el (gravatar-retrieve-synchronously): New function.
8819         (gravatar-get-data): Make more robust.
8820
8821 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8824
8825 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8826
8827         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8828         to really consider the last line.
8829
8830 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8831
8832         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8833         list of recipient keys, or use symmetric encryption if not a list.
8834         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8835         EPA override, replacing the call to `netrc-store-data'.
8836
8837 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8838
8839         * gnus-srvr.el: Avoid passing nil regexp argument to
8840         delete-matching-lines.
8841
8842 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8843
8844         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8845         fetching stops when Gnus exits.
8846
8847         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8848         function.
8849         (nnfolder-request-expire-articles): Save all the buffers after doing
8850         expiry.
8851
8852         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8853         the last article", since that led to serious performance regressions
8854         when expiring nnml groups.
8855
8856 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8857
8858         * nnir.el: Improve customizations.
8859
8860 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8861
8862         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8863
8864         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8865         group has been killed.
8866         (gnus-group-yank-group): Ditto.
8867
8868         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8869
8870         * nnimap.el (nnimap-request-update-group-status): New function.
8871
8872         * gnus-int.el (gnus-request-update-group-status): New interface
8873         function.
8874
8875         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8876         copying read-ness to the backends.
8877
8878         * nnimap.el (nnimap-quirk): New function.
8879         (nnimap-retrieve-group-data-early): Use it.
8880         (nnimap-quirks): New alist.
8881
8882 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8885         don't delete it within indentation.
8886
8887 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8888
8889         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8890         previous line.
8891
8892 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8893
8894         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8895         QRESYNC command by deleting a superfluous space which broke Cyrus
8896         servers.  This change will break other servers that are buggy the other
8897         way around.
8898
8899 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8900
8901         * spam.el: Reindent and fix long lines.
8902         (spam-copy-or-move-routine): Exclude invalid move destinations.
8903
8904 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8905
8906         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8907         installed the registry.
8908
8909 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8912
8913 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8914
8915         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8916         groupname doesn't contain "gmane".
8917
8918 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8919
8920         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8921         and netrc-bound-and-true-p bindings.
8922         (netrc-parse): Cache the netrc contents.
8923
8924         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8925         (gnus-1): Don't create the nndrafts group twice.
8926         (gnus-setup-news): There's no need to read the active file here, since
8927         that's done again later on a per-backend basis.
8928         (gnus-start-draft-setup): Make sure that the new group is started out
8929         empty.
8930
8931         * gnus-agent.el (gnus-agentize): Don't create the queue group
8932         automatically on startup.  It'll be created later, if needed.
8933
8934         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8935         of automatically subscribed groups.
8936         (gnus-auto-subscribed-categories): New variable.
8937         (gnus-matches-options-n): Use it.
8938         (gnus-default-subscribed-newsgroups): Remove unused variable.
8939         (gnus-start-draft-setup): Message a bit less.
8940
8941 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8942
8943         * nnir.el (nnir-run-imap): Return article list in order of increasing
8944         UID.
8945
8946 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8947
8948         * gnus-sum.el (gnus-summary-enter-digest-group):
8949         Mention gnus-auto-select-on-ephemeral-exit.
8950
8951         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8952         convention of the network-only option.
8953
8954 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8955
8956         * proto-stream.el (proto-stream-open-network-only): New function to
8957         have a way to specify non-STARTTLS upgrade connections.
8958
8959 2010-12-10  Julien Danjou  <julien@danjou.info>
8960
8961         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8962         email address is nil.
8963
8964         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8965
8966 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8967
8968         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8969         deletion.
8970         (nnir-run-imap): Only need to parse list once.
8971
8972 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8973
8974         * shr.el (shr-tag-script): Ignore <script>.
8975         (shr-tag-label): Add <label> support.
8976
8977 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8980
8981         * shr.el (shr-image-displayer): Work for images lined side by side.
8982
8983 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8984
8985         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8986         parameter, since XEmacs doesn't accept t as a parameter.
8987
8988 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8989
8990         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8991         ids.
8992         (nnir-run-gmane): Simplify groupspec formatting.
8993         (nnir-request-expire-articles): New function.
8994
8995 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8996
8997         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8998         overflow, possibly.
8999
9000         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
9001         (shr-render-td): Handle td style="" better.
9002         (shr-tag-table): Use the color from the style sheet.
9003         (shr-render-td): Make sure we copy over all the overlays, too.
9004
9005 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
9006
9007         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
9008         (nnir-request-article): Improve article retrieval.
9009
9010 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * mm-util.el (mm-extra-numeric-entities): New variable.
9013
9014         * mm-url.el (mm-url-decode-entities):
9015         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
9016
9017         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
9018
9019 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9020
9021         * message.el: Use completion-at-point.
9022         (message-completion-function): New fun, extracted from message-tab.
9023         (message-mode): Use it for completion-at-point-functions.
9024         (message-tab): Use it and completion-at-point.
9025
9026 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
9029         character if a non-breakable character follows.
9030
9031 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9032
9033         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
9034         any stream.
9035
9036         * shr.el (shr-tag-font): Colorize the region.
9037         (shr-tag-body): Ditto.
9038         (shr-tag-font): Actually let the styles be inherited instead of
9039         overwriting them.
9040         (shr-tag-font): Get the background color right.
9041         (shr-tag-style): Ignore all <style> tags for the moment.
9042
9043         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
9044         a Message-ID to avoid having nnimap depend on gnus-sum.
9045
9046         * shr.el (shr-descend): Only colorize something if we have a node that
9047         sets colors.
9048
9049 2010-12-06  Julien Danjou  <julien@danjou.info>
9050
9051         * shr.el (shr-render-td): Render td content with shr-descend, so style
9052         will be applied to <td> too.
9053         (shr-colorize-region): Colorize region even if we only have a background.
9054         (shr-tag-body): Fix color and background color inheritance.
9055         Do not recolorize after shr-generic.
9056         (shr-tag-font): Let shr-generic colorize via inheritance.
9057
9058 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9059
9060         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
9061
9062 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
9063
9064         * nnir.el (nnir-request-move-article): Remove obsolete code.
9065
9066 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
9069
9070 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9071
9072         * gnus-sum.el (gnus-summary-respool-article): The completion function
9073         expects a list instead of an alist.
9074
9075         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
9076         string as the parameter.
9077
9078         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
9079
9080         * shr.el (shr-stylesheet): New dynamic variable for cascading the
9081         styles.
9082         (shr-colorize-region): New function.
9083         (shr-insert-background-overlay): Remove.
9084         (shr-render-td): Background setting should be taken care of on a higher
9085         level.
9086         (shr-tag-body): Use post-hoc colorizations.
9087         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
9088         (shr-put-color-1): Don't overwrite old colors.
9089         (shr-colorize-region): When the background color isn't explicit, use
9090         a fixed background.
9091
9092         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
9093         nnmail variables.
9094
9095 2010-12-05  Bjørn Mork  <bjorn@mork.no>
9096
9097         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
9098         unless necessary.
9099
9100 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
9101
9102         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
9103         server.
9104
9105 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9106
9107         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
9108         so that TAB works.
9109
9110         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
9111         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
9112
9113         * shr.el (shr-urlify): Show the URL before the title to avoid
9114         misleading URLs.
9115
9116 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
9117
9118         * shr.el (shr-urlify): Display the title in <a> tags.
9119
9120 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
9121
9122         * nnir.el (nnir-categorize): Replace mapcar with mapc.
9123
9124 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
9125
9126         * nnir.el: Rearrange code to allow macros to be autoloaded by
9127         gnus-sum.el.
9128         (nnir-retrieve-headers-override-function): Make this variable
9129         customizable.
9130         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
9131
9132         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
9133         from nnir.el.
9134
9135 2010-12-03  Julien Danjou  <julien@danjou.info>
9136
9137         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
9138
9139 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
9142         allow optional argument `environment'.
9143
9144 2010-12-03  Glenn Morris  <rgm@gnu.org>
9145
9146         * mm-extern.el (message-goto-body): Update declaration.
9147
9148 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9149
9150         * gnus-util.el (gnus-macroexpand-all): New function.
9151
9152         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
9153         instead of macroexpand-all that is unavailable in XEmacs.
9154
9155 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
9156
9157         * nnir.el (nnir-summary-line-format): New variable.
9158         (nnir-mode): Use it.
9159         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
9160         (nnir-article-ids): Reimplement as defsubst.
9161         (nnir-retrieve-headers): Don't mangle the subject header.
9162         (nnir-run-imap): Use 100 as RSV score.
9163         (nnir-run-find-grep): Fix for full server searching.
9164         (nnir-run-gmane): Better restriction to gmane groups.
9165
9166         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
9167         summary buffers.
9168
9169 2010-12-02  Julien Danjou  <julien@danjou.info>
9170
9171         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
9172
9173         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
9174
9175         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
9176         support.
9177
9178 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9179
9180         * nnir.el: Update to handle the registry better.
9181         (autoload): Silence byte-compiler.
9182         (nnir-open-server): Add a hook for nnir groups.
9183         (nnir-request-move-article): Don't mangle the header.  Better to use
9184         formatting variables (which will be added in the future).
9185         (nnir-registry-action): Update the registry using the original article
9186         group name.
9187         (nnir-mode): Install nnir-specific hooks for updating the registry.
9188
9189         * gnus-sum.el
9190         (gnus-article-original-subject, gnus-newsgroup-original-name):
9191         Remove obsolete variables.
9192         (gnus-summary-move-article): Remove use of obsolete variables.
9193         (gnus-summary-local-variables): Make move and delete hooks local to
9194         summary buffers.
9195
9196 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9197
9198         * rtree.el: New file.
9199
9200 2010-12-01  Julien Danjou  <julien@danjou.info>
9201
9202         * message.el (message-user-organization): Do not use
9203         gnus-local-organization.
9204
9205         * gnus.el: Remove gnus-local-organization.
9206
9207         * gnus-msg.el: Remove nastygram thing.
9208
9209 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9210
9211         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
9212         funcall.
9213
9214 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9217         names.
9218
9219         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9220         characters.
9221
9222         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9223         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9224         Suggested by Štěpán Němec <stepnem@gmail.com>.
9225         (gnus-gravatar-transform-address): Use mail-extract-address-components
9226         that supports non-ASCII names rather than mail-header-parse-addresses.
9227
9228 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9229
9230         * proto-stream.el (open-protocol-stream): All starttls connections are
9231         handled by the network handler.
9232
9233 2010-11-30  Julien Danjou  <julien@danjou.info>
9234
9235         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9236         (nnimap-open-connection-1): Fix PREAUTH.
9237
9238         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9239
9240 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9243         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9244         (shr-insert): Use them.
9245         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9246
9247 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9248
9249         * nnir.el (nnir-request-move-article): Bail out if original group
9250         doesn't support article moves.
9251         (nnir-get-active): Improve active list retrieval.
9252
9253 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9254
9255         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9256
9257 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9258
9259         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9260         seem to accept strings-with-numbers as port numbers.
9261
9262 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9263
9264         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9265         change the registry.
9266
9267 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9268
9269         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9270         delete-dups that is not available in XEmacs 21.4.
9271
9272         * mm-util.el (mm-delete-duplicates): Add comment.
9273
9274 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9275
9276         * nnir.el (nnir-ignored-newsgroups): New variable.
9277         (nnir-get-active): Use it.
9278
9279 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9280
9281         * proto-stream.el (proto-stream-open-network): Add some comments.
9282
9283         * nntp.el (nntp-open-connection): Provide a :success condition.
9284
9285         * nnimap.el (nnimap-open-connection-1): Ditto.
9286
9287         * proto-stream.el (proto-stream-open-network): See what the response to
9288         the STARTTLS command is.
9289
9290         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9291         backwards compatibility).
9292         (nnimap-open-connection-1): Really respect nnimap-server-port.
9293
9294         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9295         TLS upgrades we don't really care about the identity of the peer.
9296         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9297         that what we've checked for.
9298         (proto-stream-always-use-starttls): Only default to t if
9299         open-gnutls-stream exists.
9300         (proto-stream-open-network): If STARTTLS failed, then just open a
9301         normal connection.
9302         (proto-stream-open-network): Wait until the greeting before doing
9303         STARTTLS.
9304
9305         * nntp.el (nntp-open-connection): Report what the connection error is.
9306
9307         * proto-stream.el (open-protocol-stream): Rename from
9308         open-proto-stream.
9309
9310 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9311
9312         * nnimap.el (nnimap-stream): Change default to `undecided'.
9313         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9314         first, and then network.
9315         (nnimap-open-connection-1): Respect nnimap-server-port.
9316         (nnimap-open-connection): Be more backwards-compatible.
9317
9318         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9319         (proto-stream-open-starttls): De-duplicate the starttls code.
9320         (proto-stream-open-starttls): Folded back into the main function.
9321         (proto-stream-open-network): Fix typo in the gnutls path.
9322         (proto-stream-command): Refactor out.
9323
9324         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9325
9326         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9327         starttls.el STARTTLS.
9328
9329         * color.el (color-lab->srgb): Fix function call name.
9330
9331         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9332         if we're using tls.el.
9333         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9334         built in, then don't try to establish a STARTTLS connection.
9335
9336         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9337         servers.
9338
9339         * proto-stream.el (open-proto-stream): Use network, not stream.
9340         (open-proto-stream): Add a way to specify what the end of a command is.
9341
9342         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9343         connections types.
9344         (nntp-open-network-stream): Remove.
9345         (nntp-open-ssl-stream): Remove.
9346         (nntp-open-tls-stream): Remove.
9347         (nntp-ssl-program): Remove.
9348
9349         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9350
9351 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9352
9353         * nnir.el: Fix typos.
9354         (nnir-retrieve-headers-override-function): Rename variable to reflect
9355         new semantics.
9356         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9357         macros.
9358         (nnir-request-article, nnir-request-move-article): Use them.
9359         (nnir-categorize): New function.
9360         (nnir-run-query): Use it.
9361         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9362         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9363         sorted.
9364         (nnir-group-full-name): Use gnus-group-full-name instead.
9365         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9366         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9367
9368 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9369
9370         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9371
9372         * proto-stream.el: New library to provide protocol-specific
9373         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9374         protocols.
9375         (open-proto-stream): Complete the documentation.
9376         (proto-stream-open-network): Fix some typos.
9377
9378         * nnimap.el (nnimap-open-connection): Use it.
9379
9380 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9381
9382         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9383         negotiation.
9384
9385 2010-11-26  Julien Danjou  <julien@danjou.info>
9386
9387         * color.el: Rename various rgb functions to srgb.
9388
9389 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9390
9391         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9392         names.
9393
9394 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * shr.el (shr-insert): Revert last change.
9397         (shr-find-fill-point): Never leave point being at bol;
9398         relax the kinsoku limitation when rendering tables.
9399
9400 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9401
9402         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9403         results from -accept-article.
9404
9405         * shr-color.el: Require cl when compiling.
9406
9407         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9408         checkin.
9409
9410         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9411
9412         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9413
9414         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9415         'add and 'delete to set backend marks.
9416
9417         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9418
9419         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9420
9421         * nntp.el (nntp-request-set-mark): Use it.
9422
9423         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9424
9425         * nnml.el (nnml-request-set-mark): Ditto.
9426
9427         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9428         introduces regressions in article selection.
9429         (nnimap-find-uid-response): New function.
9430         (nnimap-request-accept-article): Use the UID returned, if any.
9431         (nnimap-request-move-article): Use the UID returned, if any.
9432         (nnimap-get-groups): Reimplement to work with folded lines.
9433         (nnimap-find-uid-response): The UID is the last element in the list.
9434         (nnimap-request-set-mark): Extend syntax with 'set.
9435
9436         * nnml.el (nnml-request-set-mark): Ditto.
9437
9438         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9439
9440         * nntp.el (nntp-request-set-mark): Ditto.
9441
9442 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9443
9444         * message.el (message-called-interactively-p): A temporary macro.
9445         (message-goto-body): Use it temporarily.
9446
9447 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9448
9449         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9450         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9451         (nnimap-last-response-string): Fix last unfolding fix.
9452
9453 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * shr.el (shr-insert): Fix the way to fold lines.
9456
9457 2010-11-25  Julien Danjou  <julien@danjou.info>
9458
9459         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9460
9461         * color.el: Rename from color-lab.el
9462         (color-rgb->hex): Add.
9463         (color-complement): Add.
9464         (color-complement-hex): Add.
9465
9466         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9467
9468 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9469
9470         * shr-color.el (shr-color-visible): Don't bug out if the color names
9471         don't exist.
9472
9473 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9476         assuming that article displaying or another mml-preview may be
9477         interrupted for an error or for the like.
9478
9479         * shr.el (shr-get-background): Fix argument name.
9480
9481 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9482
9483         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9484
9485         * gnus-sum.el (gnus-summary-include-articles): New function.
9486
9487         * message.el (message-goto-body): called-interactively-p needs a
9488         parameter, so use `any'.
9489
9490         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9491         clear marks before moving, since they're synced from the Gnus side
9492         first.
9493
9494         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9495         (gnus-summary-move-article): Copy over all marks before moving, so that
9496         IMAP doesn't think a new article has arrived.
9497
9498 2010-11-24  Julien Danjou  <julien@danjou.info>
9499
9500         * shr.el (shr-insert-background-overlay): Fix typo.
9501         (shr-render-td): Copy the background before rendering.
9502
9503         * shr-color.el (shr-color-visible): Fix docstring.
9504
9505         * shr.el (shr-tag-table): Add bgcolor support.
9506         (shr-render-td): Add bgcolor support.
9507         (shr-get-background): Add.
9508         (shr-insert-foreground-overlay): Use shr-get-background.
9509
9510         * message.el (message-goto-body): Use called-interactively-p.
9511         (message-in-body-p): message-goto-body returns point.
9512
9513 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9514
9515         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9516         Fixes something or other in Emacs 23, and is backwards compatible.
9517
9518         * message.el (message-goto-body): Remove the <#secure special-casing,
9519         which is too special.
9520
9521         * shr.el (shr-parse-style): Drop !important from styles.
9522
9523 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9524
9525         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9526         this function to return incorrect results when calling it with an
9527         explicit article argument different from
9528         (gnus-summary-article-number).
9529
9530 2010-11-24  Julien Danjou  <julien@danjou.info>
9531
9532         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9533         (shr-tag-body): Add background support.
9534         (shr-descend): Add background support.
9535         (shr-tag-title): Add.
9536
9537         * shr-color.el (shr-color-visible): Really return original background
9538         if fixed.
9539
9540 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9541
9542         * shr.el (shr-color-check): Protect against non-existent color names.
9543
9544 2010-11-24  Julien Danjou  <julien@danjou.info>
9545
9546         * color-lab.el: Require 'cl when compiling.
9547
9548         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9549
9550         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9551         matched part.
9552
9553         * color-lab.el: Fix all expt calls to use float type.
9554
9555 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9556
9557         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9558         expression to shr-color-check as is.
9559
9560         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9561
9562         * color-lab.el: Add coding cookie.
9563         (float-pi): Use eval-and-compile.
9564
9565         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9566         compiled for Emacsen having no `libxml-parse-html-region' support.
9567
9568 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9569
9570         * shr.el (shr-insert-color-overlay): Split stuff like
9571         "#444444 !important" to find the real color.
9572         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9573         parse <font color="red"> entries.
9574
9575 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9576
9577         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9578         point when parsing headers.
9579
9580         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9581         is positioned properly when parsing headers.
9582
9583 2010-11-23  Julien Danjou  <julien@danjou.info>
9584
9585         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9586
9587         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9588
9589         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9590
9591         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9592         Use shr-color-hue-to-rgb.
9593         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9594
9595 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9596
9597         * shr.el (shr-color->hexadecimal): Autoload.
9598         (shr-descend): Add color to all tags.
9599
9600 2010-11-22  Julien Danjou  <julien@danjou.info>
9601
9602         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9603         shr-color->hexadecimal.
9604
9605         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9606         RGB() or HSL() color representation.
9607
9608         * shr.el (shr-tag-font): Add.
9609         (shr-tag-color-check): New function to get better colors.
9610         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9611         tag-span.
9612
9613         * shr-color.el: New file.
9614
9615         * color-lab.el: New file.
9616
9617         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9618
9619 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9620
9621         * nnir.el: Fix typo in comments.
9622         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9623         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9624
9625 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9626
9627         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9628
9629         * nnimap.el (nnimap-get-capabilities): Refactor out.
9630         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9631
9632 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9633
9634         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9635         appearing when `mm-uu-hide-markers' is nil.
9636
9637 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9638
9639         * nnimap.el (nnimap-unselect-group): Make into its own function.
9640         (nnimap-request-rename-group): Unselect group before renaming.
9641         This had gotten lost somewhere.
9642         (nnimap-request-accept-article): Keep track of examined groups, and
9643         unselect the group before APPENDing to read-only groups.
9644         (nnimap-request-move-article): Clear flags before moving so that they
9645         can be re-set later.
9646
9647 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9648
9649         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9650         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9651
9652 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9653
9654         * gnus-art.el (gnus-mime-display-single):
9655         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9656         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9657         parameter.
9658
9659 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9660
9661         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9662         (shr-table-vertical-line): New variable.
9663         (shr-insert-table): Use it.
9664
9665 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9666
9667         * gnus-html.el (gnus-html-wash-images): Don't display images if
9668         gnus-inhibit-images is non-nil; register displayer for cid images.
9669         (gnus-html-display-image): Work for cid image.
9670         (gnus-html-insert-image): Allow arguments.
9671         (gnus-html-put-image): Inhibit read-only.
9672         (gnus-html-prefetch-images): Don't prefetch images if
9673         gnus-inhibit-images is non-nil.
9674
9675 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9676
9677         * shr.el (shr-put-image): Break lines when inserting big pictures.
9678
9679 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9680
9681         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9682         sender, thanks Katsumi Yamaoka.
9683
9684 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9685
9686         * nnir.el (nnir-run-imap): Reverse the article list for each group
9687         rather than the whole list.
9688
9689 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * shr.el (shr-image-displayer): Protect function against non-existent
9692         image source.
9693
9694         * gnus-art.el (gnus-inhibit-images): New user option.
9695         (gnus-mime-display-single): Don't display image if it is non-nil.
9696
9697         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9698         gnus-inhibit-images.
9699
9700         * shr.el (shr-image-displayer): New function.
9701         (shr-tag-img): Use it.
9702
9703 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9704
9705         * mml2015.el (mml2015-epg-sign): Use From header.
9706
9707 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9708
9709         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9710
9711         * gnus-util.el (gnus-find-text-property-region): Return markers.
9712
9713         * shr.el (shr-tag-img): Put a displayer in the text property.
9714
9715         * gnus-util.el (gnus-find-text-property-region): New utility function.
9716
9717         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9718         (gnus-html-show-images): Remove.
9719
9720         * gnus-art.el (gnus-article-show-images): New, more general function.
9721
9722         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9723         image url text properties.
9724
9725         * shr.el: Ditto.
9726
9727         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9728         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9729
9730 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9731
9732         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9733         work for two or more articles.
9734
9735 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9736
9737         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9738         divide an image that's in an html article to two or more when washing
9739         non-ASCII characters in alt text of it.
9740
9741 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9742
9743         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9744         smime-decrypt-region using function argument.
9745         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9746
9747         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9748
9749         * smime.el (smime-decrypt-region): Catch it.
9750
9751 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9752
9753         * smime.el (smime-mode-map): Move initialization into declaration.
9754         (gnus-run-mode-hooks): Don't autoload.
9755         (smime-mode): Use define-derived-mode.
9756
9757 2010-11-11  Glenn Morris  <rgm@gnu.org>
9758
9759         * smime.el (from): Restrict declaration to XEmacs.
9760
9761         * nnir.el (gnus-group-topic-name): Autoload.
9762
9763 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9764
9765         * shr.el (shr-insert): Don't break long line if it is because of
9766         kinsoku-bol characters in the line end.
9767
9768 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9769
9770         * nnir.el (nnir-request-move-article): Fix to provide original group
9771         and subject.
9772         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9773         been retrieved.
9774
9775         * gnus-sum.el (gnus-summary-move-article): Use original group and
9776         subject for virtual articles such as those in an nnir summary buffer.
9777
9778 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9779
9780         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9781         least 21.5).
9782
9783         * smime.el (from): Declare it again for XEmacs.
9784
9785 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9786
9787         * message.el (message-resend): Don't disable encoding unless it's
9788         already encoded.
9789
9790         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9791         low-numbered articles.
9792
9793 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * rfc2047.el (rfc2047-syntax-table): Simplify.
9796
9797         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9798
9799         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9800         set-char-table-range for XEmacs.
9801
9802 2010-11-10  Glenn Morris  <rgm@gnu.org>
9803
9804         * time-date.el (time-to-seconds): Always an alias on Emacs,
9805         never a real function.
9806         (with-no-warnings): Remove compat stub, now unused.
9807         (time-less-p): Doc fix.
9808         (time-to-number-of-days): Simplify.
9809
9810         * smime.el (from): Remove unused declaration.
9811
9812         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9813         (gnus-float-time): On Emacs, always an alias.
9814
9815         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9816         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9817
9818 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9819
9820         * dgnushack.el: Don't use ignore-errors in the top level form since it
9821         is unavailable in XEmacs even if cl is loaded.
9822
9823         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9824
9825 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9826
9827         * shr.el (browse-url-mailto): Autoload.
9828
9829         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9830
9831         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9832         regexp doesn't need quoting.
9833
9834 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9835
9836         * message.el (message-subject-trailing-was-ask-regexp)
9837         (message-subject-trailing-was-regexp): Match was: in addition to was.
9838
9839 2010-11-09  Glenn Morris  <rgm@gnu.org>
9840
9841         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9842         (nnbabyl-check-mbox): Use point-at-bol.
9843
9844 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9845
9846         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9847
9848         * message.el (message-mailto): New function.
9849         (message-mailto): Should accept other parameters.
9850         (message-mailto): Remove since it duplicates browse-url-mailto
9851         functionality.
9852
9853 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9854
9855         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9856         methods.
9857         (gnus-read-active-file): Ditto.
9858
9859         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9860         ": " from the prompt.
9861         (gnus-group-make-group): Ditto.
9862
9863 2010-11-07  Glenn Morris  <rgm@gnu.org>
9864
9865         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9866         (gnus-bookmark-kill-line): Use point-at-eol.
9867
9868 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9871         asterisks in From header.
9872
9873 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9874
9875         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9876         string to avoid making the From headers syntactically invalid.
9877
9878         * message.el (message-send-mail): Don't insert courtesy messages if the
9879         message already has List-Post and List-ID messages.
9880
9881 2010-11-06  Glenn Morris  <rgm@gnu.org>
9882
9883         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9884         `condition', `type', `length' a prefix.
9885         (gnus-treat-predicate): Update for above name changes.
9886
9887 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9888
9889         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9890         binding.  Handled by `gnus-summary-refer-thread' instead.
9891         (nnir-warp-to-article): New backend function.
9892
9893         * nnimap.el (nnimap-request-thread): Force dependency updating.
9894
9895         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9896         (gnus-summary-refer-thread): Rework to improve thread-referral.
9897
9898         * gnus-int.el (gnus-warp-to-article): New function.
9899
9900         * gnus-sum.el (gnus-summary-article-map): Bind it.
9901
9902 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9903
9904         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9905         gnus-summary-refer-thread.
9906
9907         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9908         headers.
9909         (gnus-summary-limit-include-thread): Prevent articles in thread from
9910         being cut in gnus-cut-threads.
9911         (gnus-summary-refer-thread): Limit retrieved headers to those in
9912         thread.
9913
9914 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9915
9916         * message.el (message-send-mail): Use the value of
9917         message-courtesy-message from the message buffer.
9918
9919         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9920
9921         * shr.el (shr-browse-url): Implement mailto: URLs.
9922
9923         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9924         "raw".
9925
9926         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9927         if it's already selected.
9928
9929         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9930
9931 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9932
9933         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9934         to measure the length and truncate alt text.
9935
9936 2010-11-03  Glenn Morris  <rgm@gnu.org>
9937
9938         * nndiary.el (nndiary-generate-nov-databases-1)
9939         (nndiary-generate-active-info): Rename dynamic variable `files' to
9940         something less generic.
9941
9942 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9943
9944         * nnir.el (nnir-request-move-article): Call the underlying backend to
9945         move articles from nnir.
9946
9947 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9948
9949         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9950
9951 2010-11-02  Julien Danjou  <julien@danjou.info>
9952
9953         * nnir.el: Remove wais support.
9954
9955 2010-11-02  Glenn Morris  <rgm@gnu.org>
9956
9957         * gnus-html.el: Reorder requirements to quieten compiler.
9958
9959 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9962         properly for XEmacs as well.
9963         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9964         (gnus-article-natural-long-line-p): Use window-width rather than
9965         frame-width.
9966
9967 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9968
9969         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9970         (nnir-read-parms): Don't modify query.
9971         (nnir-run-query): Add ability to search topic on current line.
9972         (nnir-get-active): Clean up.
9973
9974 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9975
9976         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9977         degenerate articles.
9978
9979         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9980         (gnus-print-buffer): Just print the buffer as is, without any copying
9981         to a buffer and then re-highlighting.
9982
9983         * nnimap.el (nnimap-request-group): Store the new updated info.
9984         (nnimap-request-group): Select the group when we don't know whether it
9985         exists or not.
9986
9987         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9988         groups.
9989
9990         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9991         groups.
9992
9993         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9994         groups.
9995
9996         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9997         long-lines case by only filling the long lines.
9998
9999         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
10000         (bug#7311).
10001
10002 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10003
10004         * shr.el: No need to declare `declare-function' since shr.el is for
10005         only Emacsen that provide `libxml-parse-html-region'.
10006
10007         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
10008         effective only in a file it is referred to.
10009
10010 2010-11-01  Glenn Morris  <rgm@gnu.org>
10011
10012         * mm-util.el (gnus-completing-read): Autoload.
10013         (mm-read-coding-system): Simplify Emacs definition.
10014
10015         * nnmail.el (gnus-activate-group):
10016         * nnimap.el (gnutls-negotiate):
10017         * nntp.el (netrc-parse): Fix declarations.
10018
10019 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
10022         string-match-p in Emacs >=23.
10023
10024         * gnus-msg.el (gnus-configure-posting-styles):
10025         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
10026
10027 2010-11-01  Glenn Morris  <rgm@gnu.org>
10028
10029         * nnir.el (declare-function): Add compat stub.
10030         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
10031         (nnir-run-gmane): Require 'mm-url.
10032
10033         * mm-util.el (mm-string-to-multibyte): Simplify.
10034
10035         * shr.el (declare-function): Add compat stub.
10036         (url-cache-create-filename): Declare.
10037         (mm-disable-multibyte, widget-convert-button): Autoload.
10038
10039         * smime.el (ldap-search): Declare.
10040         (smime-cert-by-ldap-1): Require ldap on Emacs.
10041
10042         * nnimap.el: Require nnmail, and gnus-sum when compiling.
10043         (nnimap-keepalive): Use gnus-float-time.
10044
10045         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
10046         (mail-source-delete-crash-box): Use gnus-float-time.
10047
10048         * gnus-dired.el (gnus-completing-read): Autoload.
10049
10050         * mm-view.el (gnus-rescale-image): Autoload.
10051
10052         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
10053
10054         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
10055
10056         * sieve-manage.el: Require 'cl when compiling.
10057
10058         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
10059         (gnus-iswitchb-completing-read): Require iswitchb.
10060         (gnus-select-frame-set-input-focus): Silence compiler.
10061
10062 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10063
10064         * message.el (message-subject-trailing-was-query): Change default to t,
10065         since I think that's what most people want.
10066
10067         * nnimap.el (nnimap-request-accept-article): Erase buffer before
10068         appending for easier debugging.
10069         (nnimap-wait-for-connection): Take a regexp.
10070         (nnimap-request-accept-article): Wait for the continuation line before
10071         sending anything unless we're streaming.
10072
10073         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
10074         leave the header washing to take place.
10075
10076 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
10077
10078         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
10079         regular expression match and replace in posting styles.
10080
10081 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
10082
10083         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
10084         an entire server.
10085         (nnir-get-active): New function.
10086         (nnir-run-imap): Use it.
10087         (nnir-run-gmane): Who knew, gmane search returns an article score!
10088
10089         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
10090         server on the current line with nnir.
10091
10092 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10093
10094         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
10095         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
10096         left edge.
10097         (gnus-article-foldable-buffer): Skip past the prefix when determining
10098         raggedness.
10099
10100         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
10101         the raw article, and change `C-u g' to show the article without doing
10102         treatments.
10103
10104         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
10105         on to `gnus-treat-article'.
10106         (gnus-inhibit-article-treatments): New variable.
10107
10108         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
10109
10110         * gnus-art.el (gnus-treatment-function-alist): Have
10111         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
10112         (gnus-treat-fill-long-lines): Change default to fill all text/plain
10113         sections.
10114
10115         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
10116         parameter.
10117         (gnus-article-fill-cited-long-lines): New function.
10118         (gnus-article-fill-cited-article): Allow filling only long sections.
10119
10120         * shr.el (shr-find-fill-point): Don't break lines between punctuation
10121         and non-punctuation (like after the apostrophe in "'We").
10122
10123         * gnus-sum.el (gnus-summary-select-article): Make sure
10124         gnus-original-article-buffer is alive.
10125
10126         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
10127         reflect the order they're in in the digest.
10128
10129         * gnus.el (gnus-group-startup-message): Move point to the start of the
10130         buffer.
10131
10132         * nnimap.el (nnimap-capability): New function.
10133         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
10134         is set.
10135
10136 2010-10-31  David Engster  <dengste@eml.cc>
10137
10138         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
10139         conform with changes to gnus-completing-read.
10140
10141 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10142
10143         * shr.el (shr-tag-img): Output "*" instead of "[img]".
10144
10145 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10146
10147         * nnir.el: Move defvar, defcustom around to keep file organized
10148         and keep byte-compiler quiet.
10149         (nnir-read-parms): Accept search-engine as arg.
10150         (nnir-run-query): Pass search-engine as arg.
10151         (nnir-search-engine): Remove.
10152
10153 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10154
10155         * shr.el (shr-generic): The text nodes should be text, not :text.
10156
10157         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
10158         later in the file.
10159
10160 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10161
10162         * nnir.el: General clean up.  Allow searching with multiple engines.
10163         Allow separate extra-parameters for each engine.
10164         Batch queries when possible.
10165         (nnir-imap-default-search-key, nnir-method-default-engines):
10166         Add customize interface.
10167         (nnir-run-gmane): New engine.
10168         (nnir-engines): Use it.  Qualify all prompts with engine name.
10169         (nnir-search-engine): Remove global variable.
10170         (nnir-run-hyrex): Restore for now.
10171         (nnir-extra-parms, nnir-search-history): New variables.
10172         (gnus-group-make-nnir-group): Use them.
10173         (nnir-group-server): Remove in favor of gnus-group-server.
10174         (nnir-request-group): Avoid searching twice.
10175         (nnir-sort-groups-by-server): New function.
10176
10177 2010-10-30  Julien Danjou  <julien@danjou.info>
10178
10179         * gnus-group.el: Remove gnus-group-fetch-control.
10180
10181         * gnus-start.el (gnus-find-new-newsgroups):
10182         Remove gnus-check-first-time-used.
10183
10184         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
10185
10186 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10187
10188         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
10189         set on groups that don't have \* permanentflags.
10190
10191 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10192
10193         * shr.el (shr-tag-span): Drop colorization of regions since we don't
10194         control the background color.
10195         (shr-tag-img): Ignore very small web bug type images.
10196         (shr-put-image): Add help-echo alt texts to the images.
10197         (shr-tag-video): Show the video poster image.
10198
10199 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10200
10201         * shr.el (shr-table-depth): New variable.
10202         (shr-tag-table-1): Only insert the images after the top-level table.
10203
10204         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
10205
10206         * gnus-util.el (gnus-list-memq-of-list): New function.
10207
10208         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
10209         selected.
10210         (nnimap-unsplittable-articles): New slot.
10211         (nnimap-new-articles): Use it.
10212
10213 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
10214
10215         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
10216         move to the previous line on `M-g'.
10217
10218 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10219
10220         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10221         *-request-group, which seems unnecessary.
10222
10223         * nnimap.el (nnimap-quote-specials): Function copied over from
10224         imap.el.
10225         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10226         they support that.  Suggested by Tom Regner.
10227
10228 2010-10-29  Julien Danjou  <julien@danjou.info>
10229
10230         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10231         defalias.
10232         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10233
10234         * gnus.el: Remove `gnus-nntp-service' variable.
10235         (gnus-secondary-servers): Make obsolete.
10236         (gnus-nntp-server): Make obsolete.
10237
10238         * gnus-start.el (gnus-1): Remove x-splash calls.
10239
10240         * gnus-ems.el (gnus-x-splash): Remove.
10241
10242         * gnus.el (gnus-group-startup-message): Simplify/update code.
10243
10244         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10245         definition.
10246
10247         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10248         capability before doing anything.
10249         (gnus-group-insert-group-line): Remove useless
10250         gnus-group-remove-excess-properties.
10251
10252 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10253
10254         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10255
10256 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10257
10258         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10259         config after reselecting.
10260
10261 2010-10-28  Julien Danjou  <julien@danjou.info>
10262
10263         * shr.el (shr-put-image): Use point even if only inserting text.
10264         (shr-put-image): Save excursion when inserting alt text on non-graphic
10265         display, so the behavior is the same when we are on a graphic display.
10266
10267         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10268
10269 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10270
10271         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10272         (gnus-mime-copy-part): Check coding system, not charset.
10273         (gnus-mime-view-part-externally): Never remove part.
10274         (gnus-mime-view-part-internally): Don't remove part here.
10275         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10276         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10277         multipart/alternative.
10278
10279         * mm-decode.el (mm-display-part): Take optional arg `force'.
10280
10281 2010-10-26  Julien Danjou  <julien@danjou.info>
10282
10283         * gnus-group.el (gnus-group-default-list-level): Add this function to
10284         compute the default list level.
10285         (gnus-group-default-list-level): Add possibility to use a function.
10286
10287 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10288
10289         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10290
10291         * gnus-group.el (gnus-group-completing-read)
10292         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10293         gnus-replace-in-string.
10294
10295 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * shr.el (shr-tag-div): Add.
10298
10299         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10300
10301 2010-10-25  Julien Danjou  <julien@danjou.info>
10302
10303         * gnus-util.el: Remove `gnus-with-local-quit'.
10304
10305         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10306
10307 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10308
10309         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10310         the original article buffer.
10311
10312 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10313
10314         * nnimap.el (nnimap-request-head): New function.
10315         (nnimap-request-move-article): Try to be slightly faster by not
10316         requesting the entire message when moving.
10317         (nnimap-transform-headers): Don't bug out on bodiless articles.
10318         (nnimap-send-command): Have no outstanding messages if the IMAP server
10319         doesn't support streaming.
10320         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10321
10322 2010-10-24  Julien Danjou  <julien@danjou.info>
10323
10324         * message.el (message-default-headers): Fix type.
10325
10326 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10327
10328         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10329         prefetching images.
10330
10331         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10332         backend for unknown groups.  This is mainly useful for nnimap groups.
10333
10334         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10335         group isn't covered by the agent.
10336
10337 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10338
10339         * nnir.el (nnir-method-default-engines): New variable.
10340         (nnir-run-query): Use it.
10341         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10342         (gnus-summary-nnir-goto-thread): Change group if needed.
10343
10344         * gnus-group.el (gnus-group-group-map): Add key binding for
10345         gnus-group-make-nnir-group.
10346
10347 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10348
10349         * shr.el (shr-tag-object): Add.
10350
10351         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10352         original article buffer live.
10353         (gnus-summary-select-article-buffer):
10354         Mention gnus-widen-article-buffer.
10355
10356 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10357
10358         * shr.el (shr-tag-strong): Add.
10359
10360 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10361
10362         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10363         group names.  They mess up the group buffer badly.
10364
10365         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10366
10367         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10368         instead of the summary one.
10369
10370 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10371
10372         * mml.el (mml-preview): Work properly when editing article.
10373
10374         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10375         gnus-have-read-active-file if it's already been in.
10376
10377 2010-10-22  Tom Tromey  <tromey@redhat.com>
10378
10379         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10380         gnus-group-completing-read.
10381
10382 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10383
10384         * message.el (message-mode-map): Don't bind M-; to comment region, to
10385         allow the global comment-dwim to work.
10386
10387 2010-10-21  Julien Danjou  <julien@danjou.info>
10388
10389         * message.el (message-setup-1): Allow message-default-headers to be a
10390         function.
10391
10392 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10393
10394         * shr.el (shr-tag-table): Simplify.
10395
10396 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10397
10398         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10399         to avoid trying to snarf invalid stuff.
10400
10401         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10402
10403         * gnus.el (gnus-message-archive-group): Quote value.
10404         (gnus-message-archive-group): Mark as changed.
10405
10406         * shr.el (shr-add-font): Don't put the font properties on the newline
10407         or the indentation.
10408
10409         * message.el (message-fix-before-sending): Change options when sending
10410         non-printable characters.
10411
10412         * gnus.el (gnus-message-archive-method): Change the default to
10413         monthly outgoing groups.
10414
10415         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10416         that have gotten new numbers.
10417
10418         * nnimap.el (nnimap-request-replace-article): New function.
10419
10420 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10423         (nnrss-request-article): Don't use special html washing code.
10424
10425 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * shr.el (shr-tag-table): Remove useless nconc.
10428
10429 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10430
10431         * gnus-art.el (article-wash-html): Simplify and remove the charset
10432         stuff.  Use the normal html rendering code instead of the special html
10433         washing code.
10434
10435         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10436         `gnus-w3m' symbols.
10437         (mm-text-html-washer-alist): Remove.
10438
10439         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10440         (mm-inline-media-tests): Remove use.
10441         (mm-text-html-renderer): Change default to the `shr' symbol.
10442
10443         * mm-view.el (mm-inline-text-html): Remove use.
10444
10445         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10446         `gnus-blocked-images' to be a function.
10447         (gnus-article-wash-function): Remove.
10448
10449 2010-10-20  Julien Danjou  <julien@danjou.info>
10450
10451         * spam.el (spam-list-of-processors): Mark as obsolete.
10452
10453         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10454         (nnimap-insert-partial-structure): Fix boundary detection.
10455
10456 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10457
10458         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10459         run file-truename on remote files.  This can be expensive and even
10460         prevent one from editing drafts if some unrelated buffer has a stale
10461         connection.
10462
10463 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10466         kinsoku-eol regardless of shr-kinsoku-shorten.
10467         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10468         (shr-tag-table): Support caption, thead, and tfoot.
10469
10470 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10471
10472         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10473         lines.
10474         (shr-save-contents): New command and keystroke.
10475
10476         * nndoc.el (nndoc-type-alist): Add git support.
10477         (nndoc-git-type-p): New function.
10478         (nndoc-transform-git-article): Ditto.
10479         (nndoc-transform-git-headers): Ditto.
10480         (nndoc-transform-git-headers): Generate Subject headers.
10481
10482         * shr.el (shr-parse-style): New function.
10483         (shr-tag-span): Ditto.
10484
10485         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10486         to `G G' to avoid collisions.
10487
10488 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10489
10490         * shr.el: Load kinsoku if necessary.
10491         (shr-kinsoku-shorten): New internal variable.
10492         (shr-find-fill-point): Make kinsoku shorten text line if
10493         shr-kinsoku-shorten is bound to non-nil.
10494         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10495         shr-indentation too when testing if table is wider than frame width.
10496         (shr-insert-table): Use `string-width' instead of `length' to measure
10497         text width.
10498         (shr-insert-table-ruler): Make sure indentation is done at bol.
10499
10500 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10501
10502         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10503         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10504         undecoded network data.
10505
10506 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10507
10508         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10509         name in the mode line spec so that the mode line menu works
10510         (bug#2431).
10511
10512         * message.el (message-get-reply-headers): If we're fed `to-address',
10513         then always use that.
10514
10515         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10516         aren't so wide as to need to switch off the edit menu.
10517
10518         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10519         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10520
10521         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10522         `M-g'.
10523         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10524         the permanent marks.
10525
10526 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10527
10528         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10529         Splitting according to references/in-reply-to obeys the ignore-groups
10530         variable, while splitting by sender and subject do not.
10531
10532 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10533
10534         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10535         alist, so that we can look for non-Unicode chars.
10536         (article-translate-strings): Allow both character and string maps.
10537
10538 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * shr.el (shr-insert): Don't insert space behind a wide character
10541         categorized as kinsoku-bol, or between characters both categorized as
10542         nospace.
10543
10544 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10545
10546         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10547         headers to gnus-newsgroup-headers.
10548
10549 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10550
10551         * shr.el (shr-tag-img): Don't align images -- since we're not
10552         rescaling, this often leads to ugly displays.
10553
10554 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10555
10556         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10557         duplicates.
10558
10559 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10560
10561         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10562         call.
10563
10564 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10565
10566         * gnus.el: Autoload gnus-html-show-images.
10567
10568         * nnimap.el: Use nnheader-message throughout.
10569
10570         * shr.el (shr-tag-img): Ignore images with no data.
10571
10572 2010-10-15  Julien Danjou  <julien@danjou.info>
10573
10574         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10575         a possibility to disable format=flow encoding when using hard newlines.
10576
10577 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * shr.el (shr-insert): Remove space inserted before or after a
10580         breakable character or at the beginning or the end of a line.
10581         (shr-find-fill-point): Do kinsoku; find the second best point or give
10582         it up if there's no breakable point.
10583
10584 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10585
10586         * nnimap.el (nnimap-open-connection): Message when opening connection
10587         for debugging purposes.
10588
10589         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10590         on every setup buffer call to allow this to change from article to
10591         article.
10592
10593         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10594         buffers where we have a wide table.
10595
10596 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10597
10598         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10599         uses *-request-thread.
10600
10601 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10602
10603         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10604         incantation, which is no longer valid.
10605
10606 2010-10-14  Julien Danjou  <julien@danjou.info>
10607
10608         * shr.el: Fix defcustom type (char -> character).
10609
10610 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10611
10612         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10613         programs.
10614
10615 2010-10-14  Julien Danjou  <julien@danjou.info>
10616
10617         * shr.el (shr-tag-a): Use url-link as widget type.
10618
10619         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10620         `gnus-group-get-icon'.
10621
10622 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10623
10624         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10625         This should make server editing work better.
10626
10627         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10628
10629         * tls.el (tls-program): Remove spurious %s from openssl.
10630
10631         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10632         (nnimap-parse-flags): Fix regexp.
10633
10634         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10635         probably work for CJVK text, too.
10636
10637         * nnimap.el (nnimap-extend-tls-programs): Remove.
10638         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10639
10640         * tls.el (tls-starttls-switches): Remove starttls hack.
10641         (open-tls-stream): Ditto.
10642         (tls-find-starttls-argument): Ditto.
10643
10644 2010-10-13  Julien Danjou  <julien@danjou.info>
10645
10646         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10647         responses.
10648
10649 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10650
10651         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10652
10653         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10654         anything in Emacs.
10655
10656         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10657
10658 2010-10-13  Julien Danjou  <julien@danjou.info>
10659
10660         * shr.el (shr-width): Make shr-width a defcustom with default to
10661         fill-column.
10662         (shr-tag-img): Use shr-width rather than fill-column.
10663
10664 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10665
10666         * dgnushack.el (byte-optimize-apply):
10667         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10668
10669         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10670         position when (X-)Faces exist.
10671         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10672         avatars when called interactively.
10673
10674 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10675
10676         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10677         gnus-article-x-face-too-ugly is bound.
10678
10679 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10680
10681         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10682
10683         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10684         mailbox that doesn't exist.
10685
10686 2010-10-12  Julien Danjou  <julien@danjou.info>
10687
10688         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10689         (shr-get-image-data): Encode URL properly when fetching from cache.
10690         (shr-tag-img): Use aligned-to spaces to align correctly images.
10691
10692         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10693         before inserting the Gravatar.
10694
10695         * shr.el (shr-tag-img): Add align attribute support for <img>.
10696
10697 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10698
10699         * gnus-gravatar.el (gnus-art): Require.
10700
10701         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10702         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10703         Remove long obsoleted functions.
10704
10705 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10706
10707         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10708
10709         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10710
10711         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10712         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10713         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10714         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10715         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10716         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10717         * sieve-manage.el, smime.el, spam.el:
10718         Fix comment for declare-function.
10719
10720 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10721
10722         * nnimap.el (nnimap-request-rename-group): Select group read-only
10723         before renaming it.
10724
10725         * shr.el (shr-insert): Fix up the white space only regexp.
10726
10727         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10728         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10729
10730         * shr.el (shr-current-column): New function.
10731         (shr-find-fill-point): New function.
10732
10733 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10734
10735         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10736         numbers.
10737
10738 2010-10-11  Julien Danjou  <julien@danjou.info>
10739
10740         * shr.el (shr-hr-line): Add.
10741         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10742         display hr lines.
10743         (shr-max-columns): Do not change state to nil if we just inserting
10744         spaces.
10745
10746 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10747
10748         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10749         select the last group.
10750
10751 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10752
10753         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10754
10755 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10756
10757         * dig.el (dig-mode-map): Declare and define in one step.
10758
10759 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10760
10761         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10762         for Gnus.
10763         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10764         (nnimap-update-qresync-info): Mark \Seen articles as read.
10765
10766         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10767         non-variable, too.
10768
10769         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10770         available.
10771         (nnimap-update-info): Rely more on the current active than the param
10772         active to avoid marking articles as read too much.
10773
10774         * auth-source.el (auth-source-create): Use (user-login-name) for the
10775         user name default.
10776
10777         * nnimap.el (nnimap-update-info): If the server doesn't return any
10778         useful info, just use the previous info.
10779         (nnimap-update-info): Prefer old info over start-article.
10780         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10781
10782 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10783
10784         * nnir.el (autoload): Clean up autoloads.
10785         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10786         Use key rather than value.
10787         (nnir-imap-search-other): New variable.
10788         (nnir-read-parm): Use it.
10789         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10790         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10791
10792 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10793
10794         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10795         the process, too.
10796
10797 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10798
10799         * spam.el (gnus-summary-mode-map): Bind to "$".
10800         Suggested by Russ Allbery.
10801
10802         * shr.el: Rework the way things are indented by <li> slightly.
10803
10804         * gnus.el (gnus-group-set-parameter): Fix typo.
10805
10806         * nnimap.el: Start implementing QRESYNC support.
10807
10808 2010-10-09  Julien Danjou  <julien@danjou.info>
10809
10810         * nnir.el (nnir-engines): Fix too many arguments.
10811
10812 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10813
10814         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10815         group is the "last", so that the backends like nnfolder actually save
10816         their folders.
10817
10818         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10819         try to use that for the tls stream.
10820         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10821         UIDVALIDITY and find out which groups are read-only and not.
10822         (nnimap-get-flags): Use the same marks parsing code as the rest of
10823         nnimap.
10824
10825 2010-10-09  Julien Danjou  <julien@danjou.info>
10826
10827         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10828
10829         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10830         retrieving gravatars.
10831
10832         * shr.el (shr-table-corner): Add.
10833         (shr-table-line): Add.
10834         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10835
10836 2010-10-08  Julien Danjou  <julien@danjou.info>
10837
10838         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10839
10840 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10841
10842         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10843
10844         * gnus-sum.el (gnus-mark-article-as-unread)
10845         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10846         (gnus-summary-set-bookmark): Use it.
10847
10848         * gnus-msg.el (gnus-setup-message): Use it.
10849
10850         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10851
10852         * gnus.el (gnus-group-remove-parameter): Use it.
10853
10854         * gnus-group.el (gnus-group-make-web-group): Use it.
10855
10856         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10857
10858         * nnregistry.el: Update docs to mention manual.
10859
10860         * gnus-registry.el: Update docs to mention nnregistry.el.
10861         (gnus-registry-initialize): Don't install nnregistry refer method
10862         automatically.
10863         (gnus-registry-install-nnregistry): Remove it.
10864
10865 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10866
10867         * shr.el (shr-insert): Don't insert double spaces.
10868
10869 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * gnus-gravatar.el (gnus-treat-from-gravatar)
10872         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10873         called interactively.
10874
10875         * gnus-art.el (gnus-mime-view-part-externally)
10876         (gnus-mime-view-part-internally): Make predicate function passed to
10877         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10878         of a mime type.
10879
10880         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10881
10882 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10883
10884         * shr.el (require): Require cl when compiling.
10885         (shr-tag-hr): New function.
10886
10887         * nnimap.el (nnimap-update-info): Remove double setting of high.
10888         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10889         This makes nnimap work properly on Courier again.
10890
10891         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10892         the variable for backwards compatibility.
10893
10894         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10895         the file name before using to avoid setting mm-default-directory to
10896         nil.
10897
10898         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10899         bidning gnus-agent variables.
10900
10901         * shr.el (shr-render-td): Use a cache for the table rendering function
10902         to avoid getting an exponential rendering behavior in nested tables.
10903         (shr-insert): Rework the line-breaking algorithm.
10904         (shr-insert): Don't leave trailing spaces.
10905         (shr-insert-table): Also insert empty TDs.
10906         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10907
10908 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10909
10910         * gnus-sum.el (gnus-number): Rename from `number'.
10911         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10912         (gnus-summary-limit-children): Update uses correspondingly.
10913
10914 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10917         (gnus-gravatar-transform-address): Don't show avatars of people of
10918         which mail addresses match gnus-gravatar-too-ugly.
10919
10920 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10921
10922         * shr.el (shr-table-widths): Expand TD elements to fill available
10923         space.
10924
10925 2010-10-07  Julien Danjou  <julien@danjou.info>
10926
10927         * nnimap.el (nnimap-request-rename-group): Add this method.
10928
10929 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10930
10931         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10932         name from XEmacs' function-arglist.
10933
10934         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10935         gravatar under XEmacs.
10936
10937 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10938
10939         * auth-source.el: Update docs with TODO items.
10940
10941         * gnus-sync.el: Update docs to explain state and plans.
10942
10943         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10944         Hooks for mark updates.
10945         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10946
10947         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10948         hooks with arguments, which is needed for mark update hooks.
10949
10950 2010-10-06  Julien Danjou  <julien@danjou.info>
10951
10952         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10953         was matched.
10954
10955         * sieve-manage.el: Update example in `Commentary'.
10956
10957         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10958
10959         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10960         not 2000.
10961         (sieve-manage-authenticate): Re-add function.
10962
10963 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10964
10965         * shr.el (shr-insert): Get 'space transition right.
10966         (shr-render-td): Only delete space at the end of the TD.
10967
10968         * nnimap.el (nnimap-open-connection): Prepare to support
10969         open-gnutls-stream.
10970
10971         * shr.el: Rearrange function order to be more logical.
10972
10973 2010-10-06  Julien Danjou  <julien@danjou.info>
10974
10975         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10976         (nnrss-discover-feed): Remove 404 URL in docstring.
10977
10978         * nnir.el: Fix Swish-E URL.
10979         Fix Namazu URL.
10980
10981         * message.el (message-change-subject): Remove 404 URL in a comment.
10982
10983 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10984
10985         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10986         called interactively.
10987
10988         * gnus-util.el (gnus-remove-if): Allow hash table.
10989         (gnus-remove-if-not): New function.
10990
10991         * gnus-art.el (gnus-mime-view-part-as-type):
10992         * gnus-score.el (gnus-summary-score-effect):
10993         * gnus-sum.el (gnus-read-move-group-name):
10994         Replace remove-if-not with gnus-remove-if-not.
10995
10996         * gnus-group.el (gnus-group-completing-read):
10997         Regard collection as a hash table if it is not a list.
10998
10999 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11000
11001         * shr.el (shr-render-td): Allow blank/missing <TD>s.
11002
11003         * shr.el: Document the table-rendering algorithm.
11004
11005 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
11008         for Emacsen having no `libxml-parse-html-region' support.
11009
11010 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11011
11012         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
11013         invalid URLs.
11014
11015         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
11016         line-broken.
11017         (shr-tag-img): Ignore image fetching errors.
11018         (shr-overlays-in-region): Compute overlay positions correctly.
11019
11020         * mm-decode.el (mm-shr): Require shr.
11021
11022         * gnus-art.el (gnus-blocked-images): Move variable here.
11023
11024         * shr.el (shr-insert-table): Bind free variable.
11025
11026         * mm-decode.el (mm-shr): Bind shr-content-function.
11027
11028         * shr.el (shr-content-function): New variable.
11029
11030         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
11031         added for symmetry.
11032
11033         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
11034
11035         * gnus-group.el (gnus-group-make-group): Doc fix.
11036
11037         * nnimap.el (nnimap-request-newgroups): Return success.
11038
11039         * shr.el (shr-find-elements): New function.
11040         (shr-tag-table): Put all the images after the table.
11041         (shr-tag-table): Really inhibit images inside the table.
11042         (shr-collect-overlays): Copy over overlays from the TD elements to the
11043         main document.
11044
11045         * mm-decode.el (mm-shr): Bind shr-blocked-images to
11046         gnus-blocked-images.
11047
11048 2010-10-05  Julien Danjou  <julien@danjou.info>
11049
11050         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
11051
11052         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
11053         (gnus-html-maximum-image-size): Add this function.
11054         (gnus-html-put-image): Use gnus-html-maximum-image-size.
11055
11056         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
11057         server-value of the capability is nil.
11058
11059 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11060
11061         * shr.el (shr-tag-em): Add <EM> tag.
11062
11063 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
11064
11065         * sieve-manage.el (sieve-manage-default-stream): Make default stream
11066         customizable.
11067
11068         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
11069         handing broken links to browse-url.
11070
11071 2010-10-05  Julien Danjou  <julien@danjou.info>
11072
11073         * gnus-util.el (gnus-emacs-completing-read)
11074         (gnus-iswitchb-completing-read): Use autoload rather than require.
11075
11076 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
11079         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
11080         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
11081         iswitchb-temp-buflist for XEmacs.
11082
11083         * gnus-util.el (gnus-completing-read-function): Exclude
11084         gnus-icompleting-read and gnus-ido-completing-read from candidates for
11085         XEmacs since iswitchb.el is very old and ido.el is unavailable in
11086         XEmacs.
11087
11088         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
11089         not to use `delete-dups' that is unavailable in XEmacs 21.4.
11090
11091         * gnus-html.el: Don't require help-fns under XEmacs.
11092         (gnus-html-schedule-image-fetching): Work for XEmacs.
11093
11094         * mm-decode.el (mm-shr): Decode contents by charset.
11095
11096 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11097
11098         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
11099         unknown.
11100
11101         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
11102         (shr-get-image-data): Ensure against the cache file missing.
11103
11104         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
11105         for data.
11106
11107         * spam-report.el (spam-report-url-ping-plain): Don't query about
11108         killing the process.
11109
11110         * shr.el (shr-render-td): Protect against too-wide text.
11111
11112 2010-10-04  Julien Danjou  <julien@danjou.info>
11113
11114         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
11115         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
11116
11117         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
11118         retrieved.
11119
11120 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11121
11122         * shr.el (browse-url): Require.
11123         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
11124         lines.
11125         (shr-show-alt-text, shr-browse-image): New commands.
11126         (shr-browse-url, shr-copy-url): New commands.
11127
11128         * gnus-sum.el (gnus-widen-article-window): New variable.
11129         (gnus-summary-select-article-buffer): Use it.
11130
11131         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
11132         without @ signs.
11133
11134 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11135
11136         * nnir.el (nnir-run-imap): Remove spurious space in search string.
11137
11138 2010-10-04  Julien Danjou  <julien@danjou.info>
11139
11140         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
11141         for XEmacs.
11142
11143 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11144
11145         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
11146
11147         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
11148         (nnimap-close-server): Implement.
11149
11150         * dgnushack.el (iswitchb): Require to shut up the compiler.
11151
11152         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
11153         (shr-insert): Tweak line breaking.
11154         (shr-insert): Handle <pre> better.
11155         (shr-tag-li): Get <li> indentation right.
11156         (shr-tag-li): Get <li> indentation even righter.
11157         (shr-tag-blockquote): Ensure paragraph start.
11158         (shr-make-table): Tweak table generation.
11159         (shr-make-table): Fix typo.
11160
11161         * shr.el: Implement table rendering.
11162
11163 2010-10-04  Julien Danjou  <julien@danjou.info>
11164
11165         * gnus-html.el (gnus-html-put-image): Fix resize image code.
11166
11167 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11168
11169         * shr.el (shr-insert): Use string anchors instead of line anchors.
11170
11171 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11172
11173         * shr.el: Add headings.
11174         (shr-ensure-paragraph): Actually work.
11175         (shr-tag-li): Make <ul> prettier.
11176         (shr-insert): Get white space at the beginning/end of elements right.
11177         (shr-tag-p): Collapse subsequent <p>s.
11178         (shr-ensure-paragraph): Don't insert double line feeds after blank
11179         lines.
11180         (shr-insert): \t is also space.
11181         (shr-tag-s): Fix "s" tag name function.
11182         (shr-tag-s): Fix face prop name.
11183
11184 2010-10-03  Julien Danjou  <julien@danjou.info>
11185
11186         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
11187
11188         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
11189         gnus-window-inside-pixel-edges.
11190
11191         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
11192         gnus-ems.
11193
11194         * mm-view.el (mm-inline-image-emacs): Support image resizing.
11195
11196         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
11197         function.
11198
11199         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
11200         resize choice.
11201
11202 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11203
11204         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
11205         beginning of the buffer.
11206
11207         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
11208         article buffer again.
11209
11210         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
11211
11212         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
11213         when it's at the start of the buffer.
11214
11215         * shr.el (shr-tag-blockquote): Convert name.
11216         (shr-rescale-image): Use the right image-size variant.
11217
11218         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11219         buffer isn't shown, then select the current article first instead of
11220         bugging out.
11221         (gnus-summary-select-article-buffer): Show both the article and summary
11222         buffers again.
11223
11224         * shr.el (shr-fontize-cont): Protect against regions with no text.
11225         Rename tag functions to shr-tag-* for enhanced security.
11226         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11227
11228 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11229
11230         * shr.el (shr-insert):
11231         * pop3.el (pop3-movemail):
11232         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11233         loaded.
11234
11235 2010-10-03  Glenn Morris  <rgm@gnu.org>
11236
11237         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11238
11239         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11240
11241         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11242
11243         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11244
11245         * gnus-util.el (gnus-make-local-hook): Simplify.
11246
11247 2010-10-02  Julien Danjou  <julien@danjou.info>
11248
11249         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11250         (gnus-ido-completing-read): New function.
11251         (gnus-emacs-completing-read): New function.
11252         (gnus-completing-read): Use gnus-completing-read-function.
11253         Add gnus-completing-read-function.
11254
11255 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11256
11257         * shr.el (shr-insert-document): Autoload.
11258         (shr-img): Be silent.
11259         (shr-insert): Add a newline after every picture before text.
11260         (shr-add-font): Use overlays for combining faces.
11261         (shr-insert): Pass upwards the text start point.
11262
11263         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11264         possible.
11265         (mm-shr): New function.
11266
11267 2010-10-02  Julien Danjou  <julien@danjou.info>
11268
11269         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11270         should go backward.
11271
11272 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11273
11274         * shr.el (shr): Fix typo in provide call.
11275
11276 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11277
11278         * shr.el: New file.
11279
11280         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11281
11282         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11283         completing read.
11284
11285 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11286
11287         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11288         we're being queried about.  Suggested by Dan Jacobson.
11289
11290         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11291         Suggested by Jason Eisner.
11292
11293         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11294         table, too.  Suggested by Stefan Wiens.
11295         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11296         the table unnecessary.  Suggested by Stefan Wiens.
11297
11298         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11299         longer needed, and probably doesn't work either, as pointed out by
11300         Stefan Wiens.
11301         (gnus-summary-exit): Remove call to the clearing function.
11302         (gnus-summary-exit-no-update): Ditto.
11303
11304         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11305         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11306         Reported by Stefan Monnier.
11307         (gnus-summary-save-in-rmail): Ditto.
11308
11309         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11310         article buffer, instead of both the article buffer and the summary
11311         buffer.  Sort of suggested by Dan Jacobson.
11312
11313         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11314
11315         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11316         Suggested by Dan Jacobson.
11317
11318         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11319         documentation clearer.
11320
11321         * message.el (message-shorten-references): Comment on the number "21".
11322         Suggested by Stefan Monnier.
11323
11324         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11325         Suggested by Dan Jacobson.
11326
11327         * gnus.el (gnus-large-newsgroup):
11328         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11329
11330         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11331         externalize attachments.  Bug reported by Steve Wen.
11332
11333         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11334         really message anything to the user.
11335
11336         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11337         directly.
11338
11339         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11340         messages in empty groups.
11341
11342 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11343
11344         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11345         non-UIDNEXT group.
11346
11347 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11348
11349         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11350         not the value from the collection.
11351
11352         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11353         values.  This sometimes happens on some groups that have no info.
11354         (nnimap-request-newgroups): New function.
11355
11356 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11357
11358         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11359         check into `gnus-registry-initialize'.
11360         (gnus-registry-initialize): Ditto.
11361         Fix and extend header docs.
11362
11363 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11364
11365         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11366         regexp backtrace overflows.
11367
11368         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11369         for starttls that tls.el implements; i.e. openssl.
11370
11371         * tls.el (tls-starttls-switches): Give up on using starttls with
11372         gnutls-cli.
11373         (tls-program): Add --insecure to be consistent with the defaults from
11374         openssl s_client.  Now all three commands are insecure.
11375
11376 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * lpath.el: Bind completion-styles-alist for XEmacs.
11379
11380         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11381         (gravatar-create-image): New function that's an alias to
11382         gnus-xmas-create-image, gnus-create-image, or create-image.
11383         (gravatar-data->image): Use it.
11384
11385 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11386
11387         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11388         install the nnregistry refer method.
11389         (gnus-registry-install-hooks): Use it.
11390         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11391         unfollowed groups.
11392
11393 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11394
11395         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11396         expanding threads.
11397
11398 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11399
11400         * nnir.el: Use the server names without suffixes (bug#7009).
11401
11402         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11403         unencrypted to STARTTLS, if possible.
11404
11405 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11406
11407         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11408         headers before superseding.
11409
11410 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11411
11412         * nnrss.el (nnrss-use-local): Add documentation.
11413
11414         * nnimap.el (nnimap-extend-tls-programs): New function.
11415         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11416         (nnimap-wait-for-connection): Accept the greeting from the stupid
11417         output from openssl s_client -starttls, too.
11418
11419         * tls.el (tls-starttls-switches): New variable.
11420         (tls-find-starttls-argument): Use it.
11421         (open-tls-stream): Ditto.
11422
11423         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11424         (netrc-machine): Ditto.
11425
11426         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11427         article number.
11428         (nnimap-split-fancy): New variable.
11429         (nnimap-split-incoming-mail): Use it.
11430
11431         * nntp.el (nntp-server-list-active-group): Document.
11432
11433         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11434         SELECT to get the message-id.
11435
11436         * mail-source.el (mail-sources): Remove webmail support.
11437         (defvar): Ditto.
11438         (mail-source-fetcher-alist): Ditto.
11439         (mail-source-fetch-webmail): Remove.
11440
11441         * webmail.el: Remove -- doesn't seem relevant any more.
11442
11443         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11444
11445         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11446         the \r.
11447
11448 2010-09-30  Julien Danjou  <julien@danjou.info>
11449
11450         * gnus-agent.el (gnus-agent-add-group): Fix call to
11451         gnus-completing-read.
11452
11453 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11454
11455         * nndoc.el (nndoc-retrieve-groups): New function.
11456
11457         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11458         `default', use nnmail-split-methods.
11459         (nnimap-request-article): Downcase the NILs so that they are nil.
11460
11461         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11462         symbol.
11463
11464         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11465         code, since if the user has requested network, that's what they ought
11466         to get.
11467         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11468         (nnimap-split-rule): Mark as obsolete.
11469
11470         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11471         New variable.
11472
11473         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11474         correct slot, too.
11475
11476 2010-09-29  Julien Danjou  <julien@danjou.info>
11477
11478         * gnus.el (gnus-local-domain): Declare variable obsolete.
11479
11480         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11481         Fix history computing.
11482         (gnus-ido-completing-read): Require ido.
11483
11484 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11485
11486         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11487         build Gnus.
11488
11489         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11490         when interpreting the structures.
11491         (nnimap-request-accept-article): Add \r\n to the lines to make this
11492         work with Cyrus.
11493
11494         * nndraft.el (nndraft-request-expire-articles): Use the group name
11495         instead if "nndraft".  Fix found by Nils Ackermann.
11496
11497 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11498
11499         * nnregistry.el: Add.
11500
11501 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11502
11503         * nnmail.el (group, group-art-list, group-art):
11504         Remove unneeded directives.
11505
11506 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11507
11508         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11509         (mm-mime-charset):
11510         * rfc2047.el (rfc2047-syntax-table):
11511         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11512
11513         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11514         rather than `insert-file-contents' and `eval-region'.
11515
11516         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11517         construction.
11518
11519         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11520
11521         * time-date.el: No need to require cl for Emacs 21.
11522
11523 2010-09-29  Julien Danjou  <julien@danjou.info>
11524
11525         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11526         replacement of `gnus-gravatar-relief' to mimic
11527         `gnus-faces-properties-alist'.
11528         Add :version property.
11529
11530 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11531
11532         * mail-source.el (mail-source-report-new-mail):
11533         * message.el (message-default-mail-headers):
11534         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11535
11536         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11537
11538 2010-09-28  Julien Danjou  <julien@danjou.info>
11539
11540         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11541         mail-address contains the same string as real-name.
11542
11543         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11544         non-blank in header, otherwise it'll get stripped.
11545
11546         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11547         real-name, and then for mail address rather than doing : or , search.
11548
11549 2010-09-27  Julien Danjou  <julien@danjou.info>
11550
11551         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11552         right completing-read function.
11553         (gnus-use-ido): New variable
11554         (gnus-completing-read-with-default): Remove.
11555         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11556         (gnus-agent-add-group):
11557         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11558         * mm-view.el (mm-view-pkcs7-decrypt):
11559         * mm-util.el (mm-codepage-setup):
11560         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11561         * mml-smime.el (mml-smime-openssl-sign-query):
11562         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11563         (mml-insert-multipart):
11564         * gnus-msg.el (gnus-summary-yank-message):
11565         * gnus-int.el (gnus-start-news-server):
11566         * mm-decode.el (mm-interactively-view-part):
11567         * gnus-dired.el (gnus-dired-attach):
11568         * gnus.el (gnus-read-method):
11569         * gnus-bookmark.el (gnus-bookmark-jump):
11570         * gnus-art.el (gnus-mime-view-part-as-type)
11571         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11572         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11573         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11574         * nnmairix.el (nnmairix-create-server-and-default-group)
11575         (nnmairix-update-groups, nnmairix-get-server)
11576         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11577         (nnmairix-get-group-from-file-path):
11578         * nnrss.el (nnrss-find-rss-via-syndic8):
11579         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11580         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11581         (gnus-group-browse-foreign-server):
11582         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11583         (gnus-summary-execute-command, gnus-summary-respool-article)
11584         (gnus-read-move-group-name):
11585         * gnus-score.el (gnus-summary-increase-score)
11586         (gnus-summary-score-effect):
11587         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11588
11589 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11592         x-focus-frame.
11593
11594         * nnimap.el (auth-source-forget-user-or-password)
11595         (auth-source-user-or-password): Autoload.
11596
11597         * message.el (message-from-style, message-interactive)
11598         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11599         (message-yank-prefix, message-indentation-spaces, message-signature)
11600         (message-signature-file): Add comment.
11601
11602 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11603
11604         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11605         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11606         new articles.
11607
11608         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11609         parts.
11610         (nnimap-request-article): Work with the t setting, too.
11611
11612         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11613         that you don't get flashes of other buffers.
11614         (gnus-summary-show-complete-article): Intern before setting.
11615
11616 2010-09-27  David Engster  <dengste@eml.cc>
11617
11618         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11619         well as HEADERS.
11620         (nnmairix-retrieve-headers): Provide new argument for the above.
11621
11622 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11623
11624         * gnus-sum.el (gnus-summary-move-article): Don't alter
11625         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11626         group.
11627
11628         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11629
11630         * message.el (message-cite-prefix-regexp): Revert my last edit.
11631
11632         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11633         variable instead of the Gnus variable.
11634
11635         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11636
11637         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11638
11639         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11640         since some servers don't like it.
11641         (nnimap-open-connection): Forget credentials if the server says the
11642         password was wrong.
11643         (nnimap-parse-line): Protect against invalid data.
11644
11645         * gnus-sum.el (gnus-summary-move-article): Add comment.
11646         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11647         nothing alters it while scanning for new messages.
11648
11649         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11650         which may or may not help.
11651         (nnimap-open-connection): If we're doing a stream connection, and then
11652         discover we're on a STARTTLS-capable server, then open a STARTTLS
11653         connection instead.
11654
11655 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11656
11657         * nnimap.el (utf7): Require.
11658
11659         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11660         prefix.
11661
11662 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11663
11664         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11665
11666 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11667
11668         * nnimap.el (nnimap-request-accept-article): Message the error on
11669         error.
11670
11671 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11674
11675 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11676
11677         * nndoc.el (nndoc-request-list): Return success always.
11678
11679         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11680         `fetch-old' -- we only want to fetch the articles we've requested.
11681         The rest are in the agent, probably.
11682         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11683         disappeared server" to something low.  It's not important.
11684
11685         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11686         arrived before the FETCH data.
11687
11688         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11689         target here, because we don't know the Gnus name of the group.
11690
11691         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11692         for the correct group.
11693
11694         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11695
11696         * gnus.el (gnus): Give a final warning after startup.
11697
11698         * gnus-util.el (gnus-action-message-log): New variable.
11699         (gnus-message): Use it.
11700         (gnus-final-warning): New function.
11701
11702         * nnimap.el (nnimap-open-connection): Record the greeting.
11703         (nnimap): Add greeting.
11704
11705 2010-09-26  Julien Danjou  <julien@danjou.info>
11706
11707         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11708         arguments.
11709         (gnus-html-wash-images): Fix spec computing to include start/end.
11710
11711         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11712
11713 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11714
11715         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11716         deletion.
11717         (nnimap-retrieve-headers): Don't select the group, because that's
11718         already done by nnimap-possibly-change-group.
11719
11720         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11721         (gnus-picon-transform-address): Use it.
11722
11723         * mail-source.el (mail-source-value): Revert previous patch.
11724
11725         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11726         on failure.
11727         (nnimap-open-connection): Look up both virtual and physical server name
11728         credentials.
11729
11730         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11731
11732 2009-02-07  Dave Love  <fx@gnu.org>
11733
11734         * tls.el (open-tls-stream): Don't query killing process.
11735
11736 2009-02-08  Dave Love  <fx@gnu.org>
11737
11738         * gnus-win.el (gnus-window-to-buffer-helper)
11739         (gnus-all-windows-visible-p): Function needn't be a symbol.
11740
11741         * mail-source.el (mail-source-value): Function needn't be a symbol.
11742
11743 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11744
11745         * message.el (message-cite-prefix-regexp): Remove } from the cite
11746         prefix.
11747
11748         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11749         highlight again, so that the highlight is correct.
11750
11751         * gnus-picon.el (gnus-picon): Remove again.
11752         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11753
11754         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11755         doing the header highlightling, so that the background color of the
11756         picon is correct.
11757
11758         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11759         (gnus-picon): Ditto.
11760         (gnus-picon): Reinstate.  The background color for picons is white.
11761         (gnus-picon-insert-glyph): Make the background white.
11762
11763         * nnml.el (nnml-open-nov): Don't return dead buffers.
11764
11765         * auth-source.el (auth-source-create): Query the user for whether to
11766         store the credentials.
11767
11768         * netrc.el (netrc-store-data): New function.
11769
11770         * auth-source.el (auth-source-user-or-password): Use the existing auth
11771         sources, if any, for creation.
11772
11773         * gnus.el (gnus-group-fast-parameter): Return the last matching
11774         parameter instead of the first matching parameter.
11775
11776 2010-09-26  Julien Danjou  <julien@danjou.info>
11777
11778         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11779
11780 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11781
11782         * mml2015.el (mml2015-use): Remove gpg support.
11783
11784         * mml1991.el (mml1991-function-alist): Remove gpg function.
11785         (mml1991-gpg-sign): Remove.
11786
11787 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11788
11789         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11790         (gnus-browse-unsubscribe-current-group): Document it.
11791         (gnus-browse-unsubscribe-group): Use it.
11792
11793 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11794
11795         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11796         address to the To list for easier response.
11797
11798         * gnus.el (gnus-play-startup-jingle): Remove.
11799         (gnus-splash): Don't play jingle.
11800         (gnus): Silence gnus-load message.
11801
11802         * gnus-art.el (gnus-treat-play-sounds): Remove.
11803
11804         * gnus.el (gnus-play-jingle): Remove audio support.
11805
11806         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11807
11808         * earcon.el: Remove -- no users.
11809
11810         * gnus-audio.el: Remove -- no users of this package.
11811
11812         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11813
11814         * gnus-start.el (gnus-setup-news): Remove nocem support.
11815
11816         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11817
11818         * gnus.el (gnus-use-nocem): Remove.
11819
11820         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11821         Remove.
11822
11823         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11824         uses NoCeM any more.
11825
11826         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11827         (gnus-button-ctan-handler): Ditto.
11828         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11829         (gnus-button-ctan-directory-regexp): Ditto.
11830         (gnus-button-handle-ctan): Ditto.
11831         (gnus-button-tex-level): Ditto.
11832         (gnus-button-alist): Remove CTAN stuff.
11833
11834 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11835
11836         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11837         nnimap-streaming test.
11838
11839         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11840         servers twice.
11841
11842         * nnimap.el (nnimap-open-connection): Add more error reporting when
11843         nnimap fails early.
11844
11845         * nnheader.el (nnheader-get-report-string): New function.
11846         (nnheader-get-report): Use it.
11847
11848         * gnus-int.el (gnus-check-server): Say what the error was when opening
11849         failed.
11850
11851         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11852         using streaming.
11853
11854 2010-09-25  Julien Danjou  <julien@danjou.info>
11855
11856         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11857         gnus-window-inside-pixel-edges.
11858
11859 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11860
11861         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11862
11863         * mm-decode.el (mm-save-part): Allow saving to other directories the
11864         normal Emacs way.
11865
11866         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11867         Suggested by Jay Berkenbilt.
11868
11869         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11870         there isn't a single byte.
11871
11872         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11873         just do it.  It doesn't really seem to matter what the user responds
11874         here, I think, so it's just a confusing question.
11875
11876         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11877         non-streaming case.
11878
11879         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11880         (gnus-article-encrypt-body): Use it.
11881
11882         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11883         keystroke.
11884
11885         * nnimap.el (nnimap-find-wanted-parts-1):
11886         Use gnus-fetch-partial-articles.
11887
11888         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11889
11890         * nnimap.el (nnimap-insert-partial-structure): New function.
11891         (nnimap-get-partial-article): New function.
11892         (nnimap-request-article): Use it.
11893         (nnimap-wait-for-response): Return whether the wait was successful.
11894         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11895         retrieval wasn't successful.
11896         (nnimap-retrieve-group-data-early): Allow throttling servers.
11897         (nnimap-streaming): New variable.
11898         (nnimap-fetch-partial-articles): Remove.
11899
11900         * mm-decode.el (mm-with-part): Protect against killed buffers.
11901
11902         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11903         for prettier summary display.
11904
11905 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11906
11907         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11908
11909 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11910
11911         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11912         apparently third-party libraries depend on it.
11913
11914         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11915         before starting negotiation.
11916
11917         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11918         privacy reasons.
11919         (gnus-treat-mail-gravatar): Ditto.
11920
11921         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11922         buffer when inserting images.  Inserting text into the headers, for
11923         instance, can make them invalid.
11924
11925 2010-09-25  Julien Danjou  <julien@danjou.info>
11926
11927         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11928         variables.
11929
11930         * nnheader.el: Remove useless variables news-reply-yank-from and
11931         news-reply-yank-message-id.
11932
11933         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11934         variables.
11935
11936         * mml1991.el: Remove useless mml1991-verbose.
11937
11938         * gnus.el: Remove useless variable gnus-use-generic-from.
11939         Remove obsolete variable gnus-topic-indentation.
11940
11941         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11942
11943         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11944
11945         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11946
11947         * gnus-group.el: Remove useless gnus-group-icon-cache.
11948         Remove useless gnus-ephemeral-group-server.
11949
11950         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11951
11952         * mml2015.el: Remove useless mml2015-verbose.
11953
11954         * mml-smime.el: Remove useless mml-smime-verbose.
11955
11956         * gnus.el: Remove useless gnus-local-domain.
11957
11958         * gnus-gravatar.el (gnus-gravatar-transform-address):
11959         Use gnus-gravatar-size.
11960
11961         * gnus-art.el: Remove useless gnus-treat-translate.
11962
11963 2010-09-24  Julien Danjou  <julien@danjou.info>
11964
11965         * gnus-sum.el: Add support for Gravatars.
11966
11967         * gnus-art.el: Add support for Gravatars.
11968
11969         * gnus-gravatar.el: Add this file.
11970
11971         * gravatar.el: Add this file.
11972
11973 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11974
11975         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11976
11977         * gnus-group.el (gnus-group-fetch-faq): Remove.
11978
11979         * gnus.el (gnus-group-faq-directory): Remove.
11980
11981         * gnus-group.el (gnus-group-fetch-charter): Remove.
11982
11983         * gnus.el (gnus-group-charter-alist): Remove.
11984
11985         * gnus-group.el (gnus-group-archive-directory): Remove.
11986         (gnus-group-recent-archive-directory): Ditto.
11987         (gnus-group-make-archive-group): Remove.
11988
11989         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11990
11991         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11992         use the same article number for all the cached articles.
11993
11994         * nnimap.el (nnimap-command): Register the last command time so
11995         that we can use it for idling NOOPs.
11996         (nnimap-open-connection): Start the keeplive timer.
11997         (nnimap-make-process-buffer): Store all the process buffers.
11998         (nnimap-keepalive): New function.
11999
12000         * starttls.el (starttls-open-stream): Add autoload cookie.
12001
12002 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
12003
12004         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
12005         handling.
12006
12007 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12008
12009         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
12010         its data structures.
12011
12012         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
12013         instead of the cl.el copy-list.
12014         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
12015         equalp.
12016
12017 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12018
12019         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
12020         and tool-bar-local-item-from-menu.
12021
12022         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
12023         mode-line-highlight face for Emacs.
12024
12025         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
12026         loading gnus-sum.elc; fix comment for canlock-verify.
12027         (gnus-article-jump-to-part): Use read-number.
12028         (gnus-insert-mime-button, gnus-insert-mime-security-button):
12029         Remove Emacs pre-21 compatible code for help-echo.
12030         (gnus-article-next-page-1): No need to adjust the number of lines.
12031         (gnus-article-describe-bindings): Always use help-buffer.
12032
12033         * gnus-audio.el (gnus-audio-inline-sound):
12034         * gnus-cus.el (gnus-custom-mode):
12035         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
12036
12037         * gnus-sum.el (gnus-remove-overlays): Doc fix.
12038
12039         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
12040         compatible code.
12041
12042 2010-09-24  Glenn Morris  <rgm@gnu.org>
12043
12044         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
12045         visiting the fcc file in rmail-mode.
12046
12047         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
12048
12049 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12050
12051         * nnir.el: Silence the byte compiler.
12052
12053         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
12054         alias to browse-url-url-encode-chars if any.
12055         (gnus-html-encode-url): Use it.
12056
12057 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12058
12059         * gnus-start.el (gnus-use-backend-marks): New variable.
12060         (gnus-get-unread-articles-in-group): Use it.
12061
12062         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
12063         makeover.
12064
12065 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12066
12067         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
12068
12069 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12070
12071         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
12072         Remove.
12073         (gnus-setup-news-hook):
12074         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
12075
12076         * gnus-int.el (gnus-request-update-info): Protect against backends not
12077         having the function.
12078
12079         * nnimap.el (nnimap-stream): Mention starttls.
12080         (nnimap-open-connection): Add starttls support.
12081
12082 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
12083
12084         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
12085
12086 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12087
12088         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
12089         BODYSTRUCTUREs.
12090         (nnimap-transform-headers): Unfold quoted {42} headers.
12091
12092         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
12093         the info.
12094         (gnus-get-unread-articles): Only call updatep on backends that support
12095         it.
12096
12097         * nnweb.el (nnweb-request-update-info): NOOP.
12098
12099         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
12100
12101         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
12102         since it only deals with marks.
12103
12104         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
12105         gnus-request-marks, and make a new gnus-request-update-info.
12106
12107         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
12108         the active instead of the high number, which is usually too low.
12109
12110 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
12111
12112         * netrc.el (netrc-parse): Remove encrypt.el mentions.
12113         * encrypt.el: Remove.
12114
12115 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12116
12117         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
12118         server in symbolic form.
12119
12120         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
12121
12122 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12123
12124         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
12125         (nnimap-update-info): Fix up code slightly.
12126
12127         * gnus-int.el (gnus-open-server): Add tracing for performance
12128         debugging.
12129
12130         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
12131         (gnus-group-insert-group-line): Pass the real group name so that it
12132         gets the right data.
12133
12134         * gnus-start.el (gnus-get-unread-articles): Don't have
12135         `gnus-get-unread-articles-in-group' update info, since that can be
12136         really slow and doesn't seem to be needed?
12137
12138 2010-09-22  Dan Christensen  <jdc@uwo.ca>
12139
12140         * time-date.el (date-to-time): Try using parse-time-string first before
12141         using the slower timezone-make-date-arpa-standard.
12142
12143 2010-09-22  Julien Danjou  <julien@danjou.info>
12144
12145         * gnus-group.el (gnus-group-insert-group-line):
12146         Call gnus-group-highlight-line.
12147         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
12148         default hook list.
12149         (gnus-group-update-eval-form): Add new function.
12150         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
12151         (gnus-group-get-icon): Use gnus-group-update-eval-form.
12152
12153 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12154
12155         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
12156         immediate, then expire all articles.
12157         (nnimap-update-info): Fix off-by-one errors.
12158         (nnimap-flags-to-marks): Would return no marks lists for group with no
12159         flags.  Instead return the other data.
12160
12161 2010-09-22  Julien Danjou  <julien@danjou.info>
12162
12163         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
12164         Only return an icon.
12165         (gnus-group-insert-group-line): Compute icon to return.
12166
12167         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
12168         (gnus-html-image-fetched): Only cache if
12169         gnus-html-image-automatic-caching is set.
12170         (gnus-html-image-fetched): Check for errors.
12171
12172 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12173
12174         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
12175         once per method on `g'.  This ensures that backends like nnfolder don't
12176         open all their folders.
12177
12178         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
12179         (nnimap-request-list): Nix out group in the correct buffer.
12180         (nnimap-parse-flags): Implement by using `read' instead of
12181         hand-parsing.
12182         (nnimap-flags-to-marks): Pass on permanent-flags.
12183         (nnimap-make-process-buffer): Record the server name.
12184         (nnimap-parse-flags): Fix typo.
12185         (nnimap-request-scan): Run split on the server in general, not just a
12186         single group.
12187
12188         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
12189         parameter, and propagate this downwards.
12190
12191         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12192         since EXAMINE changes it on the server.
12193
12194         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
12195         this command might take a while.
12196
12197 2010-09-22  Julien Danjou  <julien@danjou.info>
12198
12199         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
12200         harmful if you have 2 images side-by-side, they can't be properly
12201         update on text deletion.  Using text-property is safer here.
12202         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
12203         data.
12204
12205 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12206
12207         * nnimap.el (nnimap-expunge-inbox): Remove.
12208         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
12209         (nnimap-expunge): Flip default to t.
12210
12211         * gnus.el (gnus-method-to-server): Don't push things to the cache
12212         unless it's unique.
12213         (gnus-server-to-method): Ditto.
12214
12215 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12216
12217         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12218
12219 2010-09-22  Julien Danjou  <julien@danjou.info>
12220
12221         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12222         get the start of data.
12223         (gnus-html-encode-url): Add this function to encode special chars in
12224         URL.
12225         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12226         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12227
12228         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12229         default.
12230         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12231
12232         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12233         images alt-text.
12234         (gnus-html-put-image): Put alt-text as help-echo.
12235
12236 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12239         * mm-util.el (mm-decompress-buffer):
12240         * nnir.el (nnir-run-find-grep):
12241         * pop3.el (pop3-list): Use 3rd arg of split-string.
12242
12243         * time-date.el (format-seconds): Comment fix.
12244
12245         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12246         and byte-optimize-form-code-walker.
12247         (dgnushack-make-auto-load): Don't advise make-autoload.
12248
12249         * lpath.el: Remove Emacs 21 stuff.
12250
12251 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12252
12253         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12254         outside the active range.  Suggested by Dan Christensen.
12255
12256         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12257         slightly later to avoid double-getting it.
12258
12259         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12260         previous patch.
12261
12262         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12263
12264 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12265
12266         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12267
12268 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12269
12270         * gnus-int.el (gnus-open-server): Give a better error message in the
12271         "go offline" case.
12272
12273         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12274         marks for nnimap, which is seldom the right thing to do.
12275
12276         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12277         (gnus-same-method-different-name): New function.
12278
12279         * nnimap.el (parse-time): Require.
12280
12281         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12282         method in the presence of many similar methods.
12283
12284         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12285
12286         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12287         nnml-inhibit-expiry.
12288
12289         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12290         find out whether methods are equal.
12291
12292         * nnimap.el (nnimap-find-expired-articles): New function.
12293         (nnimap-process-expiry-targets): New function.
12294         (nnimap-request-move-article): Request the article before looking at
12295         what the Message-ID is.  Fix found by Andrew Cohen.
12296         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12297
12298         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12299         for oldness in addition to being a predicate.
12300
12301         * nnimap.el (nnimap-request-group): When we have zero articles, return
12302         the right data to Gnus.
12303         (nnimap-request-expire-articles): Only delete articles immediately if
12304         the target is 'delete.
12305
12306         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12307         method, this would bug out.
12308
12309         * gnus-group.el (gnus-group-expunge-group): Rename from
12310         gnus-group-nnimap-expunge, and implemented as a normal interface
12311         function.
12312
12313         * gnus-int.el (gnus-request-expunge-group): New function.
12314
12315         * nnimap.el (nnimap-request-create-group): Implement.
12316         (nnimap-request-expunge-group): New function.
12317
12318 2010-09-21  Julien Danjou  <julien@danjou.info>
12319
12320         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12321         (gnus-html-cache-expired): Add new function.
12322         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12323         wethever we should display image for fetch it.
12324         Compute alt-text earlier to pass it to the fetching function too.
12325         (gnus-html-schedule-image-fetching): Change function argument to only
12326         get one image at a time, not a list.
12327         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12328         cache.
12329         (gnus-html-get-image-data): New function to retrieve image data from
12330         cache.
12331         (gnus-html-put-image): Change buffer argument to use image data rather
12332         than file, and place image above region rather than inserting a new
12333         one.  Do not take alt-text as argument, since it's useless now: we place
12334         the image above alt-text.
12335         (gnus-html-prune-cache): Remove.
12336         (gnus-html-show-images): Start to fetch image when we find one, do not
12337         push into a temporary list.
12338         (gnus-html-prefetch-images): Only fetch image if they have expired.
12339         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12340         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12341
12342 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12343
12344         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12345
12346 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12347
12348         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12349         spec inser "*" if the group isn't active instead of 0.
12350
12351         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12352         opening the server.
12353         (nnimap-request-delete-group): Implement group deletion.
12354         (nnimap-transform-headers): Return the size of the entire message in
12355         the Bytes header, not just the size of the first part.
12356         (nnimap-request-move-article): When moving an article from nnimap,
12357         request the article first so the accepting form has an article to
12358         accept.  Reported by Dan Christensen.
12359         (nnimap-command): Make sure that the error message doesn't error out.
12360
12361 2010-09-20  David Edmondson  <dme@dme.org>
12362
12363         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12364         we haven't requested anything.
12365
12366 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12367
12368         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12369         "".  Fix found by Andrew Cohen.
12370
12371         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12372         instead of -encode-string.
12373
12374 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12377
12378         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12379         by mm-subst-char-in-string.
12380
12381 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12382
12383         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12384         waiting for the connection string.
12385
12386         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12387         arriving.
12388
12389         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12390         bogus characters.  This allows selecting certain Gmail groups.
12391
12392         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12393         (nnimap-fetch-partial-articles): New variable.
12394         (nnimap-open-connection): When looking for credentials, also use the
12395         nnimap-server-port.
12396         (nnimap-request-article): Return the group/article number, so that Gnus
12397         `^' works as expected.
12398         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12399
12400         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12401         comments.
12402         (gnus-methods-sloppily-equal): New function.
12403         (gnus): When using the development version of Gnus, load the gnus-load
12404         file.
12405
12406         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12407         `gnus-open-server' on each method before trying to scan them etc.
12408         This ensures that all the backend parameters are set correctly.
12409
12410         * nnimap.el (nnimap-authenticator): New variable.
12411         (nnimap-open-connection): Allow anonymous login.
12412         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12413         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12414
12415         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12416         patch, found by Knut Anders Hatlen.
12417
12418 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12419
12420         * gnus-agent.el (gnus-agent-batch-confirmation)
12421         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12422         to gnus-message.
12423         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12424         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12425         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12426         * gnus-int.el (gnus-open-server): Likewise.
12427         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12428         (gnus-score-check-syntax): Likewise.
12429         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12430         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12431         Likewise.
12432         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12433
12434 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12435
12436         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12437         calling conventions so that prefetch doesn't bug out.
12438
12439 2010-09-19  Julien Danjou  <julien@danjou.info>
12440
12441         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12442         rather than `subst-char-in-region' in order to be able to replace ASCII
12443         char by UTF-8 ones.
12444
12445         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12446         than curl.
12447         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12448         the right URL and ALT text on images.
12449         (gnus-html-wash-tags): Fix tag case.
12450         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12451         (gnus-article-html): Add -o display_ins_del=2 option.
12452         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12453
12454 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12455
12456         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12457         the extra mail headers, which sometimes seem to happen for unknown
12458         reasons.
12459
12460         * mail-parse.el (mail-header-encode-parameter): Define as
12461         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12462         (or most, perhaps?) mail readers don't understand the latter, but do
12463         understand the former.
12464
12465         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12466         to nil, so that no methods are automatically agentized.  I think this
12467         is probably what most users want.
12468
12469         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12470         from url-retrieve, for instance about invalid URLs.
12471
12472         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12473         groups that have no articles.
12474         (nnimap-request-article): Check that we really got an article when we
12475         requested one.
12476
12477         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12478         doesn't exist.
12479
12480         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12481         nntp buffer so the agent can save it.
12482         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12483         that CRLF doesn't get translated to \n.
12484         (nnimap-open-connection): Don't make 'shell commands only send \n.
12485
12486 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12487
12488         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12489         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12490         Update var name.
12491         (nnml-generate-nov-file): Use dolist.
12492         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12493         Use with-current-buffer.
12494
12495 2010-09-18  Julien Danjou  <julien@danjou.info>
12496
12497         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12498         parallel.
12499
12500 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12501
12502         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12503         the range update right.
12504         (nnimap-request-group): Don't make `M-g' bug out on group with no
12505         marks.
12506         (nnoo): Require, so that other packages can require nnimap.
12507         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12508         command we're looking for.  This helps when the server sends more
12509         responses after we've gotten everything we expected.
12510         (nnimap): Add a `newlinep' field to keep track of end-of-line
12511         conventions.
12512         Don't send CRLF to things that don't want it.
12513         (nnimap-request-accept-article): Ditto.
12514
12515 2010-09-18  Julien Danjou  <julien@danjou.info>
12516
12517         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12518         than curl to retrieve images.
12519
12520 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12521
12522         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12523         the marks.
12524         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12525         (nnimap-wait-for-connection): New function.
12526         (nnimap-open-connection): If we have PREAUTH, don't query for login
12527         credentials.
12528         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12529         when doing a partial update.
12530
12531 2010-09-18  Julien Danjou  <julien@danjou.info>
12532
12533         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12534         tags.
12535
12536 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12537
12538         * nnimap.el (nnimap-credentials): New function.
12539         (nnimap-open-connection): Use the new function to look for credentials
12540         also on the numeric equivalents of "imap" and "imaps".
12541
12542         * gnus-start.el (gnus-activate-group): Send the info to
12543         gnus-request-group.
12544
12545         * nnimap.el (nnimap-request-group): Have the "check" version of the
12546         function parse flags and update the info, so that a `M-g' get a total
12547         resync of all flags from the group.
12548
12549         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12550         to allow backends to alter the info on group selection.  Also alter all
12551         the backend -request-group functions to take the parameter.
12552
12553         * nnimap.el (nnimap-store-info): New function.
12554         (nnimap-update-info): Store the info for later usage.
12555         (nnimap-request-group): Use the stored info for the dont-check case, so
12556         that we don't retrieve all marks when we enter a group.
12557
12558         * nnimap.el: Use deffoo instead of defun for interface functions.
12559
12560         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12561         update the group info.  This makes the nndraft groups, for instance, go
12562         back to their old behavior.
12563
12564         * gnus-sum.el (gnus-select-newsgroup): Indent.
12565
12566         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12567         in.
12568         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12569         nothing.
12570
12571         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12572         from methods that are denied.
12573
12574         * gnus-int.el (gnus-method-denied-p): New function.
12575
12576         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12577         store the password instead of netrc.
12578         (nnimap-open-connection): Don't error out when we can't make a
12579         connections.
12580
12581         * auth-source.el (auth-source-create): In the password prompt, say what
12582         we're querying for.  Also prompt for user name if that hasn't been
12583         given.
12584
12585         * nnimap.el (nnimap-with-process-buffer): Remove.
12586
12587 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12588
12589         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12590         method when we're reading from the agent.
12591
12592         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12593
12594         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12595         that's probably most useful for users.
12596
12597         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12598         "failed" all the time.
12599
12600         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12601         ...)) with (with-current-buffer ... ).
12602
12603         * nntp.el (nntp-open-server): Return whether the open was successful or
12604         not.
12605
12606         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12607         select an unread unseen article first.
12608
12609         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12610         /etc/services, supply some sensible port defaults.
12611
12612         * dgnushack.el: Define netrc-credentials.
12613
12614 2010-09-17  Julien Danjou  <julien@danjou.info>
12615
12616         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12617
12618 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12619
12620         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12621         doesn't have any parameters.
12622
12623 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12624
12625         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12626         only upcased checks.
12627
12628         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12629
12630         * nnimap.el (nnimap-open-shell-stream): New function.
12631         (nnimap-open-connection): Use it.
12632         (nnimap-transform-headers): Get the number of lines in each message.
12633         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12634         number of lines.
12635         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12636         problem.
12637
12638         * utf7.el (utf7-encode): Autoload.
12639
12640         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12641         to allow the mail splitting to not return a default group.  This is
12642         useful for nnimap, which will leave unmatched mail in the inbox.
12643
12644         * nnimap.el: Rewritten.
12645
12646         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12647         nnimap usage.
12648
12649         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12650         if the move is internal, so that nnimap can do fast internal moves.
12651
12652         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12653         data.
12654         (gnus-read-active-for-groups): Support finishing the early retrieval of
12655         data.
12656
12657         * gnus-range.el (gnus-range-nconcat): New function.
12658
12659         * gnus-int.el (gnus-finish-retrieve-group-infos)
12660         (gnus-retrieve-group-data-early): New functions.
12661
12662 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12663
12664         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12665         (nnrss-retrieve-groups):
12666         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12667         (pop3-quit): Use with-current-buffer.
12668
12669 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12672         instead of nnheader-accept-process-output.
12673
12674         * dgnushack.el (dgnushack-compile): Add comment.
12675
12676         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12677
12678         * gnus-html.el (gnus-html-schedule-image-fetching)
12679         (gnus-html-prefetch-images): Replace process-kill-without-query by
12680         gnus-set-process-query-on-exit-flag.
12681
12682 2010-09-16  Romain Francoise  <romain@orebokech.com>
12683
12684         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12685
12686 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12687
12688         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12689         parameter to unintern is mandatory-ish in Emacs 24.
12690
12691         * gnus-html.el (gnus-html-schedule-image-fetching)
12692         (gnus-html-prefetch-images): Check for curl before using it.
12693
12694         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12695         depend on curl, which isn't essential.
12696
12697         * imap.el: Revert back to version
12698         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12699         seem problematic.
12700
12701 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12702
12703         * gnus-registry.el (gnus-registry-install-shortcuts):
12704         Explicitly pass `obarray' to `unintern' to avoid a warning.
12705
12706 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12707
12708         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12709         change.
12710
12711         * nnrss.el (nnrss-request-list): Remove this function and related
12712         functions, including the moreover stuff.
12713
12714 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12715
12716         * nnrss.el (nnrss-retrieve-groups): New function.
12717
12718 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12719
12720         * .dir-locals.el: Add no-byte-compile cookie.
12721
12722 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12723
12724         * time-date.el (format-seconds): Comment fix.
12725
12726         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12727         for back end that doesn't support request-scan.
12728
12729 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12730
12731         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12732         then do request scans from the backends.
12733
12734         * netrc.el (netrc-credentials): New conveniency function.
12735
12736         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12737         avoid running a hook per line, since this takes a lot of time,
12738         profiling shows.
12739         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12740         directly if gnus-visual-p is true.
12741
12742 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12743
12744         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12745         groups; replace mapcar with dolist which is a bit faster; pass groups
12746         info to gnus-read-active-file-1.
12747         (gnus-read-active-file-1): Scan only specified groups if the new
12748         optional arg `infos' is given.
12749
12750 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12751
12752         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12753
12754         * pop3.el (pop3-movemail): Remove.
12755         (pop3-streaming-movemail): Rename to pop3-movemail.
12756
12757         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12758         don't restrict end-tag searches to the end of the line.
12759
12760 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12763         articles of every unchecked group to t, which means unknown since the
12764         server has never been opened.
12765
12766 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12767
12768         * gnus-html.el (gnus-html-show-alt-text): New command.
12769         (gnus-html-browse-image): Ditto.
12770         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12771         to browse the image directly.
12772         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12773         better.
12774
12775         * gnus-async.el (gnus-async-article-callback):
12776         Call `gnus-html-prefetch-images' unconditionally.
12777
12778         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12779         before feeding URLs to curl.
12780
12781 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12784         internal images as deletable by `W D D'.
12785
12786         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12787         (gnus-async-article-callback): Fix typo.
12788
12789 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12790
12791         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12792         current line to work around bugs in the output from w3m.
12793
12794         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12795         for groups that want that.
12796
12797         * nntp.el (nntp-wait-for-string): Supply a timeout for
12798         accept-process-output to ensure progress.
12799
12800         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12801         level to get unread articles from, then use that for foreign groups,
12802         too.
12803
12804         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12805         confuses the rest of the function.
12806
12807         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12808         for the methods that support -retrieve-groups, too.
12809
12810         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12811
12812 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12813
12814         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12815         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12816
12817         * pop3.el: Require cl when compiling.
12818         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12819
12820 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12821
12822         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12823         that aren't going to be activated.
12824         (gnus-get-unread-articles): Fix up the last commit.
12825
12826         * gnus-html.el (gnus-article-html): Allow calling without specifying
12827         the handle.  In that case, dissect the buffer first.
12828
12829         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12830
12831         * nnimap.el (nnimap-open-connection): Revert the change that would look
12832         into authinfo for imaps instead of imap.
12833
12834         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12835         say that you don't want to call gnus-request-group with don-check, but
12836         do check the reponse.  This is for virtual groups only.
12837         (gnus-get-unread-articles): Count the archive groups as secondary, so
12838         that they're activated the same way as before.
12839
12840         * imap.el (imap-message-map): Removed optional buffer parameter, since
12841         no callers use it.
12842         (imap-message-get): Ditto.
12843         (imap-message-put): Ditto.
12844         (imap-mailbox-map): Ditto.
12845         (imap-mailbox-put): Ditto.
12846         (imap-mailbox-get): Ditto.
12847         (imap-mailbox-get): Revert last change for this function.
12848
12849         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12850         case-insensitively.
12851         (nnimap-debug): Remove.
12852
12853         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12854         callers to use `imap-fetch' instead.  According to the comments, this
12855         should be safe, since all other IMAP clients use the 1:* syntax.
12856         (imap-enable-exchange-bug-workaround): Remove.
12857         (imap-debug): Remove -- doesn't seem very useful.
12858
12859         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12860         mail from a file, and the file doesn't exist.
12861
12862         * imap.el (imap-log): New convenience function used throughout instead
12863         of repeating the same code all over the place.
12864
12865         * pop3.el (pop3-streaming-movemail): Return t for success.
12866
12867         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12868         .authinfo if we're using ssl connection.
12869
12870         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12871         already have if we're in a main Gnus `g' run.
12872
12873         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12874
12875 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12878
12879         * nnmh.el (nnmh-request-list-1): Bind `file'.
12880
12881         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12882         alias to set-process-query-on-exit-flag or process-kill-without-query.
12883         (pop3-open-server): Use it.
12884
12885 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12886
12887         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12888         box to the Incoming file.  Fixes mistake in previous checkin.
12889
12890         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12891         request loop (for debugging purposes) removed.
12892
12893         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12894         culprit is more visible.
12895         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12896         (nnml-add-incremental-nov): New functions to do "incremental" nov
12897         updates, where we just append to the end of the existing nov files
12898         without reading/writing them in full.
12899
12900         * mail-source.el (mail-source-delete-crash-box): Really only check the
12901         incoming files once in a while.
12902
12903         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12904
12905         * mail-source.el (mail-source-delete-crash-box): Only check the
12906         incoming files for deletion once per day to save a lot of file
12907         accesses.
12908
12909         * pop3.el (pop3-logon): Fix up unbound variable typo.
12910
12911         * mail-source.el (pop3-streaming-movemail): Autoload.
12912
12913         * pop3.el (pop3-streaming-movemail):
12914         Respect pop3-leave-mail-on-server.
12915
12916         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12917         retrieval.
12918
12919         * pop3.el (pop3-process-filter): Remove unused function.
12920         (pop3-streaming-movemail, pop3-send-streaming-command)
12921         (pop3-wait-for-messages, pop3-write-to-file)
12922         (pop3-number-of-responses): New functions for streaming pop3
12923         retrieval.
12924
12925         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12926         come from no known methods.
12927         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12928         list.
12929
12930         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12931         message sizes.
12932         (pop3-movemail): Use erase-buffer instead of looping and deleting
12933         regions, which seems rather odd.
12934
12935         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12936         file once per `g' run.
12937
12938         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12939         directories.  This makes the draft queue directory work.
12940
12941         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12942         data from the backends, so that we only request the list of groups from
12943         each method once.  This should speed things up considerably.
12944
12945         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12946         detect that it's not implemented.
12947
12948         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12949         we actually do recurse down into the tree, but don't stat all leaf
12950         nodes.
12951
12952         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12953         then say so instead of bugging out.
12954
12955         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12956         files exist before trying to read them.
12957
12958         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12959         around <pre_int>.
12960
12961         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12962
12963         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12964
12965 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12966
12967         * mm-util.el (mm-image-load-path): Just return the image directories,
12968         not all directories in the path in addition to the image directories.
12969         (mm-image-load-path): Maintain a cache of the image directories so that
12970         the `g' command in Gnus doesn't have to stat dozens of directories each
12971         time.
12972
12973         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12974         (gnus-html-wash-tags): Add a new `i' command to insert images.
12975         (gnus-html-insert-image): New command and keystroke.
12976         (gnus-html-redisplay-with-images): New command and keystroke.
12977         (gnus-html-show-images): Rename command.
12978         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12979         spacers.
12980         (gnus-html-wash-tags): Decode entities at the end, so that entities
12981         inside the tags don't mess up the rest of the "parsing".
12982
12983         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12984         so that nnimap methods aren't agentized by default.  There's apparently
12985         many problems related to agent/imap behavior.
12986
12987         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12988
12989         * gnus-html.el: Doc fix.
12990
12991 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12992
12993         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12994         specifier-spec-list for Emacs 21.
12995
12996         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12997         glyph-width and glyph-height instead of display-graphic-p and
12998         image-size; make avoidance of displaying small images work for XEmacs.
12999
13000         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
13001         for XEmacs.
13002
13003         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
13004         of symbol that holds plist data.
13005         (gnus-process-plist): Remove plist of process after getting it.
13006
13007 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13008
13009         * message.el (message-generate-hashcash): Change default to
13010         'opportunistic if hashcash is installed.
13011
13012         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
13013         (gnus-html-put-image): Only call image-size once, since it's somewhat
13014         time-consuming on remote X servers.
13015
13016 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13017
13018         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
13019         type on data, not a file name.
13020
13021         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
13022         window-pixel-edges for Emacs 21.
13023
13024         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
13025         decoded contents.
13026         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
13027
13028 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13029
13030         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
13031         group line format, since it isn't very interesting.
13032
13033         * gnus-agent.el (gnus-agent-short-article),
13034         (gnus-agent-long-article): Increase values for these two variables,
13035         since most people are likely to have more network connection and
13036         storage than before.
13037
13038         * gnus.el (gnus-refer-article-method): Change default to 'current.
13039         When referring an article, the common behavior is to refer it from the
13040         current select method, not the native select method.  The chances of
13041         the native select method having the message in question is rather slim
13042         these days.
13043
13044         * gnus-sum.el (gnus-auto-select-subject): Change default to
13045         `unseen-or-unread'.  I think it's likely that most people want to
13046         select an unseen article over a previously seen, but unread one.
13047
13048         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
13049         means that in the article buffer none of the minor mode elements will
13050         be shown, usually, and this is not desirable in most cases.
13051
13052         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
13053         that commands like `d' (and the like) go to the next line in the
13054         buffer, instead of the next unread article.  I think this is the
13055         behavior that is most natural for most users.
13056         (gnus-single-article-buffer): Change default to nil, so that people can
13057         have as many article buffers open as they have summary buffer.  I think
13058         this is the most natural way for the groups to behave.
13059
13060         * message.el (message-generate-new-buffers): Change default to
13061         `unsent', so that all new message buffers start their names with the
13062         string "*unsent", and it's easier to find the buffers if you move from
13063         them.
13064
13065 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13066
13067         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
13068         small.  They're probably tracking images.
13069         (gnus-html-wash-tags): Remove all <pre_int> place holders.
13070         (gnus-html-rescale-image): Yet another try at getting the image sizing
13071         right.
13072
13073         * nntp.el (nntp-request-set-mark): Refuse to do marks if
13074         nntp-marks-file-name is nil.
13075
13076 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13077
13078         * gnus-html.el (gnus-html-wash-tags)
13079         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
13080         Better logging.
13081
13082 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13083
13084         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
13085
13086         * gnus-html.el (gnus-html-wash-tags): Check the value of
13087         gnus-blocked-images in the summary buffer.
13088
13089 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13090
13091         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
13092
13093 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13094
13095         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
13096         like "a", it seems like.
13097         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
13098         since it needs to be picked from the correct buffer.
13099
13100         * nnwfm.el: Remove.
13101
13102         * nnlistserv.el: Remove.
13103
13104 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13105
13106         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
13107         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
13108
13109 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13110
13111         * nnkiboze.el: Remove.
13112
13113         * nndb.el: Remove.
13114
13115         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
13116         alt text.
13117         (gnus-html-rescale-image): Try to get the rescaling logic right for
13118         images that are just wide and not tall.
13119
13120         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
13121         overshadow variable bindings.
13122
13123 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13124
13125         * gnus-html.el (gnus-html-wash-tags)
13126         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
13127         Add extra logging.
13128
13129 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13130
13131         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
13132         (gnus-max-image-proportion): New variable.
13133         (gnus-html-rescale-image): New function.
13134         (gnus-html-put-image): Rescale images.
13135
13136 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13137
13138         Fix up some byte-compiler warnings.
13139         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
13140         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
13141         (gnus-article-fill-cited-article, gnus-article-hide-citation)
13142         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
13143         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
13144         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
13145         (gnus-group-update-group): Use save-excursion and with-current-buffer.
13146
13147 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * gnus-html.el (gnus-article-html): Decode contents by charset.
13150
13151 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
13154         (gnus-html-frame-width, gnus-blocked-images):
13155         * message.el (message-prune-recipient-rules): Add custom version.
13156         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
13157
13158         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
13159         functions.
13160
13161         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
13162         gnus-process-get.
13163
13164 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
13165
13166         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
13167         instead of lsub directly.
13168
13169 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13170
13171         * nnwarchive.el: Remove.
13172
13173         * gnus-soup.el: Remove.
13174
13175         * nnsoup.el: Remove.
13176
13177         * nnultimate.el: Remove.
13178
13179         * gnus-html.el (gnus-blocked-images): New variable.
13180
13181         * message.el (message-prune-recipients): New function.
13182         (message-prune-recipient-rules): New variable.
13183
13184         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
13185         guess whether a long line is natural text or not.
13186
13187         * gnus-html.el (gnus-html-schedule-image-fetching):
13188         Use gnus-process-plist and friends for compatibility.
13189
13190 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13191
13192         * gnus-html.el: Require packages that define macros used in this file.
13193         (gnus-article-mouse-face): Declare to silence byte-compiler.
13194         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
13195         process-get.
13196         (gnus-html-put-image): Use plist-get to avoid getf.
13197         (gnus-html-prefetch-images): Use with-current-buffer.
13198
13199 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * gnus-ems.el: Provide compatibility functions for
13202         gnus-set-process-plist.
13203
13204         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
13205         header-line-format for XEmacs 21.4.
13206
13207         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
13208         * gnus.el (gnus-valid-select-methods):
13209         * message.el (message-send-mail-partially-limit):
13210         * mm-decode.el (mm-text-html-renderer):
13211         * mml.el (mml-insert-mime-headers-always):
13212         * smiley.el (smiley-regexp-alist): Bump custom version.
13213
13214 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13215
13216         * gnus-html.el: Require mm-url.
13217         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13218         with the url to `url'.
13219         (gnus-html-wash-tags): Support cid: URLs/images.
13220
13221 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13222
13223         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13224         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13225         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13226
13227         * gnus-move.el: Remove file, since it doesn't really work.
13228
13229         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13230         UTF-8.  This seems to fix problems with some German web feeds.
13231
13232         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13233         at the top so that the proper colors are applied.
13234
13235         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13236         don't have dots in their names.
13237
13238         * gnus-art.el (gnus-article-view-part): Doc fix.
13239
13240         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13241         XEmacs-compatible.
13242         (gnus-html-put-image): Don't do images on non-graphic displays.
13243
13244         * nnslashdot.el: Remove this unused backend.
13245
13246         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13247         actions.
13248         (gnus-undo-register-1): Revert last change.
13249
13250         * gnus-group.el (gnus-group-completing-read): Protect against not
13251         having completion-styles bound.
13252
13253         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13254         make broken recipients happier.
13255
13256         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13257
13258         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13259         point parameter.
13260
13261         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13262
13263         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13264         completion-styles for group selection.
13265
13266 2009-02-04  Andreas Schwab  <schwab@suse.de>
13267
13268         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13269         headers and regexp-quote the match if necessary.
13270
13271 2009-03-24  Miles Bader  <miles@gnu.org>
13272
13273         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13274         the blinking smiley.
13275
13276 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13277
13278         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13279         blink smiley.
13280
13281 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13282
13283         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13284         where the dribbel file lives exists.
13285
13286         * message.el (message-send-mail-partially-limit): Change the default to
13287         nil, since most people don't want this.
13288
13289         * mm-url.el (mm-url-decode-entities): Also decode entities like
13290         &#x3212.
13291
13292 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13293
13294         * gnus-sum.el (gnus-summary-idna-message):
13295         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13296         Hyperlink urls in docstrings with URL `...'.
13297
13298 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13299
13300         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13301         functions.
13302
13303 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13304
13305         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13306         say what the mouseover text should be.
13307
13308         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13309         version of the mm-w3m-safe-url-regexp variable to only download images
13310         in the groups where we want that to happen.
13311
13312         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13313
13314         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13315         easier debugging.
13316         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13317         big pictures in the article buffer.
13318
13319         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13320         gnus-article-html.
13321         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13322         w3m.
13323
13324         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13325
13326 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13327
13328         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13329         which doesn't exist.
13330
13331         * message.el (message-inhibit-ecomplete): New variable to allow some
13332         function to inhibit ecomplete address storage.
13333         (message-resend): Disable ecomplete message storage when resending
13334         messages.
13335
13336         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13337
13338 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13339
13340         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13341         Save excursion while copying, moving, and deleting articles in order to
13342         prevent the cursor from jumping to unforeseen place.
13343
13344 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13345
13346         * lpath.el: No need to bind bookmark-current-buffer,
13347         bookmark-yank-point and bookmark-make-record-function.
13348
13349 2010-08-17  Glenn Morris  <rgm@gnu.org>
13350
13351         * gnus-sync.el: Require gnus components whose functions are used.
13352
13353         * gnus-art.el (bookmark-make-record-function):
13354         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13355         Declare for compiler.
13356
13357         * mm-url.el (mml-compute-boundary): Autoload.
13358
13359 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13360
13361         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13362
13363 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13364
13365         Typo fix "hoo4a" -> "hook".
13366
13367         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13368
13369 2010-08-14  Glenn Morris  <rgm@gnu.org>
13370
13371         * gnus-sync.el (gnus-sync): Fix defgroup version.
13372
13373 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13374
13375         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13376
13377         * gnus-sync.el: Fix docs.
13378         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13379         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13380
13381 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13382
13383         Optimizations for gnus-sync.el.
13384
13385         * gnus-sync.el: Add docs about gnus-sync-backend
13386         possibilities.
13387         (gnus-sync-save): Remove unnecessary message.
13388         (gnus-sync-read): Optimize and show what groups were skipped.
13389
13390 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13391
13392         Minor bug fixes for gnus-sync.el.
13393
13394         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13395         Don't read the sync on get-new-news.
13396
13397         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13398         quiet.
13399
13400         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13401         (fix typo).
13402
13403 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13404
13405         Make saving and restoring of hidden threads work with overlays.
13406         Patch applied by Ted Zlatanov.
13407
13408         * gnus-sum.el (gnus-hidden-threads-configuration)
13409         (gnus-restore-hidden-threads-configuration): Update to deal with text
13410         properties, rather than searching for a magic character.
13411
13412 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13413
13414         New gnus-sync.el library for synchronization of marks.
13415
13416         * gnus-sync.el: New library for synchronization of marks.
13417
13418         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13419         renamed from `gnus-registry-grep-in-list'.
13420
13421         * gnus-registry.el (gnus-registry-follow-group-p):
13422         Use `gnus-grep-in-list'.
13423
13424         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13425
13426 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13427
13428         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13429         determining charset of text fails.
13430
13431 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13432
13433         * nnmail.el (nnmail-get-new-mail-1): Revert.
13434
13435         * nnml.el (nnml-active-number): Make sure names of newly created groups
13436         in nnml-group-alist are encoded.
13437
13438 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13439
13440         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13441         containing non-ASCII characters in active file for nnml back end.
13442
13443 2010-07-24  David Engster  <dengste@eml.cc>
13444
13445         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13446         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13447
13448 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13449
13450         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13451         tag (Bug#6654).
13452
13453 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13456         the article buffer, not the summary buffer.
13457
13458 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13459
13460         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13461         Emacs 23 as well.
13462
13463 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13466         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13467
13468 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13469
13470         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13471         Patch applied by Karl Fogel.
13472
13473         * gnus-sum.el (gnus-summary-bookmark-make-record):
13474         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13475
13476 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13477
13478         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13479         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13480         C-w still not working correctly from Article buffers; Thierry's
13481         patch to fix that will be applied after this.
13482
13483         * gnus-art.el (bookmark-make-record-function): New local variable.
13484
13485         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13486         article buffer.
13487         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13488
13489 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13490
13491         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13492         on changes in bookmark.el.
13493
13494 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13497         `no-log' instead of message not to log prompt string.
13498
13499 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13500
13501         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13502         the *other* type of HTML form submission.
13503
13504 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13505
13506         * auth-source.el (auth-source-pick): If choice does not contain a
13507         questioned keyword, set the check to t.
13508
13509 2010-06-12  Romain Francoise  <romain@orebokech.com>
13510
13511         * gnus-util.el (gnus-date-get-time): Move up before first use.
13512
13513 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13514
13515         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13516         (gnus-article-edit-part): Bind it to make last part that is substituted
13517         or deleted visible.
13518         (gnus-mime-display-single): Buttonize part of which id equals to
13519         gnus-mime-buttonized-part-id.
13520
13521 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13522
13523         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13524         (gnus-dd-mmm): Use gnus-date-get-time.
13525         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13526         simplify logic.
13527         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13528         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13529
13530 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13531
13532         * auth-source.el (top): Autoload `secrets-list-collections',
13533         `secrets-create-item', `secrets-delete-item'.
13534         (auth-sources): Fix tag string.
13535         (auth-get-source, auth-source-retrieve, auth-source-create)
13536         (auth-source-delete): New defuns.
13537         (auth-source-pick): Rewrite in order to avoid 2 passes.
13538         (auth-source-forget-user-or-password): New parameter USERNAME.
13539         (auth-source-user-or-password): New parameters CREATE-MISSING and
13540         DELETE-EXISTING.  Retrieve password interactively, if needed.
13541
13542 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13543
13544         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13545         deleting unused directories when gnus-expert-user is t.
13546
13547 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13550         for each temp file when gnus-article-browse-delete-temp is ask.
13551
13552 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13553
13554         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13555         Replace Lisp calls to delete-backward-char by calls to delete-char.
13556
13557 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13558
13559         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13560
13561 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13562
13563         * password-cache.el (password-cache-remove): Fix docstring.
13564
13565 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13566
13567         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13568         article unless decoding article to be saved.
13569
13570 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13571
13572         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13573         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13574         generated within the mm-with-unibyte-current-buffer macro.
13575
13576 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13577
13578         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13579         to nil when we're in a mml-preview buffer and no group is selected.
13580
13581 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13582
13583         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13584         when catching the `C-g'.  Reported by "Leo".
13585
13586 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * message.el (message-forward-make-body-plain)
13589         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13590         multibyte-string-p.
13591
13592         * lpath.el: Revert.
13593
13594 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * message.el (message-forward-make-body-mml): Assume original message
13597         is multibyte string; error on unibyte.
13598         (message-forward-make-body-plain): Ditto; don't add excessive newline
13599         in body end.
13600
13601         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13602
13603 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13604
13605         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13606         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13607
13608 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13609
13610         * mm-extern.el (mm-extern-url): Don't use
13611         mm-with-unibyte-current-buffer.
13612         (mm-extern-cache-contents): Use with-current-buffer instead of
13613         save-excursion + set-buffer.
13614
13615 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13616
13617         * mm-util.el (mm-emacs-mule): Remove.
13618
13619 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13620
13621         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13622         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13623         change.
13624
13625 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13626
13627         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13628         bind the default value of enable-multibyte-characters to nil.
13629
13630 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13631
13632         * message.el (message-forward-make-body-plain)
13633         (message-forward-make-body-mml):
13634         Don't use mm-with-unibyte-current-buffer.
13635
13636 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13637
13638         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13639
13640 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13641
13642         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13643         (Bug#5592).
13644
13645 2010-05-07  Julien Danjou  <julien@danjou.info>
13646
13647         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13648         it to mm-pipe-part.
13649
13650         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13651         it is given.
13652
13653 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13654
13655         * binhex.el (binhex-decode-region-internal):
13656         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13657         (dns-query):
13658         * nnweb.el (nnweb-gmane-search):
13659         * pgg-parse.el (pgg-parse-armor):
13660         * pgg.el (pgg-verify-region):
13661         * sha1.el (sha1-string-external):
13662         * uudecode.el (uudecode-decode-region-internal):
13663         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13664         XEmacs.
13665
13666         * gnus-art.el (gnus-article-browse-html-parts):
13667         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13668         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13669         make-temp-file.
13670
13671         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13672         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13673         compiling.
13674
13675         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13676         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13677         XEmacs when compiling.
13678
13679         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13680         gnus-pick-mode-off-hook for XEmacs when compiling.
13681         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13682         gnus-binary-mode-off-hook for XEmacs when compiling.
13683
13684         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13685         Return nil if char-charset is not available.
13686
13687         * imap.el (imap-disable-multibyte)
13688         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13689         macros.
13690
13691         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13692         instead of encode-coding-string.
13693
13694         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13695         'xemacs) instead of mm-emacs-mule to switch function definitions.
13696         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13697
13698         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13699         bind temporary-file-directory for XEmacs;
13700         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13701         timer-set-function for XEmacs 21.4 and SXEmacs;
13702         bind timer-list for XEmacs 21.4 and SXEmacs;
13703         fbind char-charset and find-charset-region for non-Mule XEmacs;
13704         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13705         encode-coding-region and encode-coding-string for XEmacs having no
13706         file-coding feature.
13707
13708 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13709
13710         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13711
13712 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13713
13714         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13715         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13716
13717 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13718
13719         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13720         alias `jka-compr-delete-temp-file' no longer exists.
13721
13722 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13723
13724         Use define-minor-mode in Gnus where applicable.
13725         * mml.el (mml-mode): Use define-minor-mode.
13726         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13727         (gnus-undo-mode): Use define-minor-mode.
13728         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13729         (gnus-dead-summary-mode): Use define-minor-mode.
13730         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13731         Initialize in declaration.
13732         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13733         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13734         (gnus-mailing-list-mode): Use define-minor-mode.
13735         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13736         (gnus-draft-mode): Use define-minor-mode.
13737         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13738         (gnus-dired-mode): Use define-minor-mode.
13739
13740 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13741
13742         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13743         handles on recursive mml-to-mime translation and check them for
13744         boundary delimiter collisions.  Reported by Greg Troxel.
13745
13746 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13747
13748         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13749
13750 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13751
13752         * mm-util.el (mm-find-buffer-file-coding-system):
13753         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13754
13755 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13756
13757         * message.el (message-generate-headers): Record insertion of optional
13758         headers as well.  Otherwise the check to prevent repeated insertion of
13759         optional headers is a no-op.
13760
13761 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13762
13763         * smime.el: Don't mention CVS.
13764
13765         * nnrss.el (nnrss-fetch): Don't mention CVS.
13766
13767         * nnir.el: Don't mention CVS.
13768
13769 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13770
13771         * gnus-sum.el (gnus-summary-bookmark-make-record):
13772         Add `location' field.
13773
13774 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13775
13776         * lpath.el: Fbind bookmark-default-handler,
13777         bookmark-get-bookmark-record, bookmark-make-record-default,
13778         bookmark-prop-get for Emacs <23 and XEmacs.
13779
13780 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13781
13782         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13783         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13784         Use with-current-buffer to silence the byte-compiler.
13785         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13786         bother to require `gnus'.
13787         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13788
13789 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13790
13791         * gnus-sum.el (gnus-summary-bookmark-make-record)
13792         (gnus-summary-bookmark-jump): New functions.
13793         (gnus-summary-mode): Setup bookmark support.
13794
13795 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13796
13797         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13798         if set.
13799
13800 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13801
13802         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13803         gnus-article-browse-html-save-cid-image; make it work recursively for
13804         forwarded messages as well.
13805         (gnus-article-browse-html-parts): Work when prefix arg is given.
13806         (gnus-article-browse-html-article): Doc fix.
13807
13808 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13809
13810         * message.el (message-default-mail-headers)
13811         (message-default-headers): Carry the value mail-default-headers over
13812         into message-default-mail-headers, rather than message-default-headers.
13813
13814 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13815
13816         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13817         charset.
13818
13819         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13820         charset into the <meta> tag when the article is encoded to utf-8.
13821
13822 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13823
13824         * gnus-art.el (gnus-article-browse-delete-temp-files):
13825         Delete directories as well.
13826         (gnus-article-browse-html-parts): Work for images that do not specify
13827         file names; delete temp directory when quitting; insert header at the
13828         right place; use file: scheme for image files.
13829
13830 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13831
13832         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13833         (gnus-article-browse-html-parts): Use it to make temporary cid image
13834         files in addition to html file so that browser may display them.
13835
13836 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13837
13838         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13839
13840 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13841
13842         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13843
13844 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13845
13846         * auth-source.el (auth-sources): Change default to be simpler.
13847         Explain about Secret Service API sources.  Improve Customize options.
13848         (auth-source-pick): Change to accept any number of search parameters.
13849         Implement fallbacks iteratively, not recursively.  Add scoring on the
13850         second pass and sort by score.  Call Secret Service API when needed.
13851         (auth-source-user-or-password): Use it.  Call Secret Service API
13852         directly when needed to get the user name and the password.
13853
13854 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13855
13856         * message.el (message-interactive): Doc fix.
13857         (message-qmail-inject-args): Reflow.
13858         (message-kill-to-signature): Fix typo in docstring.
13859
13860         * smiley.el (smiley-buffer): Fix typo in docstring.
13861
13862 2010-03-24  Glenn Morris  <rgm@gnu.org>
13863
13864         * mail-source.el (gnus-message): Declare.
13865         (mail-source-delete-old-incoming): Require gnus-util.
13866
13867 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13868
13869         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13870
13871         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13872
13873         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13874         password-cache's default if it is not bound.
13875         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13876         password-cache-expiry's default if it is not bound.
13877
13878         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13879         available in Emacs 21.
13880
13881         * lpath.el: Suppress compiler warnings for:
13882         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13883         XEmacs;
13884         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13885         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13886         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13887
13888 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13889
13890         * auth-source.el (auth-sources): Fix up definition so extra parameters
13891         are always inline.
13892
13893 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13894
13895         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13896         wasn't updated after mismatch.  Clear cached mailbox info correctly
13897         when uidvalidity changes.
13898         (nnimap-group-prefixed-name): New function to avoid some code
13899         duplication.
13900         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13901         (nnimap-request-group): Use it.
13902         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13903         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13904         with many imap folders.  This is done by caching the group status from
13905         the imap server persistently in a group parameter `imap-status'.  (This
13906         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13907         but not persistently, so every Gnus startup was still very slow.)
13908
13909 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13910
13911         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13912         delete the extra newline.  Otherwise editing of :string and :number
13913         types don't work.
13914
13915 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13916
13917         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13918         secrets.el dependency.
13919         (auth-sources): Add optional user name.  Add secrets.el configuration
13920         choice (unused right now).
13921
13922 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13923
13924         * gnus-sum.el (gnus-summary-make-menu-bar):
13925         Let `gnus-registry-install-shortcuts' fill in the functions.
13926
13927         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13928         warnings.
13929         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13930         (gnus-registry-install-shortcuts): Populate and use it in a
13931         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13932
13933 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13934
13935         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13936         In-place substitutions for the group name encoding/decoding.
13937         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13938         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13939         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13940         (nnimap-update-unseen, nnimap-request-list)
13941         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13942         (nnimap-request-set-mark, nnimap-split-to-groups)
13943         (nnimap-split-articles, nnimap-request-newgroups)
13944         (nnimap-request-create-group, nnimap-request-accept-article)
13945         (nnimap-request-delete-group, nnimap-request-rename-group)
13946         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13947         `encoded-mbx' for consistency.
13948         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13949         variable `imap-current-mailbox'.
13950
13951         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13952         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13953
13954 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13955
13956         * pop3.el (pop3-display-message-size-flag): Display message size byte
13957         counts during POP3 download.
13958         (pop3-movemail): Use it.
13959         (pop3-list): Implement listing of available messages.
13960
13961 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13962
13963         * nnir.el (nnir-get-article-nov-override-function): New function to
13964         override the normal NOV retrieval.
13965         (nnir-retrieve-headers): Use it.
13966
13967 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13968
13969         * auth-source.el (netrc-machine-user-or-password): Autoload.
13970
13971 2010-03-19  Glenn Morris  <rgm@gnu.org>
13972
13973         Stop message.el from loading about 40 libraries it doesn't always need.
13974         The general approach is to autoload rather than require, and to
13975         require in the specific functions rather than the file.  (Bug#5642)
13976
13977         * gmm-utils.el: Don't require wid-edit.
13978         (widget-create-child-value, widget-convert, widget-default-get):
13979         Autoload.
13980
13981         * gnus-util.el: Don't require time-date, netrc.
13982         (message-fetch-field, gnus-group-name-decode): Declare rather than
13983         autoloading.
13984         (gnus-fetch-field): Require message.
13985         (gnus-decode-newsgroups): Require gnus-group.
13986
13987         * ietf-drums.el: Don't require time-date.
13988
13989         * message.el: Don't require hashcash, canlock, ecomplete.
13990         Do require mail-utils.  Require nnheader only when compiling.
13991         (smtpmail-default-smtp-server): Remove declaration.
13992         (message-send-mail-function): Check smtpmail-default-smtp-server
13993         is bound rather than requiring smtpmail.
13994         (message-auto-save-directory, message-insert-signature):
13995         Use expand-file-name rather than nnheader-concat.
13996         (nnheader-insert-file-contents): Autoload.
13997         (hashcash-wait-async): Declare.
13998         (message-send-mail): Only call gnus-setup-posting-charset if
13999         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
14000         (message-send-mail-with-sendmail): Require sendmail.
14001         (canlock-password, canlock-password-for-verify): Declare.
14002         (message-canlock-password): Require canlock.
14003         (nnheader-get-report): Autoload.
14004         (gnus-setup-posting-charset): Declare.
14005         (message-send-news): Require gnus-msg.
14006         (message-make-references, message-make-in-reply-to): Use mail-header-id
14007         rather than the alias mail-header-message-id.
14008         (ecomplete-add-item, ecomplete-save): Declare.
14009         (message-put-addresses-in-ecomplete): Require ecomplete.
14010         (ecomplete-display-matches): Autoload.
14011
14012         * mm-decode.el: Don't require mailcap, gnus-util.
14013         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
14014         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
14015         Autoload.
14016         (mailcap-mime-extensions): Declare.
14017
14018         * mm-encode.el: Don't require mailcap.
14019         (mailcap-extension-to-mime): Autoload.
14020
14021         * mml-sec.el: Don't require password-cache.
14022
14023         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
14024         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
14025         (mml-minibuffer-read-type): Require mailcap.
14026         (mml-preview): Require gnus-msg.
14027
14028         * mml1991.el: Require password-cache.
14029         (password-cache-expiry): Remove declaration.
14030
14031         * mml2015.el: Require password-cache.
14032         (password-cache-expiry): Remove declaration.
14033
14034         * nneething.el (mailcap): Require mailcap.
14035
14036         * nnheader.el (declare-function): Add compatibility stub.
14037         (message-remove-header): Declare rather than autoload.
14038         (nnheader-replace-header): Require message.
14039
14040         * nnimap.el (declare-function): Add compatibility stub.
14041         (netrc-parse, netrc-machine-user-or-password): Declare.
14042         (nnimap-open-connection): Require netrc.
14043
14044         * nntp.el (declare-function): Add compatibility stub.
14045         (netrc-parse, netrc-machine, netrc-get): Declare.
14046         (nntp-send-authinfo): Require netrc.
14047
14048         * rfc2047.el: Don't require qp.
14049         (quoted-printable-encode-region, quoted-printable-decode-string):
14050         Autoload.
14051
14052         * sieve-mode.el: Don't require easymenu.
14053         (easy-menu-add-item): Autoload it.
14054
14055         * spam-stat.el (time-to-number-of-days): Autoload it.
14056
14057 2010-03-19  Glenn Morris  <rgm@gnu.org>
14058
14059         * password-cache.el (password-cache, password-cache-expiry): Autoload.
14060
14061 2010-03-18  Glenn Morris  <rgm@gnu.org>
14062
14063         * hashcash.el (declare-function): Remove duplicate definition.
14064
14065 2010-03-17  Kevin Ryde  <user42@zip.com.au>
14066
14067         * mml.el (mml-read-tag): Unquote values with `read' to reverse
14068         prin1 in mml-insert-tag (just stripping the quotes gave wrong
14069         value if any backslash escapes).
14070
14071 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14072
14073         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
14074         if it is available.  (bug#5647)
14075
14076         * lpath.el: Suppress compiler warning for coding-system-from-name for
14077         Emacs 21 and XEmacs.
14078
14079 2010-03-14  Juri Linkov  <juri@jurta.org>
14080
14081         * hmac-def.el:
14082         * hmac-md5.el:
14083         * netrc.el: Fix keywords.
14084
14085 2010-02-26  Glenn Morris  <rgm@gnu.org>
14086
14087         * message.el (message-send-mail-function): Change the default, so that
14088         it inherits from a customized send-mail-function.  (Bug#5643)
14089
14090 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14091
14092         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
14093         shell-command-to-string signals an error (bug#5299).
14094
14095 2010-02-24  Glenn Morris  <rgm@gnu.org>
14096
14097         * message.el (message-smtpmail-send-it)
14098         (message-send-mail-with-mailclient): Doc fixes.
14099
14100 2010-02-16  Glenn Morris  <rgm@gnu.org>
14101
14102         * message.el (message-default-mail-headers): Change the default value
14103         to ease the transition from mail-mode to message-mode.  (Bug#5555)
14104
14105 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14106
14107         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
14108         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
14109
14110 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
14111
14112         * time-date.el (date-to-time): Doc fix (Bug#5408).
14113
14114 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
14115
14116         * message.el (message-mail): Just pass yank-action on to message-setup.
14117         (message-setup): Handle (FUN . ARGS) form of yank-action.
14118         (message-with-reply-buffer, message-widen-reply)
14119         (message-yank-original): Handle non-buffer values of
14120         message-reply-buffer (Bug#4080).
14121         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
14122
14123 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
14124
14125         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
14126         Fix typo in docstring.
14127
14128 2010-01-08  Jason Rumney  <jasonr@gnu.org>
14129
14130         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
14131         response.
14132
14133 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14134
14135         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
14136
14137         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14138
14139         * message.el (message-check-news-header-syntax): Protect against a
14140         string that `rfc822-addresses' returns when parsing fails.
14141
14142 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14143
14144         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
14145         (gnus-previous-char-property-change): New functions.
14146
14147         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
14148
14149 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
14150
14151         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
14152         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
14153
14154 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
14155
14156         * message.el (message-exchange-point-and-mark): Rework last change to
14157         avoid using optional arg of exchange-point-and-mark, for backward
14158         compatibility.
14159
14160 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
14161
14162         * message.el (message-exchange-point-and-mark):
14163         Call exchange-point-and-mark with an argument rather than setting
14164         mark-active by hand (Bug#5175).
14165
14166 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * nntp.el (nntp-service-to-port): Work for service expressed with
14169         numeric string; replace [:digit:] with [0-9] for XEmacs.
14170
14171 2009-12-17  Glenn Morris  <rgm@gnu.org>
14172
14173         * gnus-group.el (gnus-bug-group-download-format-alist):
14174         Change emacs entry to debbugs.gnu.org.  Bump :version.
14175
14176 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14177
14178         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
14179
14180 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14181
14182         * message.el (message-info): Explain why we use `Info-goto-node'.
14183
14184 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14185
14186         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
14187
14188 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14189
14190         * message.el (message-completion-in-region): New compatibility function.
14191         (message-expand-group): Use it.
14192
14193 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14194
14195         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
14196         with no unread article should be listed if the 2nd arg `predicate' is
14197         given.
14198
14199 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
14202
14203 2009-11-29  Juri Linkov  <juri@jurta.org>
14204
14205         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14206         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
14207         on `gnus-recenter'.  (Bug#4698, Bug#4981)
14208
14209 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14210
14211         * sha1.el (sha1-string-external): default-directory "/" in case
14212         otherwise non-existent.  process-connection-type pipe for touch of
14213         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14214
14215 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14216
14217         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14218         it's comms related and sgml-mode.el has "comm" on that basis too.
14219
14220 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14223         containing tspecial characters if they have been already quoted.
14224
14225 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14226
14227         * dns-mode.el (auto-mode-alist): Purecopy string.
14228
14229 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14230
14231         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14232
14233 2009-10-24  Glenn Morris  <rgm@gnu.org>
14234
14235         * gnus-art.el (help-xref-stack-item): Define for compiler.
14236
14237 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14238
14239         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14240
14241 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14242
14243         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14244
14245 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14246
14247         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14248         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14249
14250 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14251
14252         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14253         (gnus-overlays-in): New alias to overlays-in.
14254
14255         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14256         gnus-overlay-get, and gnus-delete-overlay.
14257         (gnus-summary-show-thread): Make it work as well for systems in which
14258         next-single-char-property-change is not available.
14259         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14260
14261         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14262         (gnus-overlay-get): New alias to extent-property.
14263         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14264
14265         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14266         SXEmacs.
14267
14268         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14269         SXEmacs.
14270
14271 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14272
14273         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14274
14275 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14276
14277         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14278         and XEmacs that don't have `remove-overlays'.
14279
14280 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14281
14282         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14283         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14284         selective display.  Use overlays instead.
14285
14286 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14287
14288         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14289
14290 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14291
14292         * spam-stat.el (spam-stat-load): Fix typo in message.
14293
14294 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14295
14296         * dig.el (dig-invoke): Fix typo in docstring.
14297         (query-dig): Reflow docstring.
14298
14299 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14300
14301         * gnus-art.el (gnus-article-encrypt-body):
14302         * message.el (message-check-recipients):
14303         * mm-util.el (mm-codepage-setup):
14304         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14305         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14306
14307 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14308
14309         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14310         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14311         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14312         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14313         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14314
14315 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14316
14317         * dig.el: Add "Keywords: comm", as per net-utils.el.
14318
14319 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14320
14321         * dig.el (dig-mode): Use define-derived-mode.
14322
14323 2009-09-19  Glenn Morris  <rgm@gnu.org>
14324
14325         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14326
14327 2009-09-18  Glenn Morris  <rgm@gnu.org>
14328
14329         * gnus-diary.el (gnus-diary-check-message):
14330         * message.el (message-insert-formatted-citation-line):
14331         * nnbabyl.el (top-level):
14332         * nndiary.el (nndiary-schedule):
14333         Fix typos in condition-case handlers.
14334
14335 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14336
14337         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14338         configuration that provides the sole article window in a frame;
14339         position point correctly after deleting a part.
14340
14341 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14342
14343         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14344         (spam-resolve-registrations-routine): Use it to unregister articles
14345         that change status.
14346
14347 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14348
14349         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14350         with XEmacs.
14351         (parse-time-string-chars): Use it.
14352
14353 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14354
14355         * imap.el (imap-interactive-login): Better messages.
14356         (imap-open): Fix bug with renamed buffer on reconnect.
14357         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14358         for easier debugging and cleaner code.  On successful (guessed based on
14359         server capabilities) secondary authentication, set imap-state
14360         correctly.
14361         (imap-last-authenticator): Define imap-last-authenticator as a variable
14362         to avoid warnings.
14363
14364 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14365
14366         * nnrss.el (nnrss-request-article): Remove binding of
14367         default-enable-multibyte-characters that has gotten needless by
14368         the 2007-07-13 change in rfc2047-encode-message-header.
14369
14370         * mml.el (mml-insert-multipart): Error on the message header.
14371         (mml-insert-part): Error on the message header; position point at
14372         the end of a MIME tag.
14373
14374 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * time-date.el (autoload): Expand define-obsolete-function-alias into
14377         defalias and make-obsolete for old Emacsen that Gnus supports.
14378         (with-no-warnings): Define it for old Emacsen.
14379         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14380         is available.
14381         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14382         float-time is available; suppress compile warning for time-to-seconds.
14383
14384         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14385         (gnus-float-time): Alias to float-time if it exists.
14386
14387         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14388         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14389         float-time is available; suppress compile warning for time-to-seconds.
14390
14391         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14392         XEmacs.
14393
14394 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14395
14396         * imap.el (imap-message-map): Docstring fix.
14397
14398 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14399
14400         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14401         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14402         Add the optional argument `encoding' that overrides the default.
14403
14404         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14405         mm-encode-buffer.
14406
14407 2009-09-04  Glenn Morris  <rgm@gnu.org>
14408
14409         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14410         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14411         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14412         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14413         * mm-util.el (mm-with-unibyte-current-buffer)
14414         (mm-find-buffer-file-coding-system):
14415         * yenc.el (yenc-decode-region): Use default-value rather than
14416         default-enable-multibyte-characters.
14417
14418 2009-09-03  Glenn Morris  <rgm@gnu.org>
14419
14420         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14421         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14422         than default-enable-multibyte-characters.
14423
14424 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14425
14426         * gnus-art.el (gnus-article-read-summary-keys):
14427         Fix gnus-buffer-configuration's value temporarily used.
14428
14429 2009-09-02  Glenn Morris  <rgm@gnu.org>
14430
14431         * gnus-util.el (gnus-float-time): New function.
14432         * gnus-delay.el (gnus-delay-article):
14433         * gnus-sum.el (gnus-thread-latest-date):
14434         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14435         * nnspool.el (nnspool-request-newgroups):
14436         Use gnus-float-time rather than time-to-seconds.
14437         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14438
14439         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14440         (gnus-header-subject-face, gnus-header-newsgroups-face)
14441         (gnus-header-name-face, gnus-header-content-face):
14442         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14443         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14444         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14445         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14446         (gnus-cite-face-11):
14447         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14448         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14449         (gnus-server-closed-face, gnus-server-denied-face)
14450         (gnus-server-offline-face):
14451         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14452         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14453         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14454         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14455         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14456         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14457         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14458         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14459         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14460         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14461         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14462         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14463         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14464         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14465         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14466         (gnus-summary-high-undownloaded-face)
14467         (gnus-summary-low-undownloaded-face)
14468         (gnus-summary-normal-undownloaded-face)
14469         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14470         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14471         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14472         (gnus-splash-face):
14473         * message.el (message-header-to-face, message-header-cc-face)
14474         (message-header-subject-face, message-header-newsgroups-face)
14475         (message-header-other-face, message-header-name-face)
14476         (message-header-xheader-face, message-separator-face)
14477         (message-cited-text-face, message-mml-face):
14478         * sieve-mode.el (sieve-control-commands-face)
14479         (sieve-action-commands-face, sieve-test-commands-face)
14480         (sieve-tagged-arguments-face):
14481         * spam.el (spam-face):
14482         Mark face aliases with "-face" in the name as obsolete.
14483
14484 2009-09-01  Glenn Morris  <rgm@gnu.org>
14485
14486         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14487         than goto-line.
14488
14489 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14492         Don't move point if the command is invoked inside the message header.
14493
14494 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14495
14496         * imap.el (imap-send-command): Simplify.
14497         (imap-wait-for-tag): point-max -> buffer-size.
14498
14499 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14500
14501         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14502         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14503         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14504         * nnir.el (nnir-swish-e-index-file):
14505         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14506         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14507         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14508         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14509         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14510         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14511
14512 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14513
14514         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14515         Don't save excursion.
14516
14517 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14518
14519         * nnheader.el (nnheader-find-file-noselect):
14520         * mm-util.el (mm-insert-file-contents):
14521         Use (default-value 'major-mode) instead of default-major-mode.
14522
14523 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14524
14525         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14526
14527 2009-08-26  Glenn Morris  <rgm@gnu.org>
14528
14529         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14530         than placing in files.el.
14531
14532 2009-08-25  Glenn Morris  <rgm@gnu.org>
14533
14534         * nnir.el (top-level): Don't require cl at run-time.
14535         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14536         Replace cl-function substitute with gnus-replace-in-string.
14537         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14538         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14539         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14540         simplified expansions.
14541
14542 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14543
14544         * dig.el (dig): Add autoload cookie.
14545
14546 2009-08-22  Glenn Morris  <rgm@gnu.org>
14547
14548         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14549         goto-line.
14550
14551 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14552
14553         * parse-time.el (parse-time-string-chars): Save match data.
14554
14555 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14556
14557         * parse-time.el (parse-time-string-chars): Compute using character
14558         classes, to handle non-ascii characters (Bug#3190).
14559
14560 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14561
14562         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14563
14564         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14565         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14566         (gnus-mm-display-part, gnus-mime-display-single)
14567         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14568         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14569
14570         * gnus-sum.el
14571         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14572         (gnus-summary-move-article): Add expirable mark to articles copied or
14573         moved to group that has auto-expire turned on if the option is non-nil.
14574
14575 2009-07-24  Glenn Morris  <rgm@gnu.org>
14576
14577         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14578         Fix typo.  (Bug#3903)
14579
14580 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14581
14582         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14583         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14584         that should not be used for draft articles.
14585         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14586         that has no concern in minor mode keys.
14587         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14588         Abolish.
14589
14590 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14591
14592         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14593         article without making inquiry to a user for unknown encoding.
14594
14595         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14596         (nnmaildir--scan): Assume i-node and device number that file-attributes
14597         returns might be cons-cell.
14598
14599         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14600
14601         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14602
14603 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14604
14605         * auth-source.el: Remove docs now in auth.texi.  Don't use
14606         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14607         `auth-source-hide-passwords' and use them.
14608
14609 2009-07-15  Glenn Morris  <rgm@gnu.org>
14610
14611         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14612
14613 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14614
14615         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14616         excessive whitespace from the default values of title and description.
14617
14618 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14619
14620         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14621         mail-fetch-field to fetch Content-Description header in order to
14622         exclude newlines.
14623
14624 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14625
14626         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14627         format used by GnuPG 2.0.11.
14628
14629 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14630
14631         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14632         to deleted part.
14633
14634 2009-05-30  David Engster  <dengste@eml.cc>
14635
14636         * nnmairix.el: Remove old documentation in the commentary block.
14637         (nnmairix-request-group): Do not update active file for nnml back ends.
14638         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14639         end so that overview files are ignored.
14640         (nnmairix-update-groups): Make updating the groups more robust by using
14641         marks.
14642         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14643         with dollar characters in message-id.
14644
14645 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14646
14647         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14648         2008-12-25 in dns.el.
14649
14650 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14651
14652         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14653         could happen if the text is only composed of spaces and/or tabs.
14654
14655 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14656
14657         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14658         when sending a queued message to avoid extra mml tags.
14659
14660 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14661
14662         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14663
14664 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14665
14666         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14667         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14668         rmail-toggle-header for XEmacs;
14669         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14670
14671 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14672
14673         * gnus-dired.el: Remove autoload for gnus-setup-message.
14674         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14675         displaying Gnus logo; always use compose-mail.
14676
14677 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14678
14679         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14680
14681 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14682
14683         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14684         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14685         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14686         available.
14687         (gnus-nocem-epg-verify): New function.
14688
14689 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14690
14691         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14692
14693 2009-02-15  Glenn Morris  <rgm@gnu.org>
14694
14695         * gnus-util.el (rmail-insert-rmail-file-header)
14696         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14697         autoloads.
14698         (rmail-default-rmail-file): Remove unnecessary declaration.
14699         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14700
14701 2009-02-14  Glenn Morris  <rgm@gnu.org>
14702
14703         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14704         variable (only used in gnus-util, which declares it anyway).
14705         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14706         which was only needed by gnus-art (changed to not use it any more).
14707         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14708         only used in gnus-util, which autoloads it itself.
14709         (rmail-update-summary): Fix autoload.
14710
14711         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14712         rather than rmail-output-to-rmail-file.
14713
14714 2009-02-07  Glenn Morris  <rgm@gnu.org>
14715
14716         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14717         autoload of function that no longer exists.
14718         (rmail-toggle-header): Declare.
14719         (message-forward-rmail-make-body): Handle mbox Rmail.
14720
14721 2009-01-31  Glenn Morris  <rgm@gnu.org>
14722
14723         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14724         2009-01-09 change.
14725
14726 2009-01-31  Dave Love  <fx@gnu.org>
14727
14728         * imap.el (imap-fetch-safe): Bind debug-on-error.
14729         (imap-debug): Add imap-fetch-safe.
14730
14731 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14732
14733         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14734         (auth-source-forget-all-cached): New convenience function.
14735         (auth-source-user-or-password): Accept list of modes or a single mode.
14736
14737         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14738         auth-source modes.
14739
14740         * netrc.el (netrc-machine-user-or-password): Use list of
14741         auth-source modes.
14742
14743         * nnimap.el (nnimap-open-connection): Use list of
14744         auth-source modes.
14745
14746         * nntp.el (nntp-send-authinfo): Use list of
14747         auth-source modes.
14748
14749 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14750
14751         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14752         now.
14753
14754 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14755
14756         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14757         coding system in XEmacs; add a workaround for XEmacs.
14758
14759         * lpath.el: Fbind coding-system-aliasee.
14760
14761 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14762
14763         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14764         of current-language-environment.
14765
14766 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14767
14768         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14769         available at runtime.
14770
14771 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14772
14773         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14774
14775 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14776
14777         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14778         the greatest positive fixnum value doesn't work under an XEmacs with
14779         bignum support; use the most-positive-fixnum constant instead,
14780         available since Emacs 21.1 with cl and XEmacs 21.1.
14781
14782 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14783
14784         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14785         XEmacs gets not to work.
14786
14787 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14788
14789         * mm-util.el (mm-coding-system-priorities): Allow the value like
14790         "Japanese (UTF-8)" of current-language-environment.
14791
14792 2009-01-09  Glenn Morris  <rgm@gnu.org>
14793
14794         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14795         with last-command-event.
14796
14797 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14798
14799         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14800         in the doc string.
14801
14802         * message.el (message-fix-before-sending): Amend comment.
14803
14804 2009-01-08  Dave Love  <fx@gnu.org>
14805
14806         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14807
14808 2009-01-07  David Engster  <dengste@eml.cc>
14809
14810         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14811         simplified server definitions by converting it via
14812         gnus-server-to-method.
14813
14814 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14815
14816         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14817         parameter's operands.
14818
14819 2009-01-06  David Engster  <dengste@eml.cc>
14820
14821         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14822         primary select method (for gnus-group-mark-article-as-read).
14823
14824 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14825
14826         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14827         `(gnus)Face', not `(gnus)X-Face'.
14828
14829 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14830
14831         * mm-util.el (mm-ucs-to-char): New function.
14832
14833         * mm-url.el (mm-url-decode-entities): Use it.
14834
14835         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14836         unicode-to-char.
14837
14838 2009-01-05  Dave Love  <fx@gnu.org>
14839
14840         * time-date.el: Require cl for `declare'.
14841
14842 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14843
14844         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14845         Dave Love.
14846
14847 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14848
14849         * message.el (message-fix-before-sending): Add `eight-bit' to
14850         illegible-text check.
14851
14852 2009-01-03  Michael Olson  <mwolson@gnu.org>
14853
14854         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14855         `headers' is nil.  This can occur if the IMAP server does not have
14856         permissions to read messages from a folder, but can write new messages
14857         to the folder.
14858         (nnimap-request-article-part): Do not insert `data' if it is nil.
14859
14860         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14861         characters which will confuse `read', so skip past them.
14862
14863 2009-01-01  Dave Love  <fx@gnu.org>
14864
14865         * imap.el (imap-string-to-integer): Fix typo.
14866         (imap-fetch-safe): New function.
14867         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14868
14869         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14870
14871         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14872         (imap-parse-greeting): Fix doc strings.
14873         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14874         (imap-parse-flag-list): Make messages unique.
14875         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14876
14877         * nnimap.el: Fix author email.
14878         (nnimap-split-rule): Add FIXME comment.
14879         (nnimap-debug): Fix doc string.
14880
14881 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14882
14883         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14884
14885 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14886
14887         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14888         nslookup if resolv.conf isn't available.
14889         (dns-query): Rename from query-dns.
14890         (dns-query-cached): Rename from query-dns-cached.
14891
14892 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14893
14894         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14895         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14896         to check if those variables exist (first appeared in Emacs 18.50).
14897
14898 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14899
14900         * mm-util.el (mm-line-number-at-pos): New function.
14901
14902         * spam-report.el (spam-report-process-queue): Use it.
14903
14904 2008-12-24  David Engster  <dengste@eml.cc>
14905
14906         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14907         parameters that haven't existed as variables as buffer-local variables.
14908
14909 2008-12-23  Dave Love  <fx@gnu.org>
14910
14911         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14912         cadar.
14913
14914         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14915         imap-starttls-p.
14916         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14917
14918 2008-12-22  Dave Love  <fx@gnu.org>
14919
14920         * imap.el: Fix author email.  Doc fixes.
14921         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14922         reply.
14923
14924 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14925
14926         * spam-report.el (spam-report-gmane-max-requests): New constant.
14927         (spam-report-gmane-wait): New variable.
14928         (spam-report-gmane-ham, spam-report-gmane-spam)
14929         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14930         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14931         the server.
14932
14933         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14934         Add explanations.
14935
14936         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14937         nnheader-accept-process-output and nnheader-read-timeout if available.
14938         (pop3-movemail): Use it.
14939
14940         * message.el (message-check-news-body-syntax): Fix signature check if
14941         there's an attachment.
14942
14943 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14944
14945         * mm-util.el: Add comments to the mm- emulating functions.
14946
14947 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14948
14949         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14950         Reported by Stephen Berman <stephen.berman@gmx.net>.
14951
14952 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * mm-util.el (mm-substring-no-properties): New function.
14955         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14956         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14957         (mm-string-to-multibyte): Doc fix.
14958
14959         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14960
14961 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14962
14963         * mml.el (mml-attach-file): Strip text properties from file name.
14964         (Bug#1574)
14965
14966 2008-12-16  Glenn Morris  <rgm@gnu.org>
14967
14968         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14969
14970 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14971
14972         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14973         knows since the charset specified might be a bogus alias that
14974         mm-charset-synonym-alist provides.
14975
14976 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14977
14978         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14979         "ISO_8859-1".
14980
14981         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14982
14983 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * mm-util.el (mm-charset-eval-alist):
14986         Define it before mm-charset-to-coding-system.
14987         (mm-charset-to-coding-system): Add optional argument `silent';
14988         define it before mm-charset-override-alist.
14989         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14990         default value if it can be used in Emacs currently running;
14991         silence mm-charset-to-coding-system.
14992
14993 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14994
14995         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14996         `allow-override' which says whether to use `mm-charset-override-alist'.
14997         (rfc2047-decode-encoded-words): Use it.
14998
14999         * mm-util.el (mm-charset-override-alist): Fix custom type;
15000         add `(gb2312 . gbk)' to choices.
15001
15002 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15003
15004         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
15005         fast.
15006
15007         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15008
15009         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
15010
15011 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
15012
15013         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
15014         on links.
15015
15016         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
15017
15018 2008-12-03  Lute Kamstra  <lute@gnu.org>
15019
15020         * sha1.el: Remove leading * from docstrings of defcustoms,
15021         deffaces, defconsts and defuns.
15022
15023 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15024
15025         * message.el (message-idna-to-ascii-rhs-1): Protect against local
15026         users' addresses that don't have domain parts.
15027         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
15028         rather than message-narrow-to-head since there will be the message
15029         header separator.
15030
15031 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15032
15033         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
15034         since the result is inserted in a unibyte buffer anyway.
15035         (nnimap-demule-use-string-to-multibyte): Remove.
15036         (nnimap-demule): Alias it to mm-string-to-multibyte.
15037
15038 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15039
15040         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
15041         variable for debugging bug#464 and bug#1174.
15042         (nnimap-demule): Use it.
15043
15044 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15045
15046         * gnus-score.el (gnus-score-find-trace): Handle default score in total
15047         score calculation correctly.
15048
15049 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15050
15051         * message.el (message-send-mail): Just set the buffer to unibyte
15052         rather than use mm-with-unibyte-current-buffer which does a lot more.
15053         (message-send-mail-partially): Don't bother with
15054         mm-with-unibyte-current-buffer since it's already been made unibyte by
15055         message-send-mail.
15056
15057 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
15058
15059         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
15060
15061 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
15062
15063         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
15064
15065 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15066
15067         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
15068         require itself and to remove `with-no-warnings'.
15069
15070 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
15071
15072         * starttls.el (starttls-any-program-available): Get the name of the
15073         available TLS layer program.
15074         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
15075         well as the host name in the "opening" message.
15076
15077         * auth-source.el (auth-source-cache, auth-source-do-cache)
15078         (auth-source-user-or-password): Cache passwords and logins by default,
15079         allow override with `auth-source-do-cache'.
15080         (auth-source-forget-user-or-password): Allow users to remove cache
15081         entries if needed.
15082
15083 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
15084
15085         * md4.el (md4-buffer): Fix typo in docstring.
15086         (md4, md4-64): Doc fixes.
15087         (md4-pack-int32): Reflow docstring.
15088
15089 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15090
15091         * ietf-drums.el (ietf-drums-remove-comments): Localize second
15092         condition-case to only the forward-sexp call.
15093
15094 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
15095
15096         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
15097         quotes contained.  Make it more robust regardless by an extra
15098         condition-case wrapper.
15099
15100 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * lpath.el: No need to fbind codepage-setup for Emacs 23.
15103
15104 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15105
15106         * nnml.el (nnml-request-expire-articles): Check if the function set to
15107         `nnmail-expiry-target' returns the symbol `delete'.
15108
15109         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
15110
15111         * nnmail.el (nnmail-expiry-target): Fix custom type.
15112
15113 2008-10-02  Glenn Morris  <rgm@gnu.org>
15114
15115         * mm-util.el (mm-codepage-setup): Tweak codepage error.
15116         Silence compiler warning.
15117
15118 2008-10-01  Magnus Henoch  <mange@freemail.hu>
15119
15120         * tls.el (open-tls-stream): Show the actual command being
15121         executed, instead of the format string.
15122
15123 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * lpath.el: Fbind codepage-setup for Emacs 23.
15126
15127 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
15128
15129         * mml.el (mml-menu): Don't assume mml2015 is bound.
15130
15131 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
15134         exists.
15135
15136 2008-09-27  Glenn Morris  <rgm@gnu.org>
15137
15138         * gnus-util.el (mail-header-remove-comments): Autoload it.
15139
15140 2008-09-27  Andreas Schwab  <schwab@suse.de>
15141
15142         * gnus-util.el (gnus-split-references): Strip comments.
15143         (gnus-parent-id): Likewise.
15144
15145 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
15146
15147         * message.el (message-confirm-send): Fix version.
15148
15149 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15150
15151         * message.el (message-idna-to-ascii-rhs-1): Use
15152         mail-extract-address-components rather than mail-header-parse-addresses
15153         that is an alias by default to ietf-drums-parse-addresses that does not
15154         support non-ASCII names in headers' contents.
15155
15156 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15157
15158         * message.el (message-confirm-send): Fix variable documentation to
15159         avoid the "y/n" wording.
15160
15161 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
15162
15163         * message.el (message-set-auto-save-file-name): Save to a different
15164         filename so multiple messages (especially drafts) can be recovered.
15165
15166 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
15167
15168         * message.el (message-confirm-send): Add appropriate version.
15169
15170 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
15171
15172         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
15173         defvar.
15174
15175 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
15176
15177         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
15178         (mm-pkcs7-enveloped-magic): Ditto.
15179
15180 2008-09-17  Simon Josefsson  <simon@josefsson.org>
15181
15182         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
15183         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
15184
15185 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
15186
15187         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
15188         default, it's better.
15189
15190 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
15191
15192         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
15193         summary line gnus-number property and ignore them (with a warning
15194         message).
15195
15196 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15197
15198         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
15199         macro caddr in the interactive form since it won't be expanded.
15200
15201 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15202
15203         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
15204         `charset'; fix name of function called recursively.
15205         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
15206
15207 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15210         (gnus-mime-set-charset-parameters): New function.
15211         (gnus-mime-view-part-as-charset): Use it to correctly display part
15212         specifying wrong charset.
15213
15214 2008-09-08  David Engster  <dengste@eml.cc>
15215
15216         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
15217         in completing-read for back end server.
15218
15219 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15220
15221         * message.el (message-confirm-send): New variable to confirm sending a
15222         message.
15223         (message-send): Use it.
15224
15225 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15226
15227         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15228
15229 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15230
15231         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15232
15233 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15234
15235         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15236         prevent tracking too many groups.
15237         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15238         Use it.
15239
15240 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15241
15242         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15243         moving point to the bottom of the window in order to avoid recentering.
15244
15245 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15248
15249         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15250         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15251         (gnus-article-beginning-of-window): Fix calculation.
15252
15253 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * gnus-msg.el (gnus-summary-supersede-article)
15256         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15257         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15258         message header.
15259
15260 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15261
15262         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15263         pending output coming after the status change.
15264
15265 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15266
15267         * message.el:
15268         * gnus-start.el:
15269         * gnus-registry.el: Remove VMS support.
15270
15271 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15272
15273         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15274         macro.
15275         (rfc2104-hash): Use it.
15276
15277 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15278
15279         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15280         (gnus-summary-sort-by-most-recent-date): New commands.
15281         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15282         and menu entries.
15283
15284 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15285
15286         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15287         don't redisplay article for raw contents; remove plural articles stuff.
15288
15289         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15290         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15291         on gnus-summary-save-article; display results properly.
15292
15293 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15294
15295         * lpath.el: No need to fbind ns-focus-frame.
15296
15297 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15298
15299         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15300
15301 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15302
15303         * gnus-art.el (gnus-summary-save-in-pipe):
15304         Consider gnus-save-all-headers.
15305
15306 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15307
15308         * gnus-util.el (ns-focus-frame): Remove declaration.
15309         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15310         like x.
15311
15312 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15313
15314         * rfc2104.el (rfc2104-zero): Delete defconst.
15315         (rfc2104-hex-alist): Likewise.
15316         (rfc2104-hex-to-int): Delete func.
15317         (rfc2104-hexstring-to-bitstring): Likewise.
15318         (rfc2104-nybbles): New defconst.
15319         (rfc2104-hash): Rewrite for speed.
15320
15321 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15322
15323         * tls.el (open-tls-stream): Make it work with the 2nd argument
15324         BUFFER that is a string but does not exist as a buffer object, as
15325         mentioned in the doc-string.
15326
15327 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15328
15329         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15330         SXEmacs.
15331
15332 2008-07-16  Glenn Morris  <rgm@gnu.org>
15333
15334         * gnus-util.el (ns-focus-frame): Declare for compiler.
15335
15336 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15339         set as a group parameter.
15340         (gnus-summary-save-in-pipe): Work when it is called independently.
15341         (gnus-summary-pipe-to-muttprint): Don't modify
15342         gnus-summary-pipe-output-default-command.
15343
15344 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15345
15346         * message.el (message-send-mail-with-sendmail):
15347         Display the error message.
15348
15349 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15350
15351         * gnus-art.el (gnus-default-article-saver):
15352         Add gnus-summary-save-in-pipe to choices.
15353         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15354         gnus-summary-pipe-output-default-command as the default command.
15355         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15356         instead of gnus-last-shell-command.
15357
15358         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15359         New user option.
15360         (gnus-summary-muttprint-program): Mention the value will be changed.
15361         (gnus-summary-save-article): Force showing of all headers.
15362         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15363
15364 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15365
15366         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15367
15368 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15369
15370         * nnimap.el (nnimap-id):
15371         * sieve-manage.el (sieve-manage-open): Doc fixes.
15372
15373 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15374
15375         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15376         if available.
15377
15378 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15379
15380         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15381
15382         * nnkiboze.el (nnkiboze-generate-group):
15383         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15384
15385         * nnmairix.el: Require CL.
15386
15387 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15388
15389         * dgnushack.el: Autoload get-display-table and put-display-table for
15390         XEmacs 21.5.
15391
15392         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15393         21.4 and SXEmacs.
15394
15395 2008-06-15  David Engster  <dengste@eml.cc>
15396
15397         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15398
15399 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15400
15401         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15402         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15403         runtime choice under XEmacs.
15404
15405         * gnus-sum.el (gnus-summary-set-display-table):
15406         Use `gnus-put-display-table', `gnus-get-display-table',
15407         `gnus-set-display-table' for the display table, instead of `aset'.
15408
15409         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15410         Use `gnus-put-display-table', `gnus-get-display-table',
15411         `gnus-set-display-table' for the display table.
15412
15413 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15414
15415         * nnmairix.el: Add autoloads.
15416
15417 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15418
15419         * nnmairix.el (nnmairix-delete-recreate-group)
15420         (nnmairix-update-and-clear-marks): Fix error messages.
15421
15422 2008-06-14  David Engster  <dengste@eml.cc>
15423
15424         * nnmairix.el: Upgrade to version 0.6.
15425         (nnmairix-group-toggle-propmarks-this-group)
15426         (nnmairix-group-toggle-readmarks-this-group)
15427         (nnmairix-group-delete-recreate-this-group)
15428         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15429         (nnmairix-remove-tick-mark-original-article): New commands.
15430         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15431         (nnmairix-propagate-marks-to-nnmairix-groups)
15432         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15433         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15434         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15435         functions needed for marks propagation and manipulation of read marks.
15436         (nnmairix-update-groups): New function.
15437         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15438         (nnmairix-determine-original-group-from-registry)
15439         (nnmairix-determine-original-group-from-path)
15440         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15441         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15442         New helper functions.
15443         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15444         keystrokes for new commands.
15445         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15446         (nnmairix-request-group): Check allow-fast group parameter.
15447         (nnmairix-request-create-group): Set allow-fast group parameter if
15448         nnmairix-allowfast-default is set.
15449         (nnmairix-close-group): Propagate marks upon closing if needed.
15450         (nnmairix-group-toggle-threads-this-group): Use new.
15451         nnmairix-group-toggle-parameter helper function.
15452         (nnmairix-search): Better check for empty search result.
15453         (nnmairix-goto-original-article): Use new helper functions for
15454         determining original article.
15455         (nnmairix-show-original-article): Make sure message-id is in brackets.
15456         (nnmairix-call-mairix-binary): Change variable name.
15457         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15458         helper function.
15459         (nnmairix-widget-toggle-activate): Fix doc string.
15460
15461 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15462
15463         * nnir.el: Require edmacro when compiling with XEmacs.
15464         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15465         available in Emacs 21.
15466
15467 2008-06-11  Glenn Morris  <rgm@gnu.org>
15468
15469         * gnus-util.el (x-focus-frame):
15470         * gnus.el (image-size):
15471         * mm-decode.el (image-size): Declare.
15472
15473         * gnus-picon.el (declare-function): Add compat definition.
15474         (image-size): Declare.
15475
15476         * gnus-group.el (tool-bar-map):
15477         * gnus-sum.el (tool-bar-map): Define for compiler.
15478
15479         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15480
15481         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15482
15483         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15484         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15485         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15486         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15487         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15488         * sieve-manage.el, spam-report.el, spam.el:
15489         Remove unnecessary eval-and-compile of autoloads.
15490
15491 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15492
15493         * auth-source.el: Precise Tramp doc.
15494
15495 2008-06-07  Glenn Morris  <rgm@gnu.org>
15496
15497         * nnmairix.el: Remove unnecessary eval-when-compile.
15498
15499 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15500
15501         * lpath.el: Fbind propertize for XEmacs 21.4.
15502
15503 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15504
15505         * nnir.el: Move here from ../contrib.
15506
15507 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15508
15509         * gnus-util.el (gnus-read-shell-command): New function.
15510         * mm-decode.el (mm-pipe-part):
15511         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15512
15513 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15514
15515         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15516
15517 2008-06-03  Glenn Morris  <rgm@gnu.org>
15518
15519         * pop3.el (nnheader-accept-process-output): Autoload it.
15520
15521 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15522
15523         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15524         are not 2-digit hexadecimal characters that follow `%'s.
15525
15526 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15527
15528         * message.el (message-bogus-recipient-p): Fix type in doc string.
15529         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15530         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15531         Improve custom options.
15532         (message-bogus-recipient-p): Adjust accordingly.
15533
15534 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15535
15536         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15537         long-form month and day names.
15538
15539 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15540
15541         * dgnushack.el: Autoload debug, eudc-expand-inline and
15542         pgg-snarf-keys-region for XEmacs.
15543
15544         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15545
15546         * nnmairix.el: Require edmacro when compiling with XEmacs.
15547
15548 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15549
15550         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15551         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15552
15553 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15554
15555         * auth-source.el: Add more docs.
15556
15557         * netrc.el (netrc-machine): Always match if the port is not given.
15558
15559 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15560
15561         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15562         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15563         retrieval faster in some cases, but might make CPU usage larger.
15564         If this has any bad side effects, we might revert this change.
15565
15566         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15567         seems to make mail retrieval much, much faster.
15568         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15569         unconditionally.
15570
15571         * gnus-draft.el (gnus-group-send-queue):
15572         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15573
15574 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15575
15576         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15577
15578         * message.el (message-bogus-address-regexp): Fix and improve custom
15579         type.
15580         (message-setup-hook): Add message-check-recipients as custom option.
15581
15582 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15583
15584         * message.el (message-cite-function): Remove bogus autoload which crept
15585         in during merge from v5-10.
15586
15587 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15588
15589         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15590
15591         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15592
15593         * auth-source.el: Preliminary Tramp docs.
15594         (auth-sources): Change the default auth-sources to use
15595         EPA .gpg files.
15596
15597 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15598
15599         * nntp.el: Autoload `auth-source-user-or-password'.
15600         (nntp-send-authinfo): Use it.
15601
15602         * nnimap.el: Autoload `auth-source-user-or-password'.
15603         (nnimap-open-connection): Use it.
15604
15605         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15606         for the gnus-message function.
15607         (auth-source-user-or-password): Use it.
15608
15609 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15610
15611         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15612         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15613         (rfc2104-hash): Use it.
15614
15615 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15616
15617         * gnus-art.el (gnus-article-toggle-truncate-lines):
15618         Don't use `iff' in docstring.
15619
15620 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15621
15622         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15623
15624         * gnus-util.el (gnus-extract-address-component-name)
15625         (gnus-extract-address-component-email): Convenience functions around
15626         `gnus-extract-address-components'.
15627
15628         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15629         Use `gnus-extract-address-component-email' to fix bug of comparing full
15630         sender name to `user-mail-address'.
15631
15632 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15633
15634         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15635         catch/throw to optimize.
15636         (gnus-registry-find-keywords): Just use member to find a keyword.
15637
15638 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15639
15640         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15641         is current before calling gnus-server-prepare.
15642         (gnus-server-setup-buffer, gnus-server-update-server)
15643         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15644
15645 2008-05-04  Juri Linkov  <juri@jurta.org>
15646
15647         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15648         (mailcap-file-default-commands): Use mailcap-replace-in-string
15649         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15650         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15651
15652 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15653
15654         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15655
15656 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15657
15658         * gnus.el: Bump version to 0.11.
15659
15660 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15661
15662         * gnus.el: No Gnus v0.10 is released.
15663
15664 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15665
15666         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15667         hooks.
15668         (gnus-update-read-articles): Speed up non-marks-using users.
15669         (gnus-use-marks): Define gnus-use-marks.
15670         (gnus-propagate-marks): Rename variable to something more sensible.
15671
15672 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15673
15674         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15675         (gmm-image-load-path-for-library): Fix typos in docstrings.
15676         (gmm-message): Reflow docstring.
15677
15678 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15679
15680         * mail-source.el (mail-source-set-1, mail-source-bind):
15681         Move auth-source code out of the macro to clean it up and fix bugs.
15682
15683 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15684
15685         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15686         by sender if it's equal to user-mail-address, it's likely to be
15687         useless.
15688
15689         * mail-source.el (mail-source-bind): Don't use user or password if they
15690         are not bound.  Unintern them if they are nil.  Don't use server unless
15691         it's bound, and default it to empty string otherwise.
15692
15693 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15694
15695         * mail-source.el: Load auth-source.el.
15696         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15697         get user name or password, if auth-sources is set up.
15698
15699         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15700         strategy of splitting with parent.
15701         (gnus-registry-split-fancy-with-parent)
15702         (gnus-registry-post-process-groups): Use it and fix prior
15703         bug (returning a list as the split result).
15704
15705         * auth-source.el (auth-sources): Remove server parameter.
15706         (auth-source-pick, auth-source-user-or-password)
15707         (auth-source-user-or-password-imap)
15708         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15709         (auth-source-user-or-password-sftp)
15710         (auth-source-user-or-password-smtp): Remove server parameter.
15711
15712 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15713
15714         * smime.el (smime-sign-region, smime-encrypt-region)
15715         (smime-decrypt-region):
15716         Remove redundant calls to `generate-new-buffer-name'.
15717
15718 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15719
15720         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15721         Don't use QP for message/rfc822.
15722         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15723
15724 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15725
15726         * sieve-manage.el (sieve-string-bytes): Remove.
15727         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15728         correct byte-length only if the process's coding-system is the same as
15729         the one used internally by Emacs to represent strings.
15730
15731 2008-04-22  Juri Linkov  <juri@jurta.org>
15732
15733         * mailcap.el (mailcap-file-default-commands): New function.
15734
15735 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15736
15737         * message.el (message-signature-separator, message-cite-function):
15738         Change custom version.
15739
15740 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15741
15742         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15743         commands.
15744         (tls-checktrust): Ditto.
15745
15746 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15747
15748         * mm-decode.el (mm-display-external): Make temp file read-only.
15749
15750 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15751
15752         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15753         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15754         `C-c C-f d'.
15755
15756 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15757
15758         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15759
15760 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15761
15762         * gnus.el: Bump version to 0.9.
15763
15764 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15765
15766         * gnus.el: No Gnus v0.8 is released.
15767
15768 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15769
15770         * mail-source.el (mail-source-value):
15771         Prefer fboundp to functionp so it works with macros as well.
15772
15773 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15774
15775         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15776         Fix last change in case the element is not even a symbol.
15777
15778 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15779
15780         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15781         Prefer fboundp to functionp so it works with macros as well.
15782
15783 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15784
15785         * auth-source.el: Add docs.
15786         (auth-sources): Modify format to support server.
15787         (auth-source-pick, auth-source-user-or-password)
15788         (auth-source-user-or-password-imap)
15789         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15790         (auth-source-user-or-password-sftp)
15791         (auth-source-user-or-password-smtp): Add server parameter.
15792
15793 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15794
15795         * gnus-registry.el: Initialize the registry when gnus-registry-install
15796         is t.
15797
15798 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15799
15800         * compface.el (uncompface): Make buffer unibyte.
15801
15802 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15803
15804         * mail-source.el (mail-source-value):
15805         Prefer fboundp to functionp so it works with macros as well.
15806
15807 2008-04-05  Glenn Morris  <rgm@gnu.org>
15808
15809         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15810
15811 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15812
15813         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15814         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15815
15816         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15817         multibyteness after rather than before erasing it.
15818
15819         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15820         mm-with-multibyte.
15821         (gnus-request-article-this-buffer): Make sure the proper decoding is
15822         used if gnus-original-article-buffer happens to be unibyte.
15823
15824         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15825         default-enable-multibyte-characters.
15826
15827         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15828         default-enable-multibyte-characters.
15829
15830         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15831
15832         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15833
15834 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15835
15836         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15837         Fix last change in case the element is not even a symbol.
15838
15839 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15840
15841         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15842         (imap-message-copyuid-1): Use it.
15843         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15844         J. Williams in
15845         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15846
15847         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15848         imap-enable-exchange-bug-workaround.
15849         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15850
15851 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15852
15853         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15854         a 100 byte status-checks into a 2-3MB transfer for each group.
15855         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15856         to enable bug workaround or not.
15857         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15858
15859 2008-03-31  Glenn Morris  <rgm@gnu.org>
15860
15861         * message.el (mml2015-use): Declare for compiler.
15862         (message-info): Require mml2015 when appropriate.
15863
15864 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15865
15866         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15867         whitespace.
15868
15869 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15870
15871         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15872         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15873         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15874         (nntp-service-to-port): New function.
15875         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15876         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15877         (nntp-open-netcat-stream): New function.
15878         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15879
15880 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15881
15882         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15883
15884 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15885
15886         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15887
15888 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15889
15890         * dns.el (dns-write): Use set-buffer-multibyte.
15891
15892 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15893
15894         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15895
15896 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15897
15898         * message.el (message-signature-separator): Change default.
15899         Improve custom type.
15900         (message-cite-function): Change default to
15901         message-cite-original-without-signature.
15902
15903         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15904         toggle.
15905
15906         * message.el (message-check-news-body-syntax): Fix signature check.
15907         (message-setup-1): Mark buffer as unmodified _after_ running
15908         message-setup-hook and handling message-alternative-emails.
15909         (message-shorten-references): Be more strict when building list of
15910         valid references to comply with GNKSA.
15911
15912         * gnus-group.el (gnus-read-ephemeral-bug-group)
15913         (gnus-read-ephemeral-debian-bug-group)
15914         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15915
15916         * message.el (message-info): Don't use booleanp which isn't supported
15917         in Emacs 21 and XEmacs.
15918
15919 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15920
15921         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15922         gnus-group-gmane-group-download-format.
15923         (gnus-group-read-ephemeral-gmane-group): Rename from
15924         gnus-group-read-ephemeral-gmane-group.
15925         (gnus-read-ephemeral-gmane-group-url): Rename from
15926         gnus-group-read-ephemeral-gmane-group-url.
15927         (gnus-bug-group-download-format-alist): New variable.
15928         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15929         (gnus-read-ephemeral-emacs-bug-group): New commands.
15930
15931 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15932
15933         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15934         (gnus-visible-headers): Improve custom type.
15935
15936 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15937
15938         * mml.el (mml-menu): Add workarounds for XEmacs.
15939
15940         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15941         X-Boundary header.
15942
15943         * message.el (message-simplify-recipients): Fix previous commit.
15944
15945 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15946
15947         * mm-util.el (mm-set-buffer-multibyte): New function.
15948         * mm-decode.el (mm-copy-to-buffer): Use it.
15949
15950         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15951         Prefer fboundp to functionp so it works with macros as well.
15952
15953 2008-03-19  Glenn Morris  <rgm@gnu.org>
15954
15955         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15956         Accidentally removed in the sync process with Emacs.
15957
15958 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15959
15960         * message.el (message-alter-recipients-discard-bogus-full-name):
15961         New function.
15962         (message-alter-recipients-function): New variable.
15963         (message-get-reply-headers): Use it.
15964         (message-replace-header): New helper function.
15965         (message-recipients-without-full-name): New variable.
15966         (message-simplify-recipients): New command.
15967
15968         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15969
15970         * message.el (message-info): Handle EasyPG manual.
15971
15972         * mml.el (mml-menu): Add entry for EasyPG.
15973
15974 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15975
15976         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15977         parameter.
15978
15979         * message.el (message-disassociate-draft): Specify drafts group name
15980         fully.
15981
15982 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15983
15984         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15985         Eliminate unnecessary duplicates from the match list.
15986
15987 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15988
15989         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15990
15991         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15992
15993         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15994         args of `how-many' of which the XEmacs version doesn't take; declare
15995         Info-index-next as function.
15996
15997 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15998
15999         * gnus-score.el (gnus-score-headers): Fix handling of
16000         gnus-inhibit-slow-scoring.
16001
16002         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
16003         string.
16004         (gnus-button-url-regexp): Improve handling of parenthesis.
16005         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
16006         (gnus-button-handle-info-keystrokes): Handle index entries.
16007
16008 2008-03-15  Glenn Morris  <rgm@gnu.org>
16009
16010         * parse-time.el (parse-time-string): Simplify.
16011
16012 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16013
16014         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
16015         Incoming* files.
16016
16017 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
16018
16019         * auth-source.el (auth-sources): Rename from auth-source-choices.
16020         (auth-source-pick): Use it.
16021
16022 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16023
16024         * binhex.el (binhex-decode-region-internal):
16025         * uudecode.el (uudecode-decode-region-internal):
16026         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16027         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16028         setting default-enable-multibyte-characters.
16029
16030 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
16031
16032         * auth-source.el (auth-source-protocols)
16033         (auth-source-protocols-customize, auth-source-choices): Add and
16034         modified variable customizations and defaults.
16035         (auth-source-pick, auth-source-user-or-password)
16036         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
16037         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
16038         (auth-source-user-or-password-sftp)
16039         (auth-source-user-or-password-smtp): Use new variables and provide an
16040         interface to netrc.el.
16041
16042 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16043
16044         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
16045         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
16046         Make sure the nntp port to specify is a string.
16047
16048 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16049
16050         * nntp.el: Use with-current-buffer.
16051         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
16052         dubious mm-with-unibyte-current-buffer.
16053         (nntp-with-open-group-function): New function extracted from
16054         nntp-with-open-group macro.
16055         (nntp-with-open-group): Use the function, so it's easier to debug.
16056         Add indentation and debugging info.
16057         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
16058         Recommend the use of the netcat alternatives.
16059
16060         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
16061         Avoid mm-string-as-multibyte as well.
16062
16063         * nnweb.el (nnweb-insert-html):
16064         Remove use of nnheader-string-as-multibyte.
16065
16066         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
16067         (nnheader-string-as-multibyte): Remove.
16068
16069         * mm-view.el: Use inhibit-read-only.
16070         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
16071         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
16072         or unibyte-string.
16073
16074         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
16075         (mm-uu-yenc-extract): Use with-current-buffer.
16076
16077         * gnus-soup.el (gnus-soup-send-packet): Don't use
16078         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
16079
16080         * nnmh.el: Use with-current-buffer.
16081         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
16082         mm-string-as-multibyte on the output of mm-encode-coding-string.
16083
16084         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
16085         (nnimap-request-move-article): Use with-current-buffer.
16086
16087         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
16088         inserting the handle-buffer's text, so the implicit multibyte->unibyte
16089         conversion uses string-make-unibyte rather than string-as-unibyte.
16090
16091         * gnus-msg.el: Use with-current-buffer.
16092
16093         * message.el (message-ignored-resent-headers): Add "Delivered-To".
16094
16095 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
16096
16097         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
16098         string for caching if it is 'PIN.
16099
16100 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16101
16102         * lpath.el: Consider the case without Emacs/W3.
16103
16104 2008-03-08  Glenn Morris  <rgm@gnu.org>
16105
16106         * time-date.el (date-to-time, time-subtract, time-add)
16107         (safe-date-to-time): Doc fixes.
16108
16109 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16110
16111         * mail-source.el (mail-source-delete-old-incoming-confirm):
16112         Change default to nil.
16113         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
16114
16115 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16116
16117         * lpath.el: Rearrange.
16118
16119         * gnus-art.el (gnus-narrow-to-page): Position point properly.
16120         (gnus-article-goto-prev-page): Work for articles having ^L's.
16121
16122         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
16123
16124         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
16125
16126 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
16127
16128         * gnus-bookmark.el: Adjust for renames in bookmark.el.
16129         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
16130         (gnus-bookmark-jump): Adjust some variable names.
16131
16132 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
16133
16134         * auth-source.el: New package.
16135         (auth-source-choices): Add customization entry point variable.
16136
16137         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
16138         bug.
16139
16140 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
16141
16142         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
16143         (gnus-registry-initialize, gnus-registry-install-p): Use it.
16144         (gnus-registry-install-shortcuts): Rename from
16145         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
16146         the `gnus-registry-mark-map' keymap dynamically from
16147         `gnus-registry-marks'.  The generated functions update the summary line
16148         when a registry mark is added or deleted, and will call
16149         `gnus-registry-install-p' (see the comments in the code).
16150         (gnus-registry-user-format-function-M): Use concat intelligently.
16151
16152         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
16153         the registry mark functions.
16154
16155 2008-03-05  Glenn Morris  <rgm@gnu.org>
16156
16157         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
16158         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
16159         gnus-art.
16160         (top-level): No need to load own source when compiling.
16161
16162 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16163
16164         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
16165         Suggested by <chris.anderton@zetnet.co.uk>.
16166
16167 2008-03-04  Glenn Morris  <rgm@gnu.org>
16168
16169         * gnus-sum.el (top-level): No need to require gnus when compiling,
16170         since unconditionally required near start of file.
16171         (gnus-summary-display-while-building): Move definition before use.
16172
16173 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16174
16175         * gnus-registry.el (gnus-registry-user-format-function-M):
16176         Add formatting function.
16177
16178 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16179
16180         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
16181         with plists.
16182         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
16183         Use new format.
16184
16185 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16186
16187         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
16188         `where-is-internal' that returns a range of key sequences.
16189
16190 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16191
16192         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
16193
16194         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
16195         (gnus-summary-jump-to-group): Consider windows on other displayed
16196         frames as well.  Similar changes might be needed elsewhere, but that's
16197         the one I've bumped into during my use.
16198
16199         * nndoc.el (nndoc-oe-dbx-type-p):
16200         * gnus-msg.el (gnus-debug):
16201         * gnus-group.el (gnus-update-group-mark-positions):
16202         Use mm-string-to-multibyte.
16203
16204 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16205
16206         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
16207         doesn't handle NotDashEscaped.
16208
16209         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
16210         (mml-dnd-attach-options): Fix typo in custom choice.
16211
16212         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
16213         Change nndoc-article-type to mbox.
16214         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
16215
16216         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
16217         to nil, instead of html2text.
16218
16219         * imap.el (imap-debug): Add `imap-ping-server'.
16220
16221         * gnus-bookmark.el: Add FIXMEs.
16222
16223         * message.el (message-form-letter-separator)
16224         (message-send-form-letter-delay): New variables.
16225         (message-send-form-letter): Use them.  New command to send form
16226         letters.  Requested by Uwe Siart.
16227         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16228
16229 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16230
16231         * Update copyright years.
16232
16233 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16234
16235         Sync from EMACS_22_BASE.
16236
16237         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16238
16239 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16240
16241         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16242         empty author.
16243
16244 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16245
16246         * gnus-registry.el (gnus-registry-marks): Add variable for
16247         customization of marks and their appearance.
16248         (gnus-registry-read-mark): Use it.
16249         (gnus-registry-do-marks): Add utility function to loop through
16250         `gnus-registry-marks'.
16251         (gnus-registry-install-shortcuts-and-menus): Add function to install
16252         shortcuts and menus.
16253         (gnus-registry-initialize): Use it.
16254         (gnus-registry-default-mark): Clarify documentation.
16255
16256 2008-02-29  Glenn Morris  <rgm@gnu.org>
16257
16258         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16259         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16260         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16261         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16262         Change defcustom :version from 23.0 to 23.1.
16263
16264 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16265
16266         * gnus-registry.el (gnus-registry-follow-group-p)
16267         (gnus-registry-post-process-groups): Add functions to aid registry
16268         splitting and improve logging.  Clarify behavior in function
16269         documentation.
16270         (gnus-registry-split-fancy-with-parent): Use them.
16271
16272 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16273
16274         * gnus-art.el: Use with-current-buffer.
16275
16276 2008-02-27  David Engster  <dengste@eml.cc>
16277
16278         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16279         Express real group name in the response.
16280
16281 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16282
16283         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16284         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16285         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16286         autoload gnus-registry-fetch-group when compiling.
16287         (nnmairix-request-group-with-article-number-correction):
16288         Remove unreferenced argument passed to nnmairix-call-backend.
16289
16290 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16291
16292         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16293         (mm-uu-extract): Improve face for low color ttys.
16294         Reported by Sascha Wilde.
16295
16296 2008-02-27  Glenn Morris  <rgm@gnu.org>
16297
16298         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16299         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16300         variables to defconsts.  Convert comments to doc-strings.
16301         (nnmairix-last-server, nnmairix-current-server): Convert from free
16302         variables to defvars.  Convert comments to doc-strings.
16303         (gnus-registry-fetch-group): Autoload.
16304         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16305         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16306         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16307         caddr.
16308         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16309         nnmairix-request-group-with-article-number-correction call.
16310         (nnmairix-fast, nnmairix-group): New, less general names, for free
16311         variables passed from nnmairix-request-group to
16312         nnmairix-request-group-with-article-number-correction.  Declare.
16313         (nnmairix-request-group-with-article-number-correction):
16314         Use nnmairix-fast, nnmairix-group rather than fast, group.
16315
16316 2008-02-26  David Engster  <dengste@eml.cc>
16317
16318         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16319         version 0.5.
16320
16321 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16322
16323         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16324         instead of making an extra function call.  Don't add the current group
16325         to articles only when they have the group.  Use
16326         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16327         Reported by David <de_bb@arcor.de>.
16328
16329 2008-02-24  Miles Bader  <miles@gnu.org>
16330
16331         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16332         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16333         (mm-find-mime-charset-region):
16334         * mm-bodies.el (mm-encode-body):
16335         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16336
16337 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16338
16339         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16340         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16341
16342 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16343
16344         * mail-source.el (mail-source-delete-incoming): Change default.
16345         Supplement doc string.
16346
16347         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16348
16349 2008-02-14  Glenn Morris  <rgm@gnu.org>
16350
16351         * time-date.el (format-seconds): New function.
16352
16353 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16354
16355         * nnmail.el (nnmail-message-id-cache-file): Derive from
16356         `gnus-home-directory'.
16357
16358 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16359
16360         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16361         Document negative prefix.
16362
16363         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16364
16365 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16366
16367         * message.el (message-unsent-separator): Add the Exim bounce
16368         separator.
16369
16370 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16371
16372         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16373         list.
16374         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16375         recipient/signer list.
16376
16377 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16378
16379         * Makefile.in (datarootdir): Define.
16380         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16381         name that might contain whitespace.
16382
16383 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16384
16385         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16386         fbound (Emacs 23 unicode), signal an error.
16387
16388 2008-02-08  Glenn Morris  <rgm@gnu.org>
16389
16390         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16391
16392 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16393
16394         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16395         ports to the calls to `netrc-machine-user-or-password' in addition to
16396         "imap" and "imaps".
16397
16398 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16399
16400         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16401
16402         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16403
16404 2008-02-01  Kenichi Handa  <handa@m17n.org>
16405
16406         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16407         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16408         (rfc2104-hash): Convert the result of concat to unibyte string.
16409
16410 2008-02-01  Dave Love  <fx@gnu.org>
16411
16412         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16413         coding-system-for-read.
16414         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16415
16416 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16417
16418         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16419         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16420         <hanche@math.ntnu.no>.
16421
16422 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16423
16424         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16425
16426         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16427
16428 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16429
16430         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16431         * message.el (message-beginning-of-line): Use featurep instead of bound
16432         tests in order to resolve conditionals at compile time.
16433
16434 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16435
16436         * mail-source.el (mail-sources): Add `group' choice.
16437
16438         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16439         parameter `in-group' to control into which group the articles go.
16440         Add treatment of `group' mail-source.
16441
16442 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16443
16444         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16445
16446         * mm-decode.el (mm-dissect-buffer): Decode description.
16447
16448         * mml.el (mml-to-mime): Encode message header first.
16449
16450 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16451
16452         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16453         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16454
16455         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16456         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16457
16458 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16459
16460         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16461
16462 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16463
16464         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16465         prefix keys.
16466         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16467         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16468         gnus-xmas.el.
16469
16470         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16471         (gnus-xmas-article-describe-bindings): New function.
16472         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16473         gnus-xmas-article-describe-bindings.
16474
16475         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16476
16477 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16478
16479         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16480         Add new variables for article mark management.
16481         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16482         list of extra data entries which, when present, will indicate that the
16483         article ID should not be trimmed from the registry.
16484         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16485         functions.
16486         (gnus-registry-read-mark): New function to read a mark name from the
16487         user.
16488         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16489         (gnus-registry-set-article-mark-internal): New functions to add and
16490         remove marks.
16491         (gnus-registry-get-article-marks): New function to show the marks for
16492         an article, or retrieve them for further use.
16493
16494 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16495
16496         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16497         keys when no argument is given.
16498
16499 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16500
16501         * imap.el (imap-ping-server): New variable.
16502         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16503         (imap-ping-server): Minor doc string fixes.
16504
16505 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16506
16507         * imap.el (imap-ping-server): New function.
16508         (imap-opened): Call imap-ping-server.
16509
16510 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16511
16512         * gnus-sum.el (gnus-article-sort-by-random)
16513         (gnus-thread-sort-by-random): Fix doc strings.
16514         Reported by jidanni@jidanni.org.
16515
16516 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16517
16518         * gnus-art.el (gnus-article-describe-bindings): New function.
16519         (gnus-article-read-summary-keys): Use it.
16520         (gnus-article-mode-map): Bind `C-h b' to it.
16521
16522 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16525         XEmacs.
16526         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16527         Protect against non-character events.
16528
16529         * lpath.el: Fbind map-keymap for Emacs 21.
16530
16531 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16532
16533         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16534         New command.
16535         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16536         instead of END.  Change name of the temp file.
16537         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16538         customizable.
16539
16540 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16541
16542         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16543         bind `S W' to gnus-article-wide-reply-with-original; set default
16544         binding to gnus-article-read-summary-send-keys.
16545         (gnus-article-read-summary-keys): Fix the order of keys; display
16546         continuation keys correctly in the echo area; describe bindings
16547         correctly when keys end with `C-h'.
16548         (gnus-article-read-summary-send-keys): New function.
16549         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16550         Work for gnus-article-read-summary-send-keys; display continuation keys
16551         correctly in the echo area.
16552         (gnus-article-reply-with-original): Ignore prefix argument.
16553         (gnus-article-wide-reply-with-original): New function.
16554
16555         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16556         Emacs 21.
16557
16558 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16559
16560         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16561         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16562
16563 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16564
16565         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16566         (gnus-group-read-ephemeral-gmane-group): New command.
16567
16568 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16569
16570         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16571
16572 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16573
16574         * message.el (message-send-mail-function): Increase custom version.
16575
16576         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16577         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16578
16579 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16580
16581         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16582         for the cases where imap-authenticate is called with a nil buffer
16583         parameter.
16584
16585 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16586
16587         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16588         html parts correctly; support forwarded messages.
16589         (gnus-article-browse-html-article): Remove work buffers.
16590
16591         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16592         compiling.
16593         (netrc-bound-and-true-p): New macro.
16594         (netrc-parse): Use it instead of bound-and-true-p that is not available
16595         in XEmacs 21.4.
16596
16597 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16598
16599         * gnus-registry.el (gnus-registry-mark-article)
16600         (gnus-registry-article-marks): Add functionality to mark articles
16601         through the Gnus registry.
16602
16603         * encrypt.el: Clarify documentation for the new pgg method.
16604         (encrypt-file-alist): Add PGG option.
16605         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16606         functionality.  Abstract password key and messaging to external
16607         functions.
16608         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16609         (encrypt-message-method-and-cipher): Add new convenience external
16610         functions.
16611         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16612         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16613
16614         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16615         (netrc-parse): Use encrypt-file-alist to determine if
16616         encrypt-find-model or encrypt-insert-file-contents should be used.
16617
16618         * encrypt.el: Clarify documentation.  Load password-cache or
16619         password, whichever one is found first, instead of autoloading.
16620
16621 2007-12-19  Glenn Morris  <rgm@gnu.org>
16622
16623         * mml.el (message-options-set, message-narrow-to-head)
16624         (message-in-body-p, message-mail-p, message-encode-message-body):
16625         Autoload.
16626         (message-remove-header, message-narrow-to-headers-or-head)
16627         (message-subscribed-p, message-make-mail-followup-to)
16628         (message-position-on-field, message-news-p)
16629         (message-options-set-recipient, message-generate-headers)
16630         (message-sort-headers): Declare as functions.
16631
16632 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16633
16634         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16635         convention in doc string.
16636
16637 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16638
16639         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16640         title to html parts.
16641         (gnus-article-browse-html-article): Pass message header to it.
16642
16643         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16644
16645 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16646
16647         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16648         or password compatible with XEmacs.
16649
16650 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16651
16652         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16653         format document.
16654         (gnus-mime-delete-part): Don't write description line if empty.
16655         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16656
16657 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16658
16659         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16660         (gnus-summary-mark-read-and-unread-as-read)
16661         (gnus-summary-mark-current-read-and-unread-as-read)
16662         (gnus-summary-mark-unread-as-ticked): Doc fix.
16663         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16664
16665 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16666
16667         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16668         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16669
16670 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16671
16672         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16673         yes-or-no-p.
16674
16675 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16676
16677         * mm-decode.el (mm-add-meta-html-tag): New function.
16678         (mm-save-part-to-file, mm-pipe-part): Use it.
16679
16680         * gnus-art.el (gnus-article-browse-delete-temp-files):
16681         Use gnus-y-or-n-p instead of y-or-n-p.
16682         (gnus-article-browse-html-parts): Work with message/external-body; use
16683         mm-add-meta-html-tag.
16684
16685 2007-12-11  Glenn Morris  <rgm@gnu.org>
16686
16687         * gnus-cache.el: Require gnus-sum not just when compiling.
16688
16689         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16690
16691         * gnus-int.el (gnus-server-opened, gnus-status-message):
16692         Move definitions before use.
16693
16694         * mm-decode.el: Require gnus-util.
16695         (mm-remove-part): Only call delete-annotation on XEmacs.
16696
16697         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16698
16699         * nnmail.el: Require gnus-int.
16700
16701         * spam.el: Move `require's before `eval-when-compile's.
16702
16703         * gnus-ems.el (gnus-alive-p):
16704         * gnus-fun.el (message-goto-eoh):
16705         * gnus-util.el (gnus-group-name-decode):
16706         * mail-source.el (gnus-compress-sequence):
16707         * message.el (Info-goto-node, format-spec):
16708         * mm-bodies.el (message-options-get):
16709         * mm-decode.el (mm-view-pkcs7):
16710         * mm-util.el (gmm-write-region):
16711         * mml-smime.el (mml-compute-boundary)
16712         (gnus-completing-read-with-default):
16713         * mml.el (widget-button-press, gnus-make-hashtable):
16714         * mml1991.el (mm-decode-content-transfer-encoding)
16715         (mm-encode-content-transfer-encoding)
16716         (message-options-get, message-options-set):
16717         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16718         * nnfolder.el (gnus-request-group):
16719         * nnheader.el (ietf-drums-unfold-fws):
16720         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16721         * smime.el (gnus-run-mode-hooks):
16722         * spam-stat.el (gnus-message): Autoload.
16723
16724         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16725         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16726         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16727         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16728         Add declare-function compatibility definition.
16729
16730         * gnus-cache.el (nnvirtual-find-group-art):
16731         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16732         (gnus-add-image, gnus-add-wash-type):
16733         * gnus-group.el (nnkiboze-score-file):
16734         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16735         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16736         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16737         (message-tokenize-header, gnus-get-buffer-create)
16738         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16739         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16740         * gnus.el (gnus-group-decoded-name):
16741         * mail-source.el (imap-capability):
16742         * mm-bodies.el (message-options-set):
16743         * mm-decode.el (gnus-configure-windows):
16744         * mm-extern.el (message-goto-body):
16745         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16746         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16747         (epg-sub-key-validity, message-options-set):
16748         * mml.el (widget-event-point, gnus-configure-windows):
16749         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16750         * mml2015.el (epg-check-configuration, epg-configuration)
16751         (message-options-set):
16752         * nndb.el (nndb-request-article):
16753         * nnfolder.el (gnus-request-create-group):
16754         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16755         * nnmaildir.el (gnus-group-mark-article-read):
16756         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16757         * rfc1843.el (message-fetch-field):
16758         * spam.el (gnus-extract-address-components):
16759         Declare as functions.
16760
16761 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16762
16763         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16764
16765         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16766
16767         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16768         bind show-trailing-whitespace for XEmacs.
16769
16770 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16771
16772         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16773         new no-op macro for backward compatibility.
16774
16775         * imap.el (imap-string-to-integer): New function.
16776
16777 2007-12-09  Glenn Morris  <rgm@gnu.org>
16778
16779         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16780
16781         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16782         * message.el, mm-view.el, sieve-manage.el, smime.el:
16783         Add declare-function compatibility definition.
16784
16785         * gnus-art.el (w3-region, w3m-region, Info-menu):
16786         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16787         * gnus-sum.el (gnus-get-predicate):
16788         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16789         * message.el (mail-abbrev-in-expansion-header-p):
16790         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16791         (w3m-detect-meta-charset, w3m-region):
16792         * sieve-manage.el (password-read, password-cache-add)
16793         (password-cache-remove):
16794         * smime.el (password-read-and-add): Declare as functions.
16795
16796 2007-12-08  David Kastrup  <dak@gnu.org>
16797
16798         * gnus-sum.el (gnus-summary-simplify-subject-query):
16799         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16800         `message'.
16801
16802 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16803
16804         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16805         it to bind idna-program, installation-directory, defined-colors, and
16806         face-attribute for XEmacs of the version that compiles defcustom forms.
16807
16808 2007-12-07  Glenn Morris  <rgm@gnu.org>
16809
16810         * gnus-art.el (article-make-date-line): Revert previous change.
16811
16812 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16813
16814         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16815
16816 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16817
16818         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16819         Call gnus-add-to-range ranges only once with a prepared article-list.
16820
16821 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16822
16823         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16824         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16825         group names with backslashes.
16826         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16827
16828 2007-12-06  Deepak Goel  <deego3@gmail.com>
16829
16830         * gnus-art.el (article-make-date-line):
16831         * gnus-start.el (gnus-load):
16832         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16833
16834 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16835
16836         * gnus-art.el (gnus-use-idna):
16837         * gnus-start.el (gnus-site-init-file):
16838         * message.el (message-use-idna):
16839         * mm-uu.el (mm-uu-hide-markers):
16840         * smiley.el (smiley-style): Revert changes that suppress warnings.
16841
16842 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16843
16844         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16845         specify charset to html source.
16846         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16847
16848 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16849
16850         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16851         idna-program in order to suppress byte compile warning issued by XEmacs
16852         that came to byte compile the default value section of defcustom forms
16853         recently.
16854
16855         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16856         value of installation-directory.
16857
16858         * message.el (message-use-idna): Don't directly refer to the value of
16859         idna-program.
16860
16861         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16862
16863         * smiley.el (smiley-style): Don't directly call face-attribute.
16864
16865 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16866
16867         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16868
16869         * gnus-dired.el: Reduce Gnus dependencies.
16870         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16871         Don't require.  Use autoloads instead.
16872         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16873         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16874         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16875         (gnus-dired-mode): Adjust doc string.
16876         (gnus-dired-mail-mode): New variable.
16877         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16878         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16879         (gnus-dired-mail-buffers): New function.  Return mail or message
16880         composition buffers.
16881         (gnus-dired-attach): Use it.
16882         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16883         NO-DECODE.
16884         (gnus-dired-print): Use `gnus-print-buffer' depending on
16885         `gnus-dired-mail-mode'.
16886
16887 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16888
16889         * rfc2047.el (rfc2047-encoded-word-regexp)
16890         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16891         explaining what regexp patterns are for.
16892
16893 2007-12-04  Glenn Morris  <rgm@gnu.org>
16894
16895         * password.el: Move to password-cache.el.
16896
16897         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16898         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16899         * mml-smime.el (password-read, password-cache-add)
16900         (password-cache-remove):
16901         No need to autoload, since mml-sec requires password.
16902
16903         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16904         * message.el (gnus-extract-address-components):
16905         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16906
16907         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16908         password.
16909
16910 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16911
16912         * mailcap.el: Reduce dependencies.
16913         (mail-header-parse-content-type): Autoload.
16914         (mailcap-delete-duplicates): New alias.
16915         (mailcap-mime-info): Add optional argument NO-DECODE.
16916         (mailcap-mime-types): Use mailcap-delete-duplicates.
16917
16918         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16919
16920 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16921
16922         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16923         (imap-parse-status): Upcase status-att for servers that sends them
16924         lower-case (e.g., MS Exchange 2007).
16925
16926 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16927
16928         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16929         function.
16930
16931         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16932         (gnus-uu-yenc-article): New function.
16933
16934         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16935
16936         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16937
16938 2007-12-02  Glenn Morris  <rgm@gnu.org>
16939
16940         * binhex.el (binhex): New custom group.
16941         (binhex-decoder-program, binhex-decoder-switches)
16942         (binhex-use-external): Move to the binhex custom group.
16943
16944         * uudecode.el (uudecode): New custom group.
16945         (uudecode-decoder-program, uudecode-decoder-switches)
16946         (uudecode-use-external): Move to the uudecode custom group.
16947
16948         * netrc.el (top-level): Don't load `encrypt' features.
16949         (netrc-parse): Don't use encrypt.
16950         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16951
16952         * encrypt.el: Remove file.
16953
16954 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16955
16956         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16957         matches on patches.
16958
16959         * gnus-art.el (gnus-article-browse-html-article):
16960         Mention `mm-text-html-renderer' in the doc string.
16961
16962         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16963         string.  Add comments.
16964
16965         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16966         if rhs is ASCII.
16967
16968 2007-12-01  Glenn Morris  <rgm@gnu.org>
16969
16970         * mail-source.el (top-level): Require format-spec before
16971         eval-when-compile.
16972
16973 2007-11-30  Glenn Morris  <rgm@gnu.org>
16974
16975         * encrypt.el: Require password, rather than autoloading password-read.
16976
16977 2007-11-29  Glenn Morris  <rgm@gnu.org>
16978
16979         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16980         (sasl-make-client, sasl-next-step, sasl-step-data)
16981         (sasl-step-set-data): Declare as functions.
16982
16983 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16984
16985         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16986
16987 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16988
16989         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16990         certs should be verified and what is to be done in the event of a
16991         verification failure.
16992
16993         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16994         caller can indicate whether the cache should be disregarded for this
16995         call.  This way the result of the call is reproducible at all times and
16996         can be considered a canonical server name for the supplied method.
16997         (gnus-agent-method-p): Canonicalize server names by pushing their
16998         method through `gnus-method-to-server' using the no-cache argument.
16999
17000         * gnus-srvr.el (gnus-server-insert-server-line):
17001         Call `gnus-method-to-server' with `no-cache' argument.
17002
17003         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
17004         gnus-agent-possibly-synchronize-flags as this should be called when the
17005         server is actually being opened.
17006         (gnus-agent-possibly-synchronize-flags)
17007         (gnus-agent-possibly-synchronize-flags-server): Move check for the
17008         flags file of an agentized server to the latter function.
17009
17010         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
17011         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
17012         after a connection has been established successfully.
17013
17014 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17015
17016         * gnus-art.el (article-display-face): Force to display face if called
17017         interactively; check if gnus-article-x-face-too-ugly matches author.
17018         (article-display-x-face): Display face even if From header is missing
17019         as article-display-face does.
17020
17021 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
17022
17023         * hashcash.el (message-narrow-to-headers-or-head)
17024         (message-fetch-field, message-goto-eoh)
17025         (message-narrow-to-headers): Declare as functions.
17026
17027 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
17028
17029         * mail-source.el (mail-sources): Default to fetch from file for
17030         compatibility with default of nnmail-spool-file.
17031
17032 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17033
17034         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
17035         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
17036         to look for encoded word that should be encoded again.
17037         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
17038         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
17039         encoding pattern.
17040         (rfc2047-decode-region): Switch strict regexp and loose one according
17041         to rfc2047-allow-irregular-q-encoded-words.
17042
17043 2007-11-25  Romain Francoise  <romain@orebokech.com>
17044
17045         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
17046
17047 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17048
17049         * tls.el (tls-program): Provide more custom choices from
17050         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
17051         (tls-process-connection-type, tls-success): Remove "*" in doc string.
17052
17053 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17054
17055         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
17056         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
17057
17058         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
17059         `nnmail-spool-file'.
17060
17061         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
17062         `nnmail-spool-file'.
17063
17064         * gnus-move.el (gnus-change-server): Ditto.
17065
17066         * gnus-kill.el (gnus-batch-score): Ditto.
17067
17068         * gnus-cache.el (gnus-jog-cache): Ditto.
17069
17070         * gnus-msg.el (gnus-summary-reply):
17071         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
17072
17073 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17074
17075         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
17076         version.  Minor improvement to doc strings.
17077         (tls-program): Add comment.
17078
17079 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
17080
17081         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
17082         (tls-checktrust): New variable.  Check if GNU TLS complained about a
17083         mismatch between the hostname provided in the certificate and the name
17084         of the host connnecting to.
17085         (open-tls-stream): Use them.  Check certificates against trusted root
17086         certificates.
17087
17088 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
17089
17090         * gnus-cache.el (gnus-cache-generate-nov-databases):
17091         Use nnml-generate-nov-databases-directory instead of
17092         nnml-generate-nov-databases-1.
17093
17094 2007-11-24  Glenn Morris  <rgm@gnu.org>
17095
17096         * message.el (message-tool-bar-retro): Update for rename
17097         mail_send.xpm->mail-send.xpm.
17098
17099 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
17100
17101         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
17102         `smime-ldap-search' for Emacs 22 and up.
17103
17104 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17105
17106         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
17107
17108         * message.el (message-send-mail-function): Fix error convention.
17109         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
17110         (message-widen-reply, message-send-mail, message-talkative-question)
17111         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
17112         (message-clone-locals, message-send-news): Use with-current-buffer.
17113         (message-insert-or-toggle-importance): Remove unused var `valid'.
17114         (message-make-references): Remove unused var `new-references'.
17115         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
17116
17117 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
17118
17119         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
17120         (spam-split-symbolic-return-positive): Reflow docstring.
17121         (spam-backends, spam-summary-exit-behavior)
17122         (spam-mark-ham-unread-before-move-from-spam-group)
17123         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
17124         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17125         (spam-clear-cache, spam-backend-check, spam-install-backend)
17126         (spam-install-statistical-backend, spam-list-of-processors)
17127         (spam-group-processor-p, spam-split, spam-bogofilter-score)
17128         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
17129         (spam-check-crm114, spam-initialize, spam-unload-hook):
17130         Fix typos in docstrings.
17131
17132 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17133
17134         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
17135         been checked if they have never been read and those group levels are
17136         higher than the one that a user specified.
17137
17138 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17139
17140         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
17141         foreign groups unless a group level is specified by a user.
17142         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
17143
17144 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
17145
17146         * message.el (message-send-mail-function): Require sendmail.
17147
17148 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
17149
17150         * message.el (message-send-mail-function): Check for smtpmail too.
17151
17152         * utf7.el (utf7-encode, utf7-decode): Use coding system
17153         `utf-7'/`utf-7-imap' from utf-7.el' if available.
17154
17155         * message.el (message-send-mail-function): New function.
17156         (message-send-mail-function): Set default using
17157         message-send-mail-function.  Adjust doc string.
17158         (message-send-mail-with-mailclient): New function.
17159
17160 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
17161
17162         * smime.el (from):
17163         * rfc2047.el (message-posting-charset):
17164         * qp.el (mm-use-ultra-safe-encoding):
17165         * pop3.el (parse-time-months):
17166         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
17167         * nnml.el (files):
17168         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
17169         (jka-compr-compression-info-list, ange-ftp-path-format)
17170         (efs-path-regexp):
17171         * nndiary.el (files):
17172         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
17173         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
17174         (epg-digest-algorithm-alist, inhibit-redisplay)
17175         (password-cache-expiry):
17176         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
17177         (pgg-output-buffer, password-cache-expiry):
17178         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
17179         (efs-path-regexp):
17180         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
17181         (inhibit-redisplay):
17182         * mm-uu.el (file-name, start-point, end-point, entry)
17183         (gnus-newsgroup-name, gnus-newsgroup-charset):
17184         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
17185         (latin-unity-ucs-list):
17186         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
17187         (mm-uu-binhex-decode-function):
17188         * message.el (gnus-message-group-art, gnus-list-identifiers)
17189         (rmail-enable-mime-composing, gnus-local-organization)
17190         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
17191         (gnus-read-active-file, facemenu-add-face-function)
17192         (facemenu-remove-face-function, gnus-article-decoded-p)
17193         (tool-bar-mode):
17194         * mail-source.el (display-time-mail-function):
17195         * gnus-util.el (nnmail-pathname-coding-system)
17196         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
17197         (gnus-original-article-buffer, gnus-user-agent)
17198         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
17199         (xemacs-codename, sxemacs-codename, emacs-program-version):
17200         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
17201         * gnus-start.el (gnus-agent-covered-methods)
17202         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
17203         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
17204         (gnus-newsgroup-headers, gnus-group-list-mode)
17205         (gnus-group-mark-positions, gnus-newsgroup-data)
17206         (gnus-newsgroup-unreads, nnoo-state-alist)
17207         (gnus-current-select-method, mail-sources)
17208         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
17209         (nnmail-spool-file, gnus-cache-active-hashtb):
17210         * gnus-mh.el (mh-lib-progs):
17211         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
17212         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
17213         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
17214         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
17215         (gnus-group-buffer):
17216         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
17217         (font-lock-set-defaults):
17218         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17219         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17220         (gnus-summary-post-menu, total-parts, type, condition, length):
17221         * gnus-agent.el (gnus-agent-read-agentview):
17222         * flow-fill.el (show-trailing-whitespace):
17223         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17224         eval-and-compile wrappers for byte compiler pacifiers.
17225
17226         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17227         (mm-display-inline-fontify): Check for featurep 'xemacs not
17228         extent-list.
17229
17230         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17231         itimer-list.
17232         (mm-create-image-xemacs): Only do something for XEmacs.
17233         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17234
17235         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17236
17237         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17238         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17239
17240 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17241
17242         * nnimap.el (nnimap-split-download-body):
17243         * gnus-demon.el (gnus-demon):
17244         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17245
17246 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17247
17248         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17249         New macros.
17250         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17251         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17252         copy data from unibyte buffer to multibyte current buffer.
17253         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17254         to copy data from unibyte current buffer to multibyte buffer.
17255         (nntp-make-process-buffer): Make process buffer unibyte.
17256
17257         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17258
17259 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17260
17261         * pop3.el (pop3-open-server): Accept and process data more robustly at
17262         connection start to avoid spurious "POP SSL connection failed" errors.
17263
17264 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17265
17266         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17267         read group names.
17268
17269 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17270
17271         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17272
17273 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17274
17275         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17276         (nnmail-save-active): Use a unibyte buffer when saving active file,
17277         which may contain non-ASCII group names.
17278
17279         * nnml.el (nnml-request-group): Decode group names in messages.
17280
17281 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17282
17283         * message.el (message-citation-line-function)
17284         (message-insert-formatted-citation-line): Fix spelling of
17285         `message-insert-formated-citation-line'.
17286
17287 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17288
17289         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17290
17291 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17292
17293         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17294         nnmail-pathname-coding-system.
17295
17296         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17297         that a user enters; decode group names in messages.
17298
17299         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17300
17301 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17302
17303         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17304
17305         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17306
17307         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17308         risky local variable.
17309
17310         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17311
17312 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17313
17314         * encrypt.el: Improve documentation to fix function name typo.
17315         Reported by Daiki Ueno <ueno@unixuser.org>.
17316
17317 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17318
17319         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17320         even if the point is not in the last page of an article.
17321         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17322         back to the previous page.
17323
17324 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17325
17326         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17327
17328 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17329
17330         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17331
17332 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17333
17334         * message.el (message-check-news-body-syntax):
17335         Avoid mm-string-as-multibyte.
17336         (message-hide-headers): Don't assume (point-min)==1.
17337
17338 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17339
17340         * message.el (message-remove-blank-cited-lines): Fix if remove is
17341         given.
17342         (message-bogus-address-regexp): New variable.
17343         (message-bogus-recipient-p): New function.
17344         (message-check-recipients): New command.
17345         (message-syntax-checks): Add `bogus-recipient'.
17346         (message-fix-before-sending): Add `bogus-recipient'.
17347
17348         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17349         (gnus-treat-body-boundary): Don't test window-system.
17350
17351 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17352
17353         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17354
17355 2007-10-28  Miles Bader  <miles@gnu.org>
17356
17357         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17358         at compile-time too.
17359
17360 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17361
17362         * gnus-msg.el (gnus-message-setup-hook):
17363         Add `message-remove-blank-cited-lines' to options.
17364
17365 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17366
17367         * message.el (message-remove-blank-cited-lines): New function.
17368         Suggested by Karl Plästerer.
17369
17370 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17371
17372         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17373         mapc.
17374
17375         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17376         (top-level): Use mapc to set functions to be traced for debugging.
17377
17378         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17379         called for effect with while loop.
17380
17381         * message.el (message-talkative-question): Replace mapcar called for
17382         effect with mapc.
17383
17384         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17385         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17386         called for effect with dolist.
17387
17388         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17389
17390         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17391         gnus-extra-headers and nnmail-extra-headers.
17392
17393         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17394         called for effect with dolist.
17395         (top-level): Use mapc to set functions to be traced for debugging.
17396
17397         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17398         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17399         dolist.
17400
17401         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17402         Replace mapcar called for effect with mapc.
17403         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17404         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17405         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17406         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17407
17408         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17409         remove-if that's a cl function.
17410
17411         * webmail.el (webmail-debug): Replace mapcar called for effect with
17412         dolist.
17413
17414         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17415         with mapc.
17416
17417 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17418
17419         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17420         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17421         with while loop.
17422
17423         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17424         functions from article-* functions.
17425         (gnus-multi-decode-header): Replace mapcar called for effect with
17426         dolist.
17427
17428         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17429         (gnus-bookmark-show-details): Replace mapcar called for effect with
17430         while loop.
17431
17432         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17433         called for effect with while loop.
17434
17435         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17436         with dolist.
17437
17438         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17439         Replace mapcar called for effect with dolist.
17440
17441         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17442
17443         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17444         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17445         Replace mapcar called for effect with dolist.
17446         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17447         mapc.
17448
17449         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17450         Replace mapcar called for effect with dolist.
17451         (gnus-topic-list): Replace mapcar called for effect with mapc.
17452
17453         * gnus.el: Use mapc instead of mapcar to add autoloads.
17454
17455 2007-10-23  Richard Stallman  <rms@gnu.org>
17456
17457         * gnus-group.el (gnus-group-highlight): Mark as risky.
17458
17459 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17460
17461         * gnus.el (gnus-server-to-method): Return method found first in
17462         gnus-newsrc-alist.
17463
17464         * gnus-art.el (gnus-article-highlight-signature)
17465         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17466         button overlay without the front stickiness.
17467
17468 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17469
17470         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17471         overview buffer needed a catch to receive its throw.
17472         (gnus-agent-flush-cache): Declare as interactive to make this function
17473         easier to use.
17474
17475 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17476
17477         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17478         `next-line'.
17479
17480 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17481
17482         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17483         exclude address matching message-dont-reply-to-names.
17484
17485 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17486
17487         * gnus-util.el (gnus-string<): New function.
17488
17489         * gnus-sum.el (gnus-article-sort-by-author)
17490         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17491
17492 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17493
17494         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17495         the frame-focus tag is set in gnus-buffer-configuration.
17496
17497 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17498
17499         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17500         the front stickiness.
17501
17502 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17503
17504         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17505         url pattern; remove duplicate one.
17506         (gnus-article-extend-url-button): New function.
17507         (gnus-article-add-buttons): Use it.
17508         (gnus-button-push): Use concatenated url that it makes.
17509
17510 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17511
17512         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17513
17514 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17515
17516         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17517         Don't hardcode point-min==1.
17518
17519 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17520
17521         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17522         Fix comment about "iso8859-1".
17523
17524 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17525
17526         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17527         ones returned from the verify-function.
17528
17529         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17530         Call mml2015-extract-cleartext-signature if extraction failed.
17531
17532 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17533
17534         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17535         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17536         failed.
17537
17538 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17539
17540         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17541
17542 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17543
17544         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17545         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17546         recommends to use EasyPG instead of PGG.
17547
17548         * pgg.el: Revert to revision 6.23.2.16.
17549
17550         * pgg-def.el: Revert to revision 6.6.2.14.
17551
17552         * pgg-gpg.el: Revert to revision 6.23.2.34.
17553
17554 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17555
17556         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17557         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17558         thread for both the null and zero (kill/expire thread) universal prefix
17559         cases.
17560         (gnus-summary-expire-thread): Add new function to expire a thread,
17561         using gnus-summary-kill-thread.
17562         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17563         shortcuts for gnus-summary-expire-thread.
17564         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17565         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17566
17567 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17568
17569         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17570         extras value, so an extras entry can be deleted.
17571         (gnus-registry-delete-extra-entry): Use it.
17572         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17573         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17574         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17575         storage through the gnus-registry, and provide an appropriate API for
17576         it.
17577
17578 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17579
17580         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17581         Suggested by Leo <sdl.web@gmail.com>.
17582
17583         * gnus.el: Do.
17584
17585 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17586
17587         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17588         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17589
17590         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17591
17592         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17593         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17594
17595 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17596
17597         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17598         newline.
17599         (nnmbox-request-accept-article): Don't change article in source buffer;
17600         narrow to header to use message-fetch-field rather than
17601         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17602         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17603         as delimiters; make sure article ends with newline.
17604         (nnmbox-delete-mail): Correct last position of article to be deleted;
17605         ignore X-Gnus-Newsgroup header in article body.
17606         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17607         positions; make sure article ends with newline.
17608
17609         * message.el (message-display-abbrev): Don't infloop when a user
17610         inserts SPC in the beginning of header.
17611
17612         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17613         coding-system-for-read and coding-system-for-write for XEmacs having no
17614         file-coding feature.
17615
17616         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17617
17618 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17619
17620         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17621         list of groups not followed by default.  Fix type to be regexp.
17622         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17623
17624 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17625
17626         * hmac-def.el (define-hmac-function): Switch from old-style to
17627         new-style backquotes.
17628
17629         * md4.el (md4-make-step): Likewise.
17630
17631 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17632
17633         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17634         raw-text coding system when saving .newsrc file, which may contain
17635         non-ASCII group names.
17636
17637 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17638
17639         * gnus-cus.el (gnus-score-extra): New widget.
17640         (gnus-score-extra-convert): New function.
17641         (gnus-score-customize): Use it for Extra.
17642
17643 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17644
17645         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17646         (mml2015-mailcrypt-clear-verify): Use it.
17647         (mml2015-gpg-clear-verify): Use it.
17648         (mml2015-pgg-clear-verify): Use it.
17649         (mml2015-epg-clear-verify): Replace the current part with the output
17650         from GnuPG; don't extract the plaintext by itself.
17651
17652         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17653         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17654         mml2015-clear-verify-function; don't touch the armor headers or
17655         dash-escaped text here.
17656
17657 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17658
17659         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17660         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17661         parts, or application/octet-stream as a last resort.
17662         (gnus-mime-view-part-as-type): Don't toggle display.
17663         (gnus-mime-view-part-as-charset): Don't turn off display before
17664         querying charset.
17665
17666         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17667         stuff to undisplayer function in Emacs.
17668         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17669
17670         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17671         text/calendar parts.
17672
17673 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17674
17675         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17676         decoding text/calendar parts.
17677
17678         * message.el (message-forward-make-body-mime): Always mark body as
17679         having no illegible text; remove signed-or-encrypted argument.
17680         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17681
17682         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17683         (mml-generate-mime-1): Don't encode body if it is specified to be in
17684         raw form; don't make buffer be unibyte when inserting multibyte string.
17685
17686 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17687
17688         * sha1.el: Fix up comment style.
17689         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17690         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17691
17692         * hex-util.el: Fix up comment style.
17693         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17694
17695         * gnus-salt.el: Use with-current-buffer.
17696         (gnus-pick-setup-message): Fix long-standing typo.
17697
17698 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17699
17700         * imap.el (imap-logout-timeout): New variable.
17701         (imap-logout, imap-logout-wait): New functions.
17702         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17703
17704         * nnimap.el (nnimap-logout-timeout): New server variable.
17705         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17706         nnimap-logout-timeout.
17707
17708         * gnus-art.el (gnus-article-summary-command-nosave)
17709         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17710
17711 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17712
17713         * gnus.el (gnus-maximum-newsgroup): New variable.
17714
17715         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17716         according to gnus-maximum-newsgroup.
17717
17718         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17719         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17720         Limit the range of articles according to gnus-maximum-newsgroup.
17721
17722 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17723
17724         * gnus-art.el (gnus-sticky-article): Fix problems described in
17725         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17726         Don't perform gnus-configure-windows here; reuse existing sticky
17727         article buffer.
17728
17729         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17730         it doesn't exist in gnus-article-mode.
17731
17732 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17733
17734         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17735         (gnus-agent-decoded-group-name): New function.
17736         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17737         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17738
17739 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17740
17741         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17742         Add binding for gnus-sticky-article.
17743         (gnus-summary-exit): Don't kill sticky article buffers.
17744
17745         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17746         article buffer.
17747         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17748         (gnus-kill-sticky-article-buffers): New commands.
17749
17750 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17751
17752         * nntp.el (nntp-xref-number-is-evil): New server variable.
17753         (nntp-find-group-and-number): If it is non-nil, don't trust article
17754         numbers in the Xref header.
17755
17756 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17757
17758         * gnus-agent.el (gnus-agent-read-group): New function.
17759         (gnus-agent-flush-group, gnus-agent-expire-group)
17760         (gnus-agent-regenerate-group): Use it.
17761         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17762         nnmail-pathname-coding-system.
17763
17764 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17765
17766         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17767
17768         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17769         that are unread as unread, and also as selected so that information of
17770         marks having been changed by a user may be updated when exiting group.
17771
17772 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17773
17774         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17775
17776 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17777
17778         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17779         calculated ignoring signature parts to gnus-treat-article.
17780
17781 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17782
17783         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17784         a point here in order to keep the window start.
17785         (gnus-insert-mime-security-button): Make a button overlay without the
17786         front stickiness.
17787         (gnus-mime-display-security): Goto the end of a button.
17788
17789         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17790
17791 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17792
17793         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17794         group-name-at-point.
17795         (gnus-group-completing-read): New function that offers decoded
17796         non-ASCII group names for completion.
17797         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17798         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17799         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17800         (gnus-group-fetch-control): Use it.
17801         (gnus-fetch-group): Use group-name-at-point for the initial value
17802         rather than the default value; use gnus-alive-p.
17803
17804         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17805         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17806         (gnus-summary-post-news): Use gnus-group-completing-read.
17807
17808         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17809         (gnus-read-move-group-name): Decode group name for completion.
17810
17811 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17812
17813         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17814         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17815         Yamaoka slightly modified the code).
17816
17817 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17818
17819         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17820         (nnmail-split-incoming): Bind it.
17821
17822         * nnml.el (nnml-group-name-charset): New function.
17823         (nnml-decoded-group-name): Use it; don't decode group name if
17824         nnmail-group-names-not-encoded-p is non-nil.
17825         (nnml-encoded-group-name): New function.
17826         (nnml-group-pathname): Inline nnml-decoded-group-name.
17827         (nnml-request-expire-articles): Decode group name in message.
17828         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17829         nnmail-pathname-coding-system.
17830         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17831         not decoded ones according to nnmail-group-names-not-encoded-p.
17832         (nnml-generate-active-info): Use nnml-encoded-group-name.
17833
17834 2007-08-08  Glenn Morris  <rgm@gnu.org>
17835
17836         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17837         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17838         doc-strings and comments.
17839
17840 2007-07-25  Glenn Morris  <rgm@gnu.org>
17841
17842         * Relicense all FSF files to GPLv3 or later.
17843
17844 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17845
17846         * gnus-sum.el (gnus-summary-move-article):
17847         Make gnus-summary-respool-article work.
17848
17849 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17850
17851         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17852         string.
17853
17854 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17855
17856         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17857         that should be ignored when comparing distant RSS articles with local
17858         ones.
17859         (nnrss-make-hash-index): New function.  Create a hash index according
17860         to the ignored fields.
17861         (nnrss-check-group): Use it.
17862
17863 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17864
17865         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17866
17867         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17868
17869         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17870         the new optional argument ENCODED is non-nil.
17871         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17872         coding system for encoding group name.
17873         (gnus-group-make-rss-group): Pass un-encoded group name to
17874         gnus-group-make-group.
17875         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17876         encoded.
17877
17878         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17879         Encode group name to which articles are moved or copied.
17880         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17881         coding system for encoding Newsgroup, Followup-To and Xref headers.
17882
17883         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17884         marks; use nnheader-file-coding-system to write a file.
17885         (nnagent-retrieve-headers): Bind file-name-coding-system to
17886         nnmail-pathname-coding-system.
17887
17888         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17889
17890         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17891         (nnml-request-article, nnml-request-create-group)
17892         (nnml-request-rename-group, nnml-find-id)
17893         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17894         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17895         (nnml-save-marks): Use nnml-group-pathname instead of
17896         nnmail-group-pathname.
17897
17898         (nnml-request-create-group, nnml-request-expire-articles)
17899         (nnml-request-move-article, nnml-request-delete-group)
17900         (nnml-deletable-article-p, nnml-possibly-create-directory)
17901         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17902         (nnml-open-marks): Bind file-name-coding-system to
17903         nnmail-pathname-coding-system.
17904
17905         (nnml-request-article): Pass server argument to nnml-find-group-number.
17906         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17907         Pass server argument to nnml-possibly-create-directory.
17908         (nnml-request-accept-article): Pass server argument to
17909         nnml-active-number and nnml-save-mail.
17910         (nnml-find-group-number): Pass server argument to nnml-find-id.
17911         (nnml-request-update-info): Pass server argument to
17912         nnml-marks-changed-p.
17913
17914         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17915         (nnml-save-mail, nnml-active-number): Add server argument.
17916
17917         (nnml-request-delete-group): Warn if group is missing.
17918         (nnml-get-nov-buffer): Decode group name.
17919         (nnml-generate-active-info): Encode group name.
17920         (nnml-open-marks): Decode group name in messages.
17921
17922 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17923
17924         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17925         if it is not specified.
17926         (gnus-article-pipe-part, gnus-article-save-part)
17927         (gnus-article-interactively-view-part, gnus-article-copy-part)
17928         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17929         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17930         (gnus-article-replace-part, gnus-article-delete-part)
17931         (gnus-article-view-part-as-type): Pass raw prefix argument to
17932         gnus-article-part-wrapper.
17933
17934 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17935
17936         * gnus-agent.el (gnus-agent-save-active):
17937         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17938
17939         * gnus-cache.el (gnus-cache-save-buffers)
17940         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17941         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17942         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17943         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17944         (gnus-cache-generate-active, gnus-cache-rename-group)
17945         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17946         (gnus-cache-update-overview-total-fetched-for):
17947         Bind file-name-coding-system to nnmail-pathname-coding-system.
17948         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17949         New variables.
17950         (gnus-cache-decoded-group-name): New function.
17951         (gnus-cache-file-name): Use it.
17952         (gnus-cache-generate-active): Use non-decoded group name for active.
17953
17954         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17955         right place.
17956         (gnus-write-active-file): Don't break non-ASCII group names.
17957
17958         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17959         nnmail-pathname-coding-system.
17960
17961         * lpath.el: Bind default-file-name-coding-system,
17962         file-name-coding-system and language-info-alist for XEmacs.
17963
17964         * gnus-uu.el (gnus-uu-decode-save): Typo.
17965
17966 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17967
17968         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17969
17970 2007-07-14  David Kastrup  <dak@gnu.org>
17971
17972         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17973         finishing actions if we did not edit the article.
17974
17975 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17976
17977         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17978         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17979         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17980         (gnus-agent-flush-group, gnus-agent-flush-cache)
17981         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17982         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17983         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17984         (gnus-agent-regenerate-group)
17985         (gnus-agent-update-files-total-fetched-for)
17986         (gnus-agent-update-view-total-fetched-for):
17987         Bind file-name-coding-system to nnmail-pathname-coding-system.
17988         (gnus-agent-group-pathname): Don't encode file names by
17989         nnmail-pathname-coding-system.
17990         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17991         coding-system-for-write instead of buffer-file-coding-system to
17992         gnus-agent-file-coding-system.
17993
17994         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17995         Decode group name.
17996
17997         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17998
17999         * gnus-start.el (gnus-update-active-hashtb-from-killed)
18000         (gnus-read-newsrc-el-file): Make group names unibyte.
18001
18002         * nnmail.el (nnmail-group-pathname): Don't encode file names by
18003         nnmail-pathname-coding-system.
18004
18005         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
18006         (nnrss-request-delete-group): Bind file-name-coding-system to
18007         nnmail-pathname-coding-system.
18008         (nnrss-read-server-data, nnrss-read-group-data):
18009         Bind file-name-coding-system correctly.
18010         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
18011
18012         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
18013         (nntp-server-to-method-cache): New variable.
18014         (nntp-group-pathname): New function that decodes non-ASCII group names.
18015         (nntp-possibly-create-directory, nntp-marks-changed-p)
18016         (nntp-save-marks, nntp-open-marks): Use it.
18017         (nntp-possibly-create-directory, nntp-open-marks):
18018         Bind file-name-coding-system to nnmail-pathname-coding-system.
18019         (nntp-open-marks): Decode group names when bootstrapping marks.
18020
18021         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
18022         Newsgroups and Followup-To headers.
18023
18024 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18025
18026         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18027         (gnus-server-closed-face, gnus-server-denied-face)
18028         (gnus-server-offline-face): Remove variable.
18029         (gnus-server-font-lock-keywords): Use faces that are not aliases.
18030
18031         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
18032         of modifying message-stack directly for XEmacs.
18033
18034         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
18035         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
18036         if the coding-system argument is nil for XEmacs.
18037
18038         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
18039         mm-charset-override-alist.
18040
18041         * rfc2047.el: Don't require base64; require rfc2045 for the function
18042         rfc2045-encode-string.
18043         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
18044         to quote the parameter value.
18045
18046 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18047
18048         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
18049         form in gnus-group-name-charset-method-alist.
18050
18051         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
18052         overrides the default layout edit-form.
18053
18054         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
18055
18056         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
18057
18058 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18059
18060         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
18061         as unfetched articles.
18062
18063 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
18064
18065         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
18066
18067 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18068
18069         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
18070         original back end that keeps marks in the local system.
18071
18072 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18073
18074         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
18075         arg of pop-to-buffer for XEmacs.
18076         (gnus-article-read-summary-keys): Ditto; don't restore window
18077         configuration if summary command ends up with neither article buffer
18078         nor summary buffer; describe bindings if summary keys end with C-h.
18079
18080 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18081
18082         * message.el (message-fix-before-sending): Skip raw message part to be
18083         forwarded while checking illegible text.
18084         (message-forward-make-body-mime, message-forward-make-body):
18085         Mark signed or encrypted raw message as having no illegible text.
18086
18087 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18088
18089         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
18090         (gnus-message-with-timestamp-1): New macro.
18091         (gnus-message-with-timestamp): New function.
18092         (gnus-message): Use them.
18093
18094         * nnheader.el (nnheader-message): Use them.
18095
18096 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
18097
18098         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
18099         .newsrc.eld file.
18100
18101 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18102
18103         * gnus-agent.el (gnus-agent-fetch-headers)
18104         (gnus-agent-retrieve-headers):
18105         Bind gnus-decode-encoded-address-function to identity.
18106
18107         * nntp.el (nntp-send-xover-command): Recognize an xover command is
18108         available also when the server returns simply a dot.
18109
18110         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
18111
18112 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18113
18114         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
18115
18116 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18117
18118         * gnus-ems.el (gnus-x-splash): Make it work.
18119
18120         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
18121         from being used.
18122
18123         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
18124
18125 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18126
18127         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
18128         4th and the 5th arguments.
18129
18130         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
18131         the front stickiness.
18132         (gnus-article-summary-command-nosave): Correct the order of the
18133         arguments passed to pop-to-buffer.
18134         (gnus-article-read-summary-keys): Ditto; make it work properly when the
18135         summary command ends up with the article buffer.
18136
18137         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
18138         the same faces.
18139
18140 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18141
18142         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
18143
18144 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18145
18146         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
18147         * gnus-sum.el (gnus-summary-highlight):
18148         * pgg.el (pgg-sign-region, pgg-sign):
18149         * mail-source.el (mail-source-delete-old-incoming-confirm):
18150         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
18151
18152 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18153
18154         * gnus-art.el (gnus-mime-view-part-externally)
18155         (gnus-mime-view-part-internally): Fix predicate function passed to
18156         completing-read.
18157
18158         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
18159
18160         * gnus.el (gnus-update-message-archive-method): Add :version.
18161
18162 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18163
18164         * gnus.el (gnus-update-message-archive-method): New variable.
18165
18166         * gnus-start.el (gnus-setup-news): Update saved "archive" method
18167         according to gnus-message-archive-method if
18168         gnus-update-message-archive-method is non-nil.
18169
18170 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18171
18172         * gnus-sum.el (gnus-summary-limit-to-address): New function.
18173         Suggested by Loic Dachary <loic@dachary.org>.
18174         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18175
18176 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18177
18178         * message.el (message-pop-to-buffer): Add switch-function argument.
18179         (message-mail): Pass switch-function argument to it.
18180
18181 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
18182
18183         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
18184         Improve doc string.
18185
18186 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18187
18188         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
18189         (gnus-header-content):
18190         * gnus-cite.el (gnus-cite-10):
18191         * gnus-srvr.el (gnus-server-closed):
18192         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
18193         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
18194         (gnus-group-mail-3-empty, gnus-group-mail-low)
18195         (gnus-group-mail-low-empty, gnus-splash):
18196         * message.el (message-header-to, message-header-cc)
18197         (message-header-subject, message-header-other, message-header-name)
18198         (message-header-xheader, message-separator, message-cited-text)
18199         (message-mml): Lighten colors of faces used for dark background.
18200
18201 2007-05-24  Simon Josefsson  <simon@josefsson.org>
18202
18203         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
18204         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
18205
18206 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18207
18208         * message.el (message-narrow-to-headers-or-head):
18209         Ignore mail-header-separator in the body.
18210
18211 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18212
18213         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
18214         same as window size.
18215
18216 2007-05-22  Kevin Ryde  <user42@zip.com.au>
18217
18218         * message.el (message-font-lock-keywords): Use message-header-xheader
18219         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18220         ahead of the anything pattern, to get it recognized.
18221
18222 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18223
18224         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18225         spam.el loads uses it in the compiled defadvice form.
18226
18227 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18228
18229         * gnus-sum.el (gnus-articles-to-read)
18230         (gnus-summary-insert-old-articles): Don't truncate group name for
18231         `read-string'.
18232
18233         * gnus-util.el (gnus-limit-string): Delete this function.
18234
18235         * gnus-sum.el (gnus-simplify-subject-fully):
18236         Use `truncate-string-to-width' instead.
18237
18238 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18239
18240         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18241         Tell if, on summary exit, the next group has to be selected.
18242         (gnus-summary-exit): Use it.
18243
18244 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18245
18246         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18247         non-break space.
18248
18249 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18250
18251         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18252         Check if group is not a directory.
18253         (nnfolder-request-expire-articles): Don't delete articles if the target
18254         group is not available.
18255
18256         * nnml.el (nnml-request-create-group): Properly check if group is not a
18257         file.
18258         (nnml-request-expire-articles): Don't delete articles if the target
18259         group is not available.
18260
18261         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18262         Don't quote characters that are within parentheses.
18263
18264 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18265
18266         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18267         (gnus-handle-ephemeral-exit): Select article according to it.
18268
18269 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18270
18271         * message.el (message-insert-formated-citation-line): Remove newline.
18272         (message-citation-line-format): Add final \n here so that the user can
18273         avoid a blank line.
18274
18275 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18276
18277         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18278         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18279         Update lanl/arXiv support.
18280
18281 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18282
18283         * gnus.el: Bump version number.
18284
18285 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18286
18287         * gnus.el (gnus-version-number): Bump version.
18288
18289 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18290
18291         * gnus.el: No Gnus v0.6 is released.
18292
18293 2007-04-27  Didier Verna  <didier@xemacs.org>
18294
18295         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18296         * gmm-utils.el (gmm-regexp-concat): ... here.
18297         * message.el: Don't require 'gnus-util.
18298         (message-dont-reply-to-names): Handle name change above.
18299         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18300
18301 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18302
18303         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18304         since the initial value varies according to the system.
18305
18306 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18307
18308         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18309
18310 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18311
18312         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18313
18314 2007-04-24  Didier Verna  <didier@xemacs.org>
18315
18316         Improve the type of gnus-ignored-from-addresses.
18317         * gnus-util.el (gnus-orify-regexp): New function.
18318         * message.el (gnus-util): Require it.
18319         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18320         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18321         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18322
18323 2007-04-24  Didier Verna  <didier@xemacs.org>
18324
18325         * gnus-sum.el:
18326         * gnus-utils.el: Fix some trailing whitespaces.
18327
18328 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18329
18330         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18331         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18332         article's Message-ID; refer parent article in summary buffer.
18333
18334         * message.el (message-bounce): Call mime-to-mml.
18335
18336         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18337         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18338         optimize and/or forms properly.
18339
18340 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18341
18342         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18343         URL.
18344
18345 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18346
18347         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18348
18349 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18350
18351         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18352         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18353         displayed of multipart/alternative part if it is invoked from summary
18354         buffer.
18355
18356         * mm-view.el (mm-inline-text-html-render-with-w3m)
18357         (mm-inline-text-html-render-with-w3m-standalone)
18358         (mm-inline-render-with-function): Use mail-parse-charset by default.
18359
18360 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18361
18362         * parse-time.el (parse-time-string-chars): Check if CHAR
18363         is less than the length of parse-time-syntax.
18364
18365 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18366
18367         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18368         from gnus-newsgroup-processable.
18369
18370 2007-04-16  Didier Verna  <didier@xemacs.org>
18371
18372         * gnus-msg.el (gnus-configure-posting-styles):
18373         Handle message-signature-directory properly with :file syntax.
18374         Reported by "Leo".
18375
18376 2007-04-11  Didier Verna  <didier@xemacs.org>
18377
18378         New user option: message-signature-directory.
18379         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18380         * message.el (message-insert-signature): Ditto.
18381         * message.el (message-signature-file): Doc update.
18382         * message.el (message-signature-directory): New.
18383
18384 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18385
18386         * gnus-msg.el (gnus-inews-yank-articles):
18387         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18388
18389 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18390
18391         * message.el (message-yank-original): Make sure cited text ends with
18392         newline; don't exchange point and mark.
18393
18394 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18395
18396         * tls.el (open-tls-stream): Properly handle case where there
18397         is no associated buffer.
18398
18399 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18400
18401         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18402         message-yank-original, make sure (< mark TEXT point).
18403
18404 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18405
18406         * message.el (message-fill-column): New variable.
18407         (message-mode): Use it.  Add comment on a possible new hook.
18408
18409         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18410         (nnmail-get-new-mail): Reformat.
18411
18412         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18413
18414         * gmm-utils.el: Fix Commentary.
18415         (gmm-tool-bar-from-list): Fix typo in doc string.
18416
18417 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18418
18419         * message.el (message-yank-original): Don't switch point and mark
18420         unnecessarily to put point and mark as documented.
18421
18422 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18423
18424         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18425         from the message heads.
18426
18427 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18428
18429         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18430         article buffer does not have a window.  This may not be the best
18431         solution but is certainly better than setting the start of the null,
18432         that is the current, window.
18433
18434 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18435
18436         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18437         (gnus-draft-setup): Run it.
18438
18439         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18440         gnus-score-fast-scoring.  Allow regexp.
18441         (gnus-score-headers): Use it.
18442
18443         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18444         XEmacs.
18445
18446         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18447         string.
18448         (gnus-button-alist): Also catch `<f1> k ...'.
18449         (gnus-treat-display-x-face): Fix doc string.
18450
18451 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18452
18453         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18454         evaluation of gnus-extended-version to ensure correct generation of the
18455         User-Agent header when message-generate-headers-first is used.
18456
18457 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18458
18459         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18460         hashcash-path is nil.  Don't call callback with incorrect number of
18461         parameters if val is 0.
18462
18463 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18464
18465         * message.el (message-required-news-headers):
18466         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18467
18468 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18469
18470         * tls.el (open-tls-stream): In handshake-waiting loop,
18471         don't wait more if there is output available to process.
18472
18473 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18474
18475         * tls.el (tls-program): Doc fix.
18476
18477 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18478
18479         * message.el (message-generate-new-buffers): Change the meaning of the
18480         nil value; add `standard' to the choices; treat t as `unique'; improve
18481         doc string.
18482         (gnus-select-frame-set-input-focus): Autoload.
18483         (message-buffer-name): Search for the existing message buffer if
18484         message-generate-new-buffers is nil or `standard'; treat the value t of
18485         message-generate-new-buffers as `unique'.
18486         (message-pop-to-buffer): Raise the frame already displaying the message
18487         buffer; clear the echo area after querying.
18488         (message-setup): Pass the `continue' argument to compose-mail.
18489         (message-mail): Prefer `switch-function' if it is given; search for the
18490         existing message buffer if the `continue' argument is non-nil; pass
18491         continue and switch-function arguments to compose-mail by way of
18492         message-setup.
18493         (message-mail-other-window): Adjust argument of message-setup.
18494         (message-mail-other-frame): Ditto.
18495
18496 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18497
18498         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18499         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18500         to turn font-lock on when turning gnus-message-citation-mode on.
18501
18502 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18503
18504         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18505         (mml-smime-function-alist): New variable; add epg as the backend.
18506         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18507         mml-smime- functions instead.
18508         * mm-view.el: Require smime.
18509
18510 2007-03-05  Didier Verna  <didier@xemacs.org>
18511
18512         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18513         instead of just inheritance for posting styles.
18514         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18515
18516 2007-02-24  Chris Moore  <dooglus@gmail.com>
18517
18518         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18519         * pgg-pgp.el (pgg-pgp-encrypt-region):
18520         * pgg-gpg.el (pgg-gpg-encrypt-region):
18521         Check pgg-encrypt-for-me if no other recipients.
18522
18523 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18524
18525         * tls.el (tls-certtool-program): Fix custom type.
18526
18527 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18528
18529         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18530         and point-at-eol instead of line-(beginning|end)-position.
18531
18532         * assistant.el (assistant-parse-buffer): Ditto.
18533
18534         * netrc.el (netrc-parse-services): Ditto.
18535
18536 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18537
18538         * mml2015.el (mml2015-epg-find-usable-key): New function.
18539         (mml2015-epg-sign): Use it.
18540         (mml2015-epg-encrypt): Use it.
18541
18542 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18543
18544         * message.el (message-make-in-reply-to): Quote name containing
18545         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18546         if there are special characters.  Reported by NAKAJI Hiroyuki
18547         <nakaji@jp.freebsd.org>.
18548
18549 2007-02-27  Didier Verna  <didier@xemacs.org>
18550
18551         Include the group parameters as well as the topic ones in the
18552         inheritance filter process.
18553         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18554         argument GROUP-PARAMS-LIST.
18555         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18556
18557 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18558
18559         * nntp.el (nntp-never-echoes-commands)
18560         (nntp-open-connection-functions-never-echo-commands): New variables.
18561         (nntp-send-command): Use them.
18562
18563 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18564
18565         * mml2015.el (mml2015-epg-verify): Simplify.
18566
18567 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18568
18569         * mml.el (mml-content-disposition-alist): New user option.
18570         (mml-content-disposition): New function.
18571         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18572         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18573
18574 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18575
18576         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18577         verification.
18578
18579 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18580
18581         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18582         articles posted in the last 24 hours.
18583
18584 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18585
18586         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18587
18588 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18589
18590         * nntp.el (nntp-send-command): Don't wait for echoes when
18591         nntp-open-ssl-stream is used.
18592
18593 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18594
18595         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18596         (gnus-message-add-citation-keywords)
18597         (gnus-message-remove-citation-keywords): Remove.
18598         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18599         directly, make the variables in font-lock-defaults buffer-local, add
18600         gnus-message-citation-keywords to them and then update the value of
18601         font-lock-keywords.
18602
18603 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18604
18605         * message.el (message-cite-original-1): Don't call
18606         gnus-article-highlight-citation.
18607
18608         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18609         citations; fix line count.
18610
18611 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18612
18613         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18614         (gnus-message-add-citation-keywords)
18615         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18616         versions of font-lock-add-keywords and font-lock-remove-keywords to
18617         work with XEmacs correctly.
18618
18619 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18620
18621         * gnus-cite.el (gnus-cite-face-list): Set the values of
18622         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18623         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18624         (gnus-message-cite-prefix-regexp): New variable.
18625         (gnus-message-search-citation-line): Use it; protect against long
18626         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18627         the 0th match data for Emacs.
18628         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18629         (gnus-message-add-citation-keywords): Append keywords rather than
18630         prepending; emulate font-lock-add-keywords if it is not available.
18631         (gnus-message-remove-citation-keywords):
18632         Emulate font-lock-remove-keywords if it is not available.
18633
18634         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18635
18636         * message.el (message-cite-prefix-regexp): Set the value of
18637         gnus-message-cite-prefix-regexp.
18638
18639 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18640
18641         * nnweb.el (nnweb-google-parse-1): Update parser.
18642
18643 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18644
18645         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18646
18647 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18648
18649         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18650         regexp.
18651
18652 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18653
18654         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18655         string-to-multibyte.
18656         (uudecode-decode-region-internal): Use it.
18657
18658         * lpath.el: Fbind string-as-multibyte for XEmacs.
18659
18660 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18661
18662         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18663         Fix custom choice.
18664
18665         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18666
18667 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18668
18669         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18670
18671         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18672         `write-region' to respect `mm-inhibit-file-name-handlers'.
18673
18674 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18675
18676         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18677         Use gnus-home-directory instead of "~/" or "$HOME".
18678
18679 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18680
18681         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18682         to mention filename.
18683         Add comments at beginning regarding usage.
18684         (encrypt-write-file-contents): Change interactive so a string is
18685         acceptable.  If the file has no associated model, show an error instead
18686         of a nonsense prompt.
18687
18688 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18689
18690         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18691         Thanks to Yoshihiko Yamada for kind notification of this typo.
18692
18693 2007-01-12  Kenichi Handa  <handa@m17n.org>
18694
18695         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18696         multibyte buffer.
18697
18698 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18699
18700         * gnus-score.el (gnus-score-fast-scoring): New variable.
18701         (gnus-score-headers): Use it.
18702
18703         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18704
18705         * message.el (message-cite-original-1):
18706         Call gnus-article-highlight-citation if requested.
18707         (message-make-from): Allow name and address as optional arguments.
18708
18709         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18710
18711         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18712         bugs to doc string.
18713         (gnus-button-alist): Add mid\\|message-id.
18714         (gnus-button-fetch-group): Extend for use in
18715         `browse-url-browser-function'.
18716         (gnus-button-url-regexp): Try to catch paired parentheses like in
18717         Wikipedia URLs.
18718
18719         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18720         Suggested by Simon Krahnke <overlord@gmx.li>.
18721
18722 2007-01-13  Romain Francoise  <romain@orebokech.com>
18723
18724         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18725         Update copyright.
18726
18727 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18728
18729         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18730
18731 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18732
18733         * gnus-registry.el (gnus-registry-unfollowed-groups)
18734         (gnus-registry-split-fancy-with-parent): Fix documentation.
18735
18736 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18737
18738         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18739         from nnweb groups.
18740
18741 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18742
18743         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18744         Xref urls.  Erase buffer before requesting head.
18745
18746         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18747
18748 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18749
18750         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18751         customizable.
18752
18753 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18754
18755         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18756         no signing key is found.
18757         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18758         no encrypting and/or signing key is found.
18759
18760 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18761
18762         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18763
18764 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18765
18766         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18767         headers read from disk with the ones newly found in the current search.
18768         This should no longer cause problems, because the article numbers in
18769         Gmane's `nov.php' output are ignored since the previous change.
18770
18771 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18772
18773         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18774
18775 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18776
18777         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18778         replace-regexp-in-string; bind url-version; fbind display-images-p and
18779         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18780         find-face and set-itimer-function for Emacs; bind itimer-list for
18781         Emacs.
18782
18783         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18784
18785 2007-01-01  Romain Francoise  <romain@orebokech.com>
18786
18787         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18788
18789 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18790
18791         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18792         `define-minor-mode' macro definition expanded properly.
18793         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18794         exclude it there.
18795
18796         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18797         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18798         `fboundp' test.
18799         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18800         This is OK to autoload in (S)XEmacs now.
18801
18802 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18803
18804         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18805         keystroke.
18806         (gnus-summary-limit-to-singletons): Fix typo.
18807
18808         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18809         else fails.
18810
18811 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18812
18813         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18814         docstring.
18815
18816         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18817         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18818         (gnus-summary-insert-dormant-articles): Fix typo in message.
18819
18820 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18821
18822         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18823         nil for XEmacs.
18824         (gnus-message-citation-mode): Don't autoload in XEmacs.
18825
18826         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18827
18828 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18829
18830         * nnimap.el (nnimap-expunge-search-string):
18831         Mention nnimap-search-uids-not-since-is-evil in docstring.
18832
18833 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18834
18835         * spam.el: Revert to make-obsolete-variable because
18836         define-obsolete-variable-alias is not supported in Emacs 21.
18837
18838         * spam.el (spam-ifile-path, spam-ifile-database-path)
18839         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18840         make-obsolete-variable.
18841         (spam-bsfilter-path, spam-bsfilter-program)
18842         (spam-spamassassin-path, spam-spamassassin-program)
18843         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18844         Don't use "path" inappropriately.
18845         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18846         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18847         variable names.
18848
18849 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18850
18851         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18852         summary buffer.
18853
18854         * password.el (password-cache-remove): Use clear-string to burn
18855         password, if available.
18856
18857 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18858
18859         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18860
18861         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18862
18863         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18864         (gnus-message-highlight-citation): Move defcustom here from
18865         gnus-cite.el.
18866         (gnus-message-citation-mode): Autoload.
18867
18868         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18869         checks to make it compile with XEmacs.
18870         (gnus-message-citation-mode): New minor mode.
18871         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18872         (gnus-message-highlight-citation): New variables.
18873         (gnus-message-search-citation-line)
18874         (gnus-message-add-citation-keywords)
18875         (gnus-message-remove-citation-keywords)
18876         (turn-on-gnus-message-citation-mode)
18877         (turn-off-gnus-message-citation-mode): New functions.
18878
18879 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18880
18881         * gnus-cite.el: Enable highlighting of different citation levels in
18882         message-mode.
18883
18884 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18885
18886         * message.el (message-make-fqdn): Fix comment.
18887         (message-bogus-system-names): Add ".local".
18888
18889         * spam.el (spam-ifile-path, spam-ifile-program)
18890         (spam-ifile-database-path, spam-ifile-database)
18891         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18892         Don't use "path" inappropriately.
18893         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18894         strings.
18895         (spam-check-ifile, spam-ifile-register-with-ifile)
18896         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18897         Use new variable names.
18898
18899         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18900         (gnus-treat-display-smileys): Simplify using
18901         gnus-image-type-available-p.
18902
18903         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18904         available.
18905
18906         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18907         Use `display-images-p' if available.
18908
18909 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18910
18911         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18912         one after turning on the buffer's multibyteness instead of decoding
18913         them directly in the unibyte buffer that causes unexpected conversion
18914         in Emacs 23 (unicode).
18915
18916 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18917
18918         * message.el (message-generate-hashcash): Fix custom type.
18919
18920 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18921
18922         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18923
18924 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18925
18926         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18927         disconnect icons.  Add help text.
18928
18929 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18930
18931         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18932         negated to be consistent with the others we handle.
18933
18934 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18935
18936         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18937         version of gnus-summary-buffer to something, so that we can use two
18938         article buffers at the same time.
18939
18940 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18941
18942         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18943         trigger all the extra headers.
18944         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18945         sorting.
18946
18947 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18948
18949         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18950         solid groups.
18951
18952 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18953
18954         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18955
18956 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18957
18958         * legacy-gnus-agent.el: Add Copyright notice.
18959
18960 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18961
18962         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18963
18964 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18965
18966         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18967
18968         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18969         to make it work reliably in CVS Emacs.
18970         (gnus-summary-limit-strange-charsets-predicate)
18971         (gnus-summary-limit-to-predicate): New functions.
18972
18973 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18974
18975         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18976         specifying array size.
18977         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18978         array if it is too small.
18979         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18980         (gnus-sort-threads-loop): New function.
18981
18982 2006-12-06  Chris Moore  <dooglus@gmail.com>
18983
18984         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18985         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18986
18987 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18988
18989         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18990         options.
18991
18992 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18993
18994         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18995         DOS-ing the recipient.
18996
18997         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18998         the headers when creating the mapping to avoid mismappings.
18999         (nnweb-gmane-create-mapping): Always nix out old mapping.
19000
19001 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19002
19003         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
19004         and mm-verify-option to never.
19005
19006 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19007
19008         * message.el (message-signed-or-encrypted-p): New function.
19009         (message-forward-make-body): Use it.
19010
19011         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
19012         Replace encode-coding-string with mm-encode-coding-string.
19013
19014 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19015
19016         * nneething.el (nneething-decode-file-name):
19017         Replace decode-coding-string with mm-decode-coding-string.
19018
19019         * gnus-int.el (gnus-open-server): Say failed server's name.
19020
19021 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19022
19023         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
19024         strings to a single string.  Quote `errors-file-name'.
19025         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
19026         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
19027         Adjust calls.  Use `shell-quote-argument'.
19028
19029 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
19030
19031         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
19032         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
19033
19034         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
19035         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
19036         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
19037         (gnus-group-make-directory-group, gnus-group-transpose-groups):
19038         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
19039         (gnus-subscribe-newsgroup, gnus-1):
19040         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
19041         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
19042         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
19043         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
19044
19045 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19046
19047         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
19048         keystroke.
19049         (gnus-summary-limit-to-bodies): Implement headersp.
19050
19051 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19052
19053         * dns.el (query-dns): Protect against "Process dns deleted" strings.
19054
19055 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19056
19057         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
19058
19059 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19060
19061         * message.el (message-generate-hashcash): Expand range of values to
19062         include `opportunistic'.
19063         (message-send-mail): Use it.
19064
19065 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19066
19067         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
19068         and comment it.
19069
19070         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
19071
19072 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
19073
19074         * gnus-util.el (gnus-extract-address-components): Improve comment.
19075
19076 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19077
19078         * gnus-util.el (gnus-extract-address-components): Work with address in
19079         which the name portion contains @.
19080
19081         * lpath.el: Fbind custom-autoload.
19082
19083 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19084
19085         * gnus.el (gnus-start): Move custom group up.
19086         (gnus-select-method): Don't autoload, but make it available for
19087         `customize-variable'.
19088         (gnus-getenv-nntpserver): Don't autoload.
19089
19090 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
19091
19092         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
19093
19094 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19095
19096         * message.el (message-sendmail-extra-arguments): New variable.
19097         (message-send-mail-with-sendmail): Use it.
19098
19099 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19100
19101         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
19102         mm-with-unibyte-current-buffer to make string unibyte.
19103
19104         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
19105         mm-string-as-multibyte.
19106
19107 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
19108
19109         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
19110         Reported by Werner Koch <wk@gnupg.org>.
19111
19112 2006-11-14  Daiki Ueno  <ueno@p360>
19113
19114         * mml2015.el: Autoload epa-select-keys when compiling.
19115
19116 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19117
19118         * mml2015.el (mml2015-epg-sign): Save the signing keys in
19119         message-options.
19120         (mml2015-epg-encrypt): Save the recipient keys in message-options.
19121
19122 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
19123
19124         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
19125         EasyPG (< 0.0.6).
19126         (mml2015-always-trust): New user option.
19127         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
19128         prompt.
19129
19130 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19131
19132         * nntp.el (nntp-authinfo-force): New variable.
19133         (nntp-send-authinfo): Use it.
19134
19135 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
19136
19137         * message.el (message-strip-subject-encoded-words): Allow _not_ to
19138         decode encoded words.  Improve prompt.  Add comment about forwarding.
19139         (message-replacement-char): Move up.
19140
19141 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19142
19143         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
19144         instead of gnus-intersection because arguments of gnus-sorted-nunion
19145         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
19146
19147 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
19148
19149         * message.el (message-strip-subject-encoded-words): Reformat prompt.
19150         (message-simplify-subject-functions):
19151         Enable message-strip-subject-encoded-words by default.
19152
19153 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
19154
19155         * message.el (message-strip-subject-encoded-words): New function.
19156         (message-simplify-subject-functions): New variable.
19157         (message-simplify-subject): Use it.  Fix typo in doc string.
19158         Support message-strip-subject-encoded-words.
19159
19160 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
19161
19162         * gnus-diary.el (gnus-diary-delay-format-function):
19163         * nndiary.el (nndiary-reminders):
19164         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
19165
19166 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19167
19168         * gnus-art.el (article-hide-boring-headers): Fetch date from
19169         gnus-original-article-buffer to avoid problems with localized date
19170         strings.
19171
19172 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19173
19174         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
19175
19176 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
19177
19178         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19179         New variables.
19180         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19181         (mm-charset-synonym-alist): Move some entries to
19182         mm-codepage-iso-8859-list.
19183         (mm-charset-synonym-alist, mm-charset-override-alist):
19184         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19185
19186 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19187
19188         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
19189
19190 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19191
19192         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
19193         with Emacs 21 and XEmacs.
19194
19195 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
19196
19197         * spam.el (spam-parse-address): New function for better parsing,
19198         catching errors, etc.
19199         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
19200
19201 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19202
19203         * mm-view.el: Add interactive arg to html2text autoload.
19204
19205 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19206
19207         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
19208
19209 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
19210
19211         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19212         New variables.
19213         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19214         (mm-charset-synonym-alist): Move some entries to
19215         mm-codepage-iso-8859-list.
19216
19217         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19218
19219 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19220
19221         * message.el (message-citation-line-format)
19222         (message-insert-formated-citation-line): Fix implementation of %E, %N
19223         and %n according to the doc string.
19224
19225 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19226
19227         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19228         Use car-safe to avoid bad parses.
19229
19230 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19231
19232         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19233         names.
19234
19235         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19236
19237 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19238
19239         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19240         header.
19241
19242         * message.el (message-draft-headers): Add Date.
19243         (message-headers-to-generate): Fix typo in docstring.
19244
19245         * nndraft.el (nndraft-required-headers): New variable.
19246         (nndraft-generate-headers): Use it.
19247
19248         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19249
19250 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19251
19252         * gnus-registry.el (gnus-registry-wash-for-keywords)
19253         (gnus-registry-find-keywords): New functions to allow easy searching of
19254         articles that are in the registry.
19255
19256 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19257
19258         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19259         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19260         Reported by Damien Elmes <damien@repose.cx>.
19261
19262 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19263
19264         * gnus.el (gnus-mime): Remove unused custom group.
19265
19266 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19267
19268         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19269         "blank line" when searching for end of armor headers.
19270
19271 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19272
19273         * gmm-utils.el (gmm-write-region): Fix variable name.
19274
19275 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19276
19277         * gmm-utils.el (gmm-write-region): New function based on compatibility
19278         code from `mm-make-temp-file'.
19279
19280         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19281
19282         * nnmaildir.el (nnmaildir--update-nov)
19283         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19284         Use `gmm-write-region'.
19285
19286 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19287
19288         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19289         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19290
19291         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19292
19293         * message.el (message-replacement-char): New variable.
19294         (message-fix-before-sending): Use it.
19295         (message-simplify-subject): New function to remove duplicate code.
19296         (message-reply, message-followup): Use it.
19297
19298         * gnus-sum.el (gnus-summary-make-menu-bar):
19299         Clarify gnus-summary-limit-to-articles.
19300
19301 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19302
19303         * gnus-util.el (gnus-with-local-quit): New macro.
19304
19305         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19306
19307 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19308
19309         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19310         ignore non-string data.
19311
19312 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19313
19314         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19315         non-string data (needs to be done in the registry too).
19316
19317 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19318
19319         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19320         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19321         (gnus-registry-split-fancy-with-parent)
19322         (gnus-registry-fetch-simplified-message-subject-fast)
19323         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19324         Remove text properties on ingress into the registry and when it's saved.
19325         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19326         registry from entries with no groups.
19327
19328 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19329
19330         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19331         function to remove string properties.
19332
19333 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19334
19335         * gmm-utils.el (gmm): Adjust custom version.
19336
19337         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19338         Adjust custom version.
19339
19340         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19341
19342 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19343
19344         * gnus-art.el (gnus-insert-prev-page-button)
19345         (gnus-insert-next-page-button): Simplify.  Reformat.
19346
19347 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19348
19349         * gnus-art.el (gnus-insert-prev-page-button)
19350         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19351
19352 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19353
19354         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19355
19356 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19357
19358         * gnus-art.el (gnus-insert-mime-button)
19359         (gnus-insert-mime-security-button):
19360         Apply gnus-article-button-face to MIME and security buttons.
19361
19362 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19363
19364         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19365         readable.
19366
19367 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19368
19369         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19370
19371 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19372
19373         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19374         `browse-url-of-file' instead of `browse-url'.
19375
19376 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19377
19378         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19379         regexp.  Articles containing quotation were cut prematurely.
19380
19381 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19382
19383         * message.el (message-cite-original-1): Use nobody by default for the
19384         value of From header.
19385         (message-reply): Ditto.
19386
19387 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19388
19389         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19390         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19391         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19392
19393 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19394
19395         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19396         mails in the doc string.  Add some URLs in comment.
19397         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19398
19399 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19400
19401         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19402         backslashes handling and the way to find boundaries of quoted strings.
19403
19404 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19405
19406         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19407         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19408         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19409         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19410
19411 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19412
19413         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19414         doc string.
19415         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19416
19417 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19418
19419         * lpath.el: Fbind epg-check-configuration.
19420
19421 2006-09-06  Simon Josefsson  <jas@extundo.com>
19422
19423         * mml2015.el (mml2015-use): Doc fix, mention epg.
19424
19425 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19426
19427         * mml2015.el (mml2015-use): Default to epg, if available.
19428
19429 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19430
19431         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19432         message-sender.
19433         (mml1991-epg-encrypt): Ditto.
19434         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19435         message-sender.
19436         (mml2015-epg-encrypt): Ditto.
19437
19438 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19439
19440         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19441         several common directories.
19442
19443 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19444
19445         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19446         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19447
19448 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19449
19450         * gnus-art.el (article-decode-encoded-words): Make it fast.
19451
19452 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19453
19454         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19455
19456         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19457         in quoted string into `\'.
19458
19459 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19460
19461         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19462         Use standard-syntax-table.
19463
19464 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19465
19466         * gnus-art.el (gnus-decode-address-function): New variable.
19467         (article-decode-encoded-words): Use it to decode headers which are
19468         assumed to contain addresses.
19469         (gnus-mime-delete-part): Remove useless `or'.
19470
19471         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19472         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19473         (gnus-nov-parse-line): Use it to decode From header.
19474         (gnus-get-newsgroup-headers): Ditto.
19475         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19476
19477         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19478         (mail-decode-encoded-address-string): New alias.
19479
19480         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19481         New function.
19482         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19483         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19484         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19485         (rfc2047-decode-string): Ditto.
19486         (rfc2047-decode-address-region): New function.
19487         (rfc2047-decode-address-string): New function.
19488
19489 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19490
19491         * message.el (message-caesar-buffer-body): Allow rotating headers.
19492
19493         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19494
19495         * message.el (message-insert-formated-citation-line): Fix %f.
19496         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19497
19498 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19499
19500         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19501         (gnus-bookmark-mouse-available-p): New macro.
19502         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19503         (gnus-bookmark-bmenu-show-infos): Use it.
19504         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19505         (gnus-bookmark-bmenu-hide-infos): Ditto.
19506         (gnus-bookmark-remove-properties): New function.
19507         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19508         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19509         (gnus-bookmark-write-file): Bind coding-system-for-write.
19510         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19511         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19512         group before selecting it.
19513         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19514         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19515         quit-window if it is not available; use gnus-mouse-2 and bind it to
19516         gnus-bookmark-bmenu-select-by-mouse.
19517         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19518         (gnus-bookmark-bmenu-select-by-mouse): New function.
19519
19520 2006-08-13  Romain Francoise  <romain@orebokech.com>
19521
19522         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19523         space.
19524
19525 2006-08-10  Romain Francoise  <romain@orebokech.com>
19526
19527         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19528         (dns-mode-soa-auto-increment-serial): New user option.
19529         (dns-mode-soa-maybe-increment-serial): New function.
19530         (dns-mode): Add the latter to `write-contents-functions'.
19531
19532 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19533
19534         * compface.el (uncompface): Use binary rather than raw-text-unix.
19535
19536 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19537
19538         * compface.el (uncompface): Make sure the eol conversion doesn't take
19539         place when communicating with the external programs.
19540         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19541
19542 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19543
19544         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19545
19546 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19547
19548         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19549         Make it more robust by parsing author and date independently.
19550
19551 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19552
19553         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19554
19555 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19556
19557         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19558         first matching secret key.
19559         (mml2015-epg-encrypt): Ditto.
19560
19561         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19562         first matching secret key.
19563         (mml1991-epg-encrypt): Ditto.
19564
19565         * mml2015.el (mml2015-encrypt-to-self): New user option.
19566         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19567         mml2015-epg-encrypt-to-self is set.
19568
19569         * mml1991.el (mml1991-encrypt-to-self): New variable.
19570         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19571         mml1991-epg-encrypt-to-self is set.
19572
19573         * mml2015.el (mml2015-signers): New user option.
19574         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19575         (mml2015-epg-encrypt): Allow to select signing keys.
19576
19577         * mml1991.el (mml1991-signers): New variable.
19578         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19579         (mml1991-epg-encrypt): Allow to select signing keys.
19580
19581 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19582
19583         * nnheader.el (nnheader-insert-head): Make it work even if the file
19584         uses CRLF for the line-break code.
19585
19586 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19587
19588         * mml2015.el: Require mml-sec instead of password.
19589         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19590         (mml2015-cache-passphrase): Inherit the default value from
19591         mml-secure-cache-passphrase.
19592         (mml2015-passphrase-cache-expiry): Inherit the default value from
19593         mml-secure-passphrase-cache-expiry.
19594
19595         * mml1991.el: Require mml-sec instead of password.
19596         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19597         (mml1991-cache-passphrase): Inherit the default value from
19598         mml-secure-cache-passphrase.
19599         (mml1991-passphrase-cache-expiry): Inherit the default value from
19600         mml-secure-passphrase-cache-expiry.
19601
19602         * mml-sec.el: Require password.
19603         (mml-secure-verbose): New user option.
19604         (mml-secure-cache-passphrase): New user option.
19605         (mml-secure-passphrase-cache-expiry): New user option.
19606
19607 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19608             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19609
19610         * pgg-def.el (pgg-truncate-key-identifier):
19611         Truncate the key ID to 8 letters from the end.
19612
19613 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19614
19615         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19616         workaround for the url package included with Emacs.
19617
19618         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19619
19620 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19621
19622         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19623         correctly.  This fixes a bug caused by the 2006-05-12 change.
19624
19625 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19626
19627         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19628         some information about the error when saying that the `bogus' mail
19629         group will be used.
19630
19631 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19632
19633         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19634         string.
19635
19636 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19637
19638         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19639
19640 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19641
19642         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19643
19644 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19645
19646         * mml1991.el (mml1991-function-alist): Add epg.
19647         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19648         (mml1991-epg-encrypt): New functions.
19649
19650 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19651
19652         * mml2015.el (mml2015-verbose): New variable.
19653         (mml2015-cache-passphrase): Ditto.
19654         (mml2015-passphrase-cache-expiry): Ditto.
19655         (mml2015-function-alist): Add epg.
19656         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19657         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19658         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19659         New functions.
19660
19661 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19662
19663         * message.el (message-cite-original-1): Preserve region when removing
19664         quoted text due to X-No-Archive in order to avoid bogus attribution
19665         when citing multiple messages.
19666
19667 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19668
19669         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19670         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19671
19672 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19673
19674         * gnus-diary.el (gnus-user-format-function-d)
19675         (gnus-user-format-function-D): Autoload.
19676
19677         * imap.el (Commentary): Fix typo.
19678
19679         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19680         2006-04-22 contribution.
19681
19682 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19683
19684         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19685         It didn't really fix the bogosity I'm seeing with solid web groups.
19686
19687 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19688
19689         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19690         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19691         created using server names.  If we use the feature without declaring
19692         it, Gnus does not properly manage server and group state.
19693
19694         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19695         bound.
19696
19697 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19698
19699         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19700         looking up the method using GROUP's prefix before inventing a new one.
19701         It is used on killed/unknown groups in various places where returning
19702         an all-new method isn't expected by the caller.
19703
19704         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19705         and match semantics of gnus-group-real-prefix.
19706
19707 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19708
19709         * nnmail.el (nnmail-broken-references-mailers): New variable.
19710         (nnmail-ignore-broken-references): New function generalizing
19711         nnmail-fix-eudora-headers.
19712         (nnmail-fix-eudora-headers): Now obsolete.
19713
19714         * gnus-art.el (gnus-button-handle-custom):
19715         Support `customize-apropos*'.
19716
19717 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19718
19719         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19720
19721         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19722         articles.
19723
19724 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19725
19726         * message.el (message-cite-reply-above): New variable.
19727         (message-yank-original): Use it.
19728
19729 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19730
19731         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19732
19733 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19734
19735         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19736         as read.
19737
19738         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19739
19740 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19741
19742         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19743         (gnus-bookmark-default-file): Use gnus-directory.
19744         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19745         Remove "*" in doc string.
19746         (gnus-bookmark-write-file): Simplify.
19747         (gnus-bookmark-maybe-sort-alist): Use `when'.
19748         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19749         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19750         Add FIXME about Emacs 21 and XEmacs compatibility.
19751         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19752         compatibility.
19753         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19754         compatibility.
19755         (gnus-bookmark-menu-heading): Fix version.
19756
19757 2006-06-19  Bastien Guerry  <bzg@altern.org>
19758
19759         * gnus-bookmark.el: New file.
19760
19761 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19762
19763         * message.el (message-syntax-checks): Doc fix.
19764
19765 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19766
19767         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19768         unsubscribed groups as if they were killed ones.  It causes duplicate
19769         entries in gnus-newsrc-alist.
19770
19771 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19772
19773         * message.el (message-syntax-checks): Doc fix.
19774         (message-send-mail): Add check for continuation headers.
19775         (message-check-news-header-syntax): Fix regexp used to check for
19776         continuation headers.
19777
19778 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19779
19780         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19781
19782 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19783
19784         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19785
19786 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19787
19788         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19789         default-truncate-lines.
19790
19791 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19792
19793         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19794         to fill the utf-8 entry.
19795
19796         * lpath.el: Fbind unicode-precedence-list.
19797
19798 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19799
19800         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19801
19802 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19803
19804         * gnus-agent.el (directory-files-and-attributes): Move all the way
19805         forward (the third and final move).
19806         (gnus-agent-read-agentview): Trap reconstruction errors due to
19807         nonexistent directory.  Handle by returning nil.
19808
19809 2006-05-30  Didier Verna  <didier@xemacs.org>
19810
19811         * message.el (message-dont-reply-to-names): Update the custom type.
19812         * message.el (message-dont-reply-to-names): New defsubst: potentially
19813         convert a list of regexps into a single one.
19814         * message.el (message-get-reply-headers): Use it.
19815         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19816
19817 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19818
19819         * gnus-agent.el (directory-files-and-attributes): Move forward.
19820
19821 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19822
19823         * gnus-ml.el (gnus-mailing-list-subscribe)
19824         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19825         (gnus-mailing-list-message): Fix doc strings.
19826
19827 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19828
19829         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19830         of doing it manually.
19831
19832 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19833
19834         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19835         comment.
19836
19837 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19838
19839         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19840         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19841         (gnus-agent-read-local): All symbols allocated in my-obarray.
19842         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19843         (gnus-agent-regenerate-group): Check numeric names to see if they are
19844         messages or groups.
19845         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19846         better way of do this...)
19847
19848         * gnus-cache.el (gnus-agent-total-fetched-for):
19849         Ignore 'dummy.group' (there should be a better way of do this...)
19850
19851 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19852
19853         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19854         (gnus-saved-headers): Ditto.
19855         (gnus-default-article-saver): Mention functions may have properties.
19856         (gnus-article-save): Override gnus-save-all-headers and
19857         gnus-saved-headers by :headers property which saver function may have.
19858         (gnus-summary-save-in-file): Add :headers property.
19859         (gnus-summary-write-to-file): Ditto.
19860
19861         * gnus-sum.el (gnus-summary-save-article): Bind
19862         gnus-prompt-before-saving to t when saving many articles in a file;
19863         always show all headers.
19864
19865         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19866
19867 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19868
19869         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19870         marks.
19871
19872         * message.el (message-indent-citation): Add optional arguments to allow
19873         using it outside of message buffers.
19874
19875         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19876         (gnus-article-treat-unfold-headers): Use it.
19877         (gnus-article-truncate-lines): New variable.
19878         (gnus-article-mode): Use it.
19879         (gnus-article-toggle-truncate-lines): New function.
19880
19881         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19882         Add gnus-article-toggle-truncate-lines.
19883
19884         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19885         coding system in XEmacs, use binary.
19886
19887 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19888
19889         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19890         after-load-alist.
19891
19892         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19893         this function should save decoded articles.
19894         (gnus-summary-write-to-file): Use property to specify this function
19895         should save decoded articles and specify gnus-summary-save-in-file
19896         should be used to save articles other than the first one when saving
19897         many articles.
19898         (gnus-summary-save-body-in-file): Use property to specify this
19899         function should save decoded articles.
19900         (gnus-summary-write-body-to-file): Use property to specify this
19901         function should save decoded articles and specify
19902         gnus-summary-save-body-in-file should be used to save articles other
19903         than the first one when saving many articles.
19904
19905         * gnus-sum.el (gnus-summary-save-article): Simplify.
19906
19907 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19908
19909         * gnus-art.el (gnus-default-article-saver):
19910         Add gnus-summary-write-body-to-file.
19911         (gnus-article-save-coding-system): Don't use coding system object
19912         in XEmacs.
19913         (gnus-read-save-file-name): Add optional `dir-var' argument which
19914         specifies directory in which files are saved; work even if optional
19915         `variable' argument is not specified.
19916         (gnus-summary-write-to-file): Read file name.
19917         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19918         (gnus-summary-write-body-to-file): New function.
19919
19920         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19921         (gnus-summary-local-variables): Add it.
19922         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19923         (gnus-summary-save-article): Remove optional `decode' argument;
19924         determine whether to decode articles by the value of
19925         gnus-default-article-saver; when saving many files using
19926         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19927         it first and use gnus-summary-save-in-file or
19928         gnus-summary-save-body-in-file thereafter unless
19929         gnus-prompt-before-saving is always; move point to article which
19930         will be saved.
19931         (gnus-summary-save-article-file): Revert.
19932         (gnus-summary-write-article-file): Revert.
19933         (gnus-summary-save-article-body-file): Revert.
19934         (gnus-summary-write-article-body-file): New function.
19935
19936 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19937
19938         * gnus-art.el (gnus-default-article-saver): Doc fix.
19939         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19940         from gnus-summary-save-article-coding-system, and default to a
19941         certain coding system.
19942         (gnus-output-to-file): Add coding cookie and encode text according
19943         to gnus-article-save-coding-system; don't use mm-append-to-file.
19944
19945         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19946         gnus-art.el and rename to gnus-article-save-coding-system.
19947         (gnus-summary-save-article): Require gnus-art; don't show all
19948         headers if it decodes articles; don't add coding cookie here;
19949         don't bind mm-text-coding-system-for-write.
19950         (gnus-summary-save-article-file): Save decoded articles.
19951         (gnus-summary-write-article-file): When saving many files, use
19952         gnus-summary-write-to-file first and gnus-summary-save-in-file
19953         thereafter unless gnus-prompt-before-saving is always.
19954         (gnus-summary-save-article-body-file): Save decoded articles.
19955
19956         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19957
19958 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19959
19960         * nnrss.el (nnrss-check-group): Bind hash-index.
19961
19962 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19963
19964         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19965         its hash index.  Store this hash in `nnrss-group-data'.
19966         (nnrss-read-group-data): Update accordingly.
19967
19968 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19969
19970         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19971         entry.
19972
19973         * gnus-sum.el (gnus-summary-make-menu-bar):
19974         Add gnus-article-browse-html-article.
19975
19976 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19977
19978         * gnus-sum.el (gnus-summary-mime-map):
19979         Add gnus-article-browse-html-article.
19980
19981         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19982
19983 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19984
19985         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19986         suitable coding systems in customize.
19987
19988 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19989
19990         * mail-source.el (mail-sources): Fix custom type.
19991
19992 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19993
19994         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19995         (gnus-summary-expire-articles-now): Shorten prompt.
19996
19997         * gmm-utils.el (wid-edit): Require.
19998         (defun-gmm): Rename from `gmm-defun-compat'.
19999         (gmm-image-search-load-path): Use it.
20000         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
20001
20002 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20003
20004         * gnus-sum.el (gnus-summary-save-article-coding-system):
20005         New variable.
20006         (gnus-summary-save-article): Add optional `decode' argument.
20007         If it is set and gnus-summary-save-article-coding-system is non-nil,
20008         save decoded article.
20009         (gnus-summary-write-article-file): Save decoded article if
20010         gnus-summary-save-article-coding-system is non-nil.
20011
20012         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
20013         type.
20014
20015 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20016
20017         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
20018
20019 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20020
20021         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
20022         first to test gnus-single-article-buffer which may be buffer-local.
20023
20024         * gnus-sum.el (gnus-summary-setup-buffer):
20025         Make gnus-single-article-buffer buffer-local and nil in ephemeral
20026         group; make gnus-article-buffer, gnus-article-current, and
20027         gnus-original-article-buffer always buffer-local.
20028         (gnus-summary-exit): Kill article buffer belonging to ephemeral
20029         group.
20030         (gnus-handle-ephemeral-exit): Don't move to next summary line.
20031
20032 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
20033
20034         * nnml.el (nnml-request-compact-group): Compressed files might not
20035         have .gz extension.
20036
20037 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20038
20039         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
20040         (mm-copy-to-buffer): Use with-current-buffer.
20041         (mm-display-part): Simplify.
20042         (mm-inlinable-p): Add optional arg `type'.
20043
20044 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20045
20046         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
20047         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
20048         Try harder to show the attachment internally or externally using
20049         gnus-mime-view-part-as-type.
20050
20051 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
20052
20053         * message.el (message-from-style, message-signature-separator)
20054         (message-user-organization-file, message-send-mail-function)
20055         (message-citation-line-function, message-yank-prefix)
20056         (message-indent-citation-function, message-signature)
20057         (message-signature-file, message-signature-insert-empty-line):
20058         Remove autoloads.
20059
20060         * gnus-art.el (gnus-buttonized-mime-types):
20061         Remove "multipart/signed".  Revert 2006-04-26 change.
20062
20063 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20064
20065         * gnus.el (gnus-version-number): Bump version.
20066
20067 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20068
20069         * gnus.el: No Gnus v0.5 is released.
20070
20071 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20072
20073         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
20074         fetching articles by message-id.
20075
20076 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20077
20078         * message.el (hashcash): Require hashcash as normal.
20079
20080         * ecomplete.el (ecomplete-highlight-match-line):
20081         Use point-at-eol.
20082         (ecomplete-highlight-match-line): Use `highlight', because that
20083         face exists in both Emacs and XEmacs.
20084
20085         * message.el (message-display-abbrev): Use point-at-bol.
20086
20087         * mail-source.el: Don't require timer/timer-funcs.
20088
20089         * gnus-async.el: Ditto.
20090
20091         * password.el: Ditto.
20092
20093         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
20094
20095         * mm-url.el: Ditto.
20096
20097         * gnus-xmas.el: Don't require timer-funcs.
20098
20099         * mm-util.el: Require timer/timer-funcs.
20100
20101 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20102
20103         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
20104         Close.
20105
20106 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20107
20108         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
20109         unibyte after clear-decrypt function runs.
20110
20111         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
20112         returns as a unibyte string.
20113
20114 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20115
20116         * lpath.el: Revert.
20117
20118         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
20119         (pgg-gpg-process-sentinel): Revert.
20120
20121         * pgg-pgp.el (pgg-pgp-process-region): Revert.
20122         (pgg-pgp-lookup-key): Revert.
20123
20124         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
20125         (pgg-pgp5-lookup-key): Revert.
20126
20127         * pgg.el (pgg-fetch-key): Revert.
20128
20129 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20130
20131         * lpath.el: Fbind string-as-multibyte for XEmacs.
20132
20133         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
20134         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
20135         (mml1991-pgg-encrypt): Ditto.
20136
20137         * pgg-gpg.el (pgg-string-to-multibyte): New function.
20138         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
20139         a multibyte buffer.
20140
20141         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
20142         (pgg-pgp-lookup-key): Ditto.
20143
20144         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
20145         (pgg-pgp5-lookup-key): Ditto.
20146
20147         * pgg.el (pgg-fetch-key): Ditto.
20148
20149 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
20150
20151         * message.el (message-user-organization-file): Check several
20152         locations of the organization file.
20153
20154         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
20155         Add gnus-article-view-part-as-type.
20156
20157         * gnus-art.el (gnus-article-view-part-as-type): New function.
20158
20159         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
20160         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
20161
20162         * mml.el: Simplify autoload.
20163         (mml-mode): defvar dnd-protocol-alist instead of using
20164         symbol-value.
20165         (mml-default-directory): New variable.
20166         (mml-minibuffer-read-file): Use it.
20167         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
20168
20169         * message.el (message-citation-line-format): New variable.
20170         (message-insert-formated-citation-line): New function.
20171         (message-citation-line-function):
20172         Add `message-insert-formated-citation-line' to custom type.
20173
20174         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
20175         to doc string.
20176
20177         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
20178         depending on mm-verify-option.
20179
20180 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20181
20182         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
20183         binding pgg-* variables; reimplement the section which prevents
20184         MIME header from being signed.
20185         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
20186         pgg-text-mode; remove a blank line at the top of body.
20187
20188         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
20189         lines at the top of body; use gnus-newsgroup-charset if there's no
20190         Charset header.
20191
20192 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20193
20194         * message.el (message-self-insert-commands): Doc fix.
20195
20196         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
20197         (mm-uu-pgp-encrypted-test): Ditto.
20198         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
20199         between header and body; return application/pgp-encrypted handle
20200         if decryption failed; decode decrypted body by charset.
20201
20202         * mm-decode.el (mm-automatic-display): Don't make application/pgp
20203         element match to application/pgp-*.
20204
20205 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20206
20207         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
20208         HTML.
20209
20210 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20211
20212         * mail-source.el (mail-source-call-script): Message the error
20213         string.
20214
20215 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20216
20217         * gnus-util.el (gnus-byte-compile): Use it.
20218
20219 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20220
20221         * gnus-util.el (kill-empty-logs): New function.
20222
20223 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20224
20225         * message.el (message-mail-alias-type): Doc fix.
20226         (message-mail-alias-type-p): New function.
20227         (message-send): Use it.
20228         (message-mode): Ditto.
20229         (message-strip-forbidden-properties): Ditto.
20230
20231         * ecomplete.el (ecomplete-database-file-coding-system):
20232         New variable.
20233         (ecomplete-save): Use it.
20234         (ecomplete-setup): Use it.
20235
20236 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20237
20238         * message.el (message-self-insert-commands): New variable.
20239         (message-strip-forbidden-properties): Use it.
20240
20241 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20242
20243         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20244         that doesn't make XEmacs choke.
20245
20246 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20247
20248         * gnus-util.el (gnus-replace-in-string):
20249         Prefer replace-regexp-in-string over of replace-in-string.
20250
20251 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20252
20253         * gnus-util.el (gnus-select-frame-set-input-focus):
20254         Use select-frame-set-input-focus if it is available in XEmacs; use
20255         definition defined in Emacs 22 for old Emacsen.
20256
20257         * dgnushack.el: Autoload unmorse-region for XEmacs.
20258
20259         * lpath.el: Bind cursor-in-non-selected-windows and
20260         select-frame-set-input-focus for XEmacs.
20261
20262 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20263
20264         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20265
20266 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20267
20268         * gnus-registry.el (gnus-registry-cache-save): Remove text
20269         properties when saving via the temp buffer.
20270
20271 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20272
20273         * message.el (message-generate-hashcash): Honor custom type.
20274
20275 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20276
20277         * message.el (message-generate-hashcash): Default to non-nil when
20278         hashcash is found.
20279
20280         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20281         (gnus-refer-thread-limit): Increase default to 500.
20282
20283         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20284
20285         * flow-fill.el (fill-flowed): Allow delete-space.
20286
20287 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20288
20289         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20290         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20291         Remove autoloads.
20292
20293 2006-04-18  Simon Josefsson  <jas@extundo.com>
20294
20295         * message.el (message-generate-hashcash): Default to.
20296
20297 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20298
20299         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20300         concatenating segments rather than before concatenating them.
20301
20302 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20303
20304         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20305
20306 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20307
20308         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20309
20310         * message.el (message-forward-make-body-plain):
20311         Allow message-forward-ignored-headers to be a list.
20312         (message-remove-ignored-headers): Factor out into function.
20313         (message-forward-make-body-mml): Use it.
20314
20315         * imap.el (imap-quote-specials): New function.
20316         (imap-login-auth): Quote specials.
20317
20318         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20319         (rfc2231-parse-string): Allow concatanation of parameters that
20320         aren't contiguous.  The test case is
20321           (mail-header-parse-content-type "message/external-body;
20322             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20323             access-type=LOCAL-FILE;
20324             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20325
20326 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20327
20328         * nntp.el (nntp-accept-process-output): Return the value of
20329         `nnheader-accept-process-output'.
20330
20331 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20332
20333         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20334         (gnus-button-alist): Recognize more diff formats.
20335         (gnus-button-patch): Strip directory.
20336
20337 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20338
20339         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20340         Emacs 22 when setting focus.
20341
20342 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20343
20344         * gnus-art.el (gnus-article-treat-types): Do treatment of
20345         text/x-verbatim parts.
20346         (gnus-button-patch): New command.
20347
20348         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20349         addresses that contain invalid characters.
20350
20351 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20352
20353         * message.el (message-put-addresses-in-ecomplete):
20354         Use gnus-replace-in-string.
20355         (message-is-yours-p): Use the more correct
20356         mail-header-parse-address instead of
20357         mail-extract-address-components.
20358         (message-put-addresses-in-ecomplete): Fix typo.
20359
20360         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20361         keystroke.
20362
20363         * gnus-art.el (gnus-treatment-function-alist): Change order of
20364         newsgroups/generic header folding to avoid double-folding.
20365
20366         * message.el (message-hidden-headers): Add X-Draft-From.
20367
20368         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20369         New command.
20370         (gnus-summary-repeat-search-article-backward): New command.
20371
20372         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20373         groups in the parent topic.
20374
20375 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20376
20377         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20378         (spam-extra-header-to-number): Return the CRM114 number as a
20379         number instead of a string.
20380
20381 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20382
20383         * gnus-art.el (gnus-face-properties-alist): Move here from
20384         gnus-fun.
20385
20386         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20387
20388 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20389
20390         * message.el (message-strip-forbidden-properties): Only display on
20391         self-insert-command.
20392
20393         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20394         reindent.
20395         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20396
20397 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20398
20399         * smiley.el (smiley-style): Fix typo.
20400
20401 2006-03-23  Kenichi Handa  <handa@m17n.org>
20402
20403         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20404         instead of set-buffer-multibyte.
20405
20406 2006-03-23  Kenichi Handa  <handa@m17n.org>
20407
20408         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20409         buffer and then decode the buffer text if necessary.
20410         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20411         first, and after mm-encode-body, change the buffer to unibyte.
20412
20413 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20414
20415         * hashcash.el (hashcash-insert-payment-async-2):
20416         Use message-goto-eoh instead of doing it manually.
20417         (mail-add-payment): Use message-narrow-to-header instead of trying
20418         to do the same itself.
20419
20420         * message.el (message-hidden-headers): Add Face.
20421
20422         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20423         reparenting code.
20424         (gnus-summary-reparent-children): Refactored out code.
20425         (gnus-summary-thread-map): New keystroke.
20426         (gnus-summary-reparent-children): Make into command.
20427
20428         * smiley.el (smiley-style): Default to `medium' if using a large
20429         font.
20430
20431         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20432         does it itself.
20433
20434         * message.el (message-point-in-header-p): Simplify definition.
20435
20436 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20437
20438         * nnagent.el (nnagent-request-set-mark): Silence log file
20439         writing.
20440         (nnagent-request-set-mark): Use write-region instead of
20441         append-to-file.
20442
20443         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20444         strange select method.
20445
20446         * ecomplete.el (ecomplete-display-matches): Get highlightling
20447         right.
20448         (ecomplete-display-matches): Use literals.
20449         (ecomplete-display-matches): Disable message logging.
20450
20451         * message.el (message-display-abbrev): Small optimization.
20452
20453         * ecomplete.el (ecomplete-display-matches): Allow automatic
20454         display.
20455
20456         * message.el (message-strip-forbidden-properties):
20457         Display abbrevs.
20458         (message-display-abbrev): Get automatic display right.
20459
20460         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20461         keystrokes.
20462
20463 2006-04-13  Romain Francoise  <romain@orebokech.com>
20464
20465         TODO: Backport to v5-10!
20466
20467         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20468         Move here (and rename) from gnus-registry.el.
20469
20470         * gnus-registry.el: Require gnus-util.
20471         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20472
20473 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20474
20475         * gnus-group.el (gnus-group-catchup-current):
20476         Change if-then-else-if-then-else into cond.
20477         (gnus-group-catchup): Indent.
20478         (group-name-at-point): New function.
20479         (gnus-fetch-group): Provide default from thing at point.
20480
20481 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20482
20483         * message.el (message-display-abbrev): Fix regexp.
20484
20485         * ecomplete.el (ecomplete-highlight-match-line):
20486         Reimplement choosing.
20487         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20488         dead variables.
20489
20490         * message.el (message-newline-and-indent): Remove debugging.
20491         (message-display-abbrev): Use new implementation.
20492
20493 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20494
20495         * gnus-art.el (gnus-article-mode):
20496         Set cursor-in-non-selected-windows to nil.
20497
20498         * smiley.el: Revert previous change.
20499         (smiley-data-directory): defvar it before using it in the
20500         defcustom of `smiley-style'.
20501
20502 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20503
20504         * message.el (message-newline-and-indent): New function.
20505
20506         * ecomplete.el: Implement more bits.
20507
20508         * message.el (message-put-addresses-in-ecomplete): Clean up the
20509         string.
20510
20511         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20512
20513         * gnus-sum.el (gnus-summary-save-parts):
20514         Bind gnus-summary-save-parts-counter and use it to make unique file
20515         names.
20516
20517         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20518
20519         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20520         parameter to say whether to actually parse the individual
20521         addresses.
20522
20523         * message.el (message-put-addresses-in-ecomplete): New function.
20524         (ecomplete): Require.
20525         (message-mail-alias-type): Add ecomplete as an option.
20526
20527 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20528
20529         * flow-fill.el (fill-flowed): Remove trailing space from blank
20530         quoted lines.
20531
20532 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20533
20534         * smiley.el (smiley-style): Move definition later to avoid a
20535         compilation warning.
20536
20537 2006-04-12  Kenichi Handa  <handa@m17n.org>
20538
20539         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20540         buffer and then decode the buffer text if necessary.
20541         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20542         first, and after mm-encode-body, change the buffer to unibyte.
20543         Use mm-disable-multibyte instead of set-buffer-multibyte.
20544
20545 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20546
20547         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20548         Content-Type header instead of Content-Disposition header.
20549         (gnus-mime-inline-part): Ditto.
20550         (gnus-mime-view-part-as-charset): Ignore charset that the part
20551         specifies.
20552
20553         * mm-decode.el (mm-display-part): Work with external parts and
20554         usual parts similarly.
20555
20556         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20557         instead of gnus-display-mime.
20558
20559         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20560         instead of with-temp-buffer.
20561
20562         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20563         tag to summarized topics part in order to encode non-ASCII text.
20564
20565 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20566
20567         * smiley.el (smiley-style): New variable.
20568         (smiley-directory): New function.
20569         (smiley-data-directory): Derive from `smiley-style' using
20570         `smiley-directory'.
20571         (smiley-regexp-alist): Add new entries.
20572
20573         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20574         (gnus-article-browse-delete-temp): Add :version.
20575
20576 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20577
20578         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20579         the sieve region.
20580
20581 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20582
20583         * gnus.el (gnus-version-number): Bump version.
20584
20585 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20586
20587         * gnus.el: No Gnus v0.4 is released.
20588
20589 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20590
20591         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20592         layout.
20593
20594         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20595         unknown charset.
20596
20597         * message.el (message-header-synonyms): Add Original-To to the
20598         default.
20599
20600         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20601         optional parameter.
20602
20603 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20604
20605         * gnus-fun.el (gnus): Require it for gnus-directory.
20606
20607 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20608
20609         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20610
20611 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20612
20613         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20614
20615 2006-04-05  Simon Josefsson  <jas@extundo.com>
20616
20617         * password.el (password-reset): New function.
20618
20619 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20620
20621         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20622         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20623
20624 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20625
20626         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20627         Some whitespace was matched into the url, which broke browsing hits
20628         > 100 when mm-url-use-external was nil.
20629
20630 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20631
20632         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20633         Check gnus-extra-headers for 'Newsgroups.
20634
20635         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20636         bound.
20637
20638 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20639
20640         * pgg-gpg.el: Clean up process buffers every time gpg processes
20641         complete.
20642
20643 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20644
20645         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20646         doc string.
20647
20648 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20649
20650         * pgg-gpg.el (pgg-gpg-process-filter)
20651         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20652
20653         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20654         lines, temporary fix.
20655
20656 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20657
20658         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20659
20660 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20661
20662         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20663         default-enable-multibyte-characters.  This reverts the change from
20664         revision 6.17 which is no longer necessary because the passphrase
20665         is sent separately now.  GnuPG messages are unreadable under
20666         multibyte locales with default-enable-multibyte-characters set to
20667         nil.
20668
20669 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20670
20671         * message.el (message-tool-bar-gnome): Move "spell".
20672
20673 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20674
20675         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20676         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20677         instead.
20678
20679 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20680
20681         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20682         Improve newsgroups handling for NNTP overviews which don't include
20683         Newsgroups.
20684
20685 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20686
20687         * message.el (message-resend): Bind message-generate-hashcash to nil.
20688
20689 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20690
20691         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20692         when searching for already-paid recipients.
20693
20694 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20695
20696         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20697         passphrases when it is not needed.
20698         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20699         passphrase stuff from gpg, should only be necessary when you use
20700         gpg with a smartcard.
20701
20702 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20703
20704         * mml.el (mml-insert-mime): Ignore cached contents of
20705         message/external-body part.
20706
20707         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20708         (mm-insert-part): Ditto.
20709
20710 2006-03-23  Simon Josefsson  <jas@extundo.com>
20711
20712         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20713         Reiner.
20714         (pgg-gpg-use-agent-p): Use it again.
20715
20716 2006-03-23  Simon Josefsson  <jas@extundo.com>
20717
20718         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20719         older emacsen.
20720         (pgg-gpg-use-agent-p): Don't use it.
20721
20722 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20723
20724         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20725         if we can.
20726
20727 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20728
20729         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20730         (pgg-gpg-update-agent): New function.
20731         (pgg-gpg-use-agent-p): New function.
20732         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20733         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20734         (pgg-gpg-sign-region): Use it.
20735
20736 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20737
20738         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20739         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20740
20741 2006-03-21  Simon Josefsson  <jas@extundo.com>
20742
20743         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20744         <wilde@sha-bang.de>.
20745         (pgg-gpg-use-agent): New variable.
20746         (pgg-gpg-process-region): Use it.
20747         (pgg-gpg-encrypt-region): Likewise.
20748         (pgg-gpg-encrypt-symmetric-region): Likewise.
20749         (pgg-gpg-decrypt-region): Likewise.
20750         (pgg-gpg-sign-region): Likewise.
20751         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20752
20753 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20754
20755         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20756
20757         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20758         Add comment on version.
20759
20760 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20761
20762         * smiley.el: Add missing test smiley.
20763
20764 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20765
20766         * mm-decode.el (mm-with-part): New macro.
20767         (mm-get-part): Use it; work with message/external-body as well.
20768         (mm-save-part): Treat name and filename equally.
20769
20770         * mm-extern.el (mm-extern-cache-contents): New function.
20771         (mm-inline-external-body): Use it; force the part to be displayed;
20772         move undisplayer added to the cached handle to the parent.
20773
20774         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20775         (gnus-mime-view-part-as-type): Work with message/external-body.
20776
20777         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20778
20779 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20780
20781         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20782         images in image-load-path.  [Sync with image.el, revision 1.60, in
20783         Emacs.]
20784
20785 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20786
20787         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20788         path rather than symbol.  Always return list of directories.
20789         Guarantee that image directory comes first.  [Sync with image.el,
20790         revision 1.59, in Emacs.]
20791
20792         * message.el (message-make-tool-bar): Adjust to new API of
20793         `gmm-image-load-path-for-library'.
20794
20795         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20796
20797         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20798
20799 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20800
20801         * gnus-art.el (gnus-article-only-boring-p):
20802         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20803         intangible text.
20804         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20805
20806 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20807
20808         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20809         Use `defun' instead of `gmm-defun-compat'.
20810
20811 2006-03-14  Simon Josefsson  <jas@extundo.com>
20812
20813         * message.el (message-unique-id): Don't use message-number-base36
20814         if (user-uid) is a float.
20815         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20816
20817 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20818
20819         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20820
20821         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20822         empty line between a part and a message part.
20823
20824 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20825
20826         * smiley.el: Add more test smileys.
20827         (smiley-data-directory, smiley-regexp-alist)
20828         (gnus-smiley-file-types): Fix doc strings.
20829         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20830         adding new elements.
20831         (smiley-mouse-map): Unused code.  Make it a comment.
20832
20833 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20834
20835         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20836         scan latest NoCeM messages instead of old ones.
20837         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20838         delimiters that are recently used.
20839         (gnus-nocem-load-cache): Add autoload cookie.
20840
20841         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20842
20843         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20844         level which is larger than gnus-use-nocem is specified.
20845
20846         * gnus-group.el (gnus-group-get-new-news): Ditto.
20847
20848 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20849
20850         * gnus-util.el (gnus-tool-bar-update): New function.
20851
20852         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20853         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20854
20855         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20856
20857         * gnus-group.el (gnus-group-redraw-when-idle)
20858         (gnus-group-redraw-check): Remove.
20859         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20860
20861 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20862
20863         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20864         if optional last element is specified in splits (FIELD VALUE...).
20865
20866 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20867
20868         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20869         to gmm-image-load-path-for-library.  Call with no-error argument.
20870         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20871
20872         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20873
20874         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20875
20876         * gmm-utils.el (gmm-image-load-path): Remove alias.
20877
20878 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20879
20880         * gmm-utils.el (gmm-image-load-path): Add alias.
20881
20882         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20883         nnml-generate-nov-databases-1.
20884         (nnml-generate-nov-databases): Use it.
20885         (nnml-generate-nov-databases-directory): Document no-active
20886         argument.
20887
20888         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20889         directory if path is t.  Add no-error.
20890
20891         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20892         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20893
20894         * gnus-art.el (gnus-article-browse-delete-temp-files):
20895         Simplify resetting gnus-article-browse-html-temp-list.
20896
20897         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20898         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20899         Add example to docstring.  Rename local variables.  Move error
20900         checks to default case in cond and simplify.
20901
20902 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20903
20904         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20905         handle is multipart when calling it recursively.
20906         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20907
20908 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20909
20910         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20911         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20912
20913 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20914
20915         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20916         is loaded.
20917
20918         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20919         loaded.
20920
20921 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20922
20923         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20924         to "Emacs 23 (unicode)" in doc string.
20925
20926         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20927         "Emacs 23 (unicode)" in comment.
20928
20929 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20930
20931         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20932
20933         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20934         characters 160 through 255 in Emacs 23.
20935
20936 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20937
20938         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20939         gnus-article-browse-html-temp.
20940         (gnus-article-browse-delete-temp): Make it customizable.
20941         Add `file'.  Adjust doc string.
20942         (gnus-article-browse-delete-temp-files): Add argument.
20943         Allow query for each file.  Adjust doc string.
20944         (gnus-article-browse-html-parts):
20945         Add `gnus-article-browse-delete-temp-files' to
20946         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20947
20948 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20949
20950         * gnus-art.el (gnus-article-browse-html-temp)
20951         (gnus-article-browse-delete-temp): New variables.
20952         (gnus-article-browse-delete-temp-files): New function.
20953         (gnus-article-browse-html-parts): Use it.
20954
20955 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20956
20957         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20958
20959         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20960         string.
20961
20962         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20963         gnus-summary-insert-new-articles when unplugged.
20964         Remove gnus-summary-search-article-forward.
20965
20966         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20967         display-visual-class instead of display-color-cells.
20968
20969 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20970
20971         * dgnushack.el: Autoload customize-group for XEmacs.
20972
20973         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20974         message/* containing non-ASCII text properly.
20975
20976 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20977
20978         * message.el: Require gmm-utils, remove autoloads.
20979         (message-tool-bar): Set default based on
20980         gmm-tool-bar-style.
20981         (message-tool-bar-gnome): Add gmm-customize-mode.
20982
20983         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20984         gmm-tool-bar-style.
20985         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20986
20987         * gnus-group.el (gnus-group-tool-bar): Set default based on
20988         gmm-tool-bar-style.
20989         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20990
20991         * gmm-utils.el (gmm-image-directory): Rename variable from
20992         gmm-image-load-path.
20993         (gmm-image-load-path): Use gmm-image-directory.
20994         (gmm-customize-mode): New function.
20995         (gmm-tool-bar-style): New variable.
20996
20997         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20998         gnus-group-redraw-line-number.
20999         (gnus-group-redraw-check): Simplify.
21000         (gnus-group-tool-bar-update): Remove redraw check.
21001         (gnus-group-make-tool-bar): Add redraw check.
21002
21003 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
21004
21005         * gnus-art.el (gnus-button): Add missing parentheses.
21006
21007 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21008
21009         * lpath.el: Fbind line-number-at-pos.
21010
21011 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21012
21013         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
21014
21015 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21016
21017         * gnus-art.el (gnus-button): New face.
21018         (gnus-article-button-face): Use it.
21019
21020         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21021         Add gnus-summary-next-page.  Re-order.
21022
21023         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
21024         next-node are now included.
21025         (gnus-group-redraw-line-number): New internal variable.
21026         (gnus-group-redraw-check): Helper function for updating the tool
21027         bar.
21028         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
21029
21030         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
21031
21032         * spam.el (spam-spamassassin-score-regexp): New internal variable.
21033         (spam-extra-header-to-number, spam-check-spamassassin-headers):
21034         Use it to match format of Spamassassin 3.0 and later.
21035         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
21036         (spam-check-bogofilter)
21037         (spam-bogofilter-register-with-bogofilter): Fix args of
21038         `gnus-error' calls.
21039
21040 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
21041
21042         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
21043         unnecessary interaction when sending queued mails.
21044         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
21045
21046 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
21047
21048         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
21049         first or last are nil.
21050
21051 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
21052
21053         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
21054
21055 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21056
21057         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
21058
21059 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21060
21061         * dns.el (query-dns): Protect more against buggy tcp output.
21062
21063 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21064
21065         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
21066         nov.php.
21067
21068 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21069
21070         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
21071         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
21072         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
21073         output on the server side.
21074         (nnweb-google-create-mapping): Update regexps and add some
21075         progress indication.
21076
21077 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
21078
21079         * gnus-group.el (gnus-group-tool-bar-gnome):
21080         Fix gnus-agent-toggle-plugged.  Re-order icons.
21081         (gnus-group-tool-bar-gnome):
21082         Add gnus-group-{prev,next}-unread-group.
21083         (gnus-group-tool-bar-gnome): Re-order icons.
21084
21085         * gnus-sum.el (gnus-summary-tool-bar-gnome):
21086         Move gnus-summary-insert-new-articles.
21087
21088         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
21089         Fix comments.
21090
21091         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
21092         also available in Emacs 21.3.
21093
21094         * message.el (message-fix-before-sending): Change "Emacs 22" to
21095         "Emacs 23 (unicode)" in comment.
21096
21097         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
21098         "Emacs 23 (unicode)" in comment.
21099
21100         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
21101         comment.
21102         (mm-coding-system-p): Add comment about no-MULE XEmacs.
21103
21104         * mm-view.el (mm-fill-flowed): Add :version.
21105
21106 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21107
21108         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
21109         and load-path.
21110
21111 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
21112
21113         * message.el: Autoload gmm-image-load-path.
21114         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
21115         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
21116         consitency.
21117
21118         * gmm-utils.el (gmm-image-load-path): Also search in
21119         "../etc/images".  Don't set gmm-image-load-path if we don't find
21120         the image.
21121
21122 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21123
21124         * gmm-utils.el (gmm-image-load-path): Don't make
21125         `gmm-image-load-path' include subdirectories which the second arg
21126         `image' might specify.
21127
21128         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
21129         subdirectory to icon file names.
21130
21131         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
21132
21133 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21134
21135         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
21136         gmm-image-load-path calls.
21137
21138         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21139
21140         * message.el (message-make-tool-bar): Ditto.
21141
21142         * mml.el (mml-preview): Add comment concerning tool bar icons.
21143
21144         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
21145         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
21146
21147         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
21148         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
21149
21150         * message.el (message-tool-bar-gnome): Use new icon names.
21151         (message-make-tool-bar): Use `gmm-image-load-path'.
21152
21153         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
21154         New functions from MH-E.
21155         (gmm-image-load-path): New variable from MH-E.
21156         (gmm-image-load-path): New function from MH-E.  Add arguments
21157         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
21158         *-image-load-path-called-flag.
21159
21160 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
21161
21162         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
21163
21164 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
21165
21166         * nnimap.el (nnimap-request-move-article): Change folder back to
21167         source group before deleting.
21168
21169 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
21170
21171         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
21172
21173         * gnus-art.el (mm-url-insert-file-contents-external):
21174         Autoload mm-url.
21175
21176         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
21177
21178 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21179
21180         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
21181         coding system which mm-charset-to-coding-system returns for a
21182         given charset is valid.
21183
21184 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
21185
21186         * html2text.el (html2text-remove-tag-list):
21187         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
21188
21189 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
21190
21191         * gnus-cus.el: Revert 2005-10-17 change.
21192
21193 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21194
21195         * gnus-art.el (article-strip-banner):
21196         Call article-really-strip-banner only when the regexp match is made.
21197
21198 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21199
21200         * gnus-art.el (article-strip-banner):
21201         Use gnus-extract-address-components instead of
21202         mail-header-parse-addresses to make it work with non-ASCII text;
21203         remove mail-encode-encoded-word-string.
21204
21205         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
21206         values which are surrounded with \"...\"; make it never cause a
21207         Lisp error; give up parsing of parameters if it failed in
21208         extracting type.
21209
21210 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
21211
21212         * smime.el (smime-cert-by-ldap-1): Fix bug where
21213         `smime-ldap-search' returns results without userCertificates.
21214
21215 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21216
21217         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21218
21219 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21220
21221         * spam.el (spam-check-spamassassin-headers): Adapt format for
21222         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21223         <ari@mbf.ocn.ne.jp>.
21224         (spam-list-of-processors): Add spam-use-gmane.
21225
21226 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21227
21228         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21229         make-temp-file; make it work with XEmacs as well.
21230
21231         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21232         mm-make-temp-file.
21233
21234         * mm-decode.el (mm-display-external): Use the 3rd arg of
21235         mm-make-temp-file.
21236         (mm-create-image-xemacs): Ditto.
21237
21238 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21239
21240         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21241         with message-narrow-to-headers.
21242         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21243         (gnus-draft-check-draft-articles): New function.
21244         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21245
21246 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21247
21248         * gnus-art.el (gnus-article-browse-html-parts):
21249         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21250         Don't use suffix argument for mm-make-temp-file for Emacs 21
21251         compatibility.  Remove useless `format'.
21252
21253 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21254
21255         * nnweb.el (nnweb-google-wash-article): Update regexps.
21256         (nnweb-group-alist): Use defvoo instead of defvar.
21257
21258 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21259
21260         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21261         re-loading nn* modules.
21262
21263 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21264
21265         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21266         for `tool-bar-mode' and don't check it's default-value.
21267
21268         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21269
21270         * message.el (message-make-tool-bar): Ditto.
21271
21272         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21273         `substring'.  Shorten tmp-file name.
21274
21275         * gnus.el: Remove bogus comment.
21276
21277 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21278
21279         * gnus-art.el (gnus-article-browse-html-parts): New function.
21280         (gnus-article-browse-html-article): New function for viewing html
21281         articles with a browser.
21282
21283 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21284
21285         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21286         in elisp.
21287         (pgg-gpg-encrypt-symmetric-region): Ditto.
21288         (pgg-gpg-sign-region): Ditto.
21289
21290         * pgg-def.el (pgg-text-mode): New variable.
21291
21292         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21293         (mml2015-pgg-encrypt): Ditto.
21294
21295         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21296         (mml1991-pgg-encrypt): Ditto.
21297
21298 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21299
21300         * nnfolder.el (nnfolder-insert-newsgroup-line):
21301         Use message-make-date instead of current-time-string.
21302
21303         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21304         to gnus-decoded which mm-uu might set.
21305
21306 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21307
21308         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21309         don't decode quoted parameters; remove misimported Emacs code.
21310         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21311         (rfc2231-decode-encoded-string): Don't use split-string which
21312         behaves differently according to Emacs version; use
21313         mm-decode-coding-region to convert charset to coding-system.
21314         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21315         (rfc2231-encode-string): Remove misimported Emacs code.
21316
21317 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21318
21319         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21320         when calling mail-header-parse-content-type.
21321         (article-de-quoted-unreadable): Ditto.
21322         (article-de-base64-unreadable): Ditto.
21323         (article-wash-html): Ditto.
21324
21325         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21326         calling mail-header-parse-content-type and
21327         mail-header-parse-content-disposition.
21328         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21329         mail-header-parse-content-type.
21330
21331         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21332         insert charset and format parameters; encode description after
21333         inserting it to buffer.
21334         (mml-insert-parameter): Fold lines properly even if a parameter is
21335         segmented into two or more lines; change the max column to 76.
21336
21337         * rfc1843.el (rfc1843-decode-article-body): Don't use
21338         ignore-errors when calling mail-header-parse-content-type.
21339
21340         * rfc2231.el (rfc2231-parse-string): Return at least type if
21341         possible; don't cause an error even if it fails in parsing of
21342         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21343         (rfc2231-encode-string): Don't break lines at the beginning, leave
21344         it to mml-insert-parameter.
21345
21346         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21347         calling mail-header-parse-content-type.
21348
21349 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21350
21351         * spam-report.el (spam-report-gmane-use-article-number):
21352         Improve doc string.
21353         (spam-report-gmane-internal): Check if a suitable header was found
21354         in the article.
21355
21356 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21357
21358         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21359         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21360
21361 2006-02-05  Romain Francoise  <romain@orebokech.com>
21362
21363         Update copyright notices of all files in the gnus directory.
21364
21365 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21366
21367         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21368
21369 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21370
21371         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21372         segmented lines of parameter value to cope with Thunderbird 1.5
21373         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21374         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21375         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21376
21377 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21378
21379         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21380         parts.
21381
21382 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21383
21384         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21385         there's only one active file for all servers.
21386         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21387         solid groups.  Gnus might have used a FAST request to select the group.
21388         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21389         and nnweb-search redundantly in the active file.
21390         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21391         (nnweb-request-create-group): Don't use ARGS.
21392         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21393         initializations.  Let nnoo do the work.
21394
21395 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21396
21397         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21398         Say the part has been decoded.
21399
21400         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21401
21402 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21403
21404         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21405         mailcap-viewer-test-cache when there's no 'test clause, since that
21406         will invert the meaning of a "nil" test previously determined by
21407         mailcap-mailcap-entry-passes-test.
21408
21409 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21410
21411         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21412         compiling.
21413
21414         * gnus-sum.el: Ditto.
21415
21416         * message.el: Don't bind tool-bar-map when compiling.
21417
21418 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21419
21420         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21421
21422 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21423
21424         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21425         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21426         current Google Groups.
21427
21428 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21429
21430         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21431         and tool-bar-mode.
21432
21433         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21434         and tool-bar-mode.
21435
21436         * message.el (message-tool-bar-update): Simplify.
21437         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21438
21439         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21440         gnus-summary-buffer.
21441         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21442         gnus-summary-reply.
21443
21444         * gmm-utils.el (gmm): Add :version.
21445
21446 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21447
21448         * Makefile.in (clean): New rule.
21449         (distclean): Use it.
21450
21451 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21452
21453         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21454         Don't autoload.
21455
21456 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21457
21458         * gmm-utils.el (gmm-verbose): Add :group.
21459
21460 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21461
21462         * message.el: Change some comments WRT tool-bars.
21463
21464         * gnus-sum.el (gnus-summary-tool-bar)
21465         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21466         (gnus-summary-tool-bar-zap-list): New variables.
21467         (gnus-summary-make-tool-bar): Complete rewrite using
21468         `gmm-tool-bar-from-list'.
21469
21470         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21471         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21472         New variables.
21473         (gnus-group-make-tool-bar): Complete rewrite using
21474         `gmm-tool-bar-from-list'.
21475         (gnus-group-tool-bar-update): New function.
21476
21477         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21478
21479 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21480
21481         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21482         is dissected into a single part of which the type is the same as
21483         the given one; decode charset.
21484
21485 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21486
21487         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21488         into alists as symbol not string, since that's what
21489         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21490         look for.
21491
21492 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21493
21494         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21495         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21496
21497         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21498
21499 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21500
21501         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21502         (gnus-xmas-mime-security-button-menu): New function.
21503
21504         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21505         (gnus-mime-security-button-menu): New definition.
21506         (gnus-mime-security-button-map): Use them.
21507         (gnus-mime-security-button-menu): New function.
21508         (gnus-insert-mime-security-button): Addition to help echo.
21509         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21510         (gnus-mime-security-pipe-part): New functions.
21511
21512         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21513         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21514
21515         * mm-decode.el (mm-handle-set-disposition): Remove.
21516         (mm-handle-set-description): Remove.
21517
21518 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21519
21520         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21521         (mm-w3m-standalone-supports-m17n-p): New function.
21522         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21523         w3m usage.
21524
21525         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21526         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21527
21528 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21529
21530         * message.el (message-tool-bar-zap-list):
21531         Use gmm-tool-bar-zap-list as custom type.
21532         (message-tool-bar-update): New function.
21533         (message-tool-bar, message-tool-bar-gnome)
21534         (message-tool-bar-retro): Add message-tool-bar-update.
21535         (message-tool-bar-gnome): Add flyspell-buffer.
21536
21537         * gnus-util.el (gnus-error): Describe `args'.
21538
21539         * gmm-utils.el (gmm-error): Describe `args'.
21540         (gmm-tool-bar-zap-list): New widget.
21541         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21542
21543 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21544
21545         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21546         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21547         the number of recursive calls.
21548
21549         * mm-decode.el (mm-handle-set-disposition): New macro.
21550         (mm-handle-set-description): New macro.
21551
21552 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21553
21554         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21555         encoding.
21556
21557 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21558
21559         * message.el (message-tool-bar-zap-list, message-tool-bar)
21560         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21561         (message-tool-bar-local-item-from-menu): Remove.
21562         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21563         (message-make-tool-bar): New function.
21564         (message-mode): Use `message-make-tool-bar'.
21565
21566         * gmm-utils.el: New file.
21567         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21568         (gmm-lazy): New widget copied from `nnmail.el'.
21569         (gmm-tool-bar-from-list): New function for creating customizable
21570         tool bars.
21571         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21572         output.
21573         (gmm): Add :prefix to defgroup.
21574
21575 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21576
21577         * gmm-utils.el (gmm-widget-p): New function.
21578
21579 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21580
21581         * mml.el (mml-attach-file): Describe `description' in doc string.
21582         (mml-menu): Add Emacs MIME manual and PGG manual.
21583
21584 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21585
21586         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21587
21588 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21589
21590         * nntp.el (nntp-end-of-line): Doc fix.
21591
21592 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21593
21594         * imap.el (imap-open): Handle case where buffer is a buffer
21595         object.
21596
21597 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21598
21599         * gnus-delay.el (gnus-delay): Don't autoload.
21600         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21601         to be re-loaded when customizing the `gnus-delay' group.
21602
21603 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21604
21605         * message.el (message-insert-citation-line): Use newlines.
21606
21607 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21608
21609         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21610         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21611         these routines, so the passphrase can be managed externally and
21612         passed in to the system.
21613         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21614         pgg-add-passphrase-to-cache function.
21615
21616         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21617         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21618         these routines, so the passphrase can be managed externally and
21619         passed in to the system.
21620         (pgg-pgp5-sign-region): Use new name of
21621         pgg-add-passphrase-to-cache function.
21622
21623 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21624
21625         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21626         part of the decoded armor to find the key-identifier.
21627         (pgg-gpg-lookup-key-owner): New function to return the
21628         human-readable identifier of a key owner.
21629         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21630         itself.
21631         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21632         the key value) if we have a key and can match it against a secret
21633         key.  Also, added a note pointing out fact that the prompt only
21634         indicates the first matching key.
21635
21636         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21637         pgg-decrypt-region.
21638         (pgg-add-passphrase-to-cache): Rename from
21639         `pgg-add-passphrase-cache' to reduce confusion (all callers
21640         changed).
21641         (pgg-remove-passphrase-from-cache): Rename from
21642         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21643         changed).
21644         (pgg-read-passphrase, pgg-add-passphrase-cache)
21645         (pgg-remove-passphrase-cache): Add informative docstrings.
21646         (pgg-decrypt): Convey provided passphrase in subordinate call to
21647         pgg-decrypt-region.
21648
21649 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21650
21651         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21652         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21653         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21654         'passphrase' argument, so the passphrase can be managed externally
21655         and then passed in to the system.
21656
21657         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21658         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21659         so the passphrase cache can be used reliably with identifiers
21660         besides a pgp packet's key id.
21661
21662         * pgg-gpg.el (pgg-gpg-encrypt-region)
21663         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21664         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21665         these routines, so the passphrase can be managed externally and
21666         passed in to the system.
21667
21668         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21669         'notruncate' argument, so the passphrase cache can be used
21670         reliably with identifiers besides a pgp packet's key id.
21671
21672 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21673
21674         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21675         symmetric encryption.
21676         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21677         encrypted session key.
21678         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21679         message ask for the passphrase in a proper way.
21680
21681         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21682         New user commands for symmetric encryption.
21683
21684 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21685
21686         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21687
21688         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21689
21690 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21691
21692         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21693
21694 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21695
21696         * mm-decode.el (mm-inlined-types): Add application/pgp.
21697         (mm-automatic-display): Ditto.
21698
21699         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21700         part as text.
21701
21702 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21703
21704         * nnrss.el: Update copyright.
21705         (nnrss-opml-import): Query whether to subscribe to each entry.
21706
21707         * gnus-art.el:
21708         * gnus-sum.el:
21709         * gnus-xmas.el:
21710         * messagexmas.el:
21711         * mm-uu.el:
21712         * mm-view.el: Update copyright.
21713
21714 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21715
21716         * message.el (message-info): New function.
21717         (message-mode-menu): Add it.
21718         Update copyright.
21719
21720         * ChangeLog: Fix and update copyright.
21721
21722 2006-01-13  Romain Francoise  <romain@orebokech.com>
21723
21724         * message.el (message-forward-subject-name-subject): Prefer the
21725         address to 'nowhere' if the sender has no name.
21726         Fix typo.  Update copyright year.
21727
21728 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21729
21730         * gnus-art.el (article-wash-html):
21731         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21732         (gnus-article-wash-html-with-w3m-standalone): New function.
21733
21734         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21735         mm-inline-text-html-render-with-w3m-standalone.
21736         (mm-text-html-washer-alist): Map w3m-standalone to
21737         gnus-article-wash-html-with-w3m-standalone.
21738         (mm-inline-text-html-render-with-w3m-standalone): New function.
21739
21740 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21741
21742         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21743         Improve LaTeX.
21744
21745 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21746
21747         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21748         (nnrss-request-article): Render text/plain parts as HTML.
21749
21750         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21751         the buffer.
21752
21753 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21754
21755         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21756         custom definition of `gnus-posting-styles'.
21757
21758         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21759         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21760
21761 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21762
21763         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21764         Use nntp for bug archive.
21765
21766 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21767
21768         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21769         parts.
21770         (nnrss-normalize-date): New function converts ISO 8601 date into
21771         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21772         (nnrss-check-group): Use it.
21773
21774 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21775
21776         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21777
21778         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21779         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21780         (nnrss-insert-w3): Ditto.
21781
21782 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21783
21784         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21785         the articles to be forwarded including the case where neither a
21786         number of articles nor a region is specified.
21787
21788 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21789
21790         * nnrss.el (nnrss-request-article): Fix last change; fill
21791         text/plain parts.
21792
21793 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21794
21795         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21796         in text/plain part.
21797         (nnrss-check-group): Don't add excessive newline to dc:subject.
21798
21799 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21800
21801         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21802         article.
21803
21804 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21805
21806         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21807         (nnml-use-compressed-files, nnml-save-mail): Support other
21808         comression programs such as bzip2.
21809
21810 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21811
21812         * dns.el (query-dns): Make sure we check the buffer size before
21813         removing tcp headers.
21814
21815 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21816
21817         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21818         remove MIME buttons associated with multipart/alternative parts.
21819         (gnus-mime-display-alternative): Tag buttons using `article-type'
21820         text property.
21821
21822         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21823         associated with multipart/alternative parts.
21824
21825         * gnus-art.el (gnus-signature-separator): Fix custom type.
21826
21827         * mm-decode.el (mm-inlined-types): Fix custom type.
21828         (mm-keep-viewer-alive-types): Ditto.
21829         (mm-automatic-display): Ditto.
21830         (mm-attachment-override-types): Ditto.
21831         (mm-inline-override-types): Ditto.
21832         (mm-automatic-external-display): Ditto.
21833
21834 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21835
21836         * spam-report.el (spam-report-user-mail-address)
21837         (spam-report-user-agent): New variables.
21838         (spam-report-url-ping-plain): Use spam-report-user-agent.
21839
21840 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21841
21842         * gnus-art.el (gnus-button-handle-custom): Do not just use
21843         `customize-apropos' for any "M-x customize-*" button but the
21844         function called for.  Accept both the function name and its
21845         argument in order to achieve this.
21846         (gnus-button-alist): Remove support for "custom:" URL's.
21847         Pass function name to `gnus-button-handle-custom' in case of "M-x
21848         customize-*" buttons.
21849
21850 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21851
21852         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21853         multipart/alternative and add xref to mm-discouraged-alternatives
21854         in doc string.
21855
21856         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21857         gnus-buttonized-mime-types in doc string.
21858
21859 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21860
21861         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21862         Suggest image/.* in the doc string.
21863
21864 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21865
21866         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21867         message-marks (Debian bug#342521).
21868
21869 2005-12-12  Simon Josefsson  <jas@extundo.com>
21870
21871         * password.el (password-read-from-cache): Add.
21872         (password-read): Use it.
21873
21874 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21875
21876         * rfc2047.el (rfc2047-charset-to-coding-system):
21877         Recognize us-ascii as a MIME charset.
21878
21879         * mm-bodies.el (mm-decode-content-transfer-encoding):
21880         Protect against the case where the 2nd arg TYPE is nil.
21881
21882 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21883
21884         * pop3.el (pop3-stream-type): Fix custom version.
21885
21886         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21887
21888 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21889
21890         * mm-decode.el (mm-display-external): Add missing cdr.
21891
21892 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21893
21894         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21895         RFC1524) if it is in mailcap or add a suffix according to
21896         mailcap-mime-extensions when generating a temp filename; postpone
21897         deleting a temp file for 2 seconds for some wrappers, shell
21898         scripts, and so on, which might exit right after having started a
21899         viewer command as a background job.
21900
21901 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21902
21903         * nntp.el (nntp-marks-directory): Fix custom group.
21904
21905         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21906         steps when < 10.
21907
21908         * gnus-start.el (gnus-no-server-1):
21909         Mention `gnus-level-default-subscribed' in doc string.
21910
21911 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21912
21913         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21914         parens.
21915
21916 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21917
21918         * gnus-xmas.el (gnus-use-toolbar): Revert.
21919         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21920         gnus-use-toolbar is default.
21921
21922         * messagexmas.el (message-use-toolbar): Revert.
21923         (message-setup-toolbar): Use global default-toolbar if
21924         message-use-toolbar is default.
21925
21926 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21927
21928         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21929         according to default-toolbar-visible-p.
21930
21931         * messagexmas.el (message-use-toolbar): Ditto.
21932
21933 2005-11-26  Dave Love  <fx@gnu.org>
21934
21935         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21936         (tls-program, tls-success): Provide openssl alternative.
21937
21938         * starttls.el: Doc fixes.
21939         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21940         SERVICE to PORT.
21941
21942         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21943         port null or service name.
21944         (starttls-negotiate): Autoload.
21945
21946 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21947
21948         * message.el (message-kill-to-signature): Fix interactive spec.
21949
21950 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21951
21952         * pop3.el (pop3-open-server): Recognize a string as a service name.
21953
21954 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21955
21956         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21957
21958 2005-11-23  Dave Love  <fx@gnu.org>
21959
21960         Add pop3s, pop3/starttls.
21961
21962         * pop3.el (pop3-authentication-scheme): Clarify doc.
21963         (open-tls-stream, starttls-open-stream): Autoload.
21964         (pop3-stream-type): New.
21965         (pop3-open-server): Use it.
21966
21967         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21968         for POP.
21969         (mail-source-keyword-map): Add :stream for POP.
21970         (mail-source-fetch-pop): Use pop3-stream-type.
21971
21972 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21973
21974         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21975         of current-time-string.
21976
21977 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21978
21979         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21980         date header.
21981
21982 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21983
21984         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21985         it can seriously impact performance as it bypasses the agent's
21986         local caches.
21987
21988 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21989
21990         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21991         must be explicitly online rather than "not explicitly offline" for
21992         its flags to be synchronized.
21993
21994         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21995         that gnus-uu-unmark-thread will function correctly.
21996
21997         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21998         1024K is instead displayed as 1M.
21999
22000 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22001
22002         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
22003
22004 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
22005
22006         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
22007
22008 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
22009
22010         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
22011         error message to display actual error condition.
22012         (gnus-agent-save-local): Avoid saving symbols that are bound to
22013         nil as they simply result in a warning message in
22014         gnus-agent-read-local.
22015
22016 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22017
22018         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
22019         rather than make-variable-buffer-local for file-precious-flag.
22020
22021 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22022
22023         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
22024         for duplicates which are removed.  The invalid sort check then
22025         triggers a rescan after the sort as sorting may have moved
22026         duplicate entries such that they can be cheaply detected.
22027
22028 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22029
22030         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
22031
22032 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
22033
22034         * gnus-agent.el (gnus-agent-article-alist-save-format):
22035         Change internal variable to a custom variable.  Change default value
22036         from compressed(2) to uncompressed(1).
22037         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
22038         support for uncompressed agentview files.  Taken together, reading
22039         the agentview file should now be 6-7 times faster.
22040
22041 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
22042
22043         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
22044         as a buffer-local variable.  This avoids creating truncated
22045         dribble files as a result of a hang up, eg.
22046
22047 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
22048
22049         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
22050         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
22051         XEmacs.
22052
22053 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
22054
22055         * gnus-start.el (gnus-start-draft-setup):
22056         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
22057
22058         * gnus.el (gnus-splash): Change custom group.
22059         (gnus-group-get-parameter, gnus-group-parameter-value):
22060         Describe allow-list argument.
22061
22062         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
22063         string.
22064
22065 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
22066
22067         * gnus-art.el (gnus-default-article-saver): Add user-defined
22068         `function' to custom type.
22069
22070 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22071
22072         * imap.el (imap-open): Handle case where buffer is a buffer
22073         object.
22074
22075 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
22076
22077         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
22078         long lines.
22079         (gnus-cache-delete-group): Wrap doc strings.
22080
22081         * gnus-agent.el (gnus-agent-rename-group)
22082         (gnus-agent-delete-group): Wrap doc strings.
22083
22084 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22085
22086         * messagexmas.el (message-use-toolbar): Change the valid values
22087         into default, top, bottom, left, and right.
22088         (message-toolbar-thickness): New variable.
22089         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
22090         well.
22091         (message-setup-toolbar): Make it work.
22092
22093         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
22094         (gnus-use-toolbar): Change the valid values into default, top,
22095         bottom, left, and right.
22096         (gnus-toolbar-thickness): New variable.
22097         (gnus-xmas-setup-toolbar): New function.
22098         (gnus-xmas-setup-group-toolbar): Use it.
22099         (gnus-xmas-setup-summary-toolbar): Use it.
22100
22101 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22102
22103         * gnus-start.el (gnus-1): Add "native" to
22104         gnus-predefined-server-alist.
22105
22106         * gnus.el (gnus-method-to-server): Don't add "native" to the
22107         lists here, because that leads to problems when
22108         gnus-select-method is bound.
22109
22110 2005-11-09  Simon Josefsson  <jas@extundo.com>
22111
22112         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
22113         use (not sort-by-date) instead.
22114
22115 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22116
22117         * gnus-delay.el (gnus-delay-group): Don't autoload.
22118         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
22119         to be re-loaded when customizing the `gnus-delay' group.
22120
22121 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
22122
22123         * message.el: Revert last changes.
22124         (message-insert-citation-line): Use newlines.
22125
22126 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22127
22128         * message.el (message-courtesy-message)
22129         (message-mark-insert-begin, message-mark-insert-end)
22130         (message-elide-ellipsis, message-cancel-message)
22131         (message-add-header, message-change-subject)
22132         (message-cross-post-followup-to-header)
22133         (message-cross-post-insert-note, message-reduce-to-to-cc)
22134         (message-widen-reply, message-delete-not-region)
22135         (message-kill-to-signature, message-insert-signature)
22136         (message-insert-importance-high, message-insert-importance-low)
22137         (message-insert-or-toggle-importance)
22138         (message-insert-disposition-notification-to)
22139         (message-indent-citation, message-yank-original)
22140         (message-cite-original-without-signature, message-cite-original)
22141         (message-insert-citation-line, message-position-on-field)
22142         (message-fix-before-sending, message-send-mail-partially)
22143         (message-send-mail, message-send-mail-with-sendmail)
22144         (message-send-mail-with-qmail, message-send-news)
22145         (message-check-news-header-syntax, message-generate-headers)
22146         (message-insert-courtesy-copy, message-fill-address)
22147         (message-fill-header, message-shorten-references)
22148         (message-setup-1, message-cancel-news)
22149         (message-forward-make-body-plain, message-forward-make-body-mime)
22150         (message-forward-make-body-mml, message-encode-message-body)
22151         (message-forward-make-body-digest-plain)
22152         (message-forward-make-body-digest-mime)
22153         (message-use-alternative-email-as-from): Insert `hard-newline'
22154         instead of ordinary newlines.
22155
22156 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22157
22158         * message.el (message-generate-headers): Downcase the argument
22159         given to message-check-element.
22160
22161 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
22162
22163         * nntp.el (nntp-authinfo-rejected): New error condition.
22164         (nntp-wait-for): Use new error condition to signal authentication
22165         error.
22166         (nntp-retrieve-data): Rethrow new error condition to break out of
22167         recursive call to nntp-send-authinfo.
22168
22169 2005-11-08  Romain Francoise  <romain@orebokech.com>
22170
22171         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
22172         (gnus-summary-exit-map): Bind to `Z p'.
22173         (gnus-summary-make-menu-bar): Add menu item.
22174
22175 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
22176
22177         * gnus-art.el (gnus-article-treat-custom): Add `first'.
22178         (gnus-treat-*): Add `first' in all doc strings.
22179
22180         * gnus-group.el (gnus-group-compact-group): Fix typo.
22181
22182 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22183
22184         * gnus.el (gnus-parameters-case-fold-search): New variable.
22185         (gnus-parameters-get-parameter): Use it.
22186
22187         * gnus-score.el (gnus-home-score-file): Doc fix.
22188
22189 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
22190
22191         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
22192
22193 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22194
22195         * mm-util.el (mm-special-display-p): New function.
22196
22197         * mml.el (mml-preview): Use it; doc fix.
22198
22199 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22200
22201         * imap.el (imap-open): Handle case where buffer is a buffer object.
22202
22203 2005-10-29  Romain Francoise  <romain@orebokech.com>
22204
22205         * message.el (message-fix-before-sending): Fix comment.
22206
22207 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22208
22209         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
22210
22211 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22212
22213         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
22214         Used in gnus-score.el.
22215
22216 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
22217
22218         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22219
22220 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22221
22222         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22223         whitespace removed in revision 7.8.  Use concatenated string to
22224         protect trailing whitespace.
22225
22226 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22227
22228         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22229         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22230         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22231         Courier IMAP ("some version from 2004").  Mostly based on similar
22232         code in the same function.
22233
22234 2005-10-26  Didier Verna  <didier@xemacs.org>
22235
22236         * gnus-group.el (gnus-group-compact-group): Invalidate original
22237         article buffer.
22238         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22239         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22240         NOV database and in article itself.
22241         Invalidate article backlog.
22242
22243 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22244
22245         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22246
22247 2005-10-26  Simon Josefsson  <jas@extundo.com>
22248
22249         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22250         part of 2004-07-25 change.
22251
22252 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22253
22254         * message.el (message-display-completion-list): New function.
22255         (message-expand-group): Use it; make sure the Completions buffer
22256         is modifiable.
22257 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22258
22259         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22260         user-mail-name is an empty string.
22261
22262 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22263
22264         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22265         depending on gnus-score-decay-constant.
22266
22267         * encrypt.el (encrypt-insert-file-contents)
22268         (encrypt-write-file-contents): Don't use `gnus-message'.
22269
22270         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22271         arguments.
22272         (mm-uu-type-alist): Add message-marks and insert-marks.
22273         Pass arguments to mm-uu-verbatim-marks-extract.
22274         (mm-uu-hide-markers): New variable.
22275         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22276
22277         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22278         (gnus-convert-image-to-face-command): Use "convert" by default to
22279         allow other input image formats.
22280         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22281         accordingly.
22282
22283 2005-10-23  Simon Josefsson  <jas@extundo.com>
22284
22285         * imap.el (imap-gssapi-program): Align command line parameters
22286         with latest GNU SASL.
22287         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22288
22289 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22290
22291         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22292         HTML.
22293         (nnslashdot-request-article): Ditto.
22294
22295         * lpath.el (featurep): Add nobreak-char-display.
22296
22297 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22298
22299         * mail-source.el (mail-source-fetch-pop): Require pop3.
22300         (mail-source-check-pop): Ditto.
22301
22302 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22303
22304         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22305         errors.
22306
22307 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22308
22309         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22310         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22311
22312         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22313
22314         * mm-bodies.el (mm-decode-string):
22315         Call `mm-charset-to-coding-system' with allow-override argument.
22316
22317 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22318
22319         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22320         (rfc2047-charset-to-coding-system): New function.
22321         (rfc2047-decode-encoded-words): New function.
22322         (rfc2047-decode-region): Use them.
22323         (rfc2047-decode-cte): Remove.
22324         (rfc2047-parse-and-decode): Remove.
22325         (rfc2047-decode): Remove.
22326
22327 2005-10-15  Kenichi Handa  <handa@m17n.org>
22328
22329         * rfc2047.el (rfc2047-decode-cte): New function.
22330         (rfc2047-decode-region): Change the way to decode successive
22331         encoded-words: decode B- or Q-encoding in each encoded-word,
22332         concatenate them, and decode it as charset.
22333
22334 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22335
22336         * lpath.el: Fbind codepage-setup for XEmacs.
22337
22338 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22339
22340         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22341         widget-move-and-invoke.
22342         (gnus-custom-mode): Use gnus-custom-map.
22343
22344 2005-10-15  Bill Wohler  <wohler@newt.com>
22345
22346         * message.el (message-tool-bar-map): Rename image file from
22347         mail_send to mail/send.
22348
22349 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22350
22351         * message.el (message-expand-group): Pass the common
22352         prefix substring of completion to `display-completion-list'.
22353
22354 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22355
22356         * mml-sec.el (mml-secure-method): New internal variable.
22357         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22358         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22359         New functions using mml-secure-method.
22360
22361         * mml.el (mml-mode-map): Add key bindings for those functions.
22362         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22363         Harder <harder@myrealbox.com>.
22364         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22365         Goto end of message if point is the headers of the message.
22366
22367         * message.el (message-in-body-p): New function.
22368
22369         * assistant.el: Autoload gnus-util and netrc.
22370
22371         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22372         Use `mm-charset-override-alist' only when decoding.
22373
22374         * mm-bodies.el (mm-decode-body):
22375         Call `mm-charset-to-coding-system' with allow-override argument.
22376
22377         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22378         `filename' from Content-Disposition if Content-Type doesn't
22379         provide `name'.
22380         (gnus-mime-view-part-as-type): Set default instead of
22381         initial-input.
22382
22383 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22384
22385         * format-spec.el (format-spec): Propagate text properties of % spec.
22386
22387 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22388
22389         * gnus-art.el (gnus-treat-predicate): Add `first'.
22390
22391 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22392
22393         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22394         (mm-charset-override-alist): New variable.
22395         (mm-charset-to-coding-system): Use it.
22396         (mm-codepage-setup): New helper function.
22397         (mm-charset-eval-alist): New variable.
22398         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22399         Warn about unknown charsets.
22400
22401         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22402
22403 2005-10-04  David Hansen  <david.hansen@gmx.net>
22404
22405         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22406         (nnrss-check-group): Ditto.
22407
22408 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22409
22410         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22411         Rename x-gnus-verbatim to x-verbatim.
22412         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22413
22414         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22415         x-verbatim.
22416
22417         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22418
22419         * gnus-util.el (gnus-remove-duplicates): Remove.
22420
22421         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22422         instead of gnus-remove-duplicates.
22423
22424         * message.el (message-remove-duplicates): Remove.
22425         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22426         message-remove-duplicates.
22427
22428         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22429         available, else use implementation from `delete-dups'.
22430
22431         * message.el (message-insert-expires): New function.
22432         (message-mode-map): Add key binding.
22433         (message-mode-field-menu): Add menu entry.
22434         (message-mode): Document it.
22435         (message-make-expires-date): Use `message-make-date'.
22436
22437 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22438
22439         * message.el (message-make-expires-date): New function.
22440
22441 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22442
22443         * Makefile.in (list-installed-shadows): New entry.
22444         (install): Use it.
22445         (remove-installed-shadows): New entry.
22446
22447         * dgnushack.el (dgnushack-default-load-path): New variable.
22448         (dgnushack-find-lisp-shadows): New function.
22449         (dgnushack-remove-lisp-shadows): New function.
22450
22451 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22452
22453         * Makefile.in (install-el-elc): New entry.
22454         (install): Use it so that .el files are necessarily installed.
22455
22456 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22457
22458         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22459
22460 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22461
22462         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22463         function rather than the diff-mode.el package.
22464         (mm-display-external): Use with-current-buffer.
22465         (mm-viewer-completion-map, mm-viewer-completion-map):
22466         Move initialization inside declaration.
22467
22468 2005-09-29  Simon Josefsson  <jas@extundo.com>
22469
22470         * spam.el: Load hashcash when compiling, to avoid warnings.
22471         Don't autoload mail-check-payment.
22472         (spam-check-hashcash): Define unconditionally, since hashcash.el
22473         is part of Gnus now.  Ignore errors from payment checking.
22474
22475 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22476
22477         * message.el (message-bold-region, message-unbold-region):
22478         Rename from `bold-region' and `unbold-region'.
22479
22480         * message.el: Remove useless autoloads.
22481
22482 2005-09-28  Simon Josefsson  <jas@extundo.com>
22483
22484         * message.el (message-use-idna): Default to t.
22485         (message-use-idna): Test whether encoding works too.  Doc fix.
22486
22487 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22488
22489         * nntp.el (nntp-warn-about-losing-connection): Remove.
22490
22491 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22492
22493         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22494         customizable.  Change default value.
22495         (mm-uu-diff-groups-regexp): Change default value.
22496         (mm-uu-type-alist): Add doc string.
22497         (mm-uu-configure): Add doc string.  Make it interactive.
22498         (mm-uu-tex-groups-regexp): New variable.
22499         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22500         (mm-uu-type-alist): Add LaTeX documents.
22501         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22502         of "text/verbatim".
22503         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22504
22505         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22506         instead of "text/verbatim".
22507
22508         * message.el (message-mark-inserted-region)
22509         (message-mark-insert-file): Use slrn style marks when called with
22510         prefix argument.
22511
22512 2005-09-27  Simon Josefsson  <jas@extundo.com>
22513
22514         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22515
22516 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22517
22518         * message.el (message-remove-duplicates): New function.
22519         Implementation borrowed from `gnus-remove-duplicates'.
22520         (message-idna-to-ascii-rhs): Also encode idna addresses in
22521         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22522         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22523         only ask about the same idna domain once per header and also tell
22524         in what header to replace the idna domain.
22525
22526         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22527         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22528         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22529         a header is decoded and not just the last one.
22530
22531 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22532
22533         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22534         has been decoded.
22535
22536         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22537         (mm-insert-part): Don't modify text if it has been decoded.
22538
22539         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22540         decoded.
22541
22542         * mm-view.el (mm-inline-text): Don't strip text props unless
22543         decoding enriched or richtext parts.
22544
22545 2005-09-25  Romain Francoise  <romain@orebokech.com>
22546
22547         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22548         * gnus-start.el (gnus-subscribe-interactively):
22549         * gnus-uu.el (gnus-uu-grab-articles):
22550         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22551         space.
22552
22553 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22554
22555         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22556         * mm-view.el (mm-view-pkcs7-decrypt):
22557         * gnus-sum.el (gnus-summary-limit-to-extra)
22558         (gnus-summary-respool-article, gnus-read-move-group-name):
22559         * gnus-score.el (gnus-summary-increase-score):
22560         * gnus-util.el (gnus-completing-read-with-default):
22561         * gnus-art.el (gnus-read-save-file-name)
22562         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22563         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22564         * message.el (message-check-news-header-syntax):
22565         Follow convention for reading with the minibuffer.
22566
22567 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22568
22569         * spam-report.el (spam-report-url-ping-plain):
22570         Use gnus-extended-version as User-Agent.
22571
22572         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22573         default value is nil.
22574
22575         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22576         (mm-uu-verbatim-marks-extract): New function.
22577         (mm-uu-extract): New face.
22578         (mm-uu-copy-to-buffer): Use it.
22579
22580         * spam-report.el (spam-report-gmane-ham): Rename from
22581         `spam-report-gmane-unspam'.
22582         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22583         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22584
22585         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22586         Autoload.
22587         (spam-report-gmane-unregister-routine):
22588         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22589
22590 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22591
22592         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22593         (spam-report-gmane-unregister-routine): Add support for gmane
22594         unregistration.
22595
22596         * spam-report.el (spam-report-gmane-unspam)
22597         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22598         (spam-report-gmane): Change to take a single article and do unspam
22599         registration.
22600
22601 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22602
22603         * mm-url.el (mm-url-decode-entities): Fix regexp.
22604
22605 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22606
22607         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22608         default to nil, to be able to use Gnus at all.  If the default
22609         switches to something else, then the function should be fixed not
22610         be exceedingly slow.
22611
22612 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22613
22614         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22615         fail hard.
22616
22617         * spam-report.el: Add better Keywords line.
22618
22619         * spam.el: Add Maintainer and better Keywords line.
22620
22621 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22622
22623         * gnus-art.el (gnus-article-replace-part)
22624         (gnus-mime-replace-part): New functions.
22625         (gnus-mime-action-alist, gnus-mime-button-commands)
22626         (gnus-mime-save-part-and-strip): Add file argument.
22627         (gnus-article-part-wrapper): Add interactive argument.
22628
22629         * gnus-sum.el (gnus-summary-mime-map):
22630         Add `gnus-article-replace-part'.
22631
22632 2005-09-19  Didier Verna  <didier@xemacs.org>
22633
22634         The nnml compaction feature:
22635         * nnml.el (nnml-request-compact-group): New function.
22636         * nnml.el (nnml-request-compact): New function.
22637         * gnus-int.el (gnus-request-compact-group): New function.
22638         * gnus-int.el (gnus-request-compact): New function.
22639         * gnus-group.el (gnus-group-compact-group): New function.
22640         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22641         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22642         * gnus-srvr.el (gnus-server-compact-server): New function.
22643         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22644         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22645
22646 2005-09-18  Deepak Goel  <deego@gnufans.org>
22647
22648         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22649         format spec.
22650
22651 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22652
22653         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22654
22655 2005-09-15  Romain Francoise  <romain@orebokech.com>
22656
22657         * message.el (message-fill-paragraph): Clarify docstring.
22658
22659 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22660
22661         * gnus-art.el (gnus-mime-display-part): Protect against broken
22662         MIME messages.
22663
22664 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22665
22666         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22667         before parsing header.
22668
22669 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22670
22671         * html2text.el (html2text-replace-list): Add new entities.
22672
22673 2005-09-11  Romain Francoise  <romain@orebokech.com>
22674
22675         * message.el (message-alternative-emails): Improve docstring.
22676         (message-setup-1): Call `message-use-alternative-email-as-from'
22677         after `message-setup-hook' to give it precedence over posting
22678         styles, etc.
22679         (message-use-alternative-email-as-from): Add docstring.
22680         Remove the original From header if present.
22681
22682         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22683         (nnml-save-mail): Use it.
22684
22685         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22686         articles.  Add new argument `silent'.
22687         (gnus-uu-mark-all): Report the total number of marked articles.
22688
22689 2005-09-10  Romain Francoise  <romain@orebokech.com>
22690
22691         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22692         (gnus-uu-mark-series): Likewise.
22693
22694 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22695
22696         * spam-report.el (spam-report-gmane): Fix generation of spam
22697         report URL.
22698
22699 2005-09-10  Simon Josefsson  <jas@extundo.com>
22700
22701         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22702         t, based on discussion on the ding list with Robert Epprecht
22703         <epprecht@solnet.ch>.
22704
22705 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22706
22707         * spam-report.el (spam-report-gmane): Make it work without
22708         X-Report-Spam header.  Gmane now only provides Archived-At.
22709         This is only used if `spam-report-gmane-use-article-number' is nil.
22710         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22711
22712         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22713         make `gnus-summary-sort-by-recipient' work with threading.
22714
22715         * nnweb.el (nnweb-google-wash-article): Print a message if article
22716         is not available.
22717
22718 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22719
22720         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22721         change.  Decode text/* parts content before displaying.
22722
22723 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22724
22725         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22726
22727 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22728
22729         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22730
22731         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22732         url-package-name, url-package-version,
22733         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22734         w3m-display-inline-images, and w3m-minor-mode-map.
22735
22736 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22737
22738         * message.el (message-tab-body-function): Fix mismatched custom type.
22739
22740         * gnus.el (gnus-group-change-level-function): Ditto.
22741
22742         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22743
22744         * gnus-art.el (gnus-signature-limit)
22745         (gnus-article-mime-part-function): Ditto.
22746
22747 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22748
22749         * mml.el (mml-mode): Silence the byte compiler.
22750
22751         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22752         using `(sit-for 0)' before moving the point to the specified part;
22753         skip unbuttonized parts.
22754         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22755         return to the summary window if gnus-auto-select-part is non-nil.
22756
22757 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22758
22759         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22760         New variables.
22761         (mml-dnd-attach-file, mml-mode): Use them.
22762
22763         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22764         Make fetching article by MID work again for Google Groups.
22765         Add FIXME concerning gnus-group-make-web-group.
22766
22767         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22768         Don't depend on Gnus by using mail-extract-address-components if
22769         gnus-extract-address-components is not bound.
22770
22771 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22772
22773         * gnus-art.el (gnus-mime-display-security): Don't display the
22774         signature, but only the signed part.
22775
22776 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22777
22778         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22779
22780         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22781         list, not listp.
22782
22783 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22784
22785         * mm-encode.el (mm-encode-content-transfer-encoding):
22786         Likewise when encoding.
22787
22788         * mm-bodies.el (mm-decode-content-transfer-encoding):
22789         De-canonicalize CRLF for all text content types, not just
22790         text/plain.
22791
22792 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22793
22794         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22795         valid article; point arrow and cursor at the MIME button.
22796
22797 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22798
22799         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22800         Suggested by Dan Christensen <jdc@uwo.ca>.
22801
22802         * mm-decode.el (mm-save-part): Enable change of prompt.
22803
22804 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22805
22806         * gnus-msg.el (gnus-inews-add-send-actions):
22807         Make `message-post-method' lambda parameter ARG `&optional'.
22808
22809 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22810
22811         * gnus-sum.el (gnus-summary-mime-map):
22812         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22813         gnus-article-jump-to-part.
22814
22815         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22816         (gnus-article-edit-part): Use it.
22817         (gnus-article-part-wrapper): Add no-handle argument.
22818         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22819         New functions.
22820
22821 2005-08-29  Romain Francoise  <romain@orebokech.com>
22822
22823         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22824         docstring.
22825         (gnus-face-from-file): Likewise.
22826
22827 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22828
22829         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22830         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22831         non-nil.
22832         (gnus-auto-select-part): New variable.
22833         (gnus-article-jump-to-part): New function.
22834         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22835         (gnus-mime-delete-part): Allow selecting specified part after
22836         deleting or stripping parts.
22837         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22838         part if argument is bogus.
22839
22840 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22841
22842         * gnus-art.el (w3m-minor-mode-map):
22843         * gnus-spec.el (gnus-newsrc-file-version):
22844         * gnus-util.el (nnmail-active-file-coding-system)
22845         (gnus-original-article-buffer, gnus-user-agent):
22846         * gnus.el (gnus-ham-process-destinations)
22847         (gnus-parameter-ham-marks-alist)
22848         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22849         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22850         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22851         * mm-decode.el (gnus-current-window-configuration):
22852         * mm-extern.el (gnus-article-mime-handles):
22853         * mm-url.el (url-current-object, url-package-name)
22854         (url-package-version):
22855         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22856         (smime-keys, w3m-cid-retrieve-function-alist)
22857         (w3m-current-buffer, w3m-display-inline-images)
22858         (w3m-minor-mode-map):
22859         * mml-smime.el (gnus-extract-address-components):
22860         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22861         (gnus-newsrc-hashtb, message-default-charset)
22862         (message-deletable-headers, message-options)
22863         (message-posting-charset, message-required-mail-headers)
22864         (message-required-news-headers):
22865         * mml1991.el (mc-pgp-always-sign):
22866         * mml2015.el (mc-pgp-always-sign):
22867         * nnheader.el (nnmail-extra-headers):
22868         * rfc1843.el (gnus-decode-encoded-word-function)
22869         (gnus-decode-header-function, gnus-newsgroup-name):
22870         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22871
22872 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22873
22874         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22875         the end of the date treatments.
22876
22877 2005-08-15  Simon Josefsson  <jas@extundo.com>
22878
22879         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22880         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22881         Capello and Romain Francoise.
22882         (pgg-fetch-key-function): Remove, not used?
22883         (pgg-insert-url-with-w3): Require url, to get
22884         url-insert-file-contents regardless of where it is defined.
22885
22886 2005-08-13  Romain Francoise  <romain@orebokech.com>
22887
22888         * message.el (message-cite-original-1): New function.
22889         (message-cite-original): Use it.
22890         (message-cite-original-without-signature): Ditto.
22891
22892 2005-08-08  Romain Francoise  <romain@orebokech.com>
22893
22894         * message.el (message-yank-empty-prefix): New variable.
22895         (message-indent-citation): Use it.
22896         (message-cite-original-without-signature): Respect X-No-Archive.
22897
22898 2005-08-08  Simon Josefsson  <jas@extundo.com>
22899
22900         * pgg.el: Autoload url-insert-file-contents instead of loading
22901         w3/url.
22902         (pgg-insert-url-with-w3): Don't load url here.
22903
22904 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22905
22906         * message.el (message-kill-to-signature): Don't insert newline at
22907         bol.
22908         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22909
22910 2005-08-06  Romain Francoise  <romain@orebokech.com>
22911
22912         * message.el (message-user-fqdn): Fix typo in docstring.
22913
22914 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22915
22916         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22917
22918         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22919
22920 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22921
22922         * mm-bodies.el (mm-encode-body): Use coding system rather than
22923         charset to encode text.
22924
22925         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22926         number of charsets if utf-8 is available (XEmacs).
22927
22928 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22929
22930         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22931         taken from `gnus-button-mid-or-mail-regexp'.
22932         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22933         (gnus-button-alist): Improve regexp for domain part of the MIDs
22934         for news:localpart@domain buttons.
22935         (gnus-button-ctan-directory-regexp): Update.
22936
22937 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22938
22939         * sieve-manage.el (sieve-manage-interactive-login):
22940         Use make-local-variable rather than make-variable-buffer-local.
22941         (sieve-manage-open): Ditto.
22942         (sieve-manage-authenticate): Ditto.
22943
22944         * mml.el (mml-generate-mime-1): Make the content type default to
22945         text/plain if the filename is not specified.
22946
22947 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22948
22949         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22950         instead of insert-buffer.
22951
22952         * message.el (message-yank-original): Ditto; set the mark at the
22953         end of the yanked message.
22954
22955 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22956
22957         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22958         lines to scroll rather than to stop it.
22959
22960         * mml.el (mml-generate-default-type): Add doc string.
22961         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22962         default to application/octet-stream when determining the content
22963         type if it is not specified for the part or the mml contents; add
22964         a comment about mml-generate-default-type.
22965
22966 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22967
22968         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22969         make it default to application/octet-stream when determining the
22970         content type if it is not specified for the external contents.
22971
22972 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22973
22974         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22975         segmented parameter but also other parameters might be there.
22976
22977 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22978
22979         * mm-decode.el (mm-display-external): Delete temp file, directory
22980         and buffer immediately if the external process is exited.
22981
22982 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22983
22984         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22985         fewer lines than that of scroll-margin.
22986         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22987
22988 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22989
22990         * gnus-art.el (gnus-article-next-page): Revert.
22991         (gnus-article-beginning-of-window): New macro.
22992         (gnus-article-next-page-1): Use it.
22993         (gnus-article-prev-page): Ditto.
22994         (gnus-article-edit-part): Use insert-buffer-substring instead of
22995         insert-buffer.
22996         (gnus-article-edit-exit): Ditto.
22997
22998         * gnus-util.el (gnus-beginning-of-window): Remove.
22999         (gnus-end-of-window): Remove.
23000
23001         * lpath.el: Don't bind header-line-format and scroll-margin.
23002
23003 2005-07-25  Simon Josefsson  <jas@extundo.com>
23004
23005         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
23006         to have the url package without w3.  Reported by Daiki Ueno
23007         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
23008
23009 2005-07-20  Didier Verna  <didier@xemacs.org>
23010
23011         * gnus-diary.el: Remove the description comment (nndiary is now
23012         properly documented in the Gnus manual).
23013         Fix the spelling of "Back End".
23014         * nndiary.el: Ditto.
23015         Fix the copyright notice.
23016
23017 2005-07-18  Romain Francoise  <romain@orebokech.com>
23018
23019         * gnus-sum.el (gnus-summary-to-prefix)
23020         (gnus-summary-newsgroup-prefix): New variables.
23021         (gnus-summary-from-or-to-or-newsgroups): Use them.
23022
23023 2005-07-17  Romain Francoise  <romain@orebokech.com>
23024
23025         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
23026         space as it's generally not especially interesting to the user.
23027
23028 2005-07-16  Romain Francoise  <romain@orebokech.com>
23029
23030         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
23031         nil to avoid prompting and file modification if one of the
23032         messages at the top of the nnfolder file contains a copyright
23033         notice.
23034         Update copyright notice.
23035
23036         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
23037         instead of `current-time-string' as the latter creates a time
23038         string that is not RFC 2822 compliant (it lacks the zone).
23039         Update copyright notice.
23040
23041 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23042
23043         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
23044         for text/rtf.  Display default in prompt.  Pass default for M-n.
23045
23046         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
23047
23048 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23049
23050         * gnus-msg.el (gnus-button-mailto):
23051         Remove save-selected-window-window hackery because it relies on
23052         save-selected-window internals.
23053
23054 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23055
23056         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
23057         (gnus-article-next-page-1): Use gnus-beginning-of-window.
23058         (gnus-article-prev-page): Ditto.
23059
23060         * gnus-util.el (gnus-beginning-of-window): New function.
23061         (gnus-end-of-window): New function.
23062
23063         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
23064
23065 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
23066
23067         * gnus-score.el (gnus-score-edit-all-score):
23068         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
23069         gnus-message.
23070
23071 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23072
23073         * gnus-msg.el (gnus-button-mailto):
23074         Remove save-selected-window-window hackery because it relies on
23075         save-selected-window internals.
23076
23077 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23078
23079         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
23080         add-minor-mode.
23081         (gnus-binary-mode): Ditto.
23082
23083         * gnus-topic.el (gnus-topic-mode): Ditto.
23084
23085 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
23086
23087         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
23088         (gnus-article-prev-page): Take scroll-margin into consideration.
23089
23090 2005-07-04  Lute Kamstra  <lute@gnu.org>
23091
23092         Update FSF's address in GPL notices.
23093
23094 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23095
23096         * gnus.el (gnus-exit):
23097         * gnus-group.el (gnus-group-icons):
23098         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
23099
23100         * gnus-nocem.el (gnus-nocem):
23101         * message.el (message-various, message-buffers, message-sending)
23102         (message-interface, message-forwarding, message-insertion)
23103         (message-headers, message-news, message-mail):
23104         * pgg-gpg.el (pgg-gpg):
23105         * pgg-parse.el (pgg-parse):
23106         * pgg-pgp.el (pgg-pgp):
23107         * pgg-pgp5.el (pgg-pgp5):
23108         * pop3.el (pop3): Finish `defgroup' description with period.
23109
23110 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23111
23112         * gnus-art.el (article-display-face): Improve the efficiency.
23113         (article-display-x-face): Ditto; remove gray x-face stuff.
23114
23115 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23116
23117         * gnus-art.el (article-display-face): Correct the position in
23118         which Faces are inserted.
23119
23120 2005-06-29  Didier Verna  <didier@xemacs.org>
23121
23122         * gnus-art.el (article-display-face): Display faces in correct
23123         order.
23124
23125 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23126
23127         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
23128         (gnus-fill-real-hashtb): Use hash table instead of obarray.
23129         (gnus-nocem-check-article): Fetch the Type header.
23130         (gnus-nocem-message-wanted-p): Fix the way to examine types.
23131         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
23132         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
23133         make sure gnus-nocem-hashtb is initialized.
23134         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
23135         (gnus-nocem-unwanted-article-p): Ditto.
23136
23137         * pgg.el (pgg-verify): Return the verification result.
23138
23139 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23140
23141         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
23142         is ascii.
23143
23144 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23145
23146         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
23147         `show-nonbreak-escape'.
23148
23149 2005-06-23  Lute Kamstra  <lute@gnu.org>
23150
23151         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
23152
23153         * dig.el (dig-mode):
23154         * smime.el (smime-mode): Use gnus-run-mode-hooks.
23155
23156 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23157
23158         * nnimap.el (nnimap-split-download-body): Fix spellings.
23159
23160 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23161
23162         * gnus-art.el (gnus-article-encrypt-body):
23163         * gnus-cus.el (gnus-score-customize):
23164         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
23165         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
23166
23167 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
23168
23169         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
23170         header by looking for magic "MII" at the beginning.
23171
23172 2005-06-16  Miles Bader  <miles@gnu.org>
23173
23174         * gnus-xmas.el (gnus-xmas-group-startup-message):
23175         Use renamed gnus-splash face.
23176
23177         * assistant.el (assistant-field): Remove "-face" suffix from face name.
23178         (assistant-field-face): New backward-compatibility alias for renamed
23179         face.
23180         (assistant-render-text): Use renamed assistant-field face.
23181
23182         * spam.el (spam): Remove "-face" suffix from face name.
23183         (spam-face): New backward-compatibility alias for renamed face.
23184         (spam-face, spam-initialize): Use renamed spam face.
23185
23186         * message.el (message-header-to, message-header-cc)
23187         (message-header-subject, message-header-newsgroups)
23188         (message-header-other, message-header-name)
23189         (message-header-xheader, message-separator, message-cited-text)
23190         (message-mml): Remove "-face" suffix from face names.
23191         (message-header-to-face, message-header-cc-face)
23192         (message-header-subject-face, message-header-newsgroups-face)
23193         (message-header-other-face, message-header-name-face)
23194         (message-header-xheader-face, message-separator-face)
23195         (message-cited-text-face, message-mml-face):
23196         New backward-compatibility aliases for renamed faces.
23197         (message-font-lock-keywords): Use renamed message faces.
23198
23199         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
23200         (sieve-test-commands, sieve-tagged-arguments):
23201         Remove "-face" suffix from face names.
23202         (sieve-control-commands-face, sieve-action-commands-face)
23203         (sieve-test-commands-face, sieve-tagged-arguments-face):
23204         New backward-compatibility aliases for renamed faces.
23205         (sieve-control-commands-face, sieve-action-commands-face)
23206         (sieve-test-commands-face, sieve-tagged-arguments-face):
23207         Use renamed sieve faces.
23208
23209         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
23210         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
23211         (gnus-group-news-3-empty, gnus-group-news-4)
23212         (gnus-group-news-4-empty, gnus-group-news-5)
23213         (gnus-group-news-5-empty, gnus-group-news-6)
23214         (gnus-group-news-6-empty, gnus-group-news-low)
23215         (gnus-group-news-low-empty, gnus-group-mail-1)
23216         (gnus-group-mail-1-empty, gnus-group-mail-2)
23217         (gnus-group-mail-2-empty, gnus-group-mail-3)
23218         (gnus-group-mail-3-empty, gnus-group-mail-low)
23219         (gnus-group-mail-low-empty, gnus-summary-selected)
23220         (gnus-summary-cancelled, gnus-summary-high-ticked)
23221         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23222         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23223         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23224         (gnus-summary-low-undownloaded)
23225         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23226         (gnus-summary-low-unread, gnus-summary-normal-unread)
23227         (gnus-summary-high-read, gnus-summary-low-read)
23228         (gnus-summary-normal-read, gnus-splash):
23229         Remove "-face" suffix from face names.
23230         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23231         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23232         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23233         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23234         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23235         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23236         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23237         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23238         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23239         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23240         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23241         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23242         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23243         (gnus-summary-normal-ticked-face)
23244         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23245         (gnus-summary-normal-ancient-face)
23246         (gnus-summary-high-undownloaded-face)
23247         (gnus-summary-low-undownloaded-face)
23248         (gnus-summary-normal-undownloaded-face)
23249         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23250         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23251         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23252         (gnus-splash-face):
23253         New backward-compatibility aliases for renamed faces.
23254         (gnus-group-startup-message): Use renamed gnus faces.
23255
23256         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23257         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23258         (gnus-server-agent): Remove "-face" suffix from face names.
23259         (gnus-server-agent-face, gnus-server-opened-face)
23260         (gnus-server-closed-face, gnus-server-denied-face)
23261         (gnus-server-offline-face):
23262         New backward-compatibility aliases for renamed faces.
23263         (gnus-server-agent-face, gnus-server-opened-face)
23264         (gnus-server-closed-face, gnus-server-denied-face)
23265         (gnus-server-offline-face): Use renamed gnus faces.
23266
23267         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23268         Remove "-face" suffix from face names.
23269         (gnus-picon-xbm-face, gnus-picon-face):
23270         New backward-compatibility aliases for renamed faces.
23271
23272         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23273         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23274         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23275         (gnus-cite-11): Remove "-face" suffix from face names.
23276         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23277         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23278         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23279         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23280         New backward-compatibility aliases for renamed faces.
23281         (gnus-cite-attribution-face, gnus-cite-face-list)
23282         (gnus-article-boring-faces): Use renamed gnus faces.
23283
23284         * gnus-art.el (gnus-signature, gnus-header-from)
23285         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23286         (gnus-header-content): Remove "-face" suffix from face names.
23287         (gnus-signature-face, gnus-header-from-face)
23288         (gnus-header-subject-face, gnus-header-newsgroups-face)
23289         (gnus-header-name-face, gnus-header-content-face):
23290         New backward-compatibility aliases for renamed faces.
23291         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23292
23293         * gnus-sum.el (gnus-summary-selected-face)
23294         (gnus-summary-highlight): Use renamed gnus faces.
23295         * gnus-group.el (gnus-group-highlight): Likewise.
23296
23297 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23298
23299         * gnus-sieve.el (gnus-sieve-article-add-rule):
23300         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23301         * spam-stat.el (spam-stat-buffer-change-to-spam)
23302         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23303
23304         * message.el (message-is-yours-p):
23305         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23306
23307 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23308
23309         * mm-view.el (mm-inline-text): Withdraw the last change.
23310
23311 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23312
23313         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23314         executing enriched-decode.
23315
23316 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23317
23318         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23319         charset of tar files.
23320
23321 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23322
23323         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23324
23325 2005-06-04  Lute Kamstra  <lute@gnu.org>
23326
23327         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23328         information is never recorded.
23329
23330 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23331
23332         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23333
23334 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23335
23336         * pop3.el (pop3-apop): Run md5 in the binary mode.
23337
23338         * starttls.el (starttls-set-process-query-on-exit-flag):
23339         Use eval-and-compile.
23340
23341 2005-05-31  Simon Josefsson  <jas@extundo.com>
23342
23343         * smime.el (smime-replace-in-string): Define.
23344         (smime-cert-by-ldap-1): Use it.
23345
23346 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23347
23348         * gnus-art.el (article-display-x-face): Replace
23349         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23350
23351         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23352         set-process-query-on-exit-flag or process-kill-without-query.
23353
23354         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23355         loop instead of replace-regexp.
23356
23357         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23358         instead of process-kill-without-query if it is available.
23359
23360         * lpath.el: Fbind ldap-search-entries.
23361
23362         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23363         instead of find-file-hooks if it is available.
23364
23365         * mml1991.el: Bind pgg-default-user-id when compiling.
23366
23367         * mml2015.el: Bind pgg-default-user-id when compiling.
23368
23369         * nndraft.el (nndraft-request-associate-buffer):
23370         Use write-contents-functions instead of write-contents-hooks if it is
23371         available.
23372
23373         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23374         instead of find-file-hooks if it is available.
23375
23376         * nntp.el (nntp-open-connection): Replace
23377         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23378         (nntp-open-ssl-stream): Ditto.
23379         (nntp-open-tls-stream): Ditto.
23380
23381         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23382         set-process-query-on-exit-flag or process-kill-without-query.
23383         (starttls-open-stream-gnutls): Use it instead of
23384         process-kill-without-query.
23385         (starttls-open-stream): Ditto.
23386
23387 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23388
23389         * smime.el (smime-cert-by-ldap-1): Don't use
23390         replace-regexp-in-string.
23391
23392 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23393
23394         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23395
23396         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23397         in PEM format.  Adjust to the XEmacs compatibility.
23398
23399 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23400
23401         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23402         by `string-to-number'.
23403         * gnus-agent.el (gnus-agent-regenerate-group)
23404         (gnus-agent-fetch-articles): Ditto.
23405         * gnus-art.el (gnus-button-fetch-group): Ditto.
23406         * gnus-cache.el (gnus-cache-generate-active)
23407         (gnus-cache-articles-in-group): Ditto.
23408         * gnus-group.el (gnus-group-set-current-level)
23409         (gnus-group-insert-group-line): Ditto.
23410         * gnus-score.el (gnus-score-set-expunge-below)
23411         (gnus-score-set-mark-below, gnus-summary-score-effect)
23412         (gnus-summary-score-entry): Ditto.
23413         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23414         (gnus-soup-pack): Ditto.
23415         * gnus-spec.el (gnus-xmas-format): Ditto.
23416         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23417         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23418         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23419         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23420         * nndb.el (nndb-get-remote-expire-response): Ditto.
23421         * nndiary.el (nndiary-parse-schedule-value)
23422         (nndiary-string-to-number, nndiary-request-replace-article)
23423         (nndiary-request-article): Ditto.
23424         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23425         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23426         * nneething.el (nneething-make-head): Ditto.
23427         * nnfolder.el (nnfolder-request-article)
23428         (nnfolder-retrieve-headers): Ditto.
23429         * nnheader.el (nnheader-file-to-number): Ditto.
23430         * nnkiboze.el (nnkiboze-request-article): Ditto.
23431         * nnmail.el (nnmail-process-unix-mail-format)
23432         (nnmail-process-babyl-mail-format): Ditto.
23433         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23434         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23435         (nnmh-request-create-group, nnmh-request-list-1)
23436         (nnmh-request-group, nnmh-request-article): Ditto.
23437         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23438         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23439         * nnsoup.el (nnsoup-make-active): Ditto.
23440         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23441         * nntp.el (nntp-find-group-and-number)
23442         (nntp-retrieve-headers-with-xover): Ditto.
23443         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23444         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23445         (pgg-format-key-identifier): Ditto.
23446         * pop3.el (pop3-last, pop3-stat): Ditto.
23447         * qp.el (quoted-printable-decode-region): Ditto.
23448
23449         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23450         of concat.
23451
23452 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23453
23454         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23455
23456         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23457
23458         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23459
23460         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23461
23462         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23463
23464         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23465
23466         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23467         (gnus-carpal-mode): Ditto.
23468
23469         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23470         (gnus-browse-mode): Ditto.
23471
23472         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23473
23474         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23475
23476 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23477
23478         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23479
23480 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23481
23482         * gnus-util.el (gnus-run-mode-hooks): New function.
23483
23484         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23485
23486         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23487         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23488
23489 2005-05-27  Lute Kamstra  <lute@gnu.org>
23490
23491         * dns-mode.el (dns-mode): Specify customization group.
23492
23493 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23494
23495         * gnus-agent.el (gnus-agent-make-mode-line-string):
23496         Use mode-line-highlight as mouse-face.
23497
23498 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23499
23500         * canlock.el (canlock): Change the parent group to news.
23501
23502         * deuglify.el (gnus-outlook-deuglify): Add :group.
23503
23504         * dig.el (dig): Add :group.
23505
23506         * dns-mode.el (dns-mode): Add :group.
23507
23508         * encrypt.el (encrypt): Add :group.
23509
23510         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23511         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23512         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23513         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23514         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23515
23516         * gnus-diary.el (gnus-diary): Add :group.
23517
23518         * gnus.el (gnus-group-news-1-face): Add :group.
23519         (gnus-group-news-1-empty-face): Ditto.
23520         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23521         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23522         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23523         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23524         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23525         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23526         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23527         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23528         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23529         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23530         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23531         (gnus-summary-high-ticked-face): Ditto.
23532         (gnus-summary-low-ticked-face): Ditto.
23533         (gnus-summary-normal-ticked-face): Ditto.
23534         (gnus-summary-high-ancient-face): Ditto.
23535         (gnus-summary-low-ancient-face): Ditto.
23536         (gnus-summary-normal-ancient-face): Ditto.
23537         (gnus-summary-high-undownloaded-face): Ditto.
23538         (gnus-summary-low-undownloaded-face): Ditto.
23539         (gnus-summary-normal-undownloaded-face): Ditto.
23540         (gnus-summary-high-unread-face): Ditto.
23541         (gnus-summary-low-unread-face): Ditto.
23542         (gnus-summary-normal-unread-face): Ditto.
23543         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23544         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23545
23546         * hashcash.el (hashcash): New custom group.
23547         (hashcash-default-payment): Add :group.
23548         (hashcash-payment-alist): Ditto.
23549         (hashcash-default-accept-payment): Ditto.
23550         (hashcash-accept-resources): Ditto.
23551         (hashcash-path): Ditto.
23552         (hashcash-extra-generate-parameters): Ditto.
23553         (hashcash-double-spend-database): Ditto.
23554         (hashcash-in-news): Ditto.
23555
23556         * message.el (message-minibuffer-local-map): Add :group.
23557
23558         * netrc.el (netrc): Add :group.
23559
23560         * sieve-manage.el (sieve-manage-log): Add :group.
23561         (sieve-manage-default-user): Diito.
23562         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23563         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23564         (sieve-manage-authenticators): Ditto.
23565         (sieve-manage-authenticator-alist): Ditto.
23566         (sieve-manage-default-port): Ditto.
23567
23568         * sieve-mode.el (sieve-control-commands-face): Add :group.
23569         (sieve-action-commands-face): Ditto.
23570         (sieve-test-commands-face): Ditto.
23571         (sieve-tagged-arguments-face): Ditto.
23572
23573         * smime.el (smime): Add :group.
23574
23575         * spam-report.el (spam-report): Add :group.
23576
23577         * spam.el (spam, spam-face): Add :group.
23578
23579 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23580
23581         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23582         return \n.\n.\n at the end of articles.  Protect against that.
23583         (nntp-with-open-group): Allow debugging.
23584
23585         * nnheader.el (mail-header-set-extra): Make into a function
23586         because I just could't understand how to quote the list properly.
23587
23588         * dns.el (query-dns-cached): New function.
23589
23590 2005-05-26  Lute Kamstra  <lute@gnu.org>
23591
23592         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23593
23594 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23595
23596         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23597
23598         * gnus-art.el: Don't autoload mail-extract-address-components.
23599
23600         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23601         eval-and-compile to evaluate it.
23602
23603         * hashcash.el: Don't autoload executable-find.
23604
23605         * nndb.el: Don't declare the nndb back end two or more times; don't
23606         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23607
23608         * nntp.el: Autoload format-spec instead of format; use
23609         eval-and-compile to evaluate autoload forms.
23610
23611 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23612
23613         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23614
23615 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23616
23617         * gnus.el (gnus-version-number): Bump version.
23618
23619 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23620
23621         * gnus.el: No Gnus v0.3 is released.
23622
23623 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23624
23625         * lpath.el (featurep): Bind show-nonbreak-escape.
23626
23627 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23628
23629         * gnus-art.el (gnus-article-edit-part): Disable undo.
23630
23631 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23632
23633         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23634         gnus-article-date-lapsed-new-header is t if date timer is active;
23635         skip headers in which the original date value is empty.
23636         (gnus-article-save-original-date): Redefine it as a macro.
23637         (gnus-display-mime): Use it.
23638
23639 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23640
23641         * gnus-art.el (article-date-ut): Support converting date in
23642         forwarded parts as well.
23643         (gnus-article-save-original-date): New function.
23644         (gnus-display-mime): Use it.
23645
23646 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23647
23648         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23649         enclosure element of <item>.
23650
23651 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23652
23653         * message.el (message-kill-buffer-query): Rename from
23654         `message-kill-buffer-query-if-modified'.  Add :version.
23655
23656 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23657
23658         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23659         window layout.
23660
23661 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23662
23663         * mml.el: Autoload dnd when compiling.
23664
23665 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23666
23667         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23668         x-dnd-*.
23669
23670 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23671
23672         * qp.el (quoted-printable-encode-region): Save excursion.
23673
23674 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23675
23676         * message.el (message-kill-buffer-query-if-modified): Add new variable
23677         so the user can kill a modified message buffer quickly.
23678         (message-kill-buffer): Use it.
23679
23680 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23681
23682         * lpath.el: Fbind display-time-event-handler; don't fbind
23683         string-to-multibyte.
23684
23685         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23686
23687 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23688
23689         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23690         contained in text because xml.el decodes entities) with LFs.
23691
23692 2005-04-11  Lute Kamstra  <lute@gnu.org>
23693
23694         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23695         differently.
23696
23697 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23698
23699         * mm-util.el (mm-detect-coding-region): Typo.
23700
23701 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23702
23703         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23704
23705 2005-04-06  Deepak Goel  <deego@gnufans.org>
23706
23707         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23708         user-function allow user modifications of the scores.
23709         (spam-stat-score-buffer-user): New function, to allow
23710         user-computed modifications to the score.
23711         (spam-stat-score-buffer-user-functions): List of additional
23712         scoring functions.
23713         (spam-stat-error-holder): Global temporary error holder.
23714         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23715         variable.
23716
23717 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23718
23719         * gnus-registry.el (gnus-registry-clean-empty-function)
23720         (gnus-registry-trim, gnus-registry-fetch-groups)
23721         (gnus-registry-delete-group): Groups that match
23722         `gnus-registry-ignored-groups' are removed from the registry
23723         entries, not just ignored for splitting.  This helps clean up the
23724         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23725         to get all the groups a message ID is in.
23726
23727         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23728         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23729         (spam-stat-score-buffer-user-functions): Add :number custom type.
23730
23731 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23732
23733         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23734         argument in XEmacs.
23735
23736         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23737         (nnrss-request-group): Decode group name first.
23738         (nnrss-request-article): Make a text/plain article if mml-to-mime
23739         failed.
23740         (nnrss-get-encoding): Return a compatible encoding according to
23741         nnrss-compatible-encoding-alist.
23742         (nnrss-find-el): Use consp instead of listp.
23743         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23744
23745 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23746
23747         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23748         which Emacs 20 doesn't support.
23749         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23750
23751 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23752
23753         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23754         silence the byte compiler inside the defun.
23755
23756         * gnus-demon.el (parse-time-string): Add autoload.
23757
23758         * gnus-delay.el (parse-time-string): Add autoload.
23759
23760         * gnus-art.el (parse-time-string): Add autoload.
23761
23762         * nnultimate.el (parse-time): Require for `parse-time-string'.
23763
23764 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23765
23766         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23767
23768         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23769
23770         * smime.el (smime-ldap-host-list): Add :version.
23771
23772 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23773
23774         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23775         pass it to `gnus-browse-read-group'.
23776         (gnus-browse-read-group): Add NUMBER argument and pass it to
23777         `gnus-group-read-ephemeral-group'.
23778
23779         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23780         argument and pass it to `gnus-group-read-group'.
23781
23782 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23783
23784         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23785         mm-xemacs-find-mime-charset-1 if we have the mule feature
23786         available at runtime.
23787
23788 2005-03-25  Werner Lemberg  <wl@gnu.org>
23789
23790         * nnmaildir.el: Replace `illegal' with `invalid'.
23791
23792 2005-03-23  Lute Kamstra  <lute@gnu.org>
23793
23794         * time-date.el: Add comment on time value formats.
23795         Don't require parse-time.
23796         (with-decoded-time-value): New macro.
23797         (encode-time-value): New function.
23798         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23799         (days-to-time): Return a valid time value when arg is huge.
23800         (time-since): Use time-subtract.
23801         (time-to-number-of-days): Use time-to-seconds.
23802
23803 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23804
23805         * gnus-start.el (gnus-display-time-event-handler):
23806         Check display-time-timer at runtime rather than only at load time
23807         in case display-time-mode is turned off in the mean time.
23808
23809 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23810
23811         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23812         used.
23813
23814         * nneething.el (nneething-map-file-directory): Derive from
23815         `gnus-directory'.
23816
23817         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23818         the To/Cc button.
23819
23820 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23821
23822         * nnmaildir.el (nnmaildir-request-accept-article):
23823         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23824
23825 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23826
23827         * gnus-async.el: Require timer-funcs at compile time when in
23828         XEmacs for `run-with-idle-timer'.
23829
23830 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23831
23832         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23833         autoloaded function.
23834
23835 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23836
23837         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23838
23839 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23840
23841         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23842
23843 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23844
23845         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23846         Add gnus-expert-user to default.
23847
23848 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23849
23850         * nnimap.el (nnimap-open-server): Ditto.
23851
23852         * imap.el (imap-authenticate): Fix typo.
23853
23854 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23855
23856         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23857         buffer (since IMAP server might return FETCH response out of
23858         order, and the nntp buffer must be sorted).
23859
23860 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23861
23862         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23863         comparison on string.
23864
23865         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23866         (gnus-agent-score): Rename category keywords to match gnus-cus.
23867         (gnus-agent-summary-fetch-series): Modify to protect against
23868         gnus-agent-summary-fetch-group clearing processable flags.
23869         (gnus-agent-synchronize-group-flags): Update live group buffer as
23870         synchronization may occur due to the user toggle the plugged
23871         status.
23872         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23873         successfully downloaded.
23874         (gnus-agent-expire-group-1): Avoid using markers when the overview
23875         is in ascending order; greatly improves performance.
23876         (gnus-agent-regenerate-group):
23877         Use gnus-agent-synchronize-group-flags to reset read status in both
23878         gnus and server.
23879         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23880
23881 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23882
23883         * message.el: Don't autoload former message-utils variables.
23884         (message-strip-subject-trailing-was): Change doc string.
23885
23886         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23887         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23888         (nnweb-google-search): Add "hl=en" here.
23889         (nnweb-google-parse-1, nnweb-google-create-mapping):
23890         Don't hardcode URL.
23891
23892 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23893
23894         * message.el (message-get-reply-headers, message-followup):
23895         Mention related variables `message-use-followup-to' and
23896         `message-use-mail-followup-to', in the information buffer.
23897
23898         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23899         of broken groups(-beta).google.com.
23900
23901 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23902
23903         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23904         parameter to invoked gnus-request-move-article; remove the
23905         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23906         all at once instead of once per article.
23907         (gnus-summary-remove-process-mark): Accept a list of articles as
23908         well as a single article for processing.
23909
23910         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23911         parameter.
23912
23913         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23914
23915         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23916
23917         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23918         parameter.
23919
23920         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23921         parameter.
23922
23923         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23924         parameter and remove the gnus-sum-hint-move-is-internal variable.
23925
23926         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23927         parameter.
23928
23929         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23930         parameter.
23931
23932         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23933         parameter.
23934
23935         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23936
23937         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23938         parameter.
23939
23940         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23941         parameter.
23942
23943 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23944
23945         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23946         a more conservative way.
23947
23948 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23949
23950         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23951         buffer, so it moves the window's cursor.
23952
23953 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23954
23955         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23956         `mm-dissect-multipart' and receive the from field as an (optional)
23957         argument from `mm-dissect-multipart'.
23958         (mm-dissect-multipart): Receive the from field as an argument and
23959         pass it on when we call `mm-dissect-buffer' on MIME parts.
23960         Fixes verification/decryption of signed/encrypted MIME parts.
23961
23962 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23963
23964         * gnus-sum.el (gnus-summary-move-article):
23965         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23966         whatever it calls (right now, only nnimap-request-move article
23967         respects it).
23968
23969         * nnimap.el (nnimap-request-move-article):
23970         When gnus-sum-hint-move-is-internal is set, don't do the extra
23971         nnimap-request-article.
23972
23973 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23974
23975         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23976
23977         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23978         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23979
23980         * gnus-sum.el (gnus-summary-caesar-message):
23981         Apply `gnus-treat-article' after rotation.
23982
23983         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23984         doc string.
23985
23986 2005-02-22  Simon Josefsson  <jas@extundo.com>
23987
23988         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23989         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23990         <arne@arnested.dk>.
23991         (encrypt): Add password-cache and password-cache-expiry as group
23992         members.
23993
23994 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23995
23996         * smime.el (smime-ldap-host-list): Doc fix.
23997         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23998         cache) password.
23999         (smime-sign-region): Use it.
24000         (smime-decrypt-region): Use it.
24001         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
24002         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
24003         fails.
24004         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
24005         certificate from DER to PEM format rather than calling openssl.
24006
24007         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
24008
24009         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
24010         for signing/encryption.
24011
24012         * mml.el (mml-parse-1): Use them.
24013
24014 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
24015
24016         * nnrss.el (nnrss-verbose): Remove.
24017         (nnrss-request-group): Use `nnheader-message' instead.
24018
24019 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
24020
24021         * nnrss.el (nnrss-verbose): New variable.
24022         (nnrss-request-group): Make it say nnrss is requesting a group.
24023
24024 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
24025
24026         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
24027         Handle news URL with given port correctly.
24028
24029 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24030
24031         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
24032         containing special characters.
24033
24034         * gnus-sum.el (gnus-summary-edit-article): Ditto.
24035
24036         * mml.el (mime-to-mml): Ditto.
24037
24038         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
24039         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
24040         (rfc2047-decode-region): Quote decoded words containing special
24041         characters when rfc2047-quote-decoded-words-containing-tspecials
24042         is non-nil.
24043
24044 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
24045
24046         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
24047
24048         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
24049
24050 2005-02-15  Simon Josefsson  <jas@extundo.com>
24051
24052         * nnimap.el (nnimap-debug): Doc fix.
24053
24054         * imap.el (imap-debug): Doc fix.
24055
24056 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24057
24058         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
24059
24060 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
24061
24062         * gnus.el (spam-contents): Improve docs for spam-contents
24063         parameter in its variable incarnation.
24064
24065 2005-02-14  Simon Josefsson  <jas@extundo.com>
24066
24067         * smime-ldap.el: Use require instead of load-library for ldap.
24068         (smime-ldap-search): Indent.
24069         (smime-ldap-search-internal): Shorten line.
24070
24071         * smime.el (smime-cert-by-dns): Add doc-string.
24072         (smime-cert-by-ldap-1): Indent.
24073
24074         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
24075         mml-smime-get-dns-ldap.
24076         (mml-smime-encrypt-query): Use new function.  Default to ldap.
24077
24078 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
24079
24080         * smime.el: Require smime-ldap.
24081         (smime-ldap-host-list): New variable.
24082         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
24083
24084         * mml-smime.el (mml-smime-encrypt-query): New function.
24085         (mml-smime-encrypt-query): Use it.
24086
24087         * smime-ldap.el: New file.
24088
24089 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24090
24091         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
24092
24093 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
24094
24095         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
24096         argument in doc string.  Make query for type more clear.
24097
24098 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
24099
24100         * gnus.el (gnus-group-startup-message): Search for gnus images in
24101         etc/images/gnus.
24102         * mm-util.el (mm-image-load-path): Likewise.
24103         * smiley.el (smiley-data-directory): Search for smilies in
24104         etc/images/smilies.
24105
24106 2005-02-09  Kim F. Storm  <storm@cua.dk>
24107
24108         Change Emacs release version from 21.4 to 22.1 throughout.
24109         Change Emacs development version from 21.3.50 to 22.0.50.
24110
24111 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24112
24113         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
24114
24115         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
24116         non-Mule XEmacs as well.
24117         (mm-decompress-buffer): Signal an error intentionally if it does
24118         not decompress compressed data because auto-compression-mode is
24119         disabled.
24120
24121 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
24122
24123         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
24124         an ID in the registry even if it has no groups.
24125
24126 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24127
24128         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
24129         merge it into mm-decompress-buffer.
24130         (gnus-mime-copy-part): Use the MIME part charset, the value which
24131         a user specified or gnus-newsgroup-charset for decoding, like
24132         gnus-mime-inline-part does; set buffer-file-coding-system to tell
24133         save-buffer what was used.  Suggested by Kevin Ryde
24134         <user42@zip.com.au>.
24135         (gnus-mime-inline-part): Allow the name parameter as well as the
24136         filename parameter; force decompressing of compressed data; always
24137         display contents being not decoded as unibyte.
24138
24139         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
24140         as well as the filename parameter.
24141
24142         * mm-util.el (mm-decompress-buffer):
24143         Merge gnus-mime-jka-compr-maybe-uncompress.
24144         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
24145         of compressed data.
24146
24147 2005-02-08  Simon Josefsson  <jas@extundo.com>
24148
24149         * imap.el (imap-log): Doc fix.
24150
24151 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24152
24153         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
24154         the coding cookies; decompress compressed parts.
24155
24156         * mml.el (mml-generate-mime-1): Add the charset parameter according
24157         to the value which a user specified manually or the coding cookie.
24158
24159         * mm-util.el (mm-string-to-multibyte): New function.
24160         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
24161         (mm-coding-system-to-mime-charset): New function.
24162         (mm-decompress-buffer): New function.
24163         (mm-find-buffer-file-coding-system): New function.
24164
24165         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
24166         (mm-display-inline-fontify): Rewrite for decoding and decompressing
24167         parts.
24168
24169 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24170
24171         * mm-view.el (mm-display-inline-fontify): Decode a part according
24172         to the charset parameter.
24173
24174 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24175
24176         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
24177         prefix arg is neither nil nor a number, as info specifies.
24178
24179 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24180
24181         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
24182         timestamps.
24183
24184 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
24185
24186         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
24187         groups error checking and notify user.
24188
24189 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
24190
24191         * message.el (message-send-mail-function): Check existence of
24192         sendmail-program first before using default value
24193         `message-send-mail-with-sendmail'.  Otherwise use more generic
24194         `smtpmail-send-it'.
24195
24196 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24197
24198         * nntp.el (nntp-request-update-info): Always return nil.
24199
24200 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24201
24202         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
24203
24204 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24205
24206         * message.el (message-beginning-of-line): Change the behavior when
24207         invoked between BOL and : so that it first moves backward.
24208
24209 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24210
24211         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
24212         article buffer when editing of the article is discarded.
24213         (gnus-article-prepare): Revert.
24214
24215 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24216
24217         * gnus-art.el (gnus-article-prepare):
24218         Remove message-strip-forbidden-properties from the local hook.
24219
24220 2005-01-27  Simon Josefsson  <jas@extundo.com>
24221
24222         * password.el (password-cache-add): Only start one timer per key.
24223         Reported by Derek Atkins <warlord@MIT.EDU>.
24224
24225 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24226
24227         * run-at-time.el: Remove.  It is no longer needed as
24228         timer-funcs.el in the xemacs-base package has a working version of
24229         `run-at-time'.
24230
24231         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24232
24233         * password.el: Require timer-funcs instead of run-at-time in
24234         XEmacs.
24235         Remove `password-run-at-time' macro.
24236         (password-cache-add): Use `run-at-time' instead of
24237         `password-run-at-time'.
24238
24239         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24240         Remove `nnheader-cancel-function-timers' alias,
24241         `cancel-function-timers' exists in XEmacs in timer-funcs.
24242
24243         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24244         for `run-with-idle-timer'.
24245
24246         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24247         for `run-at-time'.
24248
24249         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24250         for `with-timeout'.
24251
24252         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24253         the same as for XEmacs 21.4.
24254         No need to ignore `run-with-idle-timer', this function exists in
24255         XEmacs now in timer-funcs.el in the xemacs-base package.
24256         (dgnushack-compile): No need to delete
24257         run-at-time.el from the list of files to compile because it
24258         doesn't exist anymore.
24259
24260 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24261
24262         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24263         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24264
24265 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24266
24267         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24268         sensitively.
24269
24270 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24271
24272         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24273
24274 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24275
24276         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24277         which will be inserted according to the multibyteness of a buffer
24278         rather than the type of contents.  Suggested by ARISAWA Akihiro
24279         <ari@mbf.ocn.ne.jp>.
24280
24281         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24282         of string which old xml.el may return rather than a string.
24283
24284 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24285
24286         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24287
24288 2005-01-16  Simon Josefsson  <jas@extundo.com>
24289
24290         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24291         idn/idna.el isn't available.
24292         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24293         <michael@waxrat.com>.
24294
24295         * hashcash.el: Remove non-FSF copyright header.
24296
24297         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24298         (hashcash-generate-payment): Use it.
24299         (hashcash-generate-payment-async): Use it.
24300
24301 2005-01-15  Simon Josefsson  <jas@extundo.com>
24302
24303         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24304         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24305
24306         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24307         gnus-summary-idna-message.
24308         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24309         (gnus-summary-idna-message): New function.
24310
24311 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24312
24313         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24314         gnus-novice-user.
24315
24316 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24317
24318         * nnrss.el (nnrss-request-delete-group): Delete entries in
24319         nnrss-group-alist as well.
24320         (nnrss-save-server-data): Insert newline.
24321
24322 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24323
24324         * gnus.el (gnus-user-agent): Use list of symbols instead of
24325         symbols.  Display full version number for (S)XEmacs.
24326         Optionally display (S)XEmacs codename.
24327
24328         * gnus-util.el (gnus-emacs-version): Update for new
24329         `gnus-user-agent'.
24330
24331         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24332         Gnus version.
24333
24334 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24335
24336         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24337         which is unreadable in some setups.
24338
24339 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24340
24341         * gnus-spec.el (gnus-update-format-specifications): Flush the
24342         group format spec cache if it doesn't support decoded group names.
24343
24344 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24345
24346         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24347         Allow to apply decay on score files matching a regexp.
24348
24349 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24350
24351         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24352         compatibility in %g and %c.
24353
24354 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24355
24356         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24357         name for only %g and %c.
24358         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24359         of gnus-tmp-group to decoded group name.
24360         (gnus-group-make-rss-group): Exclude `/'s from group names.
24361
24362 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24363
24364         * nnrss.el (nnrss-get-encoding): Fix regexp.
24365
24366 2004-12-27  Simon Josefsson  <jas@extundo.com>
24367
24368         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24369         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24370         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24371
24372 2004-12-17  Kim F. Storm  <storm@cua.dk>
24373
24374         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24375
24376         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24377
24378 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24379
24380         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24381
24382 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24383
24384         * nnrss.el: Require rfc2047 and mml.
24385         (nnrss-file-coding-system): New variable.
24386         (nnrss-format-string): Redefine it as an inline function.
24387         (nnrss-decode-group-name): New function.
24388         (nnrss-string-as-multibyte): Remove.
24389         (nnrss-retrieve-headers): Decode group name; don't use
24390         nnrss-format-string.
24391         (nnrss-request-group): Decode group name.
24392         (nnrss-request-article): Decode group name; allow a Message-ID as
24393         well as an article number; don't use nnrss-format-string; encode a
24394         Message-ID string which may contain non-ASCII characters; use
24395         mml-to-mime to compose a MIME article.
24396         (nnrss-request-expire-articles): Decode group name.
24397         (nnrss-request-delete-group): Decode group name.
24398         (nnrss-fetch): Clarify error message.
24399         (nnrss-read-server-data): Use insert-file-contents instead of load;
24400         bind file-name-coding-system; use multibyte buffer.
24401         (nnrss-save-server-data): Bind coding-system-for-write to the
24402         value of nnrss-file-coding-system; bind file-name-coding-system;
24403         add coding cookie.
24404         (nnrss-read-group-data): Use insert-file-contents instead of load;
24405         bind file-name-coding-system; use multibyte buffer.
24406         (nnrss-save-group-data): Bind coding-system-for-write to the
24407         value of nnrss-file-coding-system; bind file-name-coding-system.
24408         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24409         make it work with non-ASCII text.
24410         (nnrss-find-el): Make it work with old xml.el as well.
24411
24412 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24413
24414         * nnrss.el (nnrss-get-encoding): New function.
24415         (nnrss-fetch): Use unibyte buffer initially; bind
24416         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24417         decode contents according to the encoding attribute.
24418         (nnrss-save-group-data): Add coding cookie.
24419         (nnrss-mime-encode-string): New function.
24420         (nnrss-check-group): Use it to encode subject and author.
24421
24422 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24423
24424         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24425         imaginary variable.
24426
24427 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24428
24429         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24430         correctly even if there are wide characters.
24431
24432 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24433
24434         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24435         downcased symbol names; make a new cache instead of reusing
24436         bbdb-hashtable.
24437
24438 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24439
24440         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24441         concatenating segments rather than before concatenating them.
24442         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24443
24444         * message.el (message-get-reply-headers): Bind `extra'.
24445
24446 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24447
24448         * message.el (message-extra-wide-headers): New variable.
24449         (message-get-reply-headers): Use it.
24450
24451 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24452
24453         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24454         (gnus-agent-group-pathname): Ditto.
24455
24456         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24457
24458         * gnus-group.el (gnus-group-make-group): Decode group name.
24459         (gnus-group-make-rss-group): Register the group data after opening
24460         the nnrss group.
24461
24462 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24463
24464         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24465         by expiry now get marked as read.
24466
24467 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24468
24469         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24470
24471 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24472
24473         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24474         unify Latin characters in XEmacs.
24475         (mm-find-mime-charset-region): Use it.
24476
24477 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24478
24479         * gnus-util.el (gnus-delete-directory): New function.
24480
24481         * gnus-agent.el (gnus-agent-delete-group): Use it.
24482
24483         * gnus-cache.el (gnus-cache-delete-group): Use it.
24484
24485 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24486
24487         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24488         names.
24489
24490 2004-12-16  Simon Josefsson  <jas@extundo.com>
24491
24492         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24493
24494 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24495
24496         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24497
24498         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24499         (gnus-group-set-current-level): Decode group name.
24500
24501 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24502
24503         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24504         failed.
24505
24506 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24507
24508         * gnus-group.el (gnus-group-delete-group): Decode group name.
24509         (gnus-group-make-rss-group): Encode group name.
24510         (gnus-group-catchup-current): Decode group name.
24511         (gnus-group-kill-group): Decode group name.
24512
24513 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24514
24515         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24516
24517 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24518
24519         * gnus-group.el (gnus-group-make-rss-group):
24520         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24521
24522         * gnus-start.el (gnus-setup-news): Honor user's setting to
24523         gnus-message-archive-method.  Suggested by Lute Kamstra
24524         <lute@gnu.org>.
24525
24526 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24527
24528         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24529         global counterparts of the buffer-local variables.
24530
24531 2004-11-16  Romain Francoise  <romain@orebokech.com>
24532
24533         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24534         counterparts of the buffer-local variables.
24535
24536 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24537
24538         * message.el (message-forbidden-properties): Fix typo in doc
24539         string.
24540
24541 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24542
24543         * gnus-util.el (gnus-replace-in-string): Add doc string.
24544
24545         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24546         to avoid problems when splitting mails with many recipients.
24547
24548 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24549
24550         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24551         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24552
24553 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24554
24555         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24556         if there is no hashtable in memory or file modification time is
24557         newer than cached timestamp.
24558
24559 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24560
24561         * gnus-sum.el (gnus-summary-limit-to-recipient):
24562         Implement not-matching option.
24563
24564 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24565
24566         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24567         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24568         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24569         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24570         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24571         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24572
24573 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24574
24575         * message.el (message-forward-make-body-mml): Remove headers
24576         according to message-forward-ignored-headers if a message is decoded.
24577
24578 2004-12-02  Romain Francoise  <romain@orebokech.com>
24579
24580         * message.el (message-forward-make-body-plain): Always remove
24581         headers according to message-forward-ignored-headers.
24582
24583 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24584
24585         * spam.el (spam-summary-prepare-exit): Remove the
24586         gnus-summary-limit pop for now, it has problems with ham marks for
24587         me.
24588
24589 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24590
24591         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24592         correctly.
24593
24594 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24595
24596         * format-spec.el (format-spec): Message the char.
24597
24598 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24599
24600         * gnus-art.el (gnus-split-methods): Reformat comments.
24601
24602         * spam.el (spam-summary-prepare-exit): Remove article limits
24603         before exiting the summary buffer.
24604
24605 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24606
24607         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24608         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24609
24610         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24611         order to silence the byte compiler.
24612
24613         * spam.el: Fix the way to silence the byte compiler, which
24614         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24615         bbdb-search-simple, spam-BBDB-register-routine,
24616         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24617         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24618         spam-stat-buffer-is-spam, spam-stat-load,
24619         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24620         spam-stat-save and spam-stat-split-fancy.
24621
24622 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24623
24624         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24625         which may confuse users.
24626         (canlock-password-for-verify): Ditto.
24627
24628         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24629
24630         * gnus-art.el (gnus-emphasis-alist): Ditto.
24631
24632         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24633
24634         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24635
24636         * gnus-start.el (gnus-save-killed-list): Ditto.
24637
24638         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24639         (gnus-sum-thread-tree-root): Ditto.
24640         (gnus-sum-thread-tree-false-root): Ditto.
24641         (gnus-sum-thread-tree-single-indent): Ditto.
24642
24643         * message.el (message-courtesy-message): Ditto.
24644         (message-archive-note): Ditto.
24645         (message-subscribed-address-file): Ditto.
24646         (message-user-fqdn): Ditto.
24647
24648         * spam-report.el (spam-report-gmane-regex): Ditto.
24649
24650         * spam.el (spam-blackhole-good-server-regex): Ditto.
24651
24652 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24653
24654         * mml.el (mml-preview): Widen the message buffer before copying
24655         the contents to the preview buffer; sort headers before previewing.
24656
24657         * message.el (message-hidden-headers): Fix the way to avoid a bug
24658         in the `repeat' widget in Emacs 21.3 or earlier.
24659
24660 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24661
24662         * message.el (message-hidden-headers): Default to "^References:".
24663         Improve customization type.  Suggested by Reiner Steib
24664         <Reiner.Steib@gmx.de>.
24665
24666 2004-11-25  Romain Francoise  <romain@orebokech.com>
24667
24668         * message.el (message-strip-forbidden-properties): Remove check for
24669         obsolete `message-hidden' text property, hidden headers are not
24670         accessible in the buffer anymore.
24671
24672 2004-11-22  Romain Francoise  <romain@orebokech.com>
24673
24674         * message.el (message-header-format-alist): Add `From' in list
24675         so that it can be sorted.
24676         (message-fix-before-sending): Widen and sort headers before
24677         sending.
24678         (message-hide-headers): Use narrowing to hide headers by moving
24679         them to the top of the buffer and narrowing to the region
24680         underneath.
24681
24682 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24683
24684         * message.el (message-strip-forbidden-properties):
24685         Bind buffer-read-only (etc) to nil.
24686
24687 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24688
24689         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24690         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24691
24692 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24693
24694         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24695
24696 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24697
24698         * dns.el (query-dns): Use sit-for to time instead of
24699         accept-process-output, since that doesn't seem to work on udp
24700         sockets.
24701
24702 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24703
24704         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24705
24706 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24707
24708         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24709         doc string.  Improve doc string.
24710
24711 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24712
24713         * nntp.el (nntp-request-update-info): Return nil if
24714         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24715         may not call gnus-activate-group which uselessly issues the GROUP
24716         commands for all nntp groups and wastes time.  Reported by Romain
24717         Francoise <romain@orebokech.com>.
24718
24719         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24720
24721 2004-11-15  Simon Josefsson  <jas@extundo.com>
24722
24723         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24724         headers separately.
24725         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24726         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24727
24728 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24729
24730         * gnus-start.el (gnus-convert-old-newsrc):
24731         Assign legacy-gnus-agent to 5.10.7.
24732
24733 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24734
24735         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24736         start of the lines.
24737
24738 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24739
24740         * hashcash.el (hashcash-default-payment): Change default to 20.
24741         (hashcash-default-accept-payment): Change default to 20.
24742         (hashcash-process-alist): New variable.
24743         (hashcash-generate-payment-async): Add.
24744         (hashcash-already-paid-p): Add.
24745         (hashcash-insert-payment): Don't generate payments twice.
24746         (hashcash-insert-payment-async): Add.
24747         (hashcash-insert-payment-async-2): Add.
24748         (hashcash-cancel-async): Add.
24749         (hashcash-wait-async): Add.
24750         (hashcash-processes-running-p): Add.
24751         (hashcash-wait-or-cancel): Add.
24752         (mail-add-payment): New optional argument.  Conditionally start
24753         asynchronous calculation.
24754         (mail-add-payment-async): Add.
24755
24756         * message.el (message-send-mail): Wait for asynchronous hashcash
24757         results.  Don't clobber existing X-Hashcash headers.
24758         (message-setup-1): Call mail-add-payment-async when
24759         message-generate-hashcash is non-nil.
24760
24761 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24762
24763         * message.el (message-use-alternative-email-as-from): Examine the
24764         From header as well; use message-make-from in order to include a
24765         user's full name.
24766
24767 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24768
24769         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24770         default; improve customization type.
24771         (gnus-emphasis-custom-with-format): New macro.
24772         (gnus-emphasis-custom-value-to-external): New function.
24773         (gnus-emphasis-custom-value-to-internal): New function.
24774
24775 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24776
24777         * dns.el (query-dns): Resolve reverse addresses.
24778
24779 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24780
24781         * gnus-group.el (gnus-group-get-new-news): Use it.
24782
24783         * gnus-start.el (gnus-check-reasonable-setup): New function.
24784
24785 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24786
24787         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24788         "Args out of range" error.  Reported by Arnaud Giersch
24789         <arnaud.giersch@free.fr>.
24790
24791 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24792
24793         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24794
24795 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24796
24797         * spam.el (spam group): Add :version.
24798
24799         * pgg-def.el (pgg group): Add :version.
24800
24801 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24802
24803         * gnus-art.el (gnus-article-edit-article): Don't associate the
24804         article buffer with a draft file.  This is a temporary measure
24805         against the 2004-08-22 change to gnus-article-edit-mode.
24806
24807 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24808
24809         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24810         (html2text-format-tags): Remove unused variable `attr'.
24811
24812 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24813
24814         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24815
24816         * tls.el (tls-process-connection-type, tls-success)
24817         (tls-certtool-program): Add :version.
24818
24819         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24820         (starttls-extra-arguments, starttls-process-connection-type)
24821         (starttls-connect, starttls-failure, starttls-success): Add :version.
24822
24823         * spam-stat.el (spam-stat): Add :version.
24824
24825         * sieve.el (sieve): Add :version.
24826
24827         * sha1.el (sha1): Add :version.
24828         (sha1-use-external): Remove redundant version.
24829
24830         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24831         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24832         (nnmail-split-fancy-match-partial-words)
24833         (nnmail-split-lowercase-expanded): Add :version.
24834
24835         * nndiary.el (nndiary): Add :version.
24836
24837         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24838
24839         * mml-sec.el (mml-default-sign-method)
24840         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24841         Add :version.
24842
24843         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24844
24845         * mm-url.el (mm-url-use-external, mm-url-program)
24846         (mm-url-arguments): Add :version.
24847
24848         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24849         (mm-attachment-file-modes, mm-decrypt-option)
24850         (mm-w3m-safe-url-regexp): Add :version.
24851
24852         * message.el (message-cite-prefix-regexp)
24853         (message-sendmail-envelope-from, message-minibuffer-local-map)
24854         (message-user-fqdn, message-completion-alist): Add :version.
24855
24856         * gnus-win.el (gnus-configure-windows-hook)
24857         (gnus-use-frames-on-any-display): Add :version.
24858
24859         * gnus-art.el (gnus-article-address-banner-alist)
24860         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24861         (gnus-treat-from-picon, gnus-treat-mail-picon)
24862         (gnus-treat-x-pgp-sig): Add :version.
24863
24864         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24865         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24866         (gnus-summary-article-delete-hook)
24867         (gnus-summary-display-while-building): Add :version.
24868
24869         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24870         (gnus-get-top-new-news-hook): Add :version.
24871
24872         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24873         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24874
24875         * gnus-registry.el (gnus-registry): Add :version.
24876
24877         * gnus-spec.el (gnus-use-correct-string-widths)
24878         (gnus-make-format-preserve-properties): Add :version.
24879
24880         * gnus.el (gnus-group-charter-alist)
24881         (gnus-group-fetch-control-use-browse-url)
24882         (gnus-install-group-spam-parameters): Add :version.
24883
24884         * gnus-diary.el (gnus-diary): Add :version.
24885
24886         * gnus-delay.el (gnus-delay): Add :version.
24887
24888         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24889         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24890         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24891         Add :version.
24892
24893         * gnus-agent.el (gnus-agent-max-fetch-size)
24894         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24895         (gnus-agent-prompt-send-queue): Add :version.
24896
24897         * deuglify.el (gnus-outlook-deuglify): Add :version.
24898
24899         * html2text.el: Beautify code.  Improve doc strings.
24900         Some checkdoc cleanup.
24901         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24902
24903 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24904
24905         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24906
24907 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24908
24909         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24910         when package is loaded.
24911
24912         * spam.el (spam-summary-score-preferred-header): Add global preference
24913         for people who want to override the default SpamAssassin over
24914         Bogofilter preference (when both are set).
24915         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24916         (spam-user-format-function-S):
24917         Check spam-summary-score-preferred-header.
24918         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24919         (spam-user-format-function-S): Format the score correctly.
24920
24921 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24922
24923         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24924         signature file.  Suggested by Manoj Srivastava
24925         <srivasta@golden-gryphon.com>.
24926
24927         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24928         iso-2022-jp even in the Japanese language environment.
24929         Suggested by Jason Rumney <jasonr@gnu.org>.
24930
24931 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24932
24933         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24934         use the same characters as the dummy marks; make it free from
24935         getting affected by the language environment.
24936         (gnus-summary-read-group-1): Update mark positions only when the
24937         format spec is updated.
24938
24939         * gnus-spec.el (gnus-update-format-specifications): Return a list
24940         of updated types.
24941
24942 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24943
24944         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24945         of boundp to check if display-warning is available.
24946
24947 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24948
24949         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24950
24951 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24952
24953         * nnspool.el (nnspool-spool-directory): Use news-path if the
24954         news-directory variable is not bound.
24955
24956         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24957         function instead of display-warning if it is not available.
24958
24959 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24960
24961         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24962         v5-10: Use `point-at-bol'.
24963
24964 2004-10-26  Simon Josefsson  <jas@extundo.com>
24965
24966         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24967         <chenggao@gmail.com>.
24968
24969 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24970
24971         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24972         instead.
24973
24974 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24975
24976         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24977         to remove a server from the nnimap-server-buffer-alist.
24978         (nnimap-open-connection, nnimap-close-server): Use it.
24979
24980         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24981
24982 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24983
24984         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24985         running the major-mode function.
24986
24987 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24988
24989         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24990         dummy marks in the right way.
24991
24992 2004-10-18  David Edmondson  <dme@dme.org>
24993
24994         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24995         excessively.
24996
24997 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24998
24999         * gnus-util.el (gnus-split-references): Accept a nil references
25000         string and go on blissfully.
25001
25002         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
25003         cases where the references string is non-nil but has no references.
25004
25005         * encrypt.el: Add autoload tags.
25006
25007         * spam.el (spam-resolve-registrations-routine): Remove article
25008         from unregistration list too.  Reported by David Hanak
25009         <dhanak@isis.vanderbilt.edu>
25010
25011 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
25012
25013         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
25014         nil.  Change custom type.
25015
25016 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
25017
25018         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
25019
25020         * gnus-sum.el (gnus-summary-move-article): Use it.
25021
25022 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
25023
25024         * encrypt.el: Add autoload cookies.
25025
25026         * spam.el (spam-backend-article-list-property)
25027         (spam-backend-get-article-todo-list)
25028         (spam-backend-put-article-todo-list)
25029         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
25030         Resolve registrations separately.
25031         (spam-register-routine): Format comments.
25032         (spam-unregister-routine, spam-register-routine): Always call with
25033         specific-articles, no default list.
25034         (spam-summary-prepare-exit): Use the spam-classifications function.
25035
25036         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
25037         gnus-encrypt.el.
25038
25039         * encrypt.el: Copied from gnus-encrypt.el.
25040
25041         * gnus-encrypt.el: Commented that it's obsolete.
25042
25043 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25044
25045         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
25046         (gnus-score-save): Use it.
25047
25048         * message.el (message-bury): Use `window-dedicated-p'.
25049
25050 2004-10-15  Simon Josefsson  <jas@extundo.com>
25051
25052         * pop3.el (top-level): Don't require nnheader.
25053         (pop3-read-timeout): Add.
25054         (pop3-accept-process-output): Add.
25055         (pop3-read-response, pop3-retr): Use it.
25056
25057 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
25058
25059         * spam.el (spam-register-routine): Move comment.
25060         (spam-verify-bogofilter): Use 'unknown for the initial
25061         spam-bogofilter-valid state, not 'never.
25062
25063         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
25064         for netrc-machine.
25065
25066         * nnimap.el (nnimap-open-connection):
25067         Use netrc-machine-user-or-password.
25068
25069 2004-10-17  Richard M. Stallman  <rms@gnu.org>
25070
25071         * gnus-registry.el (gnus-registry-unload-hook):
25072         Set as a variable with add-hook.
25073
25074         * nnspool.el (nnspool-spool-directory): Use news-directory instead
25075         of news-path.
25076
25077         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
25078
25079         * spam.el: Delete duplicate `provide'.
25080         (spam-unload-hook): Set as a variable with add-hook.
25081
25082 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
25083
25084         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
25085         in the doc string.
25086
25087         * message.el (message-ignored-news-headers)
25088         (message-ignored-supersedes-headers)
25089         (message-ignored-resent-headers)
25090         (message-forward-ignored-headers): Improve custom type.
25091
25092 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25093
25094         * message.el (message-tokenize-header): Fix 2004-09-06 change
25095         which used point-min in the wrong place.
25096
25097 2004-10-12  Simon Josefsson  <jas@extundo.com>
25098
25099         * tls.el (tls-certtool-program): New variable.
25100         (tls-certificate-information): New function, based on
25101         ssl-certificate-information.
25102
25103 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25104
25105         * compface.el: Move the version of ELisp-based uncompface program
25106         to the contrib directory because of the copyright problem.
25107
25108 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
25109
25110         * message.el (message-kill-buffer): Raise the current frame.
25111
25112 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
25113
25114         * gnus-sum.el: Mention that multibyte characters don't work as marks.
25115
25116         * gnus.el (message-y-or-n-p): Autoload.
25117
25118         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
25119         (pop3-password-required, pop3-authentication-scheme)
25120         (pop3-leave-mail-on-server): Make customizable.
25121         (pop3): New custom group.
25122         (pop3-retr): Remove `sleep-for' statements.
25123         Suggested by Dave Love <fx@gnu.org>.
25124
25125         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
25126         Windows/DOS.
25127
25128         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25129         (imap-parse-body): Fix incorrect use of `assert'.
25130         Suggested by Dave Love <fx@gnu.org>.
25131
25132         * mml.el (mml-minibuffer-read-disposition): Require match.
25133         Suggested by Dave Love <fx@gnu.org>.
25134
25135 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
25136
25137         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
25138         doc string.
25139
25140 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25141
25142         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
25143
25144 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25145
25146         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
25147         instead of calling `mm-insert-inline', to decode text/* parts
25148         before displaying them.
25149
25150 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25151
25152         * mm-uu.el (mm-uu-text-plain-type): New variable.
25153         (mm-uu-pgp-signed-extract-1): Use it.
25154         (mm-uu-pgp-encrypted-extract-1): Use it.
25155         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
25156         bind mm-uu-text-plain-type with that value.
25157         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
25158         mm-uu-dissect.
25159
25160 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25161
25162         * gnus-group.el (gnus-update-group-mark-positions):
25163         * gnus-sum.el (gnus-update-summary-mark-positions):
25164         * message.el (message-check-news-body-syntax):
25165         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
25166         of string-as-multibyte.
25167
25168 2004-10-05  Juri Linkov  <juri@jurta.org>
25169
25170         * gnus-group.el (gnus-update-group-mark-positions):
25171         * gnus-sum.el (gnus-update-summary-mark-positions):
25172         * message.el (message-check-news-body-syntax):
25173         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
25174         8-bit unibyte values to a multibyte string for search functions.
25175
25176 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25177
25178         * mm-uu.el (mm-uu-dissect): Allow optional arg.
25179         (mm-uu-dissect-text-parts): New function.
25180
25181         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
25182         dissect text parts.
25183
25184         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
25185         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
25186
25187         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
25188
25189         * gnus-topic.el (gnus-topic-hierarchical-parameters):
25190         Use gnus-current-topics instead of gnus-current-topic.
25191
25192 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
25193
25194         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
25195
25196 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
25197
25198         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
25199         where appropriate.
25200
25201         * nnml.el (nnml-generate-active-info): do.
25202
25203         * nndiary.el (nndiary-generate-active-info): do.
25204
25205         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
25206         (gnus-topic-move): do.
25207
25208         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
25209         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
25210
25211         * gnus-srvr.el (gnus-server-prepare)
25212         (gnus-server-open-all-servers): do.
25213
25214         * gnus-msg.el (gnus-summary-cancel-article)
25215         (gnus-summary-resend-message)
25216         (gnus-summary-mail-crosspost-complaint): do.
25217
25218         * gnus-move.el (gnus-change-server): do.
25219
25220         * gnus-group.el (gnus-group-unmark-all-groups)
25221         (gnus-group-set-current-level): do.
25222
25223 2004-10-04  Simon Josefsson  <jas@extundo.com>
25224
25225         * message.el (message-generate-hashcash): Doc fix.
25226
25227 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25228
25229         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25230         avoid infinite recursion via gnus-get-function.
25231
25232 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25233
25234         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25235
25236         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25237
25238         * nnmail.el (nnmail-split-history): do.
25239
25240         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25241         (nnml-request-delete-group): do.
25242
25243         * nnslashdot.el (nnslashdot-read-groups): do.
25244
25245         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25246         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25247
25248         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25249         (nnspool-sift-nov-with-sed): Use last.
25250         (nnspool-retrieve-headers-with-nov): Use mapc.
25251         (nnspool-request-newgroups): Use dolist.
25252         (nnspool-request-group): Use last.
25253
25254         * nntp.el (nntp-read-server-type): Use dolist.
25255
25256         * nnvirtual.el (nnvirtual-create-mapping)
25257         (nnvirtual-update-read-and-marked): Use dolist.
25258         (nnvirtual-convert-headers): Simplify.
25259
25260 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25261
25262         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25263         Add support for sync'ing tick marks.
25264
25265 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25266
25267         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25268         there's no visible header.
25269
25270 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25271
25272         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25273         When necessary, pass full group name to gnus-request-set-marks.
25274
25275 2004-10-01  Simon Josefsson  <jas@extundo.com>
25276
25277         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25278         acroread.
25279
25280 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25281
25282         * spam-report.el (spam-report-gmane): Fix interactive.
25283
25284         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25285
25286         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25287         when writing file.
25288         (gnus-agent-synchronize-flags): Don't default to being
25289         interactive.
25290
25291 2004-09-30  Simon Josefsson  <jas@extundo.com>
25292
25293         * message.el (message-generate-hashcash): Add.
25294         (message-send-mail): Use it, call mail-add-payment.
25295
25296 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25297
25298         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25299
25300 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25301
25302         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25303         gnus-requst-update-info with explicit code to sync the in-memory
25304         info read flags with the marks being sync'd to the backend.
25305
25306         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25307
25308 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25309
25310         * spam.el (spam-verify-bogofilter): Add new function.
25311         (spam-check-bogofilter)
25312         (spam-bogofilter-register-with-bogofilter): Use it.
25313         (spam-verify-bogofilter): Add small fixes.
25314
25315 2004-09-28  Simon Josefsson  <jas@extundo.com>
25316
25317         * hashcash.el (hashcash-generate-payment): Revert.
25318
25319 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25320
25321         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25322         Use gnus-extract-references instead of gnus-split-references.
25323
25324         * gnus-util.el (gnus-extract-references): Add new function, analogous
25325         to gnus-split-references but extracts only the message-ID without
25326         anything extra.
25327
25328         * hashcash.el (hashcash-generate-payment)
25329         (hashcash-check-payment): Do the right thing if hashcash-path is
25330         nil (because the hashcash program could not be found).
25331
25332         * spam.el (spam-use-hashcash): Remove comment.
25333
25334 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25335
25336         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25337         (gnus-cache-enter-article, gnus-cache-remove-article)
25338         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25339
25340         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25341
25342         * gnus-art.el (article-hide-boring-headers)
25343         (article-translate-strings, article-display-face)
25344         (gnus-article-mime-match-handle-first)
25345         (gnus-article-highlight-headers)
25346         (gnus-article-add-buttons-to-head): do.
25347
25348 2004-09-27  Simon Josefsson  <jas@extundo.com>
25349
25350         * hashcash.el: New version, from
25351         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25352         ../contrib/.
25353
25354 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25355
25356         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25357
25358 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25359
25360         * gnus-dup.el (gnus-dup-open): Use mapc.
25361         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25362
25363         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25364         Reported by Stefan Wiens <s.wi@gmx.net>.
25365
25366         * gnus.el (gnus-shutdown): Use dolist.
25367
25368         * gnus-undo.el (gnus-undo): Use mapc.
25369
25370         * nnrss.el (nnrss-generate-active): do.
25371
25372         * message.el (message-cite-original-without-signature)
25373         (message-cite-original): Use mapc.
25374         (message-do-actions, message-make-forward-subject): Use dolist.
25375
25376 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25377
25378         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25379         deletion to remove entire duplicate line.  Fixes merged article
25380         number bug.
25381
25382 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25383
25384         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25385         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25386         first ask if you want to open a server and then, even when you
25387         responded with no, asking if you want to synchronize the server's
25388         flags.
25389         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25390         multi-line expressions.
25391         (gnus-agent-synchronize-group-flags): New internal function.
25392         Updates marks in memory (in the info structure) AND in the
25393         backend.
25394
25395         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25396
25397         * nnagent.el (nnagent-request-set-mark):
25398         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25399         method, to ensure that synchronization updates marks in the
25400         backend and in the info (in memory) structure.
25401
25402 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25403
25404         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25405         convention fully; don't miss the root article of a thread; make
25406         the X-Draft-From header with correct article numbers.
25407
25408 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25409
25410         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25411         unless plugged.  Disable the agent so that an open failure causes
25412         an error.
25413
25414         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25415         Revert 2004-09-21 change.  The backend must be opened while
25416         synchronizing flags even when the backend stores the flags
25417         locally.
25418
25419 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25420
25421         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25422         in `header' match.  Reported by Svend Tollak Munkejord.
25423
25424         * message.el (message-cite-original): Fix use of
25425         `message-cite-articles-with-x-no-archive'.
25426
25427 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25428
25429         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25430         (gnus-window-to-buffer): Ditto.
25431
25432         * mml.el (mml-preview-buffer): New variable.
25433         (mml-preview): Manage window layout with gnus-buffer-configuration.
25434
25435         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25436         X-Draft-From header even if those articles aren't quoted.
25437
25438 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25439
25440         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25441         (gnus-request-set-mark, gnus-request-update-mark): Use new
25442         g-s-t-u-l-m to decide to use backend even when unplugged.
25443
25444 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25445
25446         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25447         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25448
25449 2004-09-20  Simon Josefsson  <jas@extundo.com>
25450
25451         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25452         "utf-16-le".
25453
25454 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25455
25456         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25457
25458 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25459
25460         * uudecode.el (uudecode-use-external): Add :version.
25461
25462         * smime.el (smime-CA-file, smime-encrypt-cipher)
25463         (smime-dns-server): Add :version.
25464
25465         * smiley.el (gnus-smiley-file-types): Add :version.
25466
25467         * sha1.el (sha1-use-external): Add :version.
25468
25469         * pgg-def.el (pgg-query-keyserver): Add :version.
25470
25471         * nnmail.el (nnmail-fancy-expiry-targets)
25472         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25473         Add :version.
25474
25475         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25476         (nnimap-retrieve-groups-asynchronous): Add :version.
25477         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25478
25479         * mml.el (mml-content-disposition-parameters)
25480         (mml-insert-mime-headers-always): Add :version.
25481
25482         * mm-util.el (mm-coding-system-priorities): Add :version.
25483
25484         * mm-decode.el (mm-inline-text-html-with-images)
25485         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25486         (mm-verify-option): Add :version.
25487         (mm-text-html-renderer): Change :version.
25488
25489         * message.el (message-fcc-externalize-attachments)
25490         (message-required-headers, message-draft-headers)
25491         (message-subject-trailing-was-query)
25492         (message-subject-trailing-was-ask-regexp)
25493         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25494         (message-mark-insert-end, message-archive-header)
25495         (message-archive-note, message-cross-post-default)
25496         (message-cross-post-note, message-followup-to-note)
25497         (message-cross-post-note-function, message-use-mail-followup-to)
25498         (message-subscribed-address-functions)
25499         (message-subscribed-address-file, message-subscribed-addresses)
25500         (message-subscribed-regexps, message-allow-no-recipients)
25501         (message-yank-cited-prefix, message-signature-insert-empty-line)
25502         (message-hidden-headers, message-hierarchical-addresses)
25503         (message-mail-user-agent, message-use-idna)
25504         (message-valid-fqdn-regexp)
25505         (message-strip-special-text-properties, message-header-synonyms)
25506         (message-beginning-of-line, message-tab-body-function): Add :version.
25507         (message-insert-canlock, message-wide-reply-confirm-recipients):
25508         Change :version.
25509
25510         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25511         and :version.
25512         (mail-source-delete-old-incoming-confirm)
25513         (mail-source-movemail-program): Add :version.
25514
25515         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25516         (gnus-agent-cache, gnus-agent): Change :version.
25517
25518         * gnus-util.el (gnus-use-byte-compile): Change :version.
25519
25520         * gnus-sum.el (gnus-summary-make-false-root-always)
25521         (gnus-summary-default-high-score)
25522         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25523         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25524         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25525         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25526         (gnus-sum-thread-tree-single-indent)
25527         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25528         (gnus-sum-thread-tree-leaf-with-other)
25529         (gnus-sum-thread-tree-single-leaf): Add :version.
25530         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25531         (gnus-article-loose-mime): Change :version.
25532
25533         * gnus-start.el (gnus-backup-startup-file)
25534         (gnus-save-startup-file-via-temp-buffer): Add :version.
25535
25536         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25537         (gnus-server-offline-face): Add :version.
25538
25539         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25540
25541         * gnus-msg.el (gnus-gcc-externalize-attachments)
25542         (gnus-debug-files, gnus-debug-exclude-variables)
25543         (gnus-discouraged-post-methods): Change :version.
25544         (gnus-confirm-mail-reply-to-news)
25545         (gnus-confirm-treat-mail-like-news): Add :version.
25546
25547         * gnus-int.el (gnus-server-unopen-status): Add :version.
25548
25549         * gnus-group.el (gnus-group-jump-to-group-prompt)
25550         (gnus-large-ephemeral-newsgroup)
25551         (gnus-fetch-old-ephemeral-headers): Add :version.
25552
25553         * gnus-fun.el (gnus-x-face-directory)
25554         (gnus-convert-pbm-to-x-face-command)
25555         (gnus-convert-image-to-x-face-command)
25556         (gnus-convert-image-to-face-command): Add :version.
25557
25558         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25559
25560         * gnus-cite.el (gnus-cite-blank-line-after-header)
25561         (gnus-article-boring-faces): Add :version.
25562
25563         * gnus-art.el (gnus-buttonized-mime-types)
25564         (gnus-inhibit-mime-unbuttonizing)
25565         (gnus-treat-display-face)
25566         (gnus-treat-body-boundary): Change :version.
25567         (gnus-body-boundary-delimiter, gnus-picon-databases)
25568         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25569         (gnus-treat-date-english, gnus-treat-fold-headers)
25570         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25571         (gnus-treat-mail-picon, gnus-treat-wash-html)
25572         (gnus-article-encrypt-protocol)
25573         (gnus-use-idna, gnus-article-over-scroll)
25574         (gnus-mime-display-multipart-alternative-as-mixed)
25575         (gnus-mime-display-multipart-related-as-mixed)
25576         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25577         (gnus-ctan-url, gnus-button-ctan-handler)
25578         (gnus-button-handle-ctan-bogus-regexp)
25579         (gnus-button-ctan-directory-regexp)
25580         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25581         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25582         (gnus-button-man-level, gnus-button-emacs-level)
25583         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25584
25585         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25586         (gnus-agent-go-online): Change :version.
25587         (gnus-agent-expire-unagentized-dirs)
25588         (gnus-agent-auto-agentize-methods): Add :version.
25589
25590         * flow-fill.el (fill-flowed-display-column)
25591         (fill-flowed-encode-column): Add :version.
25592
25593         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25594         (gnus-outlook-deuglify-unwrap-max)
25595         (gnus-outlook-deuglify-cite-marks)
25596         (gnus-outlook-deuglify-unwrap-stop-chars)
25597         (gnus-outlook-deuglify-no-wrap-chars)
25598         (gnus-outlook-deuglify-attrib-cut-regexp)
25599         (gnus-outlook-deuglify-attrib-verb-regexp)
25600         (gnus-outlook-deuglify-attrib-end-regexp)
25601         (gnus-outlook-display-hook): Add :version.
25602
25603         * binhex.el (binhex-use-external): Add :version.
25604
25605 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25606
25607         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25608         and `invisible'.
25609
25610 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25611
25612         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25613         in gnus-registry-trim.
25614
25615 2004-09-13  Simon Josefsson  <jas@extundo.com>
25616
25617         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25618
25619         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25620
25621         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25622         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25623         <yamaoka@jpl.org>.
25624         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25625         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25626         <yamaoka@jpl.org>.
25627
25628         * sieve.el (sieve-manage-mode): Ditto.
25629
25630 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25631
25632         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25633
25634 2004-09-11  Simon Josefsson  <jas@extundo.com>
25635
25636         * dns-mode.el: Add.
25637
25638         * mm-view.el (mm-display-dns-inline): Add.
25639
25640         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25641         (mm-automatic-display): Ditto.
25642
25643         * mailcap.el (mailcap-mime-data): Add text/dns.
25644         (mailcap-mime-extensions): Map .soa to text/dns.
25645
25646 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25647
25648         * gnus-art.el (article-decode-mime-words, article-babel)
25649         (gnus-article-highlight-signature, gnus-article-add-buttons)
25650         (gnus-signature-toggle): Remove unnecessary bindings of
25651         `inhibit-read-only' inherited from v5.10 merge.
25652
25653 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25654
25655         * nntp.el (nntp): New customization group.
25656         (nntp-authinfo-file): Add customization group.
25657
25658         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25659
25660         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25661
25662         * gnus.el (to-address, to-list, subscribed)
25663         (large-newsgroup-initial): Ditto.
25664
25665         * flow-fill.el (fill-flowed-display-column)
25666         (fill-flowed-encode-column): Ditto.
25667
25668 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25669
25670         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25671         Use point-min rather than 1.
25672         (message-send-mail): Use buffer-size rather than point-max.
25673
25674         * gnus-sum.el (gnus-summary-search-article-forward):
25675         Signal a specific `search-failed' rather than a generic `error'.
25676
25677         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25678         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25679         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25680
25681 2004-09-10  Simon Josefsson  <jas@extundo.com>
25682
25683         * nndb.el (require): Remove tcp and duplicate cl.
25684
25685 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25686
25687         * gnus-agent.el (directory-files-and-attributes): Move forward.
25688
25689 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25690
25691         * gnus-agent.el (directory-files-and-attributes):
25692         Optionally defined to support XEmacs.
25693
25694 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25695
25696         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25697         to avoid run-time CL dependencies.
25698         (gnus-agent-unfetch-articles): New function.
25699         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25700         article numbers even when local .overview file is missing.
25701         (gnus-agent-read-article-number): New function.  Only accepts
25702         27-bit article numbers.
25703         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25704         Use gnus-agent-read-article-number.
25705         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25706         from backend while recognizing that article numbers in .overview
25707         must be valid.
25708         (gnus-agent-update-files-total-fetched-for):
25709         Use directory-files-and-attributes to improve performance.
25710         * gnus-int.el (gnus-request-move-article):
25711         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25712         improve performance.
25713
25714         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25715         some users confused by references to .newsrc when they only have a
25716         .newsrc.eld file.
25717         (gnus-convert-mark-converter-prompt)
25718         (gnus-convert-converter-needs-prompt): Fix use of property list.
25719         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25720         New function.  Used internally to only display 'gnus converting
25721         files' message when actually necessary.
25722
25723         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25724         methods now autoloaded.
25725
25726 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25727
25728         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25729         identifiers.
25730
25731 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25732
25733         * gnus-picon.el: Fix indentation and closing parenthesis.
25734
25735 2004-09-01  Simon Josefsson  <jas@extundo.com>
25736
25737         * message.el (message-canlock-generate): Require sha1, not
25738         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25739         to require within a function.  Sadly, if sha1.el isn't loaded, the
25740         let binding in m-c-g will hide the defcustom definition, which is
25741         bad.)
25742
25743         * canlock.el: Require sha1, not sha1-el.
25744
25745         * message.el: Don't autoload sha1 (there is a autoload cookie in
25746         sha1.el).
25747
25748         * sha1-el.el: Rename to sha1.el.
25749
25750 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25751
25752         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25753
25754 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25755
25756         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25757
25758 2004-08-30  Kim F. Storm  <storm@cua.dk>
25759
25760         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25761
25762         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25763         Add :group 'nnimap.
25764
25765 2004-08-30  Andreas Schwab  <schwab@suse.de>
25766
25767         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25768         ?* and ?\;.
25769
25770         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25771         and ?\' to symbol instead of whitespace.
25772
25773 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25774
25775         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25776
25777         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25778         instead of re-search-forward.
25779
25780         * gnus-uu.el (gnus-uu-save-article): Ditto.
25781         (gnus-uu-post-encode-uuencode): Ditto.
25782
25783         * html2text.el (html2text-clean-list-items): Ditto.
25784         (html2text-clean-dtdd): Ditto.
25785         (html2text-format-tags): Ditto.
25786
25787         * message.el (message-send-mail-with-sendmail): Fix regexp.
25788         (message-fill-field-general): Use search-forward instead of
25789         re-search-forward.
25790         (unbold-region): Ditto.
25791
25792         * nnrss.el (nnrss-request-article): Ditto.
25793
25794         * nnslashdot.el (nnslashdot-request-article): Ditto.
25795
25796         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25797
25798         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25799         "Unrecognized menu descriptor" error in XEmacs.
25800
25801 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25802
25803         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25804         parent article of a sparse article in the thread hashtb.
25805
25806 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25807
25808         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25809         (nnmail-expand-newtext): Lowercase expanded entries if
25810         nnmail-split-lowercase-expanded is non-nil.
25811
25812 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25813
25814         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25815
25816         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25817         of gnus-tmp-news-method into string under XEmacs.  It will be
25818         passed to gnus-correct-length which takes only a string argument.
25819
25820 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25821
25822         * gnus-util.el (gnus-bind-print-variables): New macro.
25823         (gnus-prin1): Use it.
25824         (gnus-prin1-to-string): Use it.
25825         (gnus-pp): New function.
25826         (gnus-pp-to-string): New function.
25827
25828         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25829         Replace pp-to-string with gnus-pp-to-string.
25830         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25831         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25832         * gnus-msg.el (gnus-debug): Ditto.
25833         * gnus-score.el (gnus-score-save): Ditto.
25834         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25835         gnus-pp-to-string.
25836         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25837         with gnus-pp.
25838         * score-mode.el (gnus-score-pretty-print): Ditto.
25839         * webmail.el (webmail-debug): Ditto.
25840
25841 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25842
25843         * gnus-art.el (article-display-face, article-display-x-face):
25844         Use buffer-read-only.
25845
25846 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25847
25848         * gnus-art.el (article-hide-list-identifiers):
25849         Bind inhibit-read-only as t.
25850
25851 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25852
25853         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25854
25855 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25856
25857         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25858         (gnus-narrow-to-page): Don't assume point-min == 1.
25859         (gnus-article-edit-mode): Derive from message-mode.
25860
25861         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25862         point-min == 1.
25863
25864         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25865         Disable incorrect use of `assert'.
25866
25867         * message.el (message-mode): Set comment-start-skip.
25868
25869
25870 2004-08-22  Sam Steingold  <sds@gnu.org>
25871
25872         * pop3.el (pop3-leave-mail-on-server): New user variable.
25873         (pop3-movemail): Delete mail only when it is nil.
25874
25875 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25876
25877         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25878
25879         * mml.el (mml-preview): Use `pop-to-buffer'.
25880
25881         * message.el (message-goto-mail-followup-to): Insert after "To".
25882         (message-carefully-insert-headers): Add comment.
25883
25884         * gnus.el: Remove unused variable `gnus-article-check-size'.
25885
25886         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25887
25888         * gnus-art.el (gnus-button-alist):
25889         Improve `gnus-button-handle-library' entry.
25890
25891 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25892
25893         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25894         Use downcase, since XEmacs capitalizes error messages differently.
25895
25896 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25897
25898         * nntp.el: Add (require 'gnus) due to reference to
25899         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25900
25901 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25902
25903         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25904         Bind `mm-fill-flowed'.
25905
25906         * mm-decode.el (mm-dissect-singlepart): Check it.
25907
25908 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25909
25910         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25911         'imap' for netrc parsing.
25912
25913 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25914
25915         * mailcap.el (mailcap-mime-data): Mark as risky.
25916
25917 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25918
25919         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25920         may be included in the encoded word.
25921         (rfc2047-encode): Don't append a space if the encoded word
25922         includes close parenthesis.
25923
25924 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25925
25926         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25927         of text within parentheses.
25928
25929 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25930
25931         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25932         (gnus-encrypt-write-file-contents): Make the password key the file
25933         name PLUS the cipher, not just the cipher.  Also remove failed
25934         passwords from the cache.
25935
25936 2004-08-06  Simon Josefsson  <jas@extundo.com>
25937
25938         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25939         Doc fix.
25940
25941 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25942
25943         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25944         LWSP.
25945
25946 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25947
25948         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25949         Try to append in-reply-to: data to the references: header.
25950
25951         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25952         (netrc-parse): Use gnus-encrypt.el functions.
25953
25954         * gnus-encrypt.el: Add new file for encryption support; currently
25955         does only a few GPG ciphers and an internal XOR cipher.
25956
25957         * password.el: Add comments on using password-read-and-add.
25958         (password-read-and-add): Add function to read and add the
25959         password to the cache at once.
25960
25961 2004-07-28  Simon Josefsson  <jas@extundo.com>
25962
25963         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25964         parameter (but don't use it, for now).
25965
25966         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25967         instead of hard coding to nil.
25968
25969 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25970
25971         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25972         as mm-inline-image-xemacs does.
25973
25974 2004-07-26  Simon Josefsson  <jas@extundo.com>
25975
25976         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25977         Revert part of 2004-07-17 change below.
25978
25979 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25980
25981         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25982         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25983
25984 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25985
25986         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25987         quotes that actually start with ">" at the beginning of the
25988         lines.
25989
25990 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25991
25992         * rfc2047.el (rfc2047-encode-region): Fix last change.
25993         (rfc2047-encode-parameter): Remove useless concat.
25994
25995 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25996
25997         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25998         encode special characters; fix some kind of misconfigured headers;
25999         signal a real error if debug-on-quit or debug-on-error is non-nil.
26000         (rfc2047-encode-max-chars): New variable.
26001         (rfc2047-encode-1): Use it.
26002         (rfc2047-encode-parameter): New function.
26003
26004         * mml.el (mml-insert-parameter): Remove an excessive space.
26005
26006 2004-07-17  Simon Josefsson  <jas@extundo.com>
26007
26008         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
26009         Kai Grossjohann <kai@emptydomain.de>.
26010         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
26011         (gnus-group-make-menu-bar): Ditto.
26012
26013         * gnus-util.el (gnus-group-server): Add.
26014
26015 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
26016
26017         * message.el (message-clone-locals): Clone sendmail and smtp
26018         variables.
26019
26020 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26021
26022         * rfc2047.el (rfc2047-encode-region): Fix last change.
26023
26024 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26025
26026         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
26027         characters as non-special.
26028
26029 2004-07-09  Simon Josefsson  <jas@extundo.com>
26030
26031         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
26032         Users will lose all flag changes made while unplugged with
26033         e.g. nntp unless flag synchronization happens, thus `nil' is not a
26034         good default.  See numerous reports on ding mailing list.
26035
26036 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26037
26038         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
26039         add generate-head-function and generate-article-function to the
26040         rfc822-forward entry.
26041         (nndoc-rfc822-forward-generate-article): New function.
26042         (nndoc-rfc822-forward-generate-head): New function.
26043
26044         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
26045
26046 2004-07-06  Dan Christensen  <jdc@uwo.ca>
26047
26048         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
26049         respect display group parameter and gnus-summary-expunge-below.
26050         (gnus-articles-to-read): Remove unused reference to display group
26051         parameter.
26052
26053 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26054
26055         * nnheader.el (nnheader-uniquify-message-id): New experimental
26056         variable.
26057         (nnheader-nov-read-message-id): Use it.
26058
26059         * spam-report.el (spam-report-gmane): Add interactive.
26060
26061 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
26062
26063         * mm-encode.el (mm-content-transfer-encoding-defaults):
26064         Use qp-or-base64 for the application/* types.
26065
26066 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
26067
26068         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
26069
26070 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
26071
26072         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
26073         trim value.
26074
26075 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26076
26077         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
26078         New macro and function.
26079         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
26080
26081 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26082
26083         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
26084         after-load-alist.
26085
26086 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26087
26088         * gnus-group.el (gnus-group-get-new-news-this-group):
26089         Don't update info that isn't there.
26090
26091 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
26092
26093         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
26094         entry.
26095
26096 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
26097
26098         * mm-view.el (mm-inline-render-with-function): Use multibyte
26099         buffer; decode html source by charset.
26100
26101         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
26102
26103         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
26104         Mule-UCS is loaded under XEmacs.
26105         (mm-mime-mule-charset-alist): Avoid duplicated entries.
26106
26107 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
26108
26109         * nnheader.el (nnheader-max-head-length): Increase to 8192.
26110
26111 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26112
26113         * mm-util.el (mm-coding-system-p): Return a coding-system.
26114         (mm-mime-mule-charset-alist): Use shift_jis instead of
26115         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
26116         entries for the mime charsets iso-2022-jp-3 and shift_jis.
26117         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
26118         instead of japanese-shift-jis and iso-latin-1 respectively in
26119         order to share the default value with both Emacs and XEmacs-mule.
26120         (mm-mule-charset-to-mime-charset):
26121         Make mm-coding-system-priorities effective.
26122         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
26123         while predicating of candidates upon the priorities.
26124
26125 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
26126
26127         * gnus-sum.el (gnus-summary-make-menu-bar):
26128         Add gnus-uu-invert-processable.
26129
26130         * gnus.el: Autoload gnus-uu-invert-processable.
26131
26132 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26133
26134         * mm-util.el (mm-with-multibyte-buffer): New macro.
26135
26136         * rfc2047.el (rfc2047-encode-string): Use it.
26137         (rfc2047-encode-region): Move point to the end of the region after
26138         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
26139
26140 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26141
26142         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
26143         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
26144
26145 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26146
26147         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
26148         (gnus-cite-parse): Ignore quoted envelope From_.
26149         Suggested by Karl Chen <quarl@nospam.quarl.org>.
26150
26151 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
26152
26153         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
26154         invalid addresses.
26155
26156 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
26157
26158         * spam.el: Change section markers, revise TODO list.
26159         (spam-backends): Make new master list of all installed backends.
26160         (spam-summary-exit-behavior): Add new variable to determine how
26161         messages moves are done at summary exit.
26162         (spam-move-spam-nonspam-groups-only)
26163         (spam-process-ham-in-nonham-groups)
26164         (spam-process-ham-in-spam-groups): Remove variables, the
26165         spam-summary-exit-behavior variable should be used to manage this
26166         behavior.
26167         (spam-old-ham-articles, spam-old-spam-articles): Remove.
26168         (spam-old-articles): Add variable, replacing spam-old-ham-articles
26169         and spam-old-spam-articles.
26170         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
26171         Add empty variables, placeholders for the backends they represent.
26172         (spam-set-difference): Move, unchanged.
26173         (spam-list-of-processors): Declare OBSOLETE, not used anymore
26174         unless the user has a processor variable.
26175         (spam-classifications, spam-classification-valid-p)
26176         (spam-backend-properties, spam-backend-property-valid-p)
26177         (spam-backend-function-type-valid-p)
26178         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
26179         (spam-report-articles-gmane, spam-report-articles-resend):
26180         Remove functions, they are not needed.
26181         (spam-install-backend-super, spam-backend-list)
26182         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
26183         (spam-backend-function, spam-backend-ham-registration-function)
26184         (spam-backend-spam-registration-function)
26185         (spam-backend-ham-unregistration-function)
26186         (spam-backend-spam-unregistration-function)
26187         (spam-backend-statistical-p, spam-backend-mover-p)
26188         (spam-install-backend-alias, spam-install-checkonly-backend)
26189         (spam-install-mover-backend, spam-install-nocheck-backend)
26190         (spam-install-backend, spam-install-statistical-backend)
26191         (spam-install-statistical-checkonly-backend): Add backend installation
26192         support.
26193         (spam-summary-prepare-exit): Rewrite to use the new backend code.
26194         (spam-group-processor-p): Use the new backend code and respect the
26195         summary exit behavior.
26196         (spam-mark-spam-as-expired-and-move-routine): Remove.
26197         (spam-summary-prepare): Change to use the new spam-old-articles
26198         variable.
26199         (spam-copy-or-move-routine, spam-copy-spam-routine)
26200         (spam-move-spam-routine, spam-copy-ham-routine)
26201         (spam-move-ham-routine): Add code to copy/move ham or spam.
26202         (spam-fetch-field-fast): Improve doc and code, plus allow the
26203         'number request.
26204         (spam-list-of-checks, spam-list-of-statistical-checks):
26205         Remove variables.
26206         (spam-split, spam-find-spam): Use the new backend code.
26207         (spam-registration-functions): Remove variable.
26208         (spam-unregister-routine): Add convenience wrapper.
26209         (spam-log-undo-registration, spam-register-routine)
26210         (spam-log-processing-to-registry)
26211         (spam-log-unregistration-needed-p): Rename "check" to "backend"
26212         where possible.
26213         (spam-check-gmane-xref, spam-check-regex-headers)
26214         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
26215         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
26216         (spam-check-bogofilter-headers, spam-check-spamoracle)
26217         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26218         (spam-check-crm114-headers): Use the spam-split-group that
26219         spam-split prepares, no need to determine it every time.
26220
26221         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26222         to the nnheader-parse-naked-head call.
26223
26224         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26225
26226         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26227         the nnheader-nov-read-message-id call.
26228
26229 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26230
26231         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26232         gnus-activate-group twice.  Suggested by Markus Peter
26233         <warp@spin.de>.
26234
26235 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26236
26237         * gnus-art.el (gnus-article-time-format): Exchange the order of
26238         day and month in the default value; fix customization type.
26239         (article-date-ut): Use add-text-properties.
26240         (article-make-date-line): Use message-make-date instead of
26241         current-time-string.
26242
26243         * message.el (message-fetch-field): Don't use set-text-properties.
26244         (message-make-date): Simplify.
26245
26246         * messagexmas.el (message-xmas-make-date): New function.
26247         (message-xmas-redefine): Defalias message-make-date to it.
26248
26249 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26250
26251         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26252         (rfc2047-encode-region): Treat text within parentheses as special;
26253         show the original text when error has occurred.
26254
26255         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26256         already-computed method to gnus-activate-group.
26257
26258         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26259         same select-methods identical Lisp objects.
26260
26261         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26262         object when modifying the info.
26263
26264 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26265
26266         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26267         gnus-opened-servers since it has never been opened with the new
26268         configuration yet.
26269
26270 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26271
26272         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26273         arg to nnheader-generate-fake-message-id.
26274
26275 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26276
26277         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26278         number and build a fake message ID localized to a group and
26279         article number (so it's repeatable from that point on).
26280         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26281         ID format.
26282
26283         * gnus-sum.el (gnus-get-newsgroup-headers):
26284         Call nnheader-generate-fake-message-id with the article number.
26285
26286 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26287
26288         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26289         end-of-buffer.
26290
26291 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26292
26293         * message.el (message-ignored-supersedes-headers): Add Approved.
26294
26295 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26296
26297         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26298         goto-char.
26299         (rfc2047-encode): Fold the line before encoding.
26300
26301 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26302
26303         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26304         folding -- not all headers can be folded, and this should be done
26305         by the message composition mode.  Probably.  I think.
26306
26307 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26308
26309         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26310         fast.
26311
26312         * gnus-ems.el (gnus-remove-image): Don't use
26313         message-text-with-property; remove only the image found first.
26314
26315         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26316         found first.
26317
26318 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26319
26320         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26321
26322 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26323
26324         * message.el (message-text-with-property): Make it fast and accept
26325         optional arguments.
26326         (message-strip-forbidden-properties): Use it.
26327         (message-fix-before-sending): Follow the m-t-w-p change.
26328
26329         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26330
26331 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26332
26333         * gnus-art.el (article-hide-headers): Don't change the buffer
26334         mistakenly when performing mml-preview even if
26335         gnus-single-article-buffer is nil.
26336
26337 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26338
26339         * message.el (message-expand-name-databases): New user option.
26340         (message-expand-name): Use it.
26341
26342 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26343
26344         * spam.el (spam-report-articles-resend)
26345         (spam-report-resend-register-routine): Allow ham reporting.
26346         (spam-report-resend-register-ham-routine): Add wrapper.
26347         (spam-registration-functions): Add ham resending functions.
26348         (spam-list-of-processors): Add ham resend processor.
26349
26350         * gnus.el (ham-resend-to): Add new group parameter.
26351         (spam-process): Add ham resend option.
26352
26353         * spam-report.el (spam-report-resend): Allow reporting ham.
26354         (spam-report-resend-ham): Add wrapper.
26355
26356 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26357
26358         * message.el (message-cite-articles-with-x-no-archive):
26359         New variable.
26360         (message-cite-original): Use it.
26361
26362 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26363
26364         * message.el (message-cite-original): Respect X-No-Archive.
26365
26366 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26367
26368         * gnus-art.el (article-hide-headers): Refer to the values for
26369         gnus-ignored-headers and gnus-visible-headers in the summary
26370         buffer since a user may have set them as group parameters.
26371
26372 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26373
26374         * assistant.el (assistant-node-name): Add convenience function.
26375         (assistant-render-text, assistant-render-node): Add error handling,
26376         plus handle multiple next nodes.
26377         (assistant-find-next-node): Comment out for now.
26378         (assistant-find-next-nodes): Add function, returns list of next
26379         nodes.
26380
26381 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26382
26383         * mail-source.el (mail-source-directory): Fix doc-string.
26384
26385 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26386
26387         * assistant.el (assistant-render-text, assistant-eval): Add :set
26388         widget type, which is different because it takes and returns a
26389         list.  Much hilarity ensues.
26390
26391 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26392
26393         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26394
26395         * gnus-group.el (gnus-group-get-new-news-this-group):
26396         Add doc-string.
26397
26398         * gnus-start.el (gnus-activate-group): Add doc-string.
26399
26400 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26401
26402         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26403
26404 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26405
26406         * assistant.el (assistant-render-text): Try to add a :set
26407         widget, more to come.
26408
26409         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26410         strings.
26411         (spam-report-articles-resend)
26412         (spam-register-routine): Do registration iff any articles warrant
26413         it.
26414         (spam-summary-prepare-exit): Change log message for nil group
26415         destinations.
26416
26417 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26418
26419         * spam.el (spam-report-resend-register-routine):
26420         Allow spam-report-resend-to to be a group parameter or a global value.
26421
26422 2004-05-26  Simon Josefsson  <jas@extundo.com>
26423
26424         * starttls.el: Merge with my GNUTLS based starttls.el.
26425         (starttls-gnutls-program, starttls-use-gnutls)
26426         (starttls-extra-arguments, starttls-process-connection-type)
26427         (starttls-connect, starttls-failure, starttls-success):
26428         New variables.
26429         (starttls-program, starttls-extra-args): Doc fix.
26430         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26431         New functions.
26432         (starttls-negotiate, starttls-open-stream):
26433         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26434         function if it is set.
26435
26436 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26437
26438         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26439         structured fields.
26440
26441 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26442
26443         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26444
26445 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26446
26447         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26448         Add variable.
26449         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26450         assigning the spam-mark to new messages.
26451
26452 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26453
26454         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26455
26456 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26457
26458         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26459
26460         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26461         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26462         default.
26463
26464 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26465
26466         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26467         correct data.
26468
26469 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26470
26471         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26472         (spam-group-processor-p): Fix function.
26473         (spam-group-processor-multiple-p)
26474         (spam-group-spam-processor-report-gmane-p)
26475         (spam-group-spam-processor-report-resend-p)
26476         (spam-group-spam-processor-bogofilter-p)
26477         (spam-group-spam-processor-blacklist-p)
26478         (spam-group-spam-processor-ifile-p)
26479         (spam-group-ham-processor-ifile-p)
26480         (spam-group-spam-processor-spamoracle-p)
26481         (spam-group-spam-processor-crm114-p)
26482         (spam-group-ham-processor-bogofilter-p)
26483         (spam-group-spam-processor-stat-p)
26484         (spam-group-ham-processor-stat-p)
26485         (spam-group-ham-processor-whitelist-p)
26486         (spam-group-ham-processor-BBDB-p)
26487         (spam-group-ham-processor-spamoracle-p)
26488         (spam-group-ham-processor-copy-p): Remove functions with some
26489         prejudice against unneeded code.
26490         (spam-report-articles-resend)
26491         (spam-report-resend-register-routine): Allow the group/topic
26492         spam-resend-to value to override spam-report-resend-to.
26493         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26494         properly now.
26495
26496         * gnus.el (spam-resend-to): Add group/topic parameter.
26497         (spam-process): Move the OBSOLETE processors to the end of the
26498         choices.
26499
26500 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26501
26502         * spam-report.el (spam-report-resend-to, spam-report-resend):
26503         Start with resend-to set to nil, and then ask the user if necessary.
26504         (spam-report-resend): spam-report-resend takes a list of articles, not
26505         separate article numbers.
26506
26507 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26508
26509         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26510         addition to emacs-w3m.
26511
26512 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26513
26514         * assistant.el (assistant-authinfo-data): New function.
26515         (assistant-eval): Eval for entire assistant.
26516
26517         * netrc.el (netrc-services-file): New variable.
26518         (netrc-parse-services): New function.
26519         (netrc-find-service-name): New function.
26520         (netrc-find-service-number): New function.
26521         (netrc-port-equal): New function.
26522         (netrc-machine): Use it.
26523
26524         * nnimap.el (nnimap-open-connection): Use netrc.
26525
26526         * gnus-util.el (gnus-netrc-get): Remove aliases.
26527
26528         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26529
26530         * assistant.el (wid-edit): Fix compilation.
26531
26532         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26533
26534 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26535
26536         * gnus-util.el (gnus-set-file-modes): New function.  (small
26537         patch).
26538
26539 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26540
26541         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26542
26543         * assistant.el (assistant-render-node): Fix up rendering and
26544         read-only text.
26545         (assistant-render-node): Reset.
26546         (assistant-make-read-only): Not sticky.
26547
26548 2004-05-20  Danny Siu  <dsiu@adobe.com>
26549
26550         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26551         centered even when gnus-auto-center-summary is t.
26552
26553 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26554
26555         * dns.el (dns-get-txt-answer): New function.
26556         (dns-read-txt): Ditto.
26557         (query-dns): Use it.
26558
26559 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26560
26561         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26562         active for foreign groups even if the group level is higher than
26563         the specified value.
26564
26565 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26566
26567         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26568         non-active groups.
26569
26570         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26571
26572 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26573
26574         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26575
26576 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26577
26578         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26579         (spam-crm114-header, spam-crm114-spam-switch)
26580         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26581         (spam-crm114-positive-spam-header)
26582         (spam-crm114-database-directory, spam-list-of-processors)
26583         (spam-group-spam-processor-crm114-p)
26584         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26585         (spam-generic-score, spam-list-of-checks)
26586         (spam-list-of-statistical-checks, spam-registration-functions)
26587         (spam-check-crm114-headers, spam-crm114-score)
26588         (spam-check-crm114, spam-crm114-register-with-crm114)
26589         (spam-crm114-register-spam-routine)
26590         (spam-crm114-unregister-spam-routine)
26591         (spam-crm114-register-ham-routine)
26592         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26593
26594 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26595
26596         * gnus.el: Add spam-use-crm114.
26597
26598         * spam.el (spam-list-of-processors, spam-registration-functions):
26599         Add spam-use-resend.
26600         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26601         (spam-report-articles-gmane): Add doc fix.
26602         (spam-report-articles-resend, spam-report-resend-register-routine):
26603         Add wrappers around spam-report-resend-to.
26604
26605         * spam-report.el (spam-report-resend-to, spam-report-resend):
26606         Add support for resending spam.
26607         (spam-report-gmane): Fix line length >80.
26608
26609         * gnus.el (spam-process): Add spam-use-resend.
26610
26611 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26612
26613         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26614         number of processed spam messages.
26615         (spam-ham-copy-or-move-routine): Return the number of processed
26616         ham messages.
26617         (spam-summary-prepare-exit): Use the above values to decide
26618         whether status messages should be displayed.
26619
26620 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26621
26622         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26623         `rfc2047-encoding-function-alist' in order to avoid conflicting
26624         with the old version.
26625         (rfc2047-encode-region): Concatenate words containing non-ASCII
26626         characters in structured fields; don't encode space-delimited
26627         ASCII words even in unstructured fields; don't break words at
26628         char-category boundaries.
26629         (rfc2047-encode-1): New function.
26630         (rfc2047-encode): Use it; encode text so that it occupies the
26631         maximum width within 76-column; work correctly on Q encoding for
26632         iso-2022-* charsets.
26633         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26634         sure not to break a line just after the header name.
26635         (rfc2047-b-encode-region): Remove.
26636         (rfc2047-b-encode-string): New function.
26637         (rfc2047-q-encode-region): Remove.
26638         (rfc2047-q-encode-string): New function.
26639
26640         * mm-util.el (mm-replace-in-string): New function.
26641
26642 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26643
26644         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26645         Really get it right.
26646         (gnus-inews-make-draft): Really.
26647
26648 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26649
26650         * nnmh.el (nnmh-request-list-1): Don't check the link count
26651         before descending.  (small patch)
26652
26653 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26654
26655         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26656         stuff.
26657
26658         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26659         Match on real group name.
26660
26661         * gnus-art.el (gnus-signature-limit): Doc fix.
26662
26663         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26664
26665         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26666
26667 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26668
26669         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26670         isn't a string.
26671
26672 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26673
26674         * gnus-draft.el (gnus-draft-send):
26675         Bind rfc2047-encode-encoded-words.
26676
26677         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26678         (rfc2047-encodable-p): Say that =? needs encoding.
26679         (rfc2047-encode-encoded-words): New variable.
26680
26681         * gnus-group.el (gnus-group-select-group): Doc fix.
26682
26683         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26684
26685         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26686         to nil.
26687
26688         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26689
26690         * nnheader.el (nnheader-get-lines-and-char): New function.
26691
26692 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26693
26694         * gnus-msg.el (gnus-summary-followup-with-original):
26695         Document yanking of region when active.
26696
26697 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26698
26699         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26700         groups if the group level is higher than the specified value.
26701
26702 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26703
26704         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26705         (gnus-group-jump-to-group): Add prefix argument using
26706         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26707         non-active group.
26708
26709         * compface.el (uncompface): Be verbose when changing
26710         `uncompface-use-external'.
26711
26712         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26713         handle manual section.
26714
26715 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26716
26717         * gnus-art.el (gnus-button-alist): Revert previous change.
26718
26719 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26720
26721         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26722
26723 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26724
26725         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26726         whether backend can accept message.
26727
26728         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26729
26730 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26731
26732         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26733         Avoid creating directory when nntp-marks-is-evil is true.
26734         Reported by Reiner Steib.
26735
26736 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26737
26738         * gnus-picon.el (gnus-picon-insert-glyph):
26739         Add optional `nostring' argument.
26740
26741 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26742
26743         * gnus-picon.el (gnus-picon-style): New variable.
26744         (gnus-picon-transform-address): Support `gnus-picon-style'.
26745
26746 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26747
26748         * message.el (message-fill-field): Return point.
26749         (message-generate-headers): Go to end of field.
26750
26751         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26752         stuff for non-living groups.
26753
26754 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26755
26756         * gnus-art.el (gnus-article-followup-with-original)
26757         (gnus-article-reply-with-original): gnus-mark-active-p ->
26758         gnus-region-active-p.
26759
26760 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26761
26762         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26763         only when there is spam or ham to be processed.
26764
26765 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26766
26767         * mail-source.el (mail-source-delete-crash-box): Refactor.
26768         (mail-source-fetch): Use it.
26769         (mail-source-fetch-file): Ditto.
26770         (mail-source-fetch-directory): Run postscript in loop.
26771         (mail-source-fetch-pop): Delete.
26772         (mail-source-fetch-maildir): Ditto.
26773         (mail-source-fetch-imap): Ditto.
26774
26775         * imap.el (imap-authenticators): Comment out sasl.
26776
26777         * message.el (message-skip-to-next-address): New function.
26778         (message-fill-header-address): Refactor.
26779         (message-fill-address): Use it.
26780         (message-delete-address): Use it.
26781         (message-fill-header-general): Refactor.
26782         (message-fill-field-address): Rename.
26783         (message-narrow-to-field): Find the start of the header.
26784         (message-header-format-alist): Don't pre-fill.
26785         (message-fill-header): Remove.
26786         (message-insert-header): New function.
26787         (message-shorten-references): Use it.
26788
26789         * rfc2047.el (rfc2047-field-value): Strip props.
26790
26791         * mail-parse.el (mail-header-make-address): New alias.
26792
26793         * ietf-drums.el (ietf-drums-make-address): New function.
26794
26795         * imap.el: Add compiler directives.
26796
26797         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26798
26799         * gnus-art.el (article-decode-idna-rhs): Don't use
26800         message-idna-inside-rhs-p.
26801
26802 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26803
26804         * message.el (message-idna-inside-rhs-p): Remove.
26805         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26806
26807         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26808         false positives.
26809
26810 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26811
26812         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26813
26814 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26815
26816         * nneething.el (nneething-file-name): Don't create spurious
26817         files.
26818
26819         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26820         (gnus-inews-do-gcc): Remove sleep.
26821
26822         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26823         part under point.
26824
26825         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26826         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26827
26828 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26829
26830         * spam.el (spam-summary-prepare-exit): Fix (length).
26831
26832 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26833
26834         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26835         as expired without moving it" message when there are spam
26836         messages left.
26837
26838 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26839
26840         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26841         header is not nil.
26842
26843 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26844
26845         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26846         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26847         (nntp-marks-changed-p): New arg SERVER.
26848         (nntp-request-update-info): Adjust caller.
26849
26850 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26851
26852         * nntp.el (nntp-save-marks): Pass missing arg.
26853
26854 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26855
26856         * nntp.el: Support marks.
26857         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26858         (nntp-marks-modtime, nntp-marks-directory): New variables.
26859         (nntp-request-set-mark, nntp-request-update-info)
26860         (nntp-possibly-create-directory, nntp-marks-changed-p)
26861         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26862         New functions.
26863
26864 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26865
26866         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26867         (gnus-xmas-redefine): Rename.
26868
26869         * gnus-score.el (gnus-score-insert-help):
26870         Use gnus-select-lowest-window.
26871
26872         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26873         appt-select-lowest-window and rename to gnus-select-lowest-window.
26874
26875         * gnus.el: do.
26876
26877 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26878
26879         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26880         encodings of MIME-encoded words, in order to improve
26881         interoperability with several broken MUAs.
26882
26883 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26884
26885         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26886         tags, only when charsets are not specified in headers.
26887         (mm-inline-text-html-render-with-w3m): Ditto.
26888
26889         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26890         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26891
26892 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26893
26894         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26895         instead of MIME-decoded from fields when checking
26896         `gnus-article-address-banner-alist'.
26897
26898 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26899
26900         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26901         description rather than subject.
26902
26903 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26904
26905         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26906
26907 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26908
26909         * gnus.el (gnus-version-number): Bump.
26910
26911 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26912
26913         * gnus.el: No Gnus v0.2 is released.
26914
26915 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26916
26917         * gnus-agent.el (gnus-agent-read-agentview):
26918         Inline gnus-uncompress-range.
26919
26920 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26921
26922         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26923         `exec-installed-p'.
26924
26925 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26926
26927         * gnus.el (spam-process, spam-autodetect-methods):
26928         Add bsfilter and bsfilter-headers.
26929
26930         * spam.el (spam-bsfilter): New customize group.
26931         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26932         (spam-bsfilter-header, spam-bsfilter-probability-header)
26933         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26934         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26935         (spam-bsfilter-database-directory): New options.
26936         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26937         (spam-list-of-statistical-checks, spam-registration-functions):
26938         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26939         (spam-bsfilter-score): New command.
26940         (spam-check-bsfilter-headers, spam-check-bsfilter)
26941         (spam-bsfilter-register-with-bsfilter)
26942         (spam-bsfilter-register-spam-routine)
26943         (spam-bsfilter-unregister-spam-routine)
26944         (spam-bsfilter-register-ham-routine)
26945         (spam-bsfilter-unregister-ham-routine): New functions.
26946         (spam-generic-score): Support bsfilter; Accept an optional argument
26947         to recalcurate spam score even if scoring header has already been
26948         added.
26949         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26950         optional argument to recalcurate spam score even if scoring header
26951         has already been added.
26952
26953 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26954
26955         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26956         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26957         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26958         link is missing.
26959
26960 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26961
26962         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26963         (html2text-get-attr): Rewrite.
26964
26965         * message.el (message-setup-1): Remove redundant put-text-property
26966         on mail-header-separator.
26967
26968 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26969
26970         * gnus-registry.el (gnus-registry-cache-whitespace)
26971         (gnus-registry-action, gnus-registry-spool-action)
26972         (gnus-registry-split-fancy-with-parent): Change message levels
26973         from 5 to 3 or 7, as needed.
26974
26975         * spam.el (spam-summary-prepare-exit)
26976         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26977         (spam-split, spam-find-spam, spam-log-undo-registration)
26978         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26979         level from 5 to 6.
26980
26981 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26982
26983         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26984         2004-03-04 change).
26985
26986 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26987
26988         * sieve-manage.el (sieve-manage-open):
26989         * nnweb.el (nnweb-insert-html):
26990         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26991         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26992         * nnspool.el (nnspool-request-group):
26993         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26994         * nnml.el (nnml-request-update-info):
26995         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26996         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26997         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26998         (nnimap-request-set-mark):
26999         * nnfolder.el (nnfolder-request-update-info):
27000         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
27001         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
27002         * gnus-uu.el (gnus-uu-find-articles-matching):
27003         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
27004         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
27005         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
27006         * gnus-nocem.el (gnus-nocem-scan-groups):
27007         * gnus-int.el (gnus-start-news-server):
27008         * gnus-group.el (gnus-group-make-kiboze-group)
27009         (gnus-group-browse-foreign-server):
27010         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
27011         Use mapc when appropriate.
27012
27013 2004-04-22  Dan Christensen  <jdc@uwo.ca>
27014             Adam Sjøgren  <asjo@koldfront.dk>
27015             Wes Hardaker  <wes@hardakers.net>
27016             Michael Shields  <shields@msrl.com>
27017
27018         * spam.el (spam-necessary-extra-headers): Get the extra headers we
27019         may need for spam sorting and scoring.
27020         (spam-user-format-function-S): Add user format function suitable for
27021         general use.
27022         (spam-article-sort-by-spam-status): Add sorting function for summary
27023         sorting.
27024         (spam-extra-header-to-number): Add function to get a score from a
27025         header.
27026         (spam-summary-score): Add function to get a numeric score from the
27027         headers.
27028         (spam-generic-score): Fix function doc, was in wrong place.
27029         (spam-initialize): Take symbols when it's run, and install the
27030         extra headers that spam-necessary-extra-headers thinks we need.
27031
27032 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
27033
27034         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
27035         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27036
27037 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
27038
27039         * gnus-sum.el (gnus-set-global-variables)
27040         (gnus-build-all-threads, gnus-get-newsgroup-headers)
27041         (gnus-article-get-xrefs, gnus-summary-best-group)
27042         (gnus-summary-next-article, gnus-summary-enter-digest-group)
27043         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
27044         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
27045         Use with-current-buffer.
27046
27047 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
27048
27049         * spam.el (spam-summary-prepare-exit): Simplify logic.
27050         (spam-fetch-article-header): Read the article header if it's not
27051         available.
27052         (spam-list-articles): Simplify logic.
27053         (spam-filelist-register-routine): Fix bug with unregister-list.
27054
27055         * gnus-registry.el: Fix comments at beginning.
27056
27057 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
27058
27059         * message.el (message-cater-to-broken-inn): Remove.
27060         (message-shorten-references): Make sure the total folded length of
27061         References is shorter than 998 characters to cater to a bug in INN
27062         2.3.  Also, don't pretend that references aren't folded -- this
27063         hasn't worked for a while.
27064
27065 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27066
27067         * gnus-agent.el (gnus-agentize):
27068         gnus-agent-send-mail-real-function no longer set to current value
27069         of message-send-mail-function but rather a lambda that calls
27070         message-send-mail-function.  The change makes the agent real-time
27071         responsive to user changes to message-send-mail-function.
27072
27073 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27074
27075         * legacy-gnus-agent.el
27076         (gnus-agent-convert-to-compressed-agentview): Fix typos with
27077         help from Florian Weimer <fw@deneb.enyo.de>
27078
27079 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27080
27081         * nnmail.el (nnmail-cache-insert): Revert last change.
27082
27083 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27084
27085         * nnmail.el (nnmail-cache-insert): Always check whether
27086         nnmail-cache-ignore-groups matches a group name.
27087
27088 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
27089
27090         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
27091         (spam-find-spam, spam-log-processing-to-registry)
27092         (spam-log-registered-p, spam-log-unregistration-needed-p)
27093         (spam-log-undo-registration): Use gnus-message instead of
27094         gnus-error, none of these errors are fatal.
27095
27096         * gnus-registry.el (gnus-registry-clean-empty-function)
27097         (gnus-registry-clean-empty): Remove only empty entries without
27098         extra data.
27099
27100 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
27101
27102         * spam-stat.el (spam-stat-buffer-change-to-spam)
27103         (spam-stat-buffer-change-to-non-spam): Change (error) to
27104         (gnus-message 8) invocation.
27105
27106 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27107
27108         * nntp.el (nntp-via-netcat-command): New variable.
27109         (nntp-via-netcat-switches): New variable.
27110         (nntp-open-via-rlogin-and-netcat): New function.
27111         (nntp-open-connection-function): Doc fix.
27112         (nntp-telnet-command): Doc fix.
27113         (nntp-end-of-line): Doc fix.
27114         (nntp-via-rlogin-command): Doc fix.
27115         (nntp-via-user-name): Doc fix.
27116         (nntp-via-address): Doc fix.
27117
27118 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27119
27120         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
27121         error in Emacs 21.1.
27122
27123 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
27124
27125         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
27126
27127 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27128
27129         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
27130         (gnus-agent-with-refreshed-group): New macro.
27131         (gnus-agent-rename-group): New function.
27132         (gnus-agent-delete-group): New function.
27133         (gnus-agent-save-group-info): Use gnus-command-method when
27134         `method' parameter is nil.  Don't write nil entries into the
27135         active file.
27136         (gnus-agent-get-group-info): New function.
27137         (gnus-agent-fetch-articles):
27138         Use gnus-agent-update-files-total-fetched-for to increment disk space
27139         used.
27140         (gnus-agent-fetch-headers, gnus-agent-save-alist):
27141         Use gnus-agent-update-view-total-fetched-for to increment disk space
27142         used.
27143         (gnus-agent-get-local): Add optional parameters to avoid calling
27144         gnus-group-real-name and gnus-find-method-for-group.
27145         (gnus-agent-set-local): Delete stored entry if either min, or max,
27146         are nil.
27147         (gnus-agent-fetch-session): Reworded error/quit messages.
27148         On quit, use gnus-agent-regenerate-group to record existance of any
27149         articles fetched to disk before the quit occurred.
27150         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
27151         gnus-agent-update-view-total-fetched-for, and
27152         gnus-agent-update-files-total-fetched-for to decrement disk space
27153         used.
27154         (gnus-agent-retrieve-headers):
27155         Use gnus-agent-update-view-total-fetched-for to increment disk space
27156         used.
27157         (gnus-agent-regenerate-group): Replace gnus-group-update-group
27158         with gnus-agent-update-files-total-fetched-for to decrement disk
27159         space and fresh group buffer.
27160         (gnus-agent-inhibit-update-total-fetched-for): New variable.
27161         (gnus-agent-need-update-total-fetched-for): New variable.
27162         (gnus-agent-update-files-total-fetched-for): New function.
27163         (gnus-agent-update-view-total-fetched-for): New function.
27164         (gnus-agent-total-fetched-for): New function.
27165
27166         * gnus-cache.el (gnus-cache-save-buffers):
27167         Use gnus-cache-update-overview-total-fetched-for to change disk space
27168         used by this group.
27169         (gnus-cache-possibly-enter-article):
27170         Use gnus-cache-update-file-total-fetched-for to increment disk space
27171         used by this group.
27172         (gnus-cache-possibly-remove-article):
27173         Use gnus-cache-update-file-total-fetched-for to decrement disk space
27174         used by this group.
27175         (gnus-cache-generate-nov-databases): Purge total fetched cache.
27176         (gnus-cache-rename-group): New function.
27177         (gnus-cache-delete-group): New function.
27178         (gnus-cache-inhibit-update-total-fetched-for): New variable.
27179         (gnus-cache-need-update-total-fetched-for): New variable.
27180         (gnus-cache-with-refreshed-group): New macro.
27181         (gnus-cache-update-file-total-fetched-for): New function.
27182         (gnus-cache-update-overview-total-fetched-for): New function.
27183         (gnus-cache-rename-group-total-fetched-for): New function.
27184         (gnus-cache-delete-group-total-fetched-for): New function.
27185         (gnus-cache-total-fetched-for): New function.
27186
27187         * gnus-group.el: Require gnus-sum and autoload functions to
27188         resolve warnings when gnus-group.el compiled alone.
27189         (gnus-group-line-format): Document new %F.
27190         (size of Fetched data) group line format; identifies disk space
27191         used by agent and cache.
27192         (gnus-group-line-format-alist): Define new F format.
27193         (gnus-total-fetched-for): New function.
27194         (gnus-group-delete-group): No longer update
27195         gnus-cache-active-altered as gnus-request-delete-group now keeps
27196         the cache in sync.
27197         (gnus-group-list-active): Let the agent store a server's active
27198         list if currently plugged.
27199
27200         * gnus-int.el (gnus-request-delete-group):
27201         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
27202         local disk in sync with the server.
27203         (gnus-request-rename-group):
27204         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
27205         local disk in sync with the server.
27206
27207         * gnus-start.el (gnus-get-unread-articles):
27208         Cosmetic simplification to logic.
27209
27210         * gnus-util.el (gnus-rename-file): New function.
27211
27212 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
27213
27214         * mm-util.el (mm-image-load-path): Handle nil in load-path.
27215
27216 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
27217
27218         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27219         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27220
27221 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27222
27223         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27224         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27225
27226 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27227
27228         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27229
27230 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27231
27232         * spam.el (spam-set-difference): Add function to replace
27233         gnus-set-difference in spam.el.
27234         (spam-summary-prepare-exit): Use spam-set-difference.
27235
27236 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27237
27238         * gnus-registry.el (gnus-registry-cache-file): Update to use
27239         gnus-dribble-directory OR gnus-home-directory OR ~.
27240         (gnus-registry-split-fancy-with-parent): Fix doc.
27241
27242 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27243
27244         * message.el (message-exchange-point-and-mark):
27245         Use message-mark-active-p.  Suggested by Jesper Harder
27246         <harder@ifa.au.dk>.
27247
27248 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27249
27250         * message.el (message-exchange-point-and-mark): Don't activate
27251         region if it was inactive.  Suggested by Hiroshi Fujishima
27252         <pooh@nature.tsukuba.ac.jp>.
27253
27254 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27255
27256         * gnus-art.el (article-display-face): Display Faces in the same
27257         order as X-Faces.
27258
27259 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27260
27261         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27262
27263 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27264
27265         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27266         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27267         (gnus-article-mime-hierarchy): Remove.
27268         (gnus-article-mime-hierarchy-next): Remove.
27269         (gnus-article-mode): Revert 2004-03-19 change.
27270         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27271         (gnus-insert-mime-button): Revert 2004-03-19 change.
27272         (gnus-mime-accumulate-hierarchy): Remove.
27273         (gnus-mime-enter-multipart): Remove.
27274         (gnus-mime-leave-multipart): Remove.
27275         (gnus-mime-display-part): Revert 2004-03-19 change.
27276         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27277
27278         * mml.el (mml-preview): Revert 2004-03-19 change.
27279
27280 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27281
27282         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27283
27284 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27285
27286         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27287         t while entering a file name using the mm-with-multibyte macro.
27288         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27289
27290         * mm-util.el (mm-with-multibyte): New macro.
27291
27292 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27293
27294         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27295         New user option.
27296         (gnus-mime-multipart-functions): Doc and customization fix.
27297         (gnus-article-mime-hierarchy): New variable.
27298         (gnus-article-mime-hierarchy-next): New variable.
27299         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27300         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27301         gnus-article-mime-hierarchy-next to nil.
27302         (gnus-insert-mime-button): Show hierarchy numbers.
27303         (gnus-mime-accumulate-hierarchy): New function.
27304         (gnus-mime-enter-multipart): New function.
27305         (gnus-mime-leave-multipart): New function.
27306         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27307         (gnus-mime-display-alternative): Show hierarchy numbers.
27308
27309         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27310         gnus-article-mime-hierarchy-next to nil.
27311
27312 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27313
27314         * dns.el: Don't require gnus-xmas.
27315
27316 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27317
27318         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27319         inline PGP.
27320         (mml-menu): Disable mml-quote-region if mark is inactive.
27321
27322 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27323
27324         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27325         when the group's active is not available.
27326
27327 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27328
27329         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27330         error.
27331
27332 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27333
27334         * imap.el (imap-store-password): New variable.
27335         (imap-interactive-login): Use it.
27336         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27337
27338 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27339
27340         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27341         window-start and hscroll to summary window.
27342
27343 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27344
27345         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27346         conversion message to newsrc-dribble when an actual conversion is
27347         performed.
27348
27349 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27350
27351         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27352
27353 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27354
27355         * mm-decode.el (mm-complicated-handles): New function reviving
27356         former definition of mm-multiple-handles.
27357
27358         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27359         (gnus-mime-delete-part): Use it.
27360
27361 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27362
27363         * gnus-agent.el (gnus-agent-read-local):
27364         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27365         avoid the implicit assumption that they will always be equal.
27366         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27367         coding-system-for-write, as the with-temp-file macro first prints
27368         to a buffer then saves the buffer.
27369
27370 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27371
27372         * gnus-art.el (gnus-article-edit-part): New function.
27373         (gnus-mime-save-part-and-strip): Use it; do query instead of
27374         signaling an error; don't use mm-multiple-handles.
27375         (gnus-mime-delete-part): Ditto.
27376
27377 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27378
27379         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27380         old file versions.
27381         (gnus-group-prepare-hook): Remove function that converted list
27382         form of gnus-agent-expire-days to group properties.
27383
27384         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27385         (gnus-request-accept-article): Re-indented.
27386
27387         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27388         converters to handle old agent file formats.  Add logic for a
27389         "backup before upgrading warning".
27390         (gnus-convert-mark-converter-prompt): Developers can mark
27391         functions as needing (default), or not needing,
27392         gnus-convert-old-newsrc's "backup before upgrading warning".
27393         (gnus-convert-converter-needs-prompt): Tests whether the user
27394         should be protected from potentially irreversable changes by the
27395         function.
27396
27397         * legacy-gnus-agent.el: New.  Provides converters that are only
27398         loaded when gnus-convert-old-newsrc needs to call them.
27399
27400 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27401
27402         * mail-source.el (mail-source-touch-pop): Doc fix.
27403
27404         * message.el (message-smtpmail-send-it): Doc fix.
27405
27406 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27407
27408         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27409
27410         * nnmail.el (nnmail-split-fancy): do.
27411
27412         * gnus-kill.el (gnus-kill, gnus-execute): do.
27413
27414 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27415
27416         * gnus-sum.el (gnus-widget-reversible-match)
27417         (gnus-widget-reversible-to-internal)
27418         (gnus-widget-reversible-to-external): New functions.
27419         (gnus-widget-reversible): New widget.
27420         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27421
27422 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27423
27424         * gnus-sum.el (gnus-thread-sort-functions)
27425         (gnus-article-sort-functions): Document `(not F)' items.
27426
27427 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27428
27429         * spam.el (spam-use-gmane-xref): Add new backend.
27430         (spam-gmane-xref-spam-group): Add variable to control the name of the
27431         Gmane spam group.
27432         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27433         (spam-regex-headers-spam, spam-regex-headers-ham)
27434         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27435         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27436         backends and checks.
27437         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27438
27439         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27440         an autodetect method.
27441
27442 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27443
27444         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27445         articles are being added to a group.
27446         (gnus-request-replace-article): Inform the agent that articles
27447         need to be uncached as the cached contents are no longer valid.
27448
27449 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27450
27451         * binhex.el: Don't autoload executable-find.
27452
27453         * canlock.el: Don't autoload mail-fetch-field.
27454
27455         * dgnushack.el: Autoload c-mode for XEmacs.
27456
27457         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27458
27459         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27460         rmail-dont-reply-to and rmail-output.
27461
27462         * gnus-score.el: Don't autoload ffap-string-at-point.
27463
27464         * gnus-setup.el: Don't autoload sc-cite-original.
27465
27466         * imap.el: Don't autoload base64-decode-string,
27467         base64-encode-string and md5.
27468
27469         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27470         and rmail-msg-restore-non-pruned-header.
27471
27472         * mm-decode.el: Don't autoload executable-find.
27473
27474         * mm-url.el: Don't autoload executable-find.
27475
27476         * mm-view.el: Don't autoload diff-mode.
27477
27478         * nndb.el: Don't autoload news-reply-mode, news-setup,
27479         cancel-timer and telnet.
27480
27481         * password.el: Don't autoload run-at-time for Emacs.
27482
27483         * sha1-el.el: Don't autoload executable-find.
27484
27485         * sieve-mode.el: Don't autoload c-mode.
27486
27487         * uudecode.el: Don't autoload executable-find.
27488
27489 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27490
27491         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27492         (gnus-agent-possibly-alter-active): Avoid null in numeric
27493         comparison.
27494         (gnus-agent-set-local): Refuse to save null in local object table.
27495         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27496         list of articles that will be marked as unread.
27497
27498 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27499
27500         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27501
27502 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27503
27504         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27505         language tags.
27506
27507 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27508
27509         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27510         Don't bind "obarray".
27511
27512         * gnus-sum.el (gnus-thread-sort-functions):
27513         Add `gnus-thread-sort-by-most-recent-number' and
27514         `gnus-thread-sort-by-most-recent-date'.
27515         Reported by Kai Grossjohann <kai@emptydomain.de>.
27516
27517 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27518
27519         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27520
27521 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27522
27523         * gnus-cus.el (gnus-agent-customize-category):
27524         Remove ignore-errors macro reference that required cl to be loaded at
27525         run-time.
27526
27527         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27528         single-interval range of the form (min . max).  Previously the
27529         range had to look like ((min . max)).  Likewise, return
27530         (min . max) rather than ((min . max)).
27531         (gnus-range-map): Use gnus-range-normalize to accept
27532         single-interval range.
27533
27534         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27535         the cache, but not the agent, now appear with their usual face.
27536
27537         * dgnushack.el (loaddir): New variable that is bound to the
27538         directory containing the dgnushack.el file.  Use loaddir, rather
27539         than srcdir, to update load-path.  Change lets dgnushack compile
27540         code in directories other than GNUS/lisp.
27541
27542 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27543
27544         * lpath.el: Don't bind w3m-safe-url-regexp.
27545
27546         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27547         w3m-safe-url-regexp variable buffer-local.
27548
27549         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27550
27551 2004-02-27  Simon Josefsson  <jas@extundo.com>
27552
27553         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27554         gnus-group-real-prefix.
27555         (gnus-summary-move-article): Use it, instead of
27556         gnus-group-real-prefix.
27557
27558 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27559
27560         * lpath.el: Bind w3m-safe-url-regexp.
27561
27562         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27563         w3m-safe-url-regexp variable buffer-local and set it as the value
27564         of mm-w3m-safe-url-regexp.
27565
27566         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27567
27568         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27569         parsing gnus-posting-styles when the message is not for replying.
27570
27571         * dgnushack.el: Autoload sgml-mode for XEmacs.
27572
27573         * nnrss.el (nnrss-opml-export):
27574         Use mm-set-buffer-file-coding-system instead of
27575         set-buffer-file-coding-system.
27576
27577 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27578
27579         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27580         of checkdoc.el).
27581         * nnrss.el: do.
27582         * gnus-mlspl.el: do.
27583         * gnus-ml.el: do.
27584         * gnus-srvr.el: do.
27585
27586         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27587
27588 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27589
27590         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27591         Corrections to custom-manual links.
27592
27593         * gnus-art.el (gnus-article): Ditto.
27594
27595         * mm-decode.el (mime-display, mime-security): Ditto.
27596
27597 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27598
27599         * flow-fill.el: Typo.
27600
27601 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27602
27603         * spam-wash.el: New file.
27604
27605 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27606
27607         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27608
27609 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27610
27611         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27612         to be run with new-articles as LIST1, not LIST2.
27613         (spam-registration-functions): Add spam-use-ham-copy as a nil
27614         registration backend.
27615
27616 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27617
27618         * spam-stat.el (spam-stat-washing-hook): New option.
27619         (spam-stat-buffer-words): Use it.
27620         (spam-stat-process-directory, spam-stat-test-directory):
27621         Use insert-file-contents-literally.
27622         (spam-stat-coding-system): New variable.
27623         (spam-stat-load, spam-stat-save): Use it.
27624
27625 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27626
27627         * spam-report.el (spam-report-plug-agent):
27628         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27629
27630 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27631
27632         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27633         Allow / in mailto URLs.
27634
27635 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27636
27637         * spam-report.el (spam-report-process-queue): Fix interactive use.
27638         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27639         (spam-report-unplug-agent): Doc fixes.
27640         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27641         (spam-report-agentize, spam-report-deagentize): Autoload.
27642
27643 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27644
27645         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27646
27647         * message.el (message-setup-fill-variables): Add mml tags to
27648         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27649         <ajk@iu.edu>.
27650         (message-mode): Don't modify paragraph-separate there.
27651
27652 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27653
27654         * compface.el (uncompface-use-external): Default to undecided.
27655         (uncompface-use-external-threshold): New variable.
27656         (uncompface-float-time): New macro.
27657         (uncompface): Determine whether to use the external decoder if
27658         uncompface-use-external is undecided.
27659
27660 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27661
27662         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27663         after images.
27664
27665         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27666
27667 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27668
27669         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27670
27671         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27672
27673         * gnus-sum.el (gnus-summary-limit-to-age)
27674         (gnus-summary-limit-children): do.
27675
27676         * gnus-int.el (gnus-request-scan): do.
27677
27678         * gnus-group.el (gnus-group-suspend): do.
27679
27680         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27681
27682         * gnus-cite.el (gnus-cite-parse-attributions): do.
27683
27684         * gnus-agent.el (gnus-summary-set-agent-mark)
27685         (gnus-agent-regenerate-group): do.
27686
27687         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27688
27689         * binhex.el (binhex-decode-region-internal): do.
27690
27691 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27692
27693         * gnus-fun.el (gnus-face-properties-alist): New user option.
27694         (gnus-display-x-face-in-from): Use it.
27695
27696         * gnus-art.el (article-display-face): Ditto.
27697
27698         * compface.el (uncompface-use-external): Default to nil.
27699
27700 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27701
27702         * nntp.el (nntp-erase-buffer): New function.
27703         (nntp-retrieve-data, nntp-send-command)
27704         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27705         (nntp-possibly-change-group): Use it.
27706
27707         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27708         Use with-current-buffer.
27709
27710 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27711
27712         * compface.el: Merge the ELisp-based uncompface program.
27713         (compface): New customization group.
27714         (uncompface-use-external): New user option.
27715         (uncompface): Call uncompface-internal if uncompface-use-external
27716         is nil.
27717         (uncompface-internal): New function.  Note that there are also
27718         some other functions and variables added for this function.
27719
27720 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27721
27722         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27723         if necessary.
27724
27725 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27726
27727         * spam-report.el (spam-report-unplug-agent)
27728         (spam-report-plug-agent, spam-report-deagentize)
27729         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27730         Add support for the Agent in spam-report: when unplugged, report to a
27731         file; when plugged, submit all the requests.
27732
27733         * spam.el (spam-register-routine): Fix message about
27734         registration.
27735
27736 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27737
27738         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27739         dependencies.
27740         (rfc2047-encode): Use it.
27741
27742         * gnus-art.el (gnus-button-marker-list): Move before first
27743         reference.
27744
27745         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27746         (imap-parse-body): Fix format string mismatch.
27747
27748         * gnus-score.el (gnus-summary-increase-score): do.
27749
27750         * nnrss.el (nnrss-close): New function.
27751
27752 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27753
27754         * nnrss.el (nnrss-make-filename): New function.
27755         (nnrss-request-delete-group, nnrss-read-server-data)
27756         (nnrss-save-server-data, nnrss-read-group-data)
27757         (nnrss-save-group-data): Use it.
27758         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27759         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27760         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27761
27762 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27763
27764         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27765
27766 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27767
27768         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27769         files.
27770
27771         * message.el (message-generate-headers-first): Don't quote nil
27772         and t in docstrings.
27773
27774         * imap.el (imap-id): do.
27775
27776         * gnus-agent.el (gnus-agent-consider-all-articles)
27777         (gnus-agent-queue-mail): do.
27778
27779 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27780
27781         * spam-report.el (spam-report-process-queue): New function.
27782         Process requests from `spam-report-requests-file'.
27783         (spam-report-process-queue): Doc fix.
27784
27785 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27786
27787         * spam.el (spam-register-routine)
27788         (spam-log-processing-to-registry, spam-log-registered-p)
27789         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27790         Change "check" to "spam-check" for semi-clarity.
27791
27792 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27793
27794         * pop3.el: Require nnheader.
27795
27796         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27797
27798         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27799
27800         * gnus-picon.el: Require cl.
27801
27802         * gnus-fun.el: Require gnus-ems and gnus-util.
27803
27804         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27805
27806         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27807
27808         * gnus-art.el (gnus-article-edit-mode): Define before first
27809         reference.
27810
27811 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27812
27813         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27814         (gnus-uu-post-encoded): Use point-at-bol.
27815
27816         * gnus-topic.el (gnus-group-active-topic-p): do.
27817
27818         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27819
27820         * gnus-group.el (gnus-group-kill-region): do.
27821
27822         * gnus-art.el (article-date-ut): do.
27823
27824         * message.el (message-fetch-field): Remove redundant
27825         case-fold-search binding.
27826         (message-narrow-to-field): Simplify.
27827
27828 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27829
27830         * spam.el (spam-directory): Derive from `gnus-directory'.
27831
27832         * spam-report.el (spam-report-url-to-file)
27833         (spam-report-requests-file): New function and variable for offline
27834         reporting.
27835         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27836         and user defined function.
27837         (spam-report-url-ping-mm-url): Remove doubled slash.
27838
27839 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27840
27841         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27842
27843 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27844
27845         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27846         Fix format string mismatch.
27847
27848         * sieve.el (sieve-deactivate-all): do.
27849
27850         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27851
27852         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27853
27854         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27855
27856         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27857
27858 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27859
27860         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27861         the list of checks.
27862
27863 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27864
27865         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27866         padding.
27867
27868 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27869
27870         * mm-view.el (mm-fill-flowed): New variable.
27871         (mm-inline-text): Use it.
27872
27873 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27874
27875         * spam.el (spam-spamassassin-register-ham-routine)
27876         (spam-spamassassin-register-spam-routine): Fix function names.
27877
27878 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27879
27880         * gnus.el (gnus-tmp-grouplens): Remove.
27881         (gnus-summary-line-format): Remove grouplens.
27882
27883         * gnus-group.el (gnus-group-line-format): Ditto.
27884
27885         * gnus-spec.el (gnus-format-specs): Ditto.
27886         (gnus-update-format-specifications): Flush the group format spec
27887         cache if there's the grouplens stuff.
27888         (gnus-parse-simple-format): Replace %l with the empty string.
27889
27890 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27891
27892         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27893         omission.
27894
27895 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27896
27897         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27898         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27899
27900 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27901
27902         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27903         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27904         New macros and functions.
27905         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27906         Handle > NLINK_MAX messages.
27907         * nnmaildir.el (nnmaildir-request-set-mark):
27908         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27909
27910 2004-01-25  Alex Schroeder  <alex@gnu.org>
27911
27912         * spam-stat.el (spam-stat-process-directory-age): New option.
27913         (spam-stat-process-directory): Use it.
27914
27915 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27916
27917         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27918         (spam-stat-save): Accept prefix argument.
27919
27920 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27921
27922         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27923         links" error.
27924
27925 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27926
27927         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27928         the rest of the and/or forms.
27929
27930 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27931
27932         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27933         compatibility with old .newsrc.eld files.
27934
27935         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27936
27937         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27938
27939         * gnus-start.el (gnus-1): do.
27940
27941         * gnus-group.el (gnus-group-line-format-alist): do.
27942
27943         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27944
27945         * gnus-gl.el: Remove.
27946
27947 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27948
27949         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27950         marks consisting of a single range {for example, (3 . 5)} rather
27951         than a list of a single range { ((3 . 5)) }.
27952
27953 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27954
27955         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27956         Use with-current-buffer.
27957         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27958         avoid consing a string.
27959
27960         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27961         Remove obsolete entries for big5 and gb2312.
27962
27963 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27964
27965         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27966         uncompressed list.
27967
27968 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27969
27970         * spam-stat.el (spam-stat-strip-xref): New function.
27971         (spam-stat-process-directory): Use it.
27972
27973         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27974         here -- it's done in message-fetch-field.
27975
27976 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27977
27978         * gnus-agent.el (gnus-agent-queue-mail)
27979         (gnus-agent-prompt-send-queue): New variables.
27980         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27981         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27982         "nndraft:queue" along to gnus-draft-send.
27983         Use gnus-agent-prompt-send-queue.
27984         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27985         is "nndraft:queue".  Suggested by Gaute Strokkenes
27986         <gs234@srcf.ucam.org>
27987
27988         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27989         (agent-enable-undownloaded-faces): Add.
27990         (gnus-agent-cat-groups): Use eval-and-compile, not
27991         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27992         method of gnus-agent-cat-groups even when the buffer has been
27993         evaled.
27994         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27995         delete gnus-agent-save-active-1.
27996         (gnus-agent-save-groups): Delete.  Identical to
27997         gnus-agent-save-active.
27998         (gnus-agent-write-active): No longer adjust agent's copy of active
27999         file as agent's adjustments are now stored in their own
28000         file.  Remove optional parameter.
28001         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
28002         servers.  Add use of min/max range limits from server's local
28003         file.
28004         (gnus-agent-save-alist): Remove unused optional argument.
28005         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
28006         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
28007         (gnus-agent-set-local): A per-server file that keeps min/max range
28008         limits for articles known to the agent.  Provides a fast mechanism
28009         for altering many active ranges.
28010         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
28011         active file (local makes it unnecessary).
28012         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
28013
28014         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
28015         (agent-enable-undownloaded-faces): Add.
28016
28017         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
28018         disable it when sending to "nndraft:queue".
28019         (gnus-group-send-queue): Add safety check to avoid sending queue
28020         when unplugged.
28021
28022         * gnus-group.el (gnus-group-catchup): Use new
28023         gnus-sequence-of-unread-articles, not
28024         gnus-list-of-unread-articles, to avoid exhausting memory with huge
28025         numbers of articles.  Use gnus-range-map to avoid having to
28026         uncompress the unread list.
28027         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
28028         Fix invalid ange-ftp reference.
28029
28030         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
28031         (gnus-sorted-range-intersection): Intersection of two ranges
28032         without requiring that they first be uncompressed.
28033
28034         * gnus-start.el (gnus-activate-group): Unless blocked by the
28035         caller, possibly expand the active range to include both cached
28036         and agentized articles.
28037         (gnus-convert-old-newsrc): Rewrote in anticipation of having
28038         multiple version-dependent converters.
28039         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
28040         gnus-agent-save-active.
28041         (gnus-save-newsrc-file): Save dirty agent range limits.
28042
28043         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
28044         gnus-agent-possibly-alter-active.
28045         (gnus-adjust-marked-articles): Faster handling of simple lists.
28046
28047 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
28048
28049         * spam-stat.el (spam-stat-test-directory): New optional argument
28050         displays a list of files detected.  Suggested by Andrew Cohen
28051         <cohen@andy.bu.edu>.
28052         (spam-stat-buffer-words-with-scores): Don't narrow and change
28053         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
28054
28055 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
28056
28057         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
28058         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
28059         (spam-spamassassin-arguments)
28060         (spam-spamassassin-spam-flag-header)
28061         (spam-spamassassin-positive-spam-flag-header)
28062         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
28063         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
28064         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
28065         (spam-list-of-processors, spam-list-of-checks)
28066         (spam-list-of-statistical-checks, spam-registration-functions)
28067         (spam-check-spamassassin-headers, spam-check-spamassassin)
28068         (spam-spamassassin-score)
28069         (spam-spamassassin-register-with-sa-learn)
28070         (spam-spamassassin-register-spam-routine)
28071         (spam-spamassassin-register-ham-routine)
28072         (spam-assassin-register-spam-routine)
28073         (spam-assassin-register-ham-routine): Add SpamAssassin support.
28074         (spam-bogofilter-score): Fix to show article before scoring.
28075
28076 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
28077
28078         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
28079         default scoring function.
28080         (spam-generic-score): Call spam-spamassassin-score if
28081         spam-use-spamassassin or spam-use-spamassassin-headers is on;
28082         spam-bogofilter-score otherwise.
28083
28084         * gnus.el (spam-process, spam-autodetect-methods):
28085         Add spamassassin and spamassassin-headers.
28086
28087 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
28088
28089         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
28090         Suppress unnecessary messages.
28091
28092 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
28093
28094         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
28095         make-hash-table.
28096
28097 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
28098
28099         * canlock.el (base64-encode-string): Don't autoload it.
28100
28101 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
28102
28103         * run-at-time.el: Remove useless (require 'itimer),
28104         eval-and-compile and (featurep 'xemacs).
28105
28106 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
28107
28108         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
28109         GROUP is a virtual group.
28110
28111 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
28112
28113         * gnus.el: Autoload `message-y-or-n-p'.
28114
28115 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
28116
28117         * pgg-parse.el: Remove unnecessary (require 'custom).
28118
28119         * pgg-def.el: do.
28120
28121         * nnmail.el: do.
28122
28123         * gnus-undo.el: do.
28124
28125         * gnus-picon.el: do.
28126
28127         * gnus-util.el: do.
28128
28129 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
28130
28131         * gnus-sum.el (gnus-pick-line-number): Add autoload.
28132
28133 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
28134
28135         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
28136         handle, as well as a list.
28137
28138         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
28139         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
28140         (mm-w3m-cid-retrieve): Simplify.
28141
28142 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
28143
28144         * message.el (message-kill-to-signature): Allow prefix arg to
28145         specify number of lines to keep before signature.
28146
28147 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
28148
28149         * message.el (message-kill-to-signature): Change docstring.
28150
28151 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
28152
28153         * canlock.el: Always require sha1-el.
28154         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
28155
28156         * message.el: Autoload sha1 only when compiling.
28157
28158         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
28159         eudc-expand-inline for XEmacs.
28160
28161 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28162
28163         * message.el (message-canlock-generate): Require sha1-el.
28164
28165 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
28166
28167         * message.el (message-expand-name): Silence the byte compiler.
28168
28169         * lpath.el: Add detect-coding-system.
28170
28171         * dgnushack.el (dgnushack-compile): Remove obsolete check for
28172         cus-edit.
28173
28174 2004-01-13  Simon Josefsson  <jas@extundo.com>
28175
28176         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
28177         Invoke gnus-score-mode.
28178         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
28179
28180         * gnus-range.el (gnus-compress-sequence): Doc fix.
28181         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
28182
28183 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28184
28185         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
28186
28187 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
28188
28189         * spam.el (spam-get-article-as-string): Update to use
28190         gnus-request-article-this-buffer, much simpler.
28191         (spam-get-article-as-buffer): Remove.
28192
28193 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
28194
28195         * message.el (message-expand-name): Use EUDC if the user uses that.
28196
28197 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28198
28199         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
28200         character for the encoding to avoid consing a string.
28201
28202         * rfc2047.el (rfc2047-decode-string): Don't cons a string
28203         unnecessarily.
28204
28205         * mm-util.el (mm-replace-chars-in-string): Remove.
28206
28207         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
28208         of mm-replace-chars-in-string.
28209
28210 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
28211
28212         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
28213
28214         * mm-util.el (mm-subst-char-in-string): Support inplace.
28215
28216         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
28217         a new string in every iteration.  Use shy groups.
28218
28219 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28220
28221         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28222         * gnus-soup.el (gnus-soup-group-brew):
28223         * gnus-msg.el (gnus-put-message):
28224         * gnus-move.el (gnus-group-move-group-to-server):
28225         * gnus-kill.el (gnus-batch-score):
28226         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28227         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28228         (gnus-group-update-group, gnus-group-read-group)
28229         (gnus-group-make-group, gnus-group-make-help-group)
28230         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28231         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28232         (gnus-group-sort-by-unread, gnus-group-catchup)
28233         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28234         (gnus-group-yank-group, gnus-group-set-info)
28235         (gnus-group-list-groups):
28236         * gnus.el (gnus-generate-new-group-name):
28237         * gnus-delay.el (gnus-delay-send-queue):
28238         * nnvirtual.el (nnvirtual-catchup-group):
28239         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28240         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28241         (gnus-group-prepare-topics, gnus-topic-check-topology):
28242         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28243         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28244         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28245         (gnus-group-make-articles-read):
28246         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28247         (gnus-group-change-level, gnus-kill-newsgroup)
28248         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28249         (gnus-get-unread-articles, gnus-make-articles-unread)
28250         (gnus-make-ascending-articles-unread): Use accessor
28251         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28252         to get group information for improved readability.
28253
28254
28255 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28256
28257         * gnus-art.el (article-decode-mime-words, article-babel)
28258         (gnus-article-highlight-signature, gnus-article-add-buttons)
28259         (gnus-signature-toggle): Use gnus-with-article-buffer.
28260
28261         * gnus-art.el (gnus-article-highlight-headers)
28262         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28263
28264         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28265         (gnus-article-set-globals, gnus-request-article-this-buffer)
28266         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28267         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28268         (gnus-mime-display-alternative): Use with-current-buffer.
28269
28270 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28271
28272         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28273         also under 80 char limit, and call gnus-error if needed.
28274         (spam-fetch-article-header): Fix - it was a
28275         buffer-local variable (gnus-newsgroup-data).
28276         (spam-find-spam): Use spam-generate-fake-headers, forget about
28277         spam-insert-fake-headers.
28278         (spam-insert-fake-headers): Remove.
28279
28280 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28281
28282         * deuglify.el (gnus-article-outlook-unwrap-lines)
28283         (gnus-outlook-rearrange-article)
28284         (gnus-outlook-repair-attribution-outlook)
28285         (gnus-outlook-repair-attribution-block)
28286         (gnus-outlook-repair-attribution-other): Remove redundant
28287         save-excursion.
28288
28289 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28290
28291         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28292         (spam-fetch-field-subject-fast)
28293         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28294         (spam-fetch-article-header): Add functions to deal with Gnus
28295         internals for fast retrieval of article header data.
28296         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28297
28298 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28299
28300         * pop3.el (pop3-md5): Remove.
28301         (pop3-apop): Replace pop3-md5 with md5.
28302
28303         * mm-bodies.el: base64 is always built-in.
28304
28305         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28306         Use with-current-buffer.
28307
28308 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28309
28310         * canlock.el (canlock-insert-header): Remove excessive grouping in
28311         regexp.
28312
28313         * gnus-sum.el (gnus-summary-read-document): Ditto.
28314
28315         * gnus-uu.el (gnus-uu-part-number): Ditto.
28316
28317         * html2text.el (html2text-remove-tags): Ditto.
28318         (html2text-format-tags): Ditto.
28319         (html2text-format-single-elements): Ditto.
28320
28321         * mml.el (mml-parse-1): Ditto.
28322
28323 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28324
28325         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28326
28327         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28328
28329         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28330
28331         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28332
28333 2003-11-15  Simon Josefsson  <jas@extundo.com>
28334
28335         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28336         (pgg-gpg-lookup-key): Use regexp match instead of
28337         split-string (split-string is different between emacs 21.2 and
28338         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28339
28340 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28341
28342         * gnus-art.el (gnus-mime-view-all-parts)
28343         (gnus-article-part-wrapper, gnus-article-view-part):
28344         Use with-current-buffer.
28345
28346 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28347
28348         * spam.el (spam-disable-spam-split-during-ham-respool)
28349         (spam-spamoracle-database, spam-cache-lookups)
28350         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28351         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28352         (spam-group-ham-marks, spam-group-spam-marks)
28353         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28354         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28355         also add spam-use-blackholes to the statistical checks.
28356         (spam-fetch-field-fast): Add interface to fetching fields, may
28357         become a macro.
28358         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28359         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28360         (spam-insert-fake-headers): Fake an article when needed.
28361         (spam-find-spam): Fake article when possible.
28362         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28363         (spam-check-bogofilter-headers): Use message-fetch-field instead
28364         of nnmail-fetch-field.
28365
28366 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28367
28368         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28369
28370 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28371
28372         * spam.el (spam-split): Do not require spam-use-CHECK to be
28373         enabled if that check is passed to spam-split explicitly; also
28374         fix so 'spam doesn't get converted to spam-split-group when
28375         spam-split-symbolic-return is t.
28376         (spam-find-spam): Find registrations of the article and use those
28377         instead of re-running spam-split to find the spam/ham
28378         classification of the article.
28379         (spam-log-processing-to-registry, spam-log-registered-p)
28380         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28381         Use gnus-error instead of gnus-message.
28382         (spam-log-registration-type): Add function to determine the
28383         classification of a message based on registry entries; will
28384         return nil if both 'spam and 'ham are found.
28385         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28386         a reasonably fast local cache without the loading errors.
28387         (spam-cache-lookups): Set to t by default.
28388         (spam-find-spam): Don't try to guess spam-cache-lookups.
28389         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28390         spam-caches entry.
28391         (spam-filelist-build-cache, spam-filelist-check-cache):
28392         Fix caching of whitelist/blacklist entries.
28393         (spam-check-whitelist, spam-check-blacklist):
28394         Invoke spam-from-listed-p with a type, not a cache variable.
28395         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28396
28397 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28398
28399         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28400
28401         * nnmail.el (nnmail-split-fancy): do.
28402
28403         * mml.el (mml-parse): do.
28404
28405         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28406         (gnus-score-adaptive): do.
28407
28408 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28409
28410         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28411         (gnus-mime-button-map): Don't set keymap parent.
28412         (gnus-button-ctan-directory-regexp): Use shy grouping.
28413         (gnus-prev-page-map): Don't set keymap parent.
28414         (gnus-prev-page-map): Remove duplicated one.
28415         (gnus-next-page-map): Don't set keymap parent.
28416         (gnus-mime-security-button-map): Ditto.
28417
28418         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28419         version number.
28420
28421         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28422
28423 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28424
28425         * canlock.el (canlock-sha1-function): Remove.
28426         (canlock-sha1-function-for-verify): Remove.
28427         (canlock-openssl-program): Remove.
28428         (canlock-openssl-args): Remove.
28429         (canlock-ignore-errors): Remove.
28430         (canlock-sha1-with-openssl): Remove.
28431         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28432         (canlock-verify): Don't use canlock-ignore-errors.
28433
28434         * sha1-el.el (sha1-string-external): Make it can return a string
28435         in binary form.
28436         (sha1-region-external): Ditto.
28437         (sha1-string-internal): Ditto.
28438         (sha1-region-internal): Ditto.
28439         (sha1-region): Ditto.
28440         (sha1-string): Ditto.
28441         (sha1): Ditto.
28442
28443 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28444
28445         * spam.el (spam-report-articles-gmane): New command.
28446
28447 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28448
28449         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28450
28451         * run-at-time.el (run-at-time-saved): Remove.
28452         (run-at-time): Doc fix.
28453
28454 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28455
28456         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28457         (gnus-summary-limit-map): Add it.
28458         (gnus-summary-make-menu-bar): do.
28459
28460 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28461
28462         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28463         Make attempt at some caching support (done for BBDB only now).
28464         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28465         addresses to be checked.
28466         (spam-clear-cache-BBDB): Add function, to be invoked by
28467         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28468         (spam-check-BBDB): Check and use the caches, if
28469         spam-cache-lookups is on, remove superfluous (provide).
28470
28471 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28472
28473         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28474
28475 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28476
28477         * run-at-time.el (run-at-time-saved): Move to after the definition
28478         of `run-at-time'.
28479
28480         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28481
28482 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28483
28484         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28485         mm-w3m-local-map-property.
28486
28487         * mm-view.el (mm-w3m-mode-map): Remove.
28488         (mm-w3m-local-map-property): Remove.
28489         (mm-inline-text-html-render-with-w3m): Don't use
28490         mm-w3m-local-map-property.
28491
28492 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28493
28494         * run-at-time.el: New file.
28495
28496         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28497         under Emacs.
28498
28499         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28500         of gnus-set-text-properties.
28501
28502         * gnus-uu.el (gnus-uu-save-article): Ditto.
28503
28504         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28505
28506         * gnus-cite.el (gnus-cite-parse): Ditto.
28507
28508         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28509         of gnus-.
28510
28511         * gnus-xmas.el (run-at-time): Require run-at-time.
28512
28513         * gnus.el: Change calls to nnheader-run-at-time and
28514         password-run-at-time throughout to use run-at-time directly.
28515
28516         * password.el: Remove definition of run-at-time.
28517
28518         * nnheaderxm.el: Remove definition of run-at-time.
28519
28520 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28521
28522         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28523         in prompt.
28524
28525 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28526
28527         * messagexmas.el (message-xmas-redefine): Alias
28528         `message-make-caesar-translation-table' to
28529         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28530         version.
28531
28532         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28533         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28534         `gnus-xmas-set-text-properties'.
28535         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28536         `gnus-xmas-completing-read'.
28537         (gnus-xmas-completing-read): Removed.
28538         (gnus-xmas-open-network-stream): Removed.
28539
28540         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28541         XEmacs version.
28542
28543         * dns.el (dns-make-network-process): Use `open-network-stream'
28544         instead of `gnus-xmas-open-network-stream'.
28545
28546         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28547
28548         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28549
28550 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28551
28552         * gnus-art.el (gnus-mime-display-alternative)
28553         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28554         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28555         Don't use gnus-local-map-property.
28556
28557         * gnus-util.el (gnus-local-map-property): Remove.
28558
28559         * mm-view.el (mm-view-pkcs7-decrypt):
28560         Replace gnus-completing-read-maybe-default with completing-read.
28561
28562         * gnus-util.el (gnus-completing-read): do.
28563         (gnus-completing-read-maybe-default): Remove.
28564
28565 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28566
28567         * password.el: Only autoload `run-at-time' if not XEmacs.
28568         Only autoload the itimer functions if XEmacs.
28569
28570 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28571
28572         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28573         XEmacsen.
28574
28575         * dgnushack.el: Autoload executable-find for XEmacs.
28576
28577 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28578
28579         * gnus-art.el (gnus-read-string): Remove.
28580         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28581         read-string.
28582
28583 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28584
28585         * netrc.el: Autoload password-read.
28586         (netrc): Add configuration group.
28587         (netrc-encoding-method, netrc-openssl-path):
28588         Add variables for encoding and decoding of files with symmetric
28589         ciphers.
28590         (netrc-encode): Add assistant function to encode a file with
28591         netrc-encoding-method.
28592         (netrc-parse): Add interactive parameter, added optional
28593         decoding if netrc-encoding-method is non-nil but otherwise
28594         behavior is standard.
28595         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28596         Do s/encode/encrypt/ everywhere.
28597
28598         * spam.el: Remove executable-find autoload.
28599
28600 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28601
28602         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28603
28604         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28605
28606 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28607
28608         * gnus-art.el (gnus-treat-ansi-sequences)
28609         (article-treat-ansi-sequences): New variable and function.
28610         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28611
28612         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28613         Use it.
28614
28615 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28616
28617         * mm-util.el (mm-quote-arg): Remove.
28618
28619         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28620         shell-quote-argument.
28621
28622         * gnus-uu.el (gnus-uu-command): do.
28623
28624         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28625
28626         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28627         with make-char.
28628
28629         * mm-util.el (mm-make-char): Remove.
28630
28631         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28632         add-minor-mode.
28633
28634         * gnus-undo.el (gnus-undo-mode): do.
28635
28636         * gnus-topic.el (gnus-topic-mode): do.
28637
28638         * gnus-sum.el (gnus-dead-summary-mode): do.
28639
28640         * gnus-start.el (gnus-slave-mode): do.
28641
28642         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28643
28644         * gnus-ml.el (gnus-mailing-list-mode): do.
28645
28646         * gnus-gl.el (gnus-grouplens-mode): do.
28647
28648         * gnus-draft.el (gnus-draft-mode): do.
28649
28650         * gnus-dired.el (gnus-dired-mode): do.
28651
28652         * gnus-ems.el (gnus-add-minor-mode): Remove.
28653
28654         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28655         Replace gnus-char-width with char-width.
28656
28657         * gnus-ems.el (gnus-char-width): Remove.
28658
28659         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28660         Replace gnus-char-width with char-width.
28661
28662         * gnus-ems.el (gnus-char-width): Remove.
28663
28664         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28665         definition.
28666         Remove Emacs 20 hash table compatibility code.
28667
28668         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28669         20 compatibility code.
28670
28671         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28672
28673         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28674
28675         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28676         Replace with point-at-{eol,bol}.
28677
28678         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28679
28680         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28681
28682         * flow-fill.el (fill-flowed-point-at-bol)
28683         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28684
28685         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28686         Replace with point-at-{eol,bol} throughout all files.
28687
28688 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28689
28690         * ntlm.el (ntlm-string-as-unibyte): New macro.
28691         (ntlm-build-auth-response): Use it.
28692
28693         Remove Emacs 20 stuff:
28694         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28695         (butlast, mapc, remove): Remove the compiler macros.
28696         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28697         of delq and copy-sequence.
28698         * gnus-art.el (popup-menu): Remove the compiler macro.
28699         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28700         Emacs 20.
28701
28702 2004-01-05  Simon Josefsson  <jas@extundo.com>
28703
28704         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28705         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28706         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28707         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28708         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28709         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28710         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28711         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28712         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28713         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28714         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28715         string-xor into ntlm-string-xor.
28716         Suggested by Jesper Harder <harder@myrealbox.com>.
28717
28718         * ntlm.el: Don't include poem.
28719
28720         * md4.el (print-int32, print-string-hexa): Remove.
28721         Suggested by Jesper Harder <harder@myrealbox.com>.
28722
28723         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28724
28725         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28726         probably breaks emacs with DL patch, but do we care? Is anyone
28727         still using the DL stuff?)
28728
28729         * sieve-manage.el: Use the password package.
28730         (sieve-manage-read-passwd): Remove.
28731         (sieve-manage-interactive-login): Use password.  Re-add
28732         condition-case around loop.
28733
28734         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28735         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28736         Use the password package.
28737
28738 2003-02-19  Simon Josefsson  <jas@extundo.com>
28739
28740         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28741         token.
28742
28743 2002-08-07  Simon Josefsson  <jas@extundo.com>
28744
28745         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28746         (sieve-manage-authenticators)
28747         (sieve-manage-authenticator-alist): Add some SASL mechs.
28748         (sieve-sasl-auth): New function.
28749         (sieve-manage-cram-md5-auth)
28750         (sieve-manage-plain-auth): Rewrite using SASL library.
28751         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28752         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28753         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28754         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28755
28756 2004-01-05  Simon Josefsson  <jas@extundo.com>
28757
28758         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28759         New files.
28760
28761 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28762
28763         * gnus-group.el (gnus-no-groups-message): Update.
28764
28765         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28766
28767 2003-11-09  Simon Josefsson  <jas@extundo.com>
28768
28769         * imap.el: Support for ID IMAP extension (RFC 2971).
28770         (imap-local-variables): Add imap-id.
28771         (imap-id): New variable.
28772         (imap-id): New function.
28773         (imap-parse-response): Parse untagged ID response.
28774         * nnimap.el (nnimap-id): New variable.
28775         (nnimap-open-connection): Use it.
28776
28777 2003-12-28  Simon Josefsson  <jas@extundo.com>
28778
28779         * gnus-score.el (gnus-score-edit-all-score): New.
28780         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28781
28782 2004-01-04  Simon Josefsson  <jas@extundo.com>
28783
28784         * password.el: Add.
28785
28786 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28787
28788         * dns.el (dns-query-types): Fix typo.
28789         (dns-query-types): New function.
28790         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28791         PTR and SOA replies, see RFC 1035.
28792
28793 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28794
28795         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28796
28797         * Move to Changelog.2.
28798
28799 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28800
28801         * gnus.el (gnus-version-number): Bump version.
28802
28803 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28804
28805         * gnus.el: No Gnus v0.1 is released.
28806
28807 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28808
28809         * gnus.el: No Gnus v0.0 is released.
28810
28811 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28812
28813         * gnus.el (gnus-version-number): Bump.
28814         (gnus-version): No.
28815
28816 See ChangeLog.2 for earlier changes.
28817
28818   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28819
28820   This file is part of GNU Emacs.
28821
28822   GNU Emacs is free software: you can redistribute it and/or modify
28823   it under the terms of the GNU General Public License as published by
28824   the Free Software Foundation, either version 3 of the License, or
28825   (at your option) any later version.
28826
28827   GNU Emacs is distributed in the hope that it will be useful,
28828   but WITHOUT ANY WARRANTY; without even the implied warranty of
28829   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28830   GNU General Public License for more details.
28831
28832   You should have received a copy of the GNU General Public License
28833   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28834
28835 ;; Local Variables:
28836 ;; coding: utf-8
28837 ;; fill-column: 79
28838 ;; add-log-time-zone-rule: t
28839 ;; End: